python-github3: update to 1.1.0.
This commit is contained in:
parent
27bb363c0e
commit
f3546b55eb
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'python-github3'
|
# Template file for 'python-github3'
|
||||||
pkgname=python-github3
|
pkgname=python-github3
|
||||||
version=1.0.1
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
wrksrc="github3.py-${version}"
|
wrksrc="github3.py-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="github3"
|
pycompile_module="github3"
|
||||||
|
@ -9,11 +10,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-requests python-uritemplate"
|
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"
|
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://github3py.readthedocs.org"
|
||||||
|
changelog="https://raw.githubusercontent.com/sigmavirus24/github3.py/master/docs/source/release-notes/${version}.rst"
|
||||||
distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/g/github3.py/github3.py-${version}.tar.gz"
|
||||||
checksum=f5e069a91d72b88c3cd968d0d61ef213ce119dbfe5c9d7ac67b0954abf9882de
|
checksum=ee91e7e1fc5fa5237f7660c6d57c7ee0ba81cef6527006985382a75f71c3aab3
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue