From 6a30fe231784a6590421476eb19a71e20244699b Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 6 Dec 2020 11:12:40 -0600 Subject: [PATCH] python3-TxSNI: update to 0.2.0. --- srcpkgs/python3-TxSNI/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-TxSNI/template b/srcpkgs/python3-TxSNI/template index 72020678230..7080afdb3da 100644 --- a/srcpkgs/python3-TxSNI/template +++ b/srcpkgs/python3-TxSNI/template @@ -1,21 +1,19 @@ # Template file for 'python3-TxSNI' pkgname=python3-TxSNI -version=0.1.9 -revision=4 -create_wrksrc=yes -build_wrksrc="TxSNI-${version}" +version=0.2.0 +revision=1 +wrksrc="txsni-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Twisted python3-openssl" +checkdepends="python3-devel" short_desc="Easy-to-use SNI endpoint for twisted" maintainer="Orphaned " 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" +distfiles="https://github.com/glyph/txsni/archive/v${version}.tar.gz" +checksum=6797f5b303d463c4bafd6a216ccc00a768a679e81cc1240303bb13afa793125c post_install() { - vlicense ../LICENSE.txt + vlicense LICENSE }