View | Details | Raw Unified | Return to bug 282846 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/Makefile (+1 lines)
Lines 5835-5840 Link Here
5835
    SUBDIR += py-scheduler
5835
    SUBDIR += py-scheduler
5836
    SUBDIR += py-schema
5836
    SUBDIR += py-schema
5837
    SUBDIR += py-schematics-patched
5837
    SUBDIR += py-schematics-patched
5838
    SUBDIR += py-scholarly
5838
    SUBDIR += py-scikit-base
5839
    SUBDIR += py-scikit-base
5839
    SUBDIR += py-scikit-build
5840
    SUBDIR += py-scikit-build
5840
    SUBDIR += py-scikit-build-core
5841
    SUBDIR += py-scikit-build-core
(-)b/devel/py-scholarly/Makefile (+33 lines)
Added Link Here
1
PORTNAME=	scholarly
2
PORTVERSION=	1.7.11
3
CATEGORIES=	devel python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	matthew@wener.org
8
COMMENT=	Simple access to Google Scholar authors and citations
9
WWW=		https://github.com/scholarly-python-package/scholarly
10
11
LICENSE=	UNLICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
13
14
BUILD_DEPENDS=	${PY_SETUPTOOLS} \
15
		${PYTHON_PKGNAMEPREFIX}wheel>=:devel/py-wheel@${PY_FLAVOR}
16
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}arrow>=0:devel/py-arrow@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=0:www/py-beautifulsoup@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}bibtexparser>=0:textproc/py-bibtexparser@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}deprecated>=0:devel/py-deprecated@${PY_FLAVOR} \
20
		${PYTHON_PKGNAMEPREFIX}fake-useragent>=0:www/py-fake-useragent@${PY_FLAVOR} \
21
		${PYTHON_PKGNAMEPREFIX}free-proxy>=0:www/py-free-proxy@${PY_FLAVOR} \
22
		${PYTHON_PKGNAMEPREFIX}httpx>=0:www/py-httpx@${PY_FLAVOR} \
23
		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0:www/py-python-dotenv@${PY_FLAVOR} \
24
		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
25
		${PYTHON_PKGNAMEPREFIX}selenium>=0:www/py-selenium@${PY_FLAVOR} \
26
		${PYTHON_PKGNAMEPREFIX}stem>=0:security/py-stem@${PY_FLAVOR}
27
28
USES=		python
29
USE_PYTHON=	autoplist pep517
30
31
NO_ARCH=	yes
32
33
.include <bsd.port.mk>
(-)b/devel/py-scholarly/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1724809518
2
SHA256 (scholarly-1.7.11.tar.gz) = 2c983dd44d9d9398a6f2605102ae6e5586023b41ebbaec1461917ee48eb153f0
3
SIZE (scholarly-1.7.11.tar.gz) = 38819
(-)b/devel/py-scholarly/pkg-descr (+3 lines)
Added Link Here
1
scholarly is a module that allows you to retrieve author and
2
publication information from Google Scholar in a friendly,
3
Pythonic way without having to solve CAPTCHAs.

Return to bug 282846