python3-CherryPy: update to 18.2.0.
This commit is contained in:
parent
c79f7eaf09
commit
475cbd3111
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-CherryPy'
|
# Template file for 'python3-CherryPy'
|
||||||
pkgname=python3-CherryPy
|
pkgname=python3-CherryPy
|
||||||
version=18.1.2
|
version=18.2.0
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="CherryPy-${version}"
|
wrksrc="CherryPy-${version}"
|
||||||
|
@ -12,8 +12,9 @@ short_desc="Object-oriented HTTP framework (Python3)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://cherrypy.org/"
|
homepage="https://cherrypy.org/"
|
||||||
|
changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
||||||
checksum=48de31ba3db04c5354a0fcf8acf21a9c5190380013afca746d50237c9ebe70f0
|
checksum=16fc226a280cd772ede7c309d3964002196784ac6615d8bface52be12ff51230
|
||||||
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
@ -23,6 +24,6 @@ pre_build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/cherryd ${DESTDIR}/usr/bin/cherryd3
|
mv ${DESTDIR}/usr/bin/cherryd{,3}
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue