Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
9a341fad
Commit
9a341fad
authored
7 years ago
by
Leonardo Arena
Browse files
Options
Downloads
Patches
Plain Diff
testing/py-core-api: use bundled python3 setuptools
parent
160eac63
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py-core-api/APKBUILD
+4
-5
4 additions, 5 deletions
testing/py-core-api/APKBUILD
with
4 additions
and
5 deletions
testing/py-core-api/APKBUILD
+
4
−
5
View file @
9a341fad
...
...
@@ -3,16 +3,15 @@
pkgname
=
py-core-api
_pkgname
=
python-client
pkgver
=
2.3.3
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Python client library for Core API"
url
=
"https://github.com/core-api/python-client"
arch
=
"noarch"
license
=
"Custom"
depends
=
"py-coreschema py-itypes py-requests"
makedepends
=
"python2-dev python3-dev py-setuptools py3-setuptools
py-uritemplate"
checkdepends
=
"py-flake8 py-coverage pytest py-jinja2 py-pycodestyle
py-pyflakes py-enum34"
makedepends
=
"python2-dev python3-dev py2-setuptools py-uritemplate"
#checkdepends="py-flake8 py-coverage pytest py-jinja2 py-pycodestyle
# py-pyflakes py-enum34"
options
=
"!check"
#currently requires pyflakes-1.5.0
subpackages
=
"py2-
${
pkgname
#py-
}
:_py2 py3-
${
pkgname
#py-
}
:_py3"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/core-api/python-client/archive/
$pkgver
.tar.gz"
...
...
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