python3-asn1crypto: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-13 09:22:57 +02:00
parent bae09e6b69
commit 15dddfecab
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+8oIF05ZLxMjoyjfcmGpuRE2pG/5SixU2V4bQtuDAz9fF7/K+usmmZNJuS8M78EoLeubXKRlq9Wz6fdcHAOywY=
SHA256 (Pkgfile) = 459c556b2448bacdb8f85434adc88d63357b88d79cd0d26cf1cb78c2be451301
RWSagIOpLGJF3z/a3D0fGm7PTUVhBbpdDdLTcOpBwXmMDThclrz5e5GfkxvNXAQYKK0GdDZO0PufswQVeFZWNEuHIWFU+pXf5g8=
SHA256 (Pkgfile) = 5af2db1ad1f4b9c39fe5ab86a295a070efd0d08a32872b2c7ba97dcbfc5d47c1
SHA256 (.footprint) = 371fdc94f685abf7d071efbca07d95f87b231531207bcb11fde8eca93d9b5fce
SHA256 (asn1crypto-1.5.1.tar.gz) = 13ae38502be632115abf8a24cbe5f4da52e3b5231990aff31123c805306ccb9c

View File

@ -1,6 +1,6 @@
# Description: Python ASN.1 library with a focus on performance and a pythonic API.
# URL: https://pypi.org/project/asn1crypto/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: python3-setuptools
name=python3-asn1crypto
@ -9,7 +9,7 @@ release=1
source=(https://files.pythonhosted.org/packages/source/${name:8:1}/${name#*-}/${name#*-}-$version.tar.gz)
build() {
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
cd ${name#*-}-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr --root=$PKG --optimize=1
}