python-pyasn1: update to 0.4.5

This commit is contained in:
Alessio Sergi 2018-12-30 17:17:55 +01:00
parent 75f91ed478
commit 5517987822

View file

@ -1,6 +1,6 @@
# Template file for 'python-pyasn1' # Template file for 'python-pyasn1'
pkgname=python-pyasn1 pkgname=python-pyasn1
version=0.4.4 version=0.4.5
revision=1 revision=1
noarch=yes noarch=yes
wrksrc="pyasn1-${version}" wrksrc="pyasn1-${version}"
@ -13,10 +13,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/etingof/pyasn1" homepage="https://github.com/etingof/pyasn1"
license="BSD-2-Clause" license="BSD-2-Clause"
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
checksum=f58f2a3d12fd754aa123e9fa74fb7345333000a035f3921dbdaa08597aa53137 checksum=da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7
post_install() { post_install() {
vlicense LICENSE.rst LICENSE vlicense LICENSE.rst
} }
python3-pyasn1_package() { python3-pyasn1_package() {
@ -26,6 +26,6 @@ python3-pyasn1_package() {
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
pkg_install() { pkg_install() {
vmove usr/lib/python3* vmove usr/lib/python3*
vlicense LICENSE.rst LICENSE vlicense LICENSE.rst
} }
} }