mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
New package: python3-txacme-0.9.2
This commit is contained in:
parent
45c9e06323
commit
0ea06cf2f9
1 changed files with 24 additions and 0 deletions
24
srcpkgs/python3-txacme/template
Normal file
24
srcpkgs/python3-txacme/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'python3-txacme'
|
||||||
|
pkgname=python3-txacme
|
||||||
|
version=0.9.2
|
||||||
|
revision=1
|
||||||
|
archs=noarch
|
||||||
|
wrksrc="txacme-${version}"
|
||||||
|
build_style=python3-module
|
||||||
|
pycompile_module="txacme"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3-attrs python3-acme python3-josepy python3-treq python3-Twisted
|
||||||
|
python3-openssl python3-eliot python3-TxSNI python3-pem"
|
||||||
|
short_desc="ACME protocol implementation for Twisted"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/twisted/txacme"
|
||||||
|
distfiles="${PYPI_SITE}/t/txacme/txacme-${version}.tar.gz"
|
||||||
|
checksum=2db8e98132d8fcb85cfbd5e59866fa3a9fd8d26e923f673802251e4c29e9f4b2
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
|
||||||
|
# Outside of the namespace
|
||||||
|
rm -rf ${DESTDIR}/${py3_sitelib}/integration
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue