mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-pyasn1-modules: update to 0.2.4.
This commit is contained in:
parent
dc8249c3e1
commit
4fab3c2f98
1 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pyasn1-modules'
|
# Template file for 'python-pyasn1-modules'
|
||||||
pkgname=python-pyasn1-modules
|
pkgname=python-pyasn1-modules
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
|
@ -8,12 +8,18 @@ build_style=python-module
|
||||||
pycompile_module="pyasn1_modules"
|
pycompile_module="pyasn1_modules"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-pyasn1"
|
depends="python-pyasn1"
|
||||||
|
checkdepends="python-pyasn1 python3-pyasn1"
|
||||||
short_desc="Collection of ASN.1-based protocols modules (Python2)"
|
short_desc="Collection of ASN.1-based protocols modules (Python2)"
|
||||||
maintainer="Peter Bui <pbui@github.bx612.space>"
|
maintainer="Peter Bui <pbui@github.bx612.space>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/etingof/pyasn1-modules"
|
homepage="https://github.com/etingof/pyasn1-modules"
|
||||||
distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz"
|
||||||
checksum=d14fcb29dabecba3d7b360bf72327c26c385248a5d603cf6be5f566ce999b261
|
checksum=a52090e8c5841ebbf08ae455146792d9ef3e8445b21055d3a3b7ed9c712b7c7c
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
python setup.py test
|
||||||
|
python3 setup.py test
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue