diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-11 06:23:28 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-11 07:13:15 +0000 |
| commit | 8246f2da9c5948b1b750a0afeb7438d609032827 (patch) | |
| tree | 05e75dfedcd2d1c0b738cd2478c276309d9ab0db | |
| parent | 11fb9a384258cab657f4e877a66a30bcd28fb575 (diff) | |
www/py-habanero: New port: Low-level client for Crossref search API
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/py-habanero/Makefile | 21 | ||||
| -rw-r--r-- | www/py-habanero/distinfo | 3 | ||||
| -rw-r--r-- | www/py-habanero/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index f4e9d9ac78a8..fa76897e6dd6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1654,6 +1654,7 @@ SUBDIR += py-grip SUBDIR += py-gunicorn SUBDIR += py-h2 + SUBDIR += py-habanero SUBDIR += py-horizon SUBDIR += py-hpack SUBDIR += py-hstspreload diff --git a/www/py-habanero/Makefile b/www/py-habanero/Makefile new file mode 100644 index 000000000000..41122cd59342 --- /dev/null +++ b/www/py-habanero/Makefile @@ -0,0 +1,21 @@ +PORTNAME= habanero +DISTVERSION= 0.7.4 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Low-level client for Crossref search API + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinxcontrib-issuetracker>0:textproc/py-sphinxcontrib-issuetracker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-habanero/distinfo b/www/py-habanero/distinfo new file mode 100644 index 000000000000..d5ce515ade84 --- /dev/null +++ b/www/py-habanero/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1631340141 +SHA256 (habanero-0.7.4.tar.gz) = 4b013be54a5a213b9df3254f7dfc5f7eee6e88190f913678df0920cce9c8f041 +SIZE (habanero-0.7.4.tar.gz) = 50552 diff --git a/www/py-habanero/pkg-descr b/www/py-habanero/pkg-descr new file mode 100644 index 000000000000..245d91c7741f --- /dev/null +++ b/www/py-habanero/pkg-descr @@ -0,0 +1,5 @@ +This is a low level client for working with Crossref's search API. It's been +named to be more generic, as other organizations are/will adopt Crossref's +search API, making it possible to interact with all from one client. + +WWW: https://github.com/sckott/habanero |
