FreeBSD Bugzilla – Attachment 255278 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
0013-Port-Python-scholarly.patch (text/plain), 3.00 KB, created by
Matthew Wener
on 2024-11-18 16:13:47 UTC
(
hide
)
Description:
New Port py-scholarly 1.7.11
Filename:
MIME Type:
Creator:
Matthew Wener
Created:
2024-11-18 16:13:47 UTC
Size:
3.00 KB
patch
obsolete
>From 89267de5268893cabc239de8f2e269253a87a4bd Mon Sep 17 00:00:00 2001 >From: Charlie Root <root@tetra.local> >Date: Mon, 18 Nov 2024 09:42:01 -0500 >Subject: [PATCH 13/17] Port Python scholarly > >--- > www/Makefile | 1 + > www/py-scholarly/Makefile | 33 +++++++++++++++++++++++++++++++++ > www/py-scholarly/distinfo | 3 +++ > www/py-scholarly/pkg-descr | 3 +++ > 4 files changed, 40 insertions(+) > create mode 100644 www/py-scholarly/Makefile > create mode 100644 www/py-scholarly/distinfo > create mode 100644 www/py-scholarly/pkg-descr > >diff --git a/www/Makefile b/www/Makefile >index ec6d6b4fd..07c9d58c6 100644 >--- a/www/Makefile >+++ b/www/Makefile >@@ -1840,6 +1840,7 @@ > SUBDIR += py-routes > SUBDIR += py-rules > SUBDIR += py-scgi >+ SUBDIR += py-scholarly > SUBDIR += py-scrapy > SUBDIR += py-seafdav > SUBDIR += py-seafobj >diff --git a/www/py-scholarly/Makefile b/www/py-scholarly/Makefile >new file mode 100644 >index 000000000..858d3bffe >--- /dev/null >+++ b/www/py-scholarly/Makefile >@@ -0,0 +1,33 @@ >+PORTNAME= scholarly >+PORTVERSION= 1.7.11 >+CATEGORIES= www 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/www/py-scholarly/distinfo b/www/py-scholarly/distinfo >new file mode 100644 >index 000000000..2397f1d90 >--- /dev/null >+++ b/www/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/www/py-scholarly/pkg-descr b/www/py-scholarly/pkg-descr >new file mode 100644 >index 000000000..5efbc5da8 >--- /dev/null >+++ b/www/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