mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-02 10:02:58 +02:00
New package: python3-pyasn-1.6.2
Required by 'asncounter': https://github.com/void-linux/void-packages/issues/56321
This commit is contained in:
parent
457490b5de
commit
c25336f4ef
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-pyasn/template
Normal file
18
srcpkgs/python3-pyasn/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue