From owner-dev-commits-ports-main@freebsd.org Sat Sep 11 07:14:20 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DCB0E66CAFA; Sat, 11 Sep 2021 07:14:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H63rr5Mzmz3Lfl; Sat, 11 Sep 2021 07:14:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 906231C3A8; Sat, 11 Sep 2021 07:14:20 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18B7EK8s009984; Sat, 11 Sep 2021 07:14:20 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18B7EKCx009983; Sat, 11 Sep 2021 07:14:20 GMT (envelope-from git) Date: Sat, 11 Sep 2021 07:14:20 GMT Message-Id: <202109110714.18B7EKCx009983@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 8246f2da9c59 - main - www/py-habanero: New port: Low-level client for Crossref search API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8246f2da9c5948b1b750a0afeb7438d609032827 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2021 07:14:21 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8246f2da9c5948b1b750a0afeb7438d609032827 commit 8246f2da9c5948b1b750a0afeb7438d609032827 Author: Yuri Victorovich AuthorDate: 2021-09-11 06:23:28 +0000 Commit: Yuri Victorovich 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@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 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