mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python-Cheroot: update to 8.3.0.
This commit is contained in:
parent
d0929dd9e4
commit
6e86c73e7c
1 changed files with 4 additions and 6 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'python-Cheroot'
|
# Template file for 'python-Cheroot'
|
||||||
pkgname=python-Cheroot
|
pkgname=python-Cheroot
|
||||||
version=8.2.1
|
version=8.3.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="cheroot-${version}"
|
wrksrc="cheroot-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="cheroot"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-six python-more-itertools
|
depends="python-setuptools python-six python-more-itertools
|
||||||
python-backports.functools_lru_cache python-jaraco.functools"
|
python-backports.functools_lru_cache python-jaraco.functools"
|
||||||
short_desc="High-performance, pure-Python HTTP server (Python2)"
|
short_desc="High-performance, pure-Python HTTP server (Python2)"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/cherrypy/cheroot"
|
homepage="https://github.com/cherrypy/cheroot"
|
||||||
changelog="https://github.com/cherrypy/cheroot/blob/master/CHANGES.rst"
|
changelog="https://github.com/cherrypy/cheroot/blob/master/CHANGES.rst"
|
||||||
distfiles="${PYPI_SITE}/c/cheroot/cheroot-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/cheroot/cheroot-${version}.tar.gz"
|
||||||
checksum=5b525b3e4a755adf78070ab54c1821fb860d4255a9317dba2b88eb2df2441cff
|
checksum=a0577e1f28661727d472671a7cc4e0c12ea0cbc5220265e70f00a8b8cb628931
|
||||||
alternatives="cheroot:cheroot:/usr/bin/cheroot2"
|
alternatives="cheroot:cheroot:/usr/bin/cheroot2"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
@ -32,7 +31,6 @@ post_install() {
|
||||||
|
|
||||||
python3-Cheroot_package() {
|
python3-Cheroot_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="cheroot"
|
|
||||||
depends="python3-setuptools python3-six python3-more-itertools
|
depends="python3-setuptools python3-six python3-more-itertools
|
||||||
python3-jaraco.functools"
|
python3-jaraco.functools"
|
||||||
alternatives="cheroot:cheroot:/usr/bin/cheroot3"
|
alternatives="cheroot:cheroot:/usr/bin/cheroot3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue