mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-pyasn1-modules: update to 0.0.9
This commit is contained in:
parent
8f2eb6cac0
commit
6f95715a48
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pyasn1-modules'
|
# Template file for 'python-pyasn1-modules'
|
||||||
pkgname=python-pyasn1-modules
|
pkgname=python-pyasn1-modules
|
||||||
version=0.0.8
|
version=0.0.9
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
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"
|
||||||
short_desc="A collection of ASN.1-based protocols modules (Python2)"
|
short_desc="Collection of ASN.1-based protocols modules (Python2)"
|
||||||
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
homepage="https://pypi.python.org/pypi/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=10561934f1829bcc455c7ecdcdacdb4be5ffd3696f26f468eb6eb41e107f3837
|
checksum=be0e4157e4a53551279d6c6e366b080527f5fd068616835b4abf32c14f657f5f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue