Skip to content

Commit

Permalink
devel/py-greenlet: Update to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Dec 14, 2023
1 parent 1c5548e commit d774bd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions devel/py-greenlet/Makefile
@@ -1,5 +1,5 @@
PORTNAME= greenlet
PORTVERSION= 3.0.1
PORTVERSION= 3.0.2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,8 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NOT_FOR_ARCHS= mips mips64
NOT_FOR_ARCHS_REASON= greenlet needs to be ported to this platform

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist concurrent distutils
USE_PYTHON= autoplist concurrent pep517

CPPFLAGS+= -Dregister=

Expand Down
6 changes: 3 additions & 3 deletions devel/py-greenlet/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1698341007
SHA256 (greenlet-3.0.1.tar.gz) = 816bd9488a94cba78d93e1abb58000e8266fa9cc2aa9ccdd6eb0696acb24005b
SIZE (greenlet-3.0.1.tar.gz) = 174825
TIMESTAMP = 1702543648
SHA256 (greenlet-3.0.2.tar.gz) = 1c1129bc47266d83444c85a8e990ae22688cf05fb20d7951fd2866007c2ba9bc
SIZE (greenlet-3.0.2.tar.gz) = 175506

0 comments on commit d774bd8

Please sign in to comment.