This includes: - python3-GitPython - python3-ansible-lint - python3-ansicolor - python3-bitbucket-api - python3-gitdb - python3-github3 - python3-gitlab - python3-gogs-client - python3-ndg_httpsclient - python3-progress - python3-proselint - python3-smmap - python3-vint - python3-voluptuous - python3-yamllint - tokei
19 lines
687 B
Bash
19 lines
687 B
Bash
# Template file for 'python3-github3'
|
|
pkgname=python3-github3
|
|
version=1.3.0
|
|
revision=5
|
|
wrksrc="github3.py-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests python3-uritemplate"
|
|
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
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|