diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 07:34:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:56 +0000 |
commit | c91e2a51117398455df03ef8239ba58ac9acc467 (patch) | |
tree | 4dea56590c902b0e41e7336502302aaa1c4e43ff /testing/py3-pygithub | |
parent | ad76695af8187facecb7832c57de648b92ff2033 (diff) | |
download | aports-c91e2a51117398455df03ef8239ba58ac9acc467.tar.bz2 aports-c91e2a51117398455df03ef8239ba58ac9acc467.tar.xz |
testing/py3-pygithub: rebuild against python 3.7
Diffstat (limited to 'testing/py3-pygithub')
-rw-r--r-- | testing/py3-pygithub/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pygithub/APKBUILD b/testing/py3-pygithub/APKBUILD index 8a7f7ab5ac..17f6b40f11 100644 --- a/testing/py3-pygithub/APKBUILD +++ b/testing/py3-pygithub/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-pygithub _pkgname=PyGithub pkgver=1.40 -pkgrel=0 +pkgrel=1 pkgdesc="Typed interactions with the GitHub API v3" url="https://github.com/PyGithub/PyGithub" arch="noarch" license="LGPL-3.0-or-later" depends="python3 py3-jwt py3-requests" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" source="https://github.com/PyGithub/PyGithub/archive/v$pkgver/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |