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

Collapse All | Expand All

(-)b/devel/Makefile (+1 lines)
Lines 4921-4926 Link Here
4921
    SUBDIR += py-glob2
4921
    SUBDIR += py-glob2
4922
    SUBDIR += py-glom
4922
    SUBDIR += py-glom
4923
    SUBDIR += py-gobject3
4923
    SUBDIR += py-gobject3
4924
    SUBDIR += py-goodreads
4924
    SUBDIR += py-google-cloud-iam
4925
    SUBDIR += py-google-cloud-iam
4925
    SUBDIR += py-google-crc32c
4926
    SUBDIR += py-google-crc32c
4926
    SUBDIR += py-google-i18n-address
4927
    SUBDIR += py-google-i18n-address
(-)b/devel/py-goodreads/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	Goodreads
2
PORTVERSION=	0.3.2
3
CATEGORIES=	devel 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/devel/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/devel/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