FreeBSD Bugzilla – Attachment 255292 Details for
Bug 282848
[NEW PORT] devel/py-goodreads: Python interface for the Goodreads API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-goodreads 0.3.2 v2
0001-Port-Python-Goodreads.patch (text/plain), 2.31 KB, created by
Matthew Wener
on 2024-11-19 01:46:11 UTC
(
hide
)
Description:
New Port py-goodreads 0.3.2 v2
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-19 01:46:11 UTC
Size:
2.31 KB
patch
obsolete
>From b76c86c76c098dd4c5d376e1ade6aae0874b1081 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 20:44:28 -0500 >Subject: [PATCH] Port Python Goodreads > >--- > devel/Makefile | 1 + > devel/py-goodreads/Makefile | 21 +++++++++++++++++++++ > devel/py-goodreads/distinfo | 3 +++ > devel/py-goodreads/pkg-descr | 3 +++ > 4 files changed, 28 insertions(+) > create mode 100644 devel/py-goodreads/Makefile > create mode 100644 devel/py-goodreads/distinfo > create mode 100644 devel/py-goodreads/pkg-descr > >diff --git a/devel/Makefile b/devel/Makefile >index b3383c95b..ec9094788 100644 >--- a/devel/Makefile >+++ b/devel/Makefile >@@ -4921,6 +4921,7 @@ > SUBDIR += py-glob2 > SUBDIR += py-glom > SUBDIR += py-gobject3 >+ SUBDIR += py-goodreads > SUBDIR += py-google-cloud-iam > SUBDIR += py-google-crc32c > SUBDIR += py-google-i18n-address >diff --git a/devel/py-goodreads/Makefile b/devel/py-goodreads/Makefile >new file mode 100644 >index 000000000..ceb404475 >--- /dev/null >+++ b/devel/py-goodreads/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= Goodreads >+PORTVERSION= 0.3.2 >+CATEGORIES= devel python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+DISTNAME= goodreads-${PORTVERSION} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= Python interface for the Goodreads API >+WWW= https://github.com/sefakilic/goodreads/ >+ >+LICENSE= MIT >+ >+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 >+ >+.include <bsd.port.mk> >diff --git a/devel/py-goodreads/distinfo b/devel/py-goodreads/distinfo >new file mode 100644 >index 000000000..c30d35904 >--- /dev/null >+++ b/devel/py-goodreads/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (goodreads-0.3.2.tar.gz) = 3a0b311a0b1a6b35bbff09b9e67e80a76ecb77720b2e81a682ac5e018ad35445 >+SIZE (goodreads-0.3.2.tar.gz) = 12619 >diff --git a/devel/py-goodreads/pkg-descr b/devel/py-goodreads/pkg-descr >new file mode 100644 >index 000000000..cb8ab61ad >--- /dev/null >+++ b/devel/py-goodreads/pkg-descr >@@ -0,0 +1,3 @@ >+This package provides a Python interface for the Goodreads API. >+Using it, you can do pretty much anything that Goodreads allows to >+do with their own data.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282848
:
255280
| 255292