void-packages/srcpkgs/python3-gogs-client/template
Jan Christian Grünhage beb9ec7230 scrpkgs/: orphan Joseph LaFreniere's packages
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
2021-10-14 18:34:56 +02:00

21 lines
727 B
Bash

# Template file for 'python3-gogs-client'
pkgname=python3-gogs-client
version=1.0.6
revision=7
wrksrc="gogs_client-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-future python3-requests python3-attrs"
short_desc="Python3 library for interacting with a gogs server"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/unfoldingWord-dev/python-gogs-client"
distfiles="${PYPI_SITE}/g/gogs_client/gogs_client-${version}.tar.gz"
checksum=4bd585ff86f6d70a245cea3b9b9756205bdaa9f512b314c47f715842970b3d3f
post_install() {
vlicense LICENSE.txt
# remove tests directory polluting site-packages
rm -rf ${DESTDIR}/usr/lib/python*/site-packages/tests
}