python3-txacme: remove package
ACMEv1 is no longer supported by Let's Encrypt as of June 2021 and txacme has not yet added ACMEv2 support. synapse removed this module as well for the same reasons.
This commit is contained in:
parent
6b372f222d
commit
75ca3fa4f2
2 changed files with 2 additions and 23 deletions
|
@ -1,22 +0,0 @@
|
|||
# Template file for 'python3-txacme'
|
||||
pkgname=python3-txacme
|
||||
version=0.9.3
|
||||
revision=3
|
||||
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
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'removed-packages'
|
||||
pkgname=removed-packages
|
||||
version=0.1
|
||||
revision=54
|
||||
revision=55
|
||||
build_style=meta
|
||||
short_desc="Uninstalls packages removed from repository"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
|
@ -281,6 +281,7 @@ replaces="
|
|||
python3-pyside-phonon<=5.15.0_2
|
||||
python3-pyside<=5.15.0_2
|
||||
python3-shiboken<=5.15.0_3
|
||||
python3-txacme<=0.9.3_3
|
||||
qimageblitz<=0.0.6_4
|
||||
qt-designer-devel<=4.8.7_29
|
||||
qt-designer-libs<=4.8.7_29
|
||||
|
|
Loading…
Reference in a new issue