aboutsummaryrefslogtreecommitdiff
path: root/devel/py-goodreads/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-goodreads/Makefile')
-rw-r--r--devel/py-goodreads/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/py-goodreads/Makefile b/devel/py-goodreads/Makefile
index 08c2fd785cd3..403cf47178ac 100644
--- a/devel/py-goodreads/Makefile
+++ b/devel/py-goodreads/Makefile
@@ -1,10 +1,9 @@
-PORTNAME= Goodreads
+PORTNAME= goodreads
PORTVERSION= 0.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= goodreads-${PORTVERSION}
MAINTAINER= matthew@wener.org
COMMENT= Python interface for the Goodreads API
@@ -12,11 +11,13 @@ WWW= https://github.com/sefakilic/goodreads/
LICENSE= MIT
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rauth>=0:devel/py-rauth@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist pep517
.include <bsd.port.mk>