mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/py3-cheroot: upgrade to 10.0.1
* https://github.com/cherrypy/cheroot/releases/tag/v10.0.1
This commit is contained in:
parent
76d4b1b4c6
commit
576e58d6ec
@ -3,8 +3,8 @@
|
||||
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
|
||||
_pyname=cheroot
|
||||
pkgname=py3-cheroot
|
||||
pkgver=10.0.0
|
||||
pkgrel=2
|
||||
pkgver=10.0.1
|
||||
pkgrel=0
|
||||
pkgdesc="High-performance, pure-Python HTTP server used by CherryPy"
|
||||
url="https://cheroot.cherrypy.dev/"
|
||||
license="BSD-3-Clause"
|
||||
@ -34,9 +34,7 @@ checkdepends="
|
||||
py3-trustme
|
||||
"
|
||||
subpackages="$pkgname-tests $pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/c/$_pyname/$_pyname-$pkgver.tar.gz
|
||||
setuptools-git.patch
|
||||
"
|
||||
source="https://files.pythonhosted.org/packages/source/c/$_pyname/$_pyname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pyname-$pkgver"
|
||||
options="!check" # fail on deprecation warning
|
||||
|
||||
@ -62,6 +60,5 @@ tests() {
|
||||
amove usr/lib/python*/site-packages/cheroot/test
|
||||
}
|
||||
sha512sums="
|
||||
02e32e52a596463cbb9874a800dbcdc5680dd7d9dfa95ca6e73c81f9248a488087c514ae70cdba94fe9df1f5d3ab1c68efcb720561cbeb7b667109fe5962f85b cheroot-10.0.0.tar.gz
|
||||
7831aeeea0b6d1ed094c92eb697632395de903d5de170c37230db2b7d083041855473f8d50b93c1e2f630e0c411ccf5f909593b3160cb134339e9d3e21ed691c setuptools-git.patch
|
||||
c878647a7bcf564509ee07481b3e371a2e09019d78240e79293bc4e0bfa872e8e2f947925c54eda56cc1790a3ff4d656c70066278c74073b44fc070627f5c71d cheroot-10.0.1.tar.gz
|
||||
"
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -56,7 +56,6 @@
|
||||
include_package_data = True
|
||||
setup_requires =
|
||||
setuptools_scm>=1.15.0
|
||||
- setuptools_scm_git_archive>=1.0
|
||||
install_requires =
|
||||
backports.functools_lru_cache; python_version < '3.3'
|
||||
selectors2; python_version< '3.4'
|
Loading…
Reference in New Issue
Block a user