py-path: updated to 16.9.0

v16.9.0

Features

Added .iterdir() and deprecated .listdir().

v16.8.0

Features

Use '.' as the default path.
This commit is contained in:
adam 2023-12-17 17:20:15 +00:00
parent 65221dd6ea
commit 14b3d19150
2 changed files with 8 additions and 13 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:04 wiz Exp $
# $NetBSD: Makefile,v 1.7 2023/12/17 17:20:15 adam Exp $
DISTNAME= path-16.7.1
DISTNAME= path-16.9.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/path/}
@ -11,18 +10,14 @@ HOMEPAGE= https://github.com/jaraco/path
COMMENT= Python module wrapper for os.path
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-more-itertools-[0-9]*:../../devel/py-more-itertools
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
#TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2023/07/19 10:59:56 adam Exp $
$NetBSD: distinfo,v 1.5 2023/12/17 17:20:15 adam Exp $
BLAKE2s (path-16.7.1.tar.gz) = 2ffab6790404e4bab878df7c7172392b74fc5e3bdf77522f73370baeeeb2de89
SHA512 (path-16.7.1.tar.gz) = 7d660373046845a5882a316051c350558527d6d8a5cd11735d38214f986c8e096f72b45f87cfec41bf6171e7845287a42e6e45535f87a01b46670eccd4013dbf
Size (path-16.7.1.tar.gz) = 48974 bytes
BLAKE2s (path-16.9.0.tar.gz) = 0dffd51fc66dc871c3de9fb8e9e3e1ae9ab0259eb40e72fce08b0b429caf0841
SHA512 (path-16.9.0.tar.gz) = 2d4c8e3923bc712c7901328a0406ce05c6c157664dfacb5a563a1b214ce561215398b31494865c99a77ed09c3ef63bb04a36d57a60e7c0e3dea05b1dacfdecf7
Size (path-16.9.0.tar.gz) = 48850 bytes