mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-frozendict: update to 2.3.5.
This commit is contained in:
parent
d128c94e1c
commit
8a760383dc
1 changed files with 3 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python3-frozendict'
|
# Template file for 'python3-frozendict'
|
||||||
pkgname=python3-frozendict
|
pkgname=python3-frozendict
|
||||||
version=2.3.4
|
version=2.3.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_args="-k not(test_c_extension)"
|
make_check_args="-k not(test_c_extension)"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -13,12 +13,4 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="LGPL-3.0-only"
|
license="LGPL-3.0-only"
|
||||||
homepage="https://github.com/Marco-Sulla/python-frozendict"
|
homepage="https://github.com/Marco-Sulla/python-frozendict"
|
||||||
distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz"
|
||||||
checksum=15b4b18346259392b0d27598f240e9390fafbff882137a9c48a1e0104fb17f78
|
checksum=65d7e3995c9174b77d7d80514d7062381750491e112bbeb44323368baa3e636a
|
||||||
|
|
||||||
do_build() {
|
|
||||||
python3 setup.py py build
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
python3 setup.py py install --prefix=/usr --root="${DESTDIR}"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue