python-github3: update to 1.0.1.
This commit is contained in:
parent
90e112e2c1
commit
9a7666b8fe
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'python-github3'
|
# Template file for 'python-github3'
|
||||||
pkgname=python-github3
|
pkgname=python-github3
|
||||||
reverts="1.0.0a4_1"
|
version=1.0.1
|
||||||
version=0.9.6
|
revision=1
|
||||||
revision=2
|
|
||||||
noarch=yes
|
|
||||||
wrksrc="github3.py-${version}"
|
wrksrc="github3.py-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="github3"
|
pycompile_module="github3"
|
||||||
|
@ -12,9 +10,10 @@ 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="BSD-3-Clause"
|
||||||
distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz"
|
||||||
checksum=b831db85d7ff4a99d6f4e8368918095afeea10f0ec50798f9a937c830ab41dc5
|
checksum=f5e069a91d72b88c3cd968d0d61ef213ce119dbfe5c9d7ac67b0954abf9882de
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue