python-itsdangerous: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-26 06:19:24 +07:00
parent 1bb49dcb1f
commit eecfd34f24
3 changed files with 7 additions and 17 deletions

View file

@ -1 +0,0 @@
python-itsdangerous

View file

@ -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
}
}