mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python3-CherryPy: update to 18.8.0.
This commit is contained in:
parent
6096ae6b99
commit
468037f5f1
1 changed files with 16 additions and 7 deletions
|
@ -1,22 +1,31 @@
|
||||||
# Template file for 'python3-CherryPy'
|
# Template file for 'python3-CherryPy'
|
||||||
pkgname=python3-CherryPy
|
pkgname=python3-CherryPy
|
||||||
version=18.6.0
|
version=18.8.0
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="CherryPy-${version}"
|
wrksrc="CherryPy-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools_scm"
|
make_check_args="--ignore cherrypy/test/test_session.py
|
||||||
depends="python3-setuptools python3-Cheroot python3-portend
|
--deselect cherrypy/test/test_states.py::ServerStateTests::test_2_KeyboardInterrupt"
|
||||||
|
hostmakedepends="python3-wheel python3-setuptools_scm"
|
||||||
|
depends="python3-more-itertools python3-Cheroot python3-portend
|
||||||
python3-zc.lockfile python3-jaraco.collections"
|
python3-zc.lockfile python3-jaraco.collections"
|
||||||
|
checkdepends="${depends} python3-path python3-requests
|
||||||
|
python3-requests-toolbelt python3-pytest"
|
||||||
short_desc="Object-oriented HTTP framework (Python3)"
|
short_desc="Object-oriented HTTP framework (Python3)"
|
||||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://cherrypy.org/"
|
homepage="https://cherrypy.dev"
|
||||||
changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
|
changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/main/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
|
||||||
checksum=56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499
|
checksum=9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
|
||||||
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
rm pytest.ini
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -r ${DESTDIR}/${py3_sitelib}/cherrypy/{test,tutorial}
|
||||||
mv ${DESTDIR}/usr/bin/cherryd{,3}
|
mv ${DESTDIR}/usr/bin/cherryd{,3}
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue