mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
python-pyasn1: split python3-pyasn1
This commit is contained in:
parent
baab68cbe9
commit
efcd455d23
3 changed files with 21 additions and 12 deletions
|
@ -2,8 +2,8 @@
|
||||||
pkgname=python-pyasn1
|
pkgname=python-pyasn1
|
||||||
version=0.4.8
|
version=0.4.8
|
||||||
revision=5
|
revision=5
|
||||||
build_style=python-module
|
build_style=python2-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="ASN.1 library for Python2"
|
short_desc="ASN.1 library for Python2"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -16,12 +16,3 @@ checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.rst
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-pyasn1_package() {
|
|
||||||
depends="python3"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/lib/python3*
|
|
||||||
vlicense LICENSE.rst
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
python-pyasn1
|
|
19
srcpkgs/python3-pyasn1/template
Normal file
19
srcpkgs/python3-pyasn1/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue