mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python-pyasn1: update to 0.2.1
This commit is contained in:
parent
5e0f339d84
commit
b5703bc28e
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pyasn1'
|
# Template file for 'python-pyasn1'
|
||||||
pkgname=python-pyasn1
|
pkgname=python-pyasn1
|
||||||
version=0.1.9
|
version=0.2.1
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="pyasn1-${version}"
|
wrksrc="pyasn1-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,10 +13,10 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://pyasn1.sourceforge.net/"
|
homepage="http://pyasn1.sourceforge.net/"
|
||||||
license="2-clause-BSD"
|
license="2-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
||||||
checksum=853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f
|
checksum=06b9cdfb14e81e7a3b9c0f63ab19bc3b9bfc5cd372d766179884c0703c2213e8
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pyasn1_package() {
|
python3-pyasn1_package() {
|
||||||
|
@ -27,7 +27,7 @@ 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.txt LICENSE
|
vlicense LICENSE.rst LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-pyasn1_package() {
|
python3.4-pyasn1_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue