python-CherryPy: broken

This commit is contained in:
Alessio Sergi 2018-05-20 18:37:07 +02:00
parent d02f4d0ae1
commit 3692bf6054

View file

@ -1,3 +1,4 @@
broken="Missing portend dependency"
# Template file for 'python-CherryPy' # Template file for 'python-CherryPy'
pkgname=python-CherryPy pkgname=python-CherryPy
version=15.0.0 version=15.0.0
@ -6,23 +7,28 @@ noarch=yes
wrksrc="CherryPy-${version}" wrksrc="CherryPy-${version}"
build_style=python-module build_style=python-module
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python-six python-Cheroot" depends="python-setuptools python-six python-Cheroot"
pycompile_module="cherrypy" pycompile_module="cherrypy"
short_desc="Object-oriented HTTP framework (Python2)" short_desc="Object-oriented HTTP framework (Python2)"
maintainer="Andrea Brancaleoni <abc@pompel.me>" maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="3-clause-BSD" license="BSD-3-Clause"
homepage="http://www.cherrypy.org" homepage="https://cherrypy.org/"
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz" distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
checksum=7404638da9cf8c6be672505168ccb63e16d33cb3aa16a02ec30a44641f7546af checksum=7404638da9cf8c6be672505168ccb63e16d33cb3aa16a02ec30a44641f7546af
alternatives="cherrypy:cherryd:/usr/bin/cherryd2" alternatives="cherrypy:cherryd:/usr/bin/cherryd2"
pre_build() {
sed -i setup.py \
-e '/setuptools_scm/d' \
-e "s|use_scm_version=True|version='${version}'|"
}
post_install() { post_install() {
vlicense LICENSE.md vlicense LICENSE.md
} }
python3-CherryPy_package() { python3-CherryPy_package() {
noarch=yes noarch=yes
depends="python3-six python3-Cheroot" depends="python3-setuptools python3-six python3-Cheroot"
pycompile_module="cherrypy" pycompile_module="cherrypy"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"
alternatives="cherrypy:cherryd:/usr/bin/cherryd3" alternatives="cherrypy:cherryd:/usr/bin/cherryd3"