FreeBSD Bugzilla – Attachment 255280 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
0015-Port-Python-Goodreads.patch (text/plain), 2.30 KB, created by
Matthew Wener
on 2024-11-18 16:22:57 UTC
(
hide
)
Description:
New Port py-goodreads 0.3.2
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-18 16:22:57 UTC
Size:
2.30 KB
patch
obsolete
>From 0ade6916d17281f64de5e00091328959ac6d80d2 Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 09:51:58 -0500 >Subject: [PATCH 15/17] Port Python Goodreads > >--- > www/Makefile | 1 + > www/py-goodreads/Makefile | 21 +++++++++++++++++++++ > www/py-goodreads/distinfo | 3 +++ > www/py-goodreads/pkg-descr | 3 +++ > 4 files changed, 28 insertions(+) > create mode 100644 www/py-goodreads/Makefile > create mode 100644 www/py-goodreads/distinfo > create mode 100644 www/py-goodreads/pkg-descr > >diff --git a/www/Makefile b/www/Makefile >index 06cb73f97..9222a8f45 100644 >--- a/www/Makefile >+++ b/www/Makefile >@@ -1703,6 +1703,7 @@ > SUBDIR += py-frozen-flask > SUBDIR += py-gevent-websocket > SUBDIR += py-ghp-import >+ SUBDIR += py-goodreads > SUBDIR += py-google > SUBDIR += py-google-api-core > SUBDIR += py-google-api-python-client >diff --git a/www/py-goodreads/Makefile b/www/py-goodreads/Makefile >new file mode 100644 >index 000000000..8bf5635a6 >--- /dev/null >+++ b/www/py-goodreads/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= Goodreads >+PORTVERSION= 0.3.2 >+CATEGORIES= www 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/www/py-goodreads/distinfo b/www/py-goodreads/distinfo >new file mode 100644 >index 000000000..c30d35904 >--- /dev/null >+++ b/www/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/www/py-goodreads/pkg-descr b/www/py-goodreads/pkg-descr >new file mode 100644 >index 000000000..cb8ab61ad >--- /dev/null >+++ b/www/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