Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3-CherryPy: update to 18.8.0. #39007

Merged
merged 3 commits into from Sep 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 16 additions & 7 deletions srcpkgs/python3-CherryPy/template
@@ -1,22 +1,31 @@
# Template file for 'python3-CherryPy'
pkgname=python3-CherryPy
version=18.6.0
revision=4
version=18.8.0
revision=1
wrksrc="CherryPy-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-setuptools python3-Cheroot python3-portend
make_check_args="--ignore cherrypy/test/test_session.py
--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"
checkdepends="${depends} python3-path python3-requests
python3-requests-toolbelt python3-pytest"
short_desc="Object-oriented HTTP framework (Python3)"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="BSD-3-Clause"
homepage="https://cherrypy.org/"
changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/master/CHANGES.rst"
homepage="https://cherrypy.dev"
changelog="https://raw.githubusercontent.com/cherrypy/cherrypy/main/CHANGES.rst"
distfiles="${PYPI_SITE}/C/CherryPy/CherryPy-${version}.tar.gz"
checksum=56608edd831ad00991ae585625e0206ed61cf1a0850e4b2cc48489fb2308c499
checksum=9b48cfba8a2f16d5b6419cc657e6d51db005ba35c5e3824e4728bb03bbc7ef9b
alternatives="cherrypy:cherryd:/usr/bin/cherryd3"

pre_check() {
rm pytest.ini
}

post_install() {
rm -r ${DESTDIR}/${py3_sitelib}/cherrypy/{test,tutorial}
mv ${DESTDIR}/usr/bin/cherryd{,3}
vlicense LICENSE.md
}
5 changes: 3 additions & 2 deletions srcpkgs/python3-jaraco.collections/template
@@ -1,18 +1,19 @@
# Template file for 'python3-jaraco.collections'
pkgname=python3-jaraco.collections
version=3.5.1
version=3.5.2
revision=1
wrksrc="jaraco.collections-${version}"
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3-jaraco.classes python3-jaraco.text"
checkdepends="${depends} python3-pytest-xdist"
short_desc="Collection of objects similar to stdlib by jaraco (Python3)"
maintainer="bra1nwave <bra1nwave@protonmail.com>"
license="MIT"
homepage="https://github.com/jaraco/jaraco.collections"
changelog="https://raw.githubusercontent.com/jaraco/jaraco.collections/master/CHANGES.rst"
distfiles="${PYPI_SITE}/j/jaraco.collections/jaraco.collections-${version}.tar.gz"
checksum=b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88
checksum=072b93eb35f9e48508485755534e66a34ef1cc84af291fd27f39b44d4c0dd2c3

post_install() {
vlicense LICENSE
Expand Down
20 changes: 20 additions & 0 deletions srcpkgs/python3-path/template
@@ -0,0 +1,20 @@
# Template file for 'python3-path'
pkgname=python3-path
version=16.4.0
revision=1
wrksrc="path-${version}"
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools_scm"
depends="python3"
checkdepends="python3-pytest-xdist"
short_desc="Python module for object-oriented file system path manipulation"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://github.com/jaraco/path"
changelog="https://raw.githubusercontent.com/jaraco/path/main/CHANGES.rst"
distfiles="${PYPI_SITE}/p/path/path-${version}.tar.gz"
checksum=baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52

post_install() {
vlicense LICENSE
}