python-itsdangerous: drop package
This commit is contained in:
parent
1bb49dcb1f
commit
eecfd34f24
|
@ -1 +0,0 @@
|
|||
python-itsdangerous
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-itsdangerous'
|
||||
pkgname=python-itsdangerous
|
||||
# Template file for 'python3-itsdangerous'
|
||||
pkgname=python3-itsdangerous
|
||||
version=1.1.0
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
depends="python"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
|
||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
license="BSD-3-Clause"
|
||||
|
@ -17,12 +17,3 @@ checksum=321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19
|
|||
post_install() {
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
|
||||
python3-itsdangerous_package() {
|
||||
depends="python3"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue