testing/py3-pygithub: rebuild against python 3.7

This commit is contained in:
Natanael Copa 2019-04-17 07:34:24 +00:00
parent ad76695af8
commit c91e2a5111

View File

@ -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"