mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-pyasn1: update to 0.4.3
This commit is contained in:
parent
ec9932d38b
commit
a8ce88d87c
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-pyasn1'
|
# Template file for 'python-pyasn1'
|
||||||
pkgname=python-pyasn1
|
pkgname=python-pyasn1
|
||||||
version=0.4.2
|
version=0.4.3
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyasn1-${version}"
|
wrksrc="pyasn1-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="pyasn1"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="pyasn1"
|
|
||||||
short_desc="ASN.1 library for Python2"
|
short_desc="ASN.1 library for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/etingof/pyasn1"
|
homepage="https://github.com/etingof/pyasn1"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
||||||
checksum=d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15
|
checksum=fb81622d8f3509f0026b0683fe90fea27be7284d3826a5f2edf97f69151ab0fc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue