New package: python3-pyasn-1.6.2

Required by 'asncounter':
https://github.com/void-linux/void-packages/issues/56321
This commit is contained in:
dogknowsnx 2025-07-17 18:55:14 +02:00 committed by Leah Neukirchen
parent 457490b5de
commit c25336f4ef

View file

@ -0,0 +1,18 @@
# Template file for 'python3-pyasn'
pkgname=python3-pyasn
version=1.6.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
short_desc="Python IP address to Autonomous System Number lookup module"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/hadiasghari/pyasn"
distfiles="https://github.com/hadiasghari/pyasn/archive/refs/tags/${version}.tar.gz"
checksum=e03ffaeb302c692aef3350942a6b121e36e9c00a7b9b10a1dde8a2657972f82c
post_install() {
vlicense LICENSE
}