void-packages/srcpkgs/python-pyasn1-modules/template
Alessio Sergi 217e7d31f2 srcpkgs: remove python3.4-* transitional dummy packages
After more than a year the switch to python3 packages, it is time to say
them goodbye. So long, and thanks for all the fish.
2017-12-20 11:29:51 +01:00

31 lines
902 B
Bash

# Template file for 'python-pyasn1-modules'
pkgname=python-pyasn1-modules
version=0.2.1
revision=1
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="pyasn1_modules"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-pyasn1"
short_desc="Collection of ASN.1-based protocols modules (Python2)"
maintainer="Peter Bui <pnutzh4x0r@gmail.com>"
license="2-clause-BSD"
homepage="https://github.com/etingof/pyasn1-modules"
distfiles="${PYPI_SITE}/p/pyasn1-modules/pyasn1-modules-${version}.tar.gz"
checksum=af00ea8f2022b6287dc375b2c70f31ab5af83989fc6fe9eacd4976ce26cd7ccc
post_install() {
vlicense LICENSE.txt LICENSE
}
python3-pyasn1-modules_package() {
noarch=yes
depends="python3-pyasn1"
pycompile_module="pyasn1_modules"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.txt LICENSE
}
}