Skip to content

Commit 90038a6

Browse files
committed
py-confuse: update to 2.1.0.
What's Changed docs: Add readthedocs configuration file by @Jmennius in #159 docs: Mention Choice's Enum support in published docs, publish init docs by @Jmennius in #161 Align tox and package metadata with GH actions (add Python 3.9-3.12) by @Jmennius in #163 Bump Python to 3.9 and clean-up Python 2 leftovers by @wisp3rwind in #170 Address deprecation of pkgutil.get_loader by @wisp3rwind in #171 Remove template_with_relatives by @semohr in #172 Added typehints to the as_* helpers. by @semohr in #173 Added a minimal release workflow. by @semohr in #174 Modernize package setup by @snejus in #178 Explicitly support Python 3.13, 3.14 and synchronise docs and docs config by @snejus in #179
1 parent a53a33e commit 90038a6

File tree

3 files changed

+7
-47
lines changed

3 files changed

+7
-47
lines changed

devel/py-confuse/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
# $NetBSD: Makefile,v 1.9 2025/10/13 12:28:04 wiz Exp $
1+
# $NetBSD: Makefile,v 1.10 2025/11/02 19:50:13 wiz Exp $
22

3-
DISTNAME= confuse-2.0.1
3+
DISTNAME= confuse-2.1.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5-
PKGREVISION= 3
65
CATEGORIES= devel python
76
MASTER_SITES= ${MASTER_SITE_PYPI:=c/confuse/}
87

@@ -11,16 +10,13 @@ HOMEPAGE= https://github.com/beetbox/confuse
1110
COMMENT= Painless YAML configuration
1211
LICENSE= mit
1312

14-
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
13+
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2:../../devel/py-poetry-core
1514
DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
1615

1716
USE_LANGUAGES= # none
1817

1918
PYTHON_VERSIONS_INCOMPATIBLE= 310
2019

21-
post-install:
22-
${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/confuse/util.py.orig
23-
2420
do-test:
2521
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
2622

devel/py-confuse/distinfo

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2025/10/13 12:28:04 wiz Exp $
1+
$NetBSD: distinfo,v 1.4 2025/11/02 19:50:13 wiz Exp $
22

3-
BLAKE2s (confuse-2.0.1.tar.gz) = 38b1f313da61efce3ab670f192220148bf717b339c800261b3531defde96e27f
4-
SHA512 (confuse-2.0.1.tar.gz) = fe9e17d3b321079290fa2c7db64cd5664db11f1277fe608cf5a1419254b83eee9bc169e34631a429ab1bf47779ea709156b8310a97e65fae32a20802b379fa76
5-
Size (confuse-2.0.1.tar.gz) = 50872 bytes
6-
SHA1 (patch-confuse_util.py) = a94e38588c21511b127f27e2817fa083454e3b78
3+
BLAKE2s (confuse-2.1.0.tar.gz) = f1f5d004dde5256659322c8a768ef674d51ecd18686da049f39401bf2d63009f
4+
SHA512 (confuse-2.1.0.tar.gz) = aeaad241a378bfd94c61696393a3d33ae70d88cc03c46ab32518a917abfb9de65e1f6bc9df39cff098ff825d863b652bb4b38ed1359ab21729876f305c80ac11
5+
Size (confuse-2.1.0.tar.gz) = 22748 bytes

devel/py-confuse/patches/patch-confuse_util.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)