git: 8246f2da9c59 - main - www/py-habanero: New port: Low-level client for Crossref search API
Yuri Victorovich
yuri at FreeBSD.org
Sat Sep 11 07:14:21 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8246f2da9c5948b1b750a0afeb7438d609032827
commit 8246f2da9c5948b1b750a0afeb7438d609032827
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-11 06:23:28 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-11 07:13:15 +0000
www/py-habanero: New port: Low-level client for Crossref search API
---
www/Makefile | 1 +
www/py-habanero/Makefile | 21 +++++++++++++++++++++
www/py-habanero/distinfo | 3 +++
www/py-habanero/pkg-descr | 5 +++++
4 files changed, 30 insertions(+)
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 at 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
More information about the dev-commits-ports-all
mailing list