aboutsummaryrefslogtreecommitdiff
path: root/devel/py-absl-py/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-absl-py/Makefile')
-rw-r--r--devel/py-absl-py/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/devel/py-absl-py/Makefile b/devel/py-absl-py/Makefile
index 714cdba2fff2..71dbcd5fabbd 100644
--- a/devel/py-absl-py/Makefile
+++ b/devel/py-absl-py/Makefile
@@ -1,21 +1,22 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
PORTNAME= absl-py
-PORTVERSION= 0.13.0
+PORTVERSION= 2.1.0
+PORTREVISION= 1
CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
+MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Abseil Python Common Libraries
+WWW= https://github.com/abseil/abseil-py
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USES= python
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes