python-bottle: drop package
This commit is contained in:
parent
cfa6f97bff
commit
6156e2e296
2 changed files with 6 additions and 19 deletions
|
@ -1 +0,0 @@
|
||||||
python-bottle
|
|
|
@ -1,13 +1,11 @@
|
||||||
# Template file for 'python-bottle'
|
# Template file for 'python3-bottle'
|
||||||
pkgname=python-bottle
|
pkgname=python3-bottle
|
||||||
version=0.12.17
|
version=0.12.17
|
||||||
revision=2
|
revision=3
|
||||||
archs=noarch
|
|
||||||
wrksrc="bottle-${version}"
|
wrksrc="bottle-${version}"
|
||||||
build_style=python-module
|
build_style=python3-module
|
||||||
pycompile_module="bottle"
|
hostmakedepends="python3-setuptools"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
short_desc="Fast and simple WSGI-framework for small web-applications (Python3)"
|
||||||
short_desc="Fast and simple WSGI-framework for small web-applications (Python2)"
|
|
||||||
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://bottlepy.org"
|
homepage="http://bottlepy.org"
|
||||||
|
@ -17,13 +15,3 @@ checksum=e9eaa412a60cc3d42ceb42f58d15864d9ed1b92e9d630b8130c871c5bb16107c
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-bottle_package() {
|
|
||||||
archs=noarch
|
|
||||||
pycompile_module="bottle"
|
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
|
||||||
pkg_install() {
|
|
||||||
vmove "usr/lib/python3*"
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue