New package: python-pyasn1-0.1.7
This commit is contained in:
parent
679a147bc4
commit
6a184a78c0
2 changed files with 29 additions and 0 deletions
28
srcpkgs/python-pyasn1/template
Normal file
28
srcpkgs/python-pyasn1/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'python-pyasn1'
|
||||
pkgname=python-pyasn1
|
||||
version=0.1.7
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pyasn1-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python"
|
||||
pycompile_module="pyasn1"
|
||||
short_desc="ASN.1 library for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="http://pyasn1.sourceforge.net/"
|
||||
license="BSD"
|
||||
distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
|
||||
checksum=e4f81d53c533f6bd9526b047f047f7b101c24ab17339c1a7ad8f98b25c101eab
|
||||
|
||||
python3.4-pyasn1_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="pyasn1"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3.4
|
||||
}
|
||||
}
|
1
srcpkgs/python3.4-pyasn1
Symbolic link
1
srcpkgs/python3.4-pyasn1
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-pyasn1
|
Loading…
Reference in a new issue