mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
python3-github3: update to 3.2.0.
This commit is contained in:
parent
115db8ba25
commit
e2ca9c1465
1 changed files with 6 additions and 4 deletions
|
@ -1,18 +1,20 @@
|
|||
# Template file for 'python3-github3'
|
||||
pkgname=python3-github3
|
||||
version=1.3.0
|
||||
revision=5
|
||||
version=3.2.0
|
||||
revision=1
|
||||
wrksrc="github3.py-${version}"
|
||||
build_style=python3-module
|
||||
make_check_args="-k not(test_delete_key)"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-requests python3-uritemplate"
|
||||
depends="python3-requests python3-uritemplate python3-dateutil python3-PyJWT"
|
||||
checkdepends="$depends python3-pytest-xdist python3-betamax-matchers"
|
||||
short_desc="Wrapper for GitHub's API (Python3)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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"
|
||||
checksum=15a115c18f7bfcf934dfef7ab103844eb9f620c586bad65967708926da47cbda
|
||||
checksum=09b72be1497d346b0968cde8360a0d6af79dc206d0149a63cd3ec86c65c377cc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue