Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
576e58d6
Commit
576e58d6
authored
11 months ago
by
Duncan Bellamy
Committed by
J0WI
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-cheroot: upgrade to 10.0.1
*
https://github.com/cherrypy/cheroot/releases/tag/v10.0.1
parent
76d4b1b4
No related branches found
No related tags found
1 merge request
!65805
community/py3-cheroot: upgrade to 10.0.1
Pipeline
#233698
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/py3-cheroot/APKBUILD
+4
-7
4 additions, 7 deletions
community/py3-cheroot/APKBUILD
community/py3-cheroot/setuptools-git.patch
+0
-10
0 additions, 10 deletions
community/py3-cheroot/setuptools-git.patch
with
4 additions
and
17 deletions
community/py3-cheroot/APKBUILD
+
4
−
7
View file @
576e58d6
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
_pyname
=
cheroot
_pyname
=
cheroot
pkgname
=
py3-cheroot
pkgname
=
py3-cheroot
pkgver
=
10.0.
0
pkgver
=
10.0.
1
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"High-performance, pure-Python HTTP server used by CherryPy"
pkgdesc
=
"High-performance, pure-Python HTTP server used by CherryPy"
url
=
"https://cheroot.cherrypy.dev/"
url
=
"https://cheroot.cherrypy.dev/"
license
=
"BSD-3-Clause"
license
=
"BSD-3-Clause"
...
@@ -34,9 +34,7 @@ checkdepends="
...
@@ -34,9 +34,7 @@ checkdepends="
py3-trustme
py3-trustme
"
"
subpackages
=
"
$pkgname
-tests
$pkgname
-pyc"
subpackages
=
"
$pkgname
-tests
$pkgname
-pyc"
source
=
"https://files.pythonhosted.org/packages/source/c/
$_pyname
/
$_pyname
-
$pkgver
.tar.gz
source
=
"https://files.pythonhosted.org/packages/source/c/
$_pyname
/
$_pyname
-
$pkgver
.tar.gz"
setuptools-git.patch
"
builddir
=
"
$srcdir
/
$_pyname
-
$pkgver
"
builddir
=
"
$srcdir
/
$_pyname
-
$pkgver
"
options
=
"!check"
# fail on deprecation warning
options
=
"!check"
# fail on deprecation warning
...
@@ -62,6 +60,5 @@ tests() {
...
@@ -62,6 +60,5 @@ tests() {
amove usr/lib/python
*
/site-packages/cheroot/test
amove usr/lib/python
*
/site-packages/cheroot/test
}
}
sha512sums
=
"
sha512sums
=
"
02e32e52a596463cbb9874a800dbcdc5680dd7d9dfa95ca6e73c81f9248a488087c514ae70cdba94fe9df1f5d3ab1c68efcb720561cbeb7b667109fe5962f85b cheroot-10.0.0.tar.gz
c878647a7bcf564509ee07481b3e371a2e09019d78240e79293bc4e0bfa872e8e2f947925c54eda56cc1790a3ff4d656c70066278c74073b44fc070627f5c71d cheroot-10.0.1.tar.gz
7831aeeea0b6d1ed094c92eb697632395de903d5de170c37230db2b7d083041855473f8d50b93c1e2f630e0c411ccf5f909593b3160cb134339e9d3e21ed691c setuptools-git.patch
"
"
This diff is collapsed.
Click to expand it.
community/py3-cheroot/setuptools-git.patch
deleted
100644 → 0
+
0
−
10
View file @
76d4b1b4
--- 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'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment