void-packages/srcpkgs/python3-ndg_httpsclient/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

19 lines
670 B
Bash

# Template file for 'python3-ndg_httpsclient'
pkgname=python3-ndg_httpsclient
version=0.5.1
revision=5
wrksrc="ndg_httpsclient-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-openssl python3-pyasn1"
short_desc="HTTPS support for httplib and urllib2 (Python3)"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/cedadev/ndg_httpsclient"
distfiles="${PYPI_SITE}/n/ndg_httpsclient/ndg_httpsclient-${version}.tar.gz"
checksum=d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210
conflicts="python-ndg_httpsclient>=0"
post_install() {
vlicense ndg/httpsclient/LICENSE
}