python-bottle: drop package

This commit is contained in:
Đoàn Trần Công Danh 2020-09-20 23:09:30 +07:00
parent cfa6f97bff
commit 6156e2e296
2 changed files with 6 additions and 19 deletions

View file

@ -1 +0,0 @@
python-bottle

View file

@ -1,13 +1,11 @@
# Template file for 'python-bottle'
pkgname=python-bottle
# Template file for 'python3-bottle'
pkgname=python3-bottle
version=0.12.17
revision=2
archs=noarch
revision=3
wrksrc="bottle-${version}"
build_style=python-module
pycompile_module="bottle"
hostmakedepends="python-setuptools python3-setuptools"
short_desc="Fast and simple WSGI-framework for small web-applications (Python2)"
build_style=python3-module
hostmakedepends="python3-setuptools"
short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT"
homepage="http://bottlepy.org"
@ -17,13 +15,3 @@ checksum=e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c
post_install() {
vlicense LICENSE
}
python3-bottle_package() {
archs=noarch
pycompile_module="bottle"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
vlicense LICENSE
}
}