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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Michael Pirogov
aports
Commits
e531a086
Commit
e531a086
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/py-gevent: upgrade to 1.4.0
parent
fd43be66
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py-gevent/APKBUILD
+5
-6
5 additions, 6 deletions
community/py-gevent/APKBUILD
with
5 additions
and
6 deletions
community/py-gevent/APKBUILD
+
5
−
6
View file @
e531a086
...
...
@@ -2,8 +2,8 @@
# Contributor: Michael Zhou <zhoumichaely@gmail.com>
pkgname
=
py-gevent
_pkgname
=
${
pkgname
#py-
}
pkgver
=
1.
3.4
pkgrel
=
2
pkgver
=
1.
4.0
pkgrel
=
0
pkgdesc
=
"Python library for seamless coroutine-based concurrency"
url
=
"http://gevent.org/"
arch
=
"all"
...
...
@@ -15,9 +15,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/$_pkgname/$_pkgname/archive/
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
python2 setup.py build
||
return
1
python3 setup.py build
||
return
1
python2 setup.py build
python3 setup.py build
}
package
()
{
...
...
@@ -45,4 +44,4 @@ _py3() {
}
sha512sums
=
"
9a02dc978a739c38858f2aa8edb6dd9dd9b8a738a65962874efe7b9f7bcf97dc883856f40866d090f64f00883f84f4267732a3b3d380482379977cf71c911b77
py-gevent-1.
3.4
.tar.gz"
sha512sums
=
"
3cfc9de24a21f544c53aa78314641c8208fb9c7e9a8366a2310e8847982a44b09bee046a24a36fe6ec09aa060ba64c151b7c67bafd740cc510520b8dc6f3b570
py-gevent-1.
4.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