Skip to content

Commit

Permalink
python3-greenlet: update to 1.1.0.
Browse files Browse the repository at this point in the history
Closes: #30787
  • Loading branch information
Piraty committed Jun 17, 2021
1 parent 46c57a6 commit 5c97d14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions srcpkgs/python3-greenlet/template
@@ -1,6 +1,6 @@
# Template file for 'python3-greenlet'
pkgname=python3-greenlet
version=0.4.17
version=1.1.0
revision=1
wrksrc="greenlet-${version}"
build_style=python3-module
Expand All @@ -10,12 +10,12 @@ short_desc="Lightweight in-process concurrent programming (Python3)"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="MIT"
homepage="https://github.com/python-greenlet/greenlet"
changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/NEWS"
changelog="https://raw.githubusercontent.com/python-greenlet/greenlet/master/CHANGES.rst"
distfiles="${PYPI_SITE}/g/greenlet/greenlet-${version}.tar.gz"
checksum=41d8835c69a78de718e466dd0e6bfd4b46125f21a67c3ff6d76d8d8059868d6b
checksum=c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee

do_check() {
python3 setup.py test
PYTHONPATH="$(cd build/lib* && pwd)" python3 -m unittest discover -v greenlet.tests
}

post_install() {
Expand All @@ -24,7 +24,7 @@ post_install() {

python3-greenlet-devel_package() {
depends="python3-greenlet>=${version}_${revision}"
short_desc="${short_desc/Python2/Python3} - development files"
short_desc+=" - development files"
pkg_install() {
vmove ${py3_inc}
}
Expand Down

0 comments on commit 5c97d14

Please sign in to comment.