Bug 282846 - [NEW PORT] devel/py-scholarly: Simple access to Google Scholar authors and citations
Summary: [NEW PORT] devel/py-scholarly: Simple access to Google Scholar authors and ci...
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: 282845
Blocks: 281304
  Show dependency treegraph
 
Reported: 2024-11-18 16:13 UTC by Matthew Wener
Modified: 2024-11-20 10:08 UTC (History)
2 users (show)

See Also:


Attachments
New Port py-scholarly 1.7.11 (3.00 KB, patch)
2024-11-18 16:13 UTC, Matthew Wener
no flags Details | Diff
New Port py-scholarly 1.7.11 v2 (3.07 KB, patch)
2024-11-20 03:15 UTC, Matthew Wener
no flags Details | Diff
New Port py-scholarly 1.7.11 v3 (3.08 KB, patch)
2024-11-20 03:21 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:13:17 UTC
New Port py-scholarly (https://github.com/scholarly-python-package/scholarly).
Comment 1 Matthew Wener 2024-11-18 16:13:47 UTC
Created attachment 255278 [details]
New Port py-scholarly 1.7.11
Comment 2 Dries Michiels freebsd_committer freebsd_triage 2024-11-19 16:10:26 UTC
www correct category?

scholarly is a module that allows you to retrieve author and publication information from Google Scholar in a friendly, Pythonic way without having to solve CAPTCHAs.

seems like an access library to some API. devel?
Comment 3 Matthew Wener 2024-11-20 03:15:30 UTC
Created attachment 255314 [details]
New Port py-scholarly 1.7.11 v2

(In reply to Dries Michiels from comment #2)
Changed category to devel. Thanks!
Comment 4 Matthew Wener 2024-11-20 03:21:54 UTC
Created attachment 255315 [details]
New Port py-scholarly 1.7.11 v3
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-11-20 10:08:01 UTC
A commit in branch main references this bug:

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

commit c4d0e5f74b9b7fbbf4ff9741072e25eb5cb8afa7
Author:     Matthew Wener <matthew@wener.org>
AuthorDate: 2024-11-20 10:03:27 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2024-11-20 10:06:50 +0000

    devel/py-scholarly: add new port

    Simple access to Google Scholar authors and citations.

    PR:     282846

 devel/Makefile                     |  1 +
 devel/py-scholarly/Makefile (new)  | 33 +++++++++++++++++++++++++++++++++
 devel/py-scholarly/distinfo (new)  |  3 +++
 devel/py-scholarly/pkg-descr (new) |  3 +++
 4 files changed, 40 insertions(+)
Comment 6 Dries Michiels freebsd_committer freebsd_triage 2024-11-20 10:08:25 UTC
Committed!