21 lines
799 B
Bash
21 lines
799 B
Bash
# Template file for 'python3-github3'
|
|
pkgname=python3-github3
|
|
version=3.2.0
|
|
revision=3
|
|
build_style=python3-module
|
|
make_check_args="-k not(test_delete_key)"
|
|
hostmakedepends="python3-setuptools"
|
|
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=09b72be1497d346b0968cde8360a0d6af79dc206d0149a63cd3ec86c65c377cc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|