Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
d3501fe0
Commit
d3501fe0
authored
6 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/py3-more-itertools: drop py3-tox dep, certify
parent
69acbb3f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!97
Update some Python packages and drop py3-tox rdeps where unnecessary
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/py3-more-itertools/APKBUILD
+3
-4
3 additions, 4 deletions
user/py3-more-itertools/APKBUILD
with
3 additions
and
4 deletions
user/py3-more-itertools/APKBUILD
+
3
−
4
View file @
d3501fe0
...
...
@@ -6,12 +6,11 @@ pkgver=4.3.0
pkgrel
=
0
pkgdesc
=
"More routines for operating on iterables, beyond itertools"
url
=
"https://pypi.org/project/more-itertools"
options
=
"!check"
# Circular dependency with py3-pytest. Passes on x86_64
arch
=
"noarch"
# Certified net clean
license
=
"MIT"
depends
=
"python3"
depends
=
"python3
py3-six
"
makedepends
=
""
#checkdepends="py3-tox"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://files.pythonhosted.org/packages/source/m/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
...
...
@@ -22,7 +21,7 @@ build() {
check
()
{
cd
"
$builddir
"
tox
-e
py36
python3
-m
unittest discover
-v
}
package
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment