python-pyasn1: update to 0.4.8.
This commit is contained in:
parent
2a0f04a080
commit
33a00fb653
1 changed files with 4 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-pyasn1'
|
||||
pkgname=python-pyasn1
|
||||
version=0.4.6
|
||||
revision=2
|
||||
version=0.4.8
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pyasn1-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pyasn1"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python"
|
||||
short_desc="ASN.1 library for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/etingof/pyasn1"
|
||||
changelog="https://raw.githubusercontent.com/etingof/pyasn1/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
||||
checksum=b773d5c9196ffbc3a1e13bdf909d446cad80a039aa3340bcad72f395b76ebc86
|
||||
checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
|
@ -22,7 +22,6 @@ post_install() {
|
|||
python3-pyasn1_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="pyasn1"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Reference in a new issue