24 lines
731 B
Bash
24 lines
731 B
Bash
# Template file for 'python3-txacme'
|
|
pkgname=python3-txacme
|
|
version=0.9.3
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="txacme-${version}"
|
|
build_style=python3-module
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/twisted/txacme"
|
|
distfiles="${PYPI_SITE}/t/txacme/txacme-${version}.tar.gz"
|
|
checksum=bce2d0dfa8fa2cf3f2eb10526c89a8b4f77a021d9e182704e7776fff7bd8bceb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
|
|
# Outside of the namespace
|
|
rm -rf ${DESTDIR}/${py3_sitelib}/integration
|
|
}
|