Bug 282848 - [NEW PORT] devel/py-goodreads: Python interface for the Goodreads API
Summary: [NEW PORT] devel/py-goodreads: Python interface for the Goodreads API
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dries Michiels
URL:
Keywords:
Depends on:
Blocks: 281304
  Show dependency treegraph
 
Reported: 2024-11-18 16:22 UTC by Matthew Wener
Modified: 2024-11-19 21:04 UTC (History)
2 users (show)

See Also:


Attachments
New Port py-goodreads 0.3.2 (2.30 KB, patch)
2024-11-18 16:22 UTC, Matthew Wener
no flags Details | Diff
New Port py-goodreads 0.3.2 v2 (2.31 KB, patch)
2024-11-19 01:46 UTC, Matthew Wener
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Wener 2024-11-18 16:22:25 UTC
New Port Goodreads (https://github.com/sefakilic/goodreads/).
Comment 1 Matthew Wener 2024-11-18 16:22:57 UTC
Created attachment 255280 [details]
New Port py-goodreads 0.3.2
Comment 2 Dries Michiels freebsd_committer freebsd_triage 2024-11-18 22:49:00 UTC
Hi, for the category, I'm doubting between devel (given its an API access library) or textproc (based on what goodreads does) what do you think? www does not make sense to me ;)
Comment 3 Matthew Wener 2024-11-18 22:58:21 UTC
(In reply to Dries Michiels from comment #2)
Probably devel. textproc doesn't really make sense. I thought www because it's a search to a webpage, but if APIs shouldn't necessarily be www, then devel makes the most sense.
Comment 4 Matthew Wener 2024-11-19 01:46:11 UTC
Created attachment 255292 [details]
New Port py-goodreads 0.3.2 v2
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-11-19 15:19:11 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2ea7a0e4f28a90a9876076ef193ade400e8e227f

commit 2ea7a0e4f28a90a9876076ef193ade400e8e227f
Author:     Matthew Wener <matthew@wener.org>
AuthorDate: 2024-11-19 15:14:26 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2024-11-19 15:14:26 +0000

    devel/py-goodreads: add new port

    Python interface for the Goodreads API.

    PR:     282848

 devel/Makefile                     |  1 +
 devel/py-goodreads/Makefile (new)  | 21 +++++++++++++++++++++
 devel/py-goodreads/distinfo (new)  |  3 +++
 devel/py-goodreads/pkg-descr (new) |  3 +++
 4 files changed, 28 insertions(+)
Comment 6 Dries Michiels freebsd_committer freebsd_triage 2024-11-19 15:19:59 UTC
Committed!