View | Details | Raw Unified | Return to bug 282848 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/Makefile (+1 lines)
Lines 1703-1708 Link Here
1703
    SUBDIR += py-frozen-flask
1703
    SUBDIR += py-frozen-flask
1704
    SUBDIR += py-gevent-websocket
1704
    SUBDIR += py-gevent-websocket
1705
    SUBDIR += py-ghp-import
1705
    SUBDIR += py-ghp-import
1706
    SUBDIR += py-goodreads
1706
    SUBDIR += py-google
1707
    SUBDIR += py-google
1707
    SUBDIR += py-google-api-core
1708
    SUBDIR += py-google-api-core
1708
    SUBDIR += py-google-api-python-client
1709
    SUBDIR += py-google-api-python-client
(-)b/www/py-goodreads/Makefile (+21 lines)
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>
(-)b/www/py-goodreads/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1724809518
2
SHA256 (goodreads-0.3.2.tar.gz) = 3a0b311a0b1a6b35bbff09b9e67e80a76ecb77720b2e81a682ac5e018ad35445
3
SIZE (goodreads-0.3.2.tar.gz) = 12619
(-)b/www/py-goodreads/pkg-descr (+3 lines)
Added Link Here
1
This package provides a Python interface for the Goodreads API.
2
Using it, you can do pretty much anything that Goodreads allows to
3
do with their own data.

Return to bug 282848