Mon Apr 15 05:17:48 2024 UTC (62d)
py-hatchling: updated to 1.23.0

1.23.0 - 2024-04-14

Added:

Add shared-scripts option for the wheel target

Fixed:

Support recursive optional dependencies
Set the packaging dependency version as >=23.2 to avoid its URL validation which can conflict with context formatting


(adam)
diff -r1.22 -r1.23 pkgsrc/devel/py-hatchling/Makefile
diff -r1.18 -r1.19 pkgsrc/devel/py-hatchling/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/devel/py-hatchling/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hatchling/Makefile 2024/04/05 08:25:51 1.22
+++ pkgsrc/devel/py-hatchling/Makefile 2024/04/15 05:17:48 1.23
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.22 2024/04/05 08:25:51 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2024/04/15 05:17:48 adam Exp $
2 2
3DISTNAME= hatchling-1.22.5 3DISTNAME= hatchling-1.23.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatchling/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatchling/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://hatch.pypa.io/ 9HOMEPAGE= https://hatch.pypa.io/
10COMMENT= Modern, extensible Python build backend 10COMMENT= Modern, extensible Python build backend
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-packaging>=21.3:../../devel/py-packaging 13DEPENDS+= ${PYPKGPREFIX}-packaging>=23.2:../../devel/py-packaging
14DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec 14DEPENDS+= ${PYPKGPREFIX}-pathspec>=0.10.1:../../devel/py-pathspec
15DEPENDS+= ${PYPKGPREFIX}-pluggy>=1.0.0:../../devel/py-pluggy 15DEPENDS+= ${PYPKGPREFIX}-pluggy>=1.0.0:../../devel/py-pluggy
16DEPENDS+= ${PYPKGPREFIX}-trove-classifiers-[0-9]*:../../misc/py-trove-classifiers 16DEPENDS+= ${PYPKGPREFIX}-trove-classifiers-[0-9]*:../../misc/py-trove-classifiers
17 17
18USE_LANGUAGES= # none 18USE_LANGUAGES= # none
19 19
20PYTHON_VERSIONS_INCOMPATIBLE= 27 20PYTHON_VERSIONS_INCOMPATIBLE= 27
21 21
22.include "../../lang/python/pyversion.mk" 22.include "../../lang/python/pyversion.mk"
23.if ${PYTHON_VERSION} < 311 23.if ${PYTHON_VERSION} < 311
24DEPENDS+= ${PYPKGPREFIX}-tomli>=1.2.2:../../textproc/py-tomli 24DEPENDS+= ${PYPKGPREFIX}-tomli>=1.2.2:../../textproc/py-tomli
25.endif 25.endif
26 26

cvs diff -r1.18 -r1.19 pkgsrc/devel/py-hatchling/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-hatchling/distinfo 2024/04/05 08:25:51 1.18
+++ pkgsrc/devel/py-hatchling/distinfo 2024/04/15 05:17:48 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2024/04/05 08:25:51 adam Exp $ 1$NetBSD: distinfo,v 1.19 2024/04/15 05:17:48 adam Exp $
2 2
3BLAKE2s (hatchling-1.22.5.tar.gz) = d237e80fc7e3fb81d99a05361fb16b3dd08b08e78b4271c1ba2b5ba26b2895f8 3BLAKE2s (hatchling-1.23.0.tar.gz) = 4cd85a723dfb01bd65dc89820fa8c01c5e3a9c2df23a4a7ce68c17525093cc53
4SHA512 (hatchling-1.22.5.tar.gz) = 2a147bf4422af18e901a766531ed54f421883ec7f767f905fd37990f7d16da9ef1e397bf6fd41b0e763009aa44c19d5f65ade1329e0e10d1761b7819be6fd2d9 4SHA512 (hatchling-1.23.0.tar.gz) = ad9bfc5975e3d8f8649fbb650ca4976ecc55f1aefdb5f199a42c5c1c7e326c771f1463a6f699664af7c07215557b851c87d20b0e5ef07638547edd5cdd6aeb3e
5Size (hatchling-1.22.5.tar.gz) = 62801 bytes 5Size (hatchling-1.23.0.tar.gz) = 63748 bytes