python-pyasn1: split python3-pyasn1

This commit is contained in:
Michal Vasilek 2023-06-17 19:43:42 +02:00
parent baab68cbe9
commit efcd455d23
3 changed files with 21 additions and 12 deletions

View File

@ -2,8 +2,8 @@
pkgname=python-pyasn1
version=0.4.8
revision=5
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="python"
short_desc="ASN.1 library for Python2"
maintainer="Orphaned <orphan@voidlinux.org>"
@ -16,12 +16,3 @@ checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
post_install() {
vlicense LICENSE.rst
}
python3-pyasn1_package() {
depends="python3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE.rst
}
}

View File

@ -1 +0,0 @@
python-pyasn1

View File

@ -0,0 +1,19 @@
# Template file for 'python3-pyasn1'
pkgname=python3-pyasn1
version=0.4.8
revision=5
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="ASN.1 library for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
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=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
post_install() {
vlicense LICENSE.rst
}