summaryrefslogtreecommitdiff
path: root/devel/py-geventhttpclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-geventhttpclient/Makefile')
-rw-r--r--devel/py-geventhttpclient/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/py-geventhttpclient/Makefile b/devel/py-geventhttpclient/Makefile
index 95f088184744..52e8b9e62654 100644
--- a/devel/py-geventhttpclient/Makefile
+++ b/devel/py-geventhttpclient/Makefile
@@ -1,7 +1,8 @@
PORTNAME= geventhttpclient
PORTVERSION= 2.3.5
+PORTREVISION= 1
CATEGORIES= devel python
-#MASTER_SITES= PYPI
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
@@ -21,12 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR} \
USES= python
USE_PYTHON= autoplist concurrent pep517
-USE_GITHUB= yes
-GH_TUPLE= nodejs:llhttp:release/v6.0.11:nodejs_llhttp/llhttp
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' ${WRKSRC}/pyproject.toml ${WRKSRC}/src/geventhttpclient/__init__.py
-
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +