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> |