Skip to content

Commit

Permalink
python3-greenlet: update to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pulux committed May 11, 2021
1 parent b300d99 commit 223d618
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 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,13 +10,9 @@ 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

do_check() {
python3 setup.py test
}
checksum=c87df8ae3f01ffb4483c796fe1b15232ce2b219f0b18126948616224d3f658ee

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit 223d618

Please sign in to comment.