parent
46c57a6c6f
commit
5c97d14716
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
@ -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() {
|
||||
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue