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
22bfb829
Commit
22bfb829
authored
2 years ago
by
Patrycja Rosa
Committed by
Michał Polański
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-gunicorn: upgrade to 20.1.0
parent
c5134470
No related branches found
No related tags found
1 merge request
!39406
community/py3-gunicorn: upgrade to 20.1.0
Pipeline
#137733
passed
2 years ago
Stage: verify
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-gunicorn/APKBUILD
+8
-5
8 additions, 5 deletions
community/py3-gunicorn/APKBUILD
with
8 additions
and
5 deletions
community/py3-gunicorn/APKBUILD
+
8
−
5
View file @
22bfb829
...
...
@@ -2,14 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
py3-gunicorn
_pkgname
=
gunicorn
pkgver
=
20.
0.4
pkgrel
=
2
pkgver
=
20.
1.0
pkgrel
=
0
pkgdesc
=
"WSGI HTTP Server for UNIX"
url
=
"https://gunicorn.org/"
arch
=
"noarch"
license
=
"MIT"
depends
=
"py3-setuptools"
checkdepends
=
"py3-pytest py3-pytest-cov py3-aiohttp"
checkdepends
=
"py3-pytest py3-pytest-cov py3-aiohttp
py3-gevent
"
source
=
"
$_pkgname
-
$pkgver
.tar.gz::https://github.com/benoitc/gunicorn/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
...
...
@@ -30,11 +30,14 @@ build() {
}
check
()
{
PYTHONPATH
=
"
$PWD
"
pytest
PYTHONPATH
=
build/lib pytest
\
--deselect
tests/workers/test_geventlet.py
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"5a82a448e07ede9e987b14c9ae4abfda29ed80d4220d640f68dab6fb59bb4bdab3d5fc3f0689ddc36102d88a10dbd244ee90e62647acea259429e8a79f370ea4 gunicorn-20.0.4.tar.gz"
sha512sums
=
"
4fd905f62adc30e044cf2a56a1a77e14bc633258267d6bfbd4f6a68494f93f377e9fb9ed94fab7f11f9d7813857a680974a88c4b6bf97d4f1b74792a81810111 gunicorn-20.1.0.tar.gz
"
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