diff --git a/srcpkgs/python3-bottle b/srcpkgs/python3-bottle deleted file mode 120000 index 7124ef22d99..00000000000 --- a/srcpkgs/python3-bottle +++ /dev/null @@ -1 +0,0 @@ -python-bottle \ No newline at end of file diff --git a/srcpkgs/python-bottle/template b/srcpkgs/python3-bottle/template similarity index 50% rename from srcpkgs/python-bottle/template rename to srcpkgs/python3-bottle/template index 0ffc8adfec7..bf3d043c880 100644 --- a/srcpkgs/python-bottle/template +++ b/srcpkgs/python3-bottle/template @@ -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 " 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 - } -}