Skip to content

Commit 8c66481

Browse files
committed
py-calver: update to 2025.4.17.
test: Delete SOURCE_DATE_EPOCH envvar if already present for robustness by @ziyao233 in #24
1 parent d7c6ba3 commit 8c66481

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

devel/py-calver/Makefile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.1 2023/04/18 17:09:39 adam Exp $
1+
# $NetBSD: Makefile,v 1.2 2025/04/20 20:02:57 wiz Exp $
22

3-
DISTNAME= calver-2022.6.26
3+
DISTNAME= calver-2025.4.17
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=c/calver/}
@@ -10,11 +10,10 @@ HOMEPAGE= https://github.com/di/calver
1010
COMMENT= Setuptools extension for CalVer package versions
1111
LICENSE= apache-2.0
1212

13-
#DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.7:../../devel/py-typing-extensions
13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
14+
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend>=0:../../devel/py-pretend
1415

1516
USE_LANGUAGES= # none
1617

17-
PYTHON_VERSIONS_INCOMPATIBLE= 27
18-
19-
.include "../../lang/python/egg.mk"
18+
.include "../../lang/python/wheel.mk"
2019
.include "../../mk/bsd.pkg.mk"

devel/py-calver/PLIST

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
@comment $NetBSD: PLIST,v 1.1 2023/04/18 17:09:39 adam Exp $
2-
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3-
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4-
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5-
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
6-
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
1+
@comment $NetBSD: PLIST,v 1.2 2025/04/20 20:02:57 wiz Exp $
2+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
3+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
4+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
5+
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
6+
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
7+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
78
${PYSITELIB}/calver/__init__.py
89
${PYSITELIB}/calver/__init__.pyc
910
${PYSITELIB}/calver/__init__.pyo

devel/py-calver/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.1 2023/04/18 17:09:39 adam Exp $
1+
$NetBSD: distinfo,v 1.2 2025/04/20 20:02:57 wiz Exp $
22

3-
BLAKE2s (calver-2022.6.26.tar.gz) = 04dcfff848e0d6f665218c3837079b27c439f9383d9e5cdba3e22042ebd8c9cf
4-
SHA512 (calver-2022.6.26.tar.gz) = fda5d13db9bcb3954276fc6b773d79f4ef40b3e6cb60894a1eda919e3d1c11c87857213fcb99b30d51645a71ced240cd5dde81975aba27f350f6115f798c11ff
5-
Size (calver-2022.6.26.tar.gz) = 6670 bytes
3+
BLAKE2s (calver-2025.4.17.tar.gz) = fa6abed701291ed4c6c775a1a3bee19749afb3fb888a0eb1bbae612fcb093051
4+
SHA512 (calver-2025.4.17.tar.gz) = 08e925ce646d1ec64b8992603df5af5c7ff41660ee033c9d4ad7d4a9252493e5578af4cf5e9de40bbc6c17c65e7d37f6b323f8d9821c10e874069f6f16d14ddc
5+
Size (calver-2025.4.17.tar.gz) = 8082 bytes

0 commit comments

Comments
 (0)