FreeBSD Bugzilla – Attachment 255315 Details for
Bug 282846
[NEW PORT] devel/py-scholarly: Simple access to Google Scholar authors and citations
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New Port py-scholarly 1.7.11 v3
devel-py-scholarly.patch (text/plain), 3.08 KB, created by
Matthew Wener
on 2024-11-20 03:21:54 UTC
(
hide
)
Description:
New Port py-scholarly 1.7.11 v3
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-20 03:21:54 UTC
Size:
3.08 KB
patch
obsolete
>From 5a19e75f28ece225202007eb05cfb06fb60461f9 Mon Sep 17 00:00:00 2001 >From: Matthew Wener <matthew@wener.org> >Date: Tue, 19 Nov 2024 22:19:33 -0500 >Subject: devel/py-scholarly: add new port > >--- > devel/Makefile | 1 + > devel/py-scholarly/Makefile | 33 +++++++++++++++++++++++++++++++++ > devel/py-scholarly/distinfo | 3 +++ > devel/py-scholarly/pkg-descr | 3 +++ > 4 files changed, 40 insertions(+) > create mode 100644 devel/py-scholarly/Makefile > create mode 100644 devel/py-scholarly/distinfo > create mode 100644 devel/py-scholarly/pkg-descr > >diff --git a/devel/Makefile b/devel/Makefile >index ec9094788..56e9462ce 100644 >--- a/devel/Makefile >+++ b/devel/Makefile >@@ -5835,6 +5835,7 @@ > SUBDIR += py-scheduler > SUBDIR += py-schema > SUBDIR += py-schematics-patched >+ SUBDIR += py-scholarly > SUBDIR += py-scikit-base > SUBDIR += py-scikit-build > SUBDIR += py-scikit-build-core >diff --git a/devel/py-scholarly/Makefile b/devel/py-scholarly/Makefile >new file mode 100644 >index 000000000..4fec5d5e8 >--- /dev/null >+++ b/devel/py-scholarly/Makefile >@@ -0,0 +1,33 @@ >+PORTNAME= scholarly >+PORTVERSION= 1.7.11 >+CATEGORIES= devel python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= matthew@wener.org >+COMMENT= Simple access to Google Scholar authors and citations >+WWW= https://github.com/scholarly-python-package/scholarly >+ >+LICENSE= UNLICENSE >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+BUILD_DEPENDS= ${PY_SETUPTOOLS} \ >+ ${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=0:devel/py-arrow@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}bibtexparser>=0:textproc/py-bibtexparser@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}fake-useragent>=0:www/py-fake-useragent@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}free-proxy>=0:www/py-free-proxy@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}selenium>=0:www/py-selenium@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR} >+ >+USES= python >+USE_PYTHON= autoplist pep517 >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/devel/py-scholarly/distinfo b/devel/py-scholarly/distinfo >new file mode 100644 >index 000000000..2397f1d90 >--- /dev/null >+++ b/devel/py-scholarly/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1724809518 >+SHA256 (scholarly-1.7.11.tar.gz) = 2c983dd44d9d9398a6f2605102ae6e5586023b41ebbaec1461917ee48eb153f0 >+SIZE (scholarly-1.7.11.tar.gz) = 38819 >diff --git a/devel/py-scholarly/pkg-descr b/devel/py-scholarly/pkg-descr >new file mode 100644 >index 000000000..5efbc5da8 >--- /dev/null >+++ b/devel/py-scholarly/pkg-descr >@@ -0,0 +1,3 @@ >+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.
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 282846
:
255278
|
255314
| 255315