python-pyasn1: update to 0.1.9
This commit is contained in:
parent
619e844bf2
commit
7621258403
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pyasn1'
|
||||
pkgname=python-pyasn1
|
||||
version=0.1.8
|
||||
version=0.1.9
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pyasn1-${version}"
|
||||
|
@ -12,9 +12,13 @@ pycompile_module="pyasn1"
|
|||
short_desc="ASN.1 library for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://pyasn1.sourceforge.net/"
|
||||
license="BSD"
|
||||
license="2-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
||||
checksum=5d33be7ca0ec5997d76d29ea4c33b65c00c0231407fff975199d7f40530b8347
|
||||
checksum=853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
|
||||
python3.4-pyasn1_package() {
|
||||
noarch=yes
|
||||
|
@ -24,5 +28,6 @@ python3.4-pyasn1_package() {
|
|||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
vlicense LICENSE.txt LICENSE
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue