python3-CherryPy: update to 18.1.2.
- adopt package
This commit is contained in:
parent
1ce2d125b6
commit
607cff99f4
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-CherryPy'
|
# Template file for 'python3-CherryPy'
|
||||||
pkgname=python3-CherryPy
|
pkgname=python3-CherryPy
|
||||||
version=18.1.1
|
version=18.1.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="CherryPy-${version}"
|
wrksrc="CherryPy-${version}"
|
||||||
|
@ -9,15 +9,15 @@ pycompile_module="cherrypy"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
|
depends="python3-setuptools python3-Cheroot python3-portend python3-zc.lockfile"
|
||||||
short_desc="Object-oriented HTTP framework (Python3)"
|
short_desc="Object-oriented HTTP framework (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://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=6585c19b5e4faffa3613b5bf02c6a27dcc4c69a30d302aba819639a2af6fa48b
|
checksum=48de31ba3db04c5354a0fcf8acf21a9c5190380013afca746d50237c9ebe70f0
|
||||||
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i setup.py \
|
vsed -i setup.py \
|
||||||
-e '/setuptools_scm/d' \
|
-e '/setuptools_scm/d' \
|
||||||
-e "s|use_scm_version=True|version='${version}'|"
|
-e "s|use_scm_version=True|version='${version}'|"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue