mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-ipaddress: update to 1.0.23.
This commit is contained in:
parent
5a66982f35
commit
dcf110f82d
1 changed files with 3 additions and 4 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template file for 'python-ipaddress'
|
# Template file for 'python-ipaddress'
|
||||||
pkgname=python-ipaddress
|
pkgname=python-ipaddress
|
||||||
version=1.0.22
|
version=1.0.23
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="ipaddress-${version}"
|
wrksrc="ipaddress-${version}"
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="ipaddress.py"
|
|
||||||
short_desc="Backport of Python 3.3+ ipaddress module"
|
short_desc="Backport of Python 3.3+ ipaddress module"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
|
license="PSF-2.0"
|
||||||
homepage="https://github.com/phihag/ipaddress"
|
homepage="https://github.com/phihag/ipaddress"
|
||||||
license="PSFL-2"
|
|
||||||
distfiles="${PYPI_SITE}/i/ipaddress/ipaddress-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/ipaddress/ipaddress-${version}.tar.gz"
|
||||||
checksum=b146c751ea45cad6188dd6cf2d9b757f6f4f8d6ffb96a023e6f2e26eea02a72c
|
checksum=b7f8e0369580bb4a24d5ba1d7cc29660a4a6987763faf1d8a8046830e020e7e2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue