diff --git a/www/py-habanero/Makefile b/www/py-habanero/Makefile index c1fd16f07830..a198a1d058b6 100644 --- a/www/py-habanero/Makefile +++ b/www/py-habanero/Makefile @@ -1,31 +1,26 @@ PORTNAME= habanero -DISTVERSION= 1.2.6 +DISTVERSION= 2.3.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Low-level client for Crossref search API WWW= https://github.com/sckott/habanero LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bibtexparser>0:textproc/py-bibtexparser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simplejson>0:devel/py-simplejson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27.2:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=24.1:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tqdm>=4.66.5:misc/py-tqdm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>=2.2.0:net/py-urllib3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}vcrpy>0:devel/py-vcrpy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.2:devel/py-pyyaml@${PY_FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}bibtexparser>0:textproc/py-bibtexparser@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest # tests fail to run, see https://github.com/sckott/habanero/issues/197 NO_ARCH= yes .include diff --git a/www/py-habanero/distinfo b/www/py-habanero/distinfo index 5912377d0dbc..415841fefeab 100644 --- a/www/py-habanero/distinfo +++ b/www/py-habanero/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731573324 -SHA256 (habanero-1.2.6.tar.gz) = b206d49f44f41c2289f0ad731f259a50d4376c747d8ecbb219a73874d45309d4 -SIZE (habanero-1.2.6.tar.gz) = 1547954 +TIMESTAMP = 1776054749 +SHA256 (habanero-2.3.0.tar.gz) = 871e5d088ef641b05514d44b004af512852b309bcd0d81f10545e58d54a654ab +SIZE (habanero-2.3.0.tar.gz) = 1756677