Skip to content

Commit

Permalink
devel/py-geventhttpclient: Update to 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Mar 31, 2024
1 parent cf6887d commit f9f97b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions devel/py-geventhttpclient/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= geventhttpclient
PORTVERSION= 2.0.11
PORTVERSION= 2.0.12
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,13 +11,15 @@ WWW= https://github.com/geventhttpclient/geventhttpclient
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gevent>=0.13:devel/py-gevent@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}

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

post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
Expand Down
6 changes: 3 additions & 3 deletions devel/py-geventhttpclient/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1696432914
SHA256 (geventhttpclient-2.0.11.tar.gz) = 549d0f3af08420b9ad2beeda211153c7605b5ba409b228db7f1b81c8bfbec6b4
SIZE (geventhttpclient-2.0.11.tar.gz) = 76822
TIMESTAMP = 1711466140
SHA256 (geventhttpclient-2.0.12.tar.gz) = ebea08e79c1aa7d03b43936b347c0f87356e6fb1c6845735a11f23c949c655f7
SIZE (geventhttpclient-2.0.12.tar.gz) = 77009

0 comments on commit f9f97b2

Please sign in to comment.