void-packages/srcpkgs/python3-TxSNI/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

22 lines
711 B
Bash

# Template file for 'python3-TxSNI'
pkgname=python3-TxSNI
version=0.1.9
revision=1
archs=noarch
wrksrc="TxSNI-${version}"
build_style=python3-module
pycompile_module="txsni"
hostmakedepends="python3-setuptools"
depends="python3-Twisted python3-openssl"
short_desc="Easy-to-use SNI endpoint for twisted"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/glyph/txsni"
distfiles="${PYPI_SITE}/T/TxSNI/TxSNI-${version}.tar.gz
https://github.com/glyph/txsni/raw/master/LICENSE>LICENSE.txt"
checksum="72966f44300159bb63a2fce1237df6b4c94a31cbdf27b4642b1b7cd2e1b2e2b0
2a41b4da4e95c95c4a9c09f87652f67cb92d7072316cc12fc16db1773976e5e3"
post_install() {
vlicense ../LICENSE.txt
}