Merge pull request #5936 from lafrenierejm/python-github3
python-github3: Use stable release, clean depends
This commit is contained in:
commit
f7667e30d9
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'python-github3'
|
# Template file for 'python-github3'
|
||||||
pkgname=python-github3
|
pkgname=python-github3
|
||||||
version=1.0.0a4
|
reverts="1.0.0a4_1"
|
||||||
|
version=0.9.6
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="github3.py-${version}"
|
wrksrc="github3.py-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="github3"
|
pycompile_module="github3"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-requests python-uritemplate python-openssl python-ndg_httpsclient python-pyasn1"
|
depends="python-requests python-uritemplate"
|
||||||
short_desc="Wrapper for GitHub's API (Python2)"
|
short_desc="Wrapper for GitHub's API (Python2)"
|
||||||
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
maintainer="Joseph LaFreniere <joseph@lafreniere.xyz>"
|
||||||
homepage="https://github3py.readthedocs.org"
|
homepage="https://github3py.readthedocs.org"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz"
|
||||||
checksum=570e776e2ab1318533b1555ee2f2f784142883b49cb4090582c0307c16cc1666
|
checksum=b831db85d7ff4a99d6f4e8368918095afeea10f0ec50798f9a937c830ab41dc5
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -21,7 +22,7 @@ post_install() {
|
||||||
|
|
||||||
python3-github3_package() {
|
python3-github3_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-requests python3-uritemplate python3-openssl python3-ndg_httpsclient python3-pyasn1"
|
depends="python3-requests python3-uritemplate"
|
||||||
pycompile_module="github3"
|
pycompile_module="github3"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in New Issue