py-unearth: updated to 0.15.0

0.15.0

Support exclude_newer_than evaluation
Support httpx.Client
This commit is contained in:
adam 2024-03-20 08:57:48 +00:00
parent 4aa40f1c0b
commit 6556df0ecb
3 changed files with 18 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2024/01/15 13:19:21 adam Exp $
# $NetBSD: Makefile,v 1.15 2024/03/20 08:57:48 adam Exp $
DISTNAME= unearth-0.14.0
DISTNAME= unearth-0.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/unearth/}
@ -11,11 +11,12 @@ COMMENT= Utility to fetch and download python packages
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
DEPENDS+= ${PYPKGPREFIX}-httpx>=0.27.0:../../www/py-httpx
DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-requests>=2.25:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-flask>=2.1.2:../../www/py-flask
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-wsgi-adapter>=0.4.1:../../www/py-requests-wsgi-adapter
TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver>=1.0.4:../../devel/py-test-httpserver
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.12.0:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-trustme>=0.9.0:../../security/py-trustme
USE_LANGUAGES= # none

View File

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:13 wiz Exp $
@comment $NetBSD: PLIST,v 1.3 2024/03/20 08:57:48 adam Exp $
bin/unearth-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@ -23,6 +23,15 @@ ${PYSITELIB}/unearth/errors.pyo
${PYSITELIB}/unearth/evaluator.py
${PYSITELIB}/unearth/evaluator.pyc
${PYSITELIB}/unearth/evaluator.pyo
${PYSITELIB}/unearth/fetchers/__init__.py
${PYSITELIB}/unearth/fetchers/__init__.pyc
${PYSITELIB}/unearth/fetchers/__init__.pyo
${PYSITELIB}/unearth/fetchers/legacy.py
${PYSITELIB}/unearth/fetchers/legacy.pyc
${PYSITELIB}/unearth/fetchers/legacy.pyo
${PYSITELIB}/unearth/fetchers/sync.py
${PYSITELIB}/unearth/fetchers/sync.pyc
${PYSITELIB}/unearth/fetchers/sync.pyo
${PYSITELIB}/unearth/finder.py
${PYSITELIB}/unearth/finder.pyc
${PYSITELIB}/unearth/finder.pyo

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2024/01/15 13:19:21 adam Exp $
$NetBSD: distinfo,v 1.13 2024/03/20 08:57:48 adam Exp $
BLAKE2s (unearth-0.14.0.tar.gz) = b4dff91686df45690596a285b936b03b51bded93c8d77b2db88fb3c338a90842
SHA512 (unearth-0.14.0.tar.gz) = ab785935f94a1987146471843961a4edc155e135471d4885324d1c2327527f112e03e1146f85a013ad0fd4560f803b616b12618d810becddea94abbce09096c4
Size (unearth-0.14.0.tar.gz) = 280614 bytes
BLAKE2s (unearth-0.15.0.tar.gz) = c23650a20ceb56bfdf4615dde3a7060e6bc7d0caca7fd7990bd7210cf6f97aab
SHA512 (unearth-0.15.0.tar.gz) = 9cfc9f344ec4e84b9d8c6f7ae49123752377c016082bf8c37f70b1bf94d158862f72ac76d88db0bb3665b82a7aca156f52c9d8d295c8807336c83c6cfd09e98d
Size (unearth-0.15.0.tar.gz) = 283684 bytes