Added
Link Here
|
1 |
PORTNAME= Goodreads |
2 |
PORTVERSION= 0.3.2 |
3 |
CATEGORIES= www python |
4 |
MASTER_SITES= PYPI |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
DISTNAME= goodreads-${PORTVERSION} |
7 |
|
8 |
MAINTAINER= matthew@wener.org |
9 |
COMMENT= Python interface for the Goodreads API |
10 |
WWW= https://github.com/sefakilic/goodreads/ |
11 |
|
12 |
LICENSE= MIT |
13 |
|
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rauth>=0:devel/py-rauth@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR} |
17 |
|
18 |
USES= python |
19 |
USE_PYTHON= autoplist distutils |
20 |
|
21 |
.include <bsd.port.mk> |