pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-hatch-vcs



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 16 21:17:10 UTC 2023

Modified Files:
        pkgsrc/devel/py-hatch-vcs: Makefile PLIST distinfo

Log Message:
py-hatch-vcs: updated to 0.3.0

0.3.0 - 2022-12-10

***Changed:***

- Drop support for Python 2

***Added:***

- Add a metadata hook for injecting VCS metadata
- Bump the minimum supported version of Hatchling


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-hatch-vcs/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hatch-vcs/PLIST \
    pkgsrc/devel/py-hatch-vcs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-hatch-vcs/Makefile
diff -u pkgsrc/devel/py-hatch-vcs/Makefile:1.3 pkgsrc/devel/py-hatch-vcs/Makefile:1.4
--- pkgsrc/devel/py-hatch-vcs/Makefile:1.3      Wed Dec  7 09:43:40 2022
+++ pkgsrc/devel/py-hatch-vcs/Makefile  Mon Jan 16 21:17:10 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/12/07 09:43:40 adam Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/16 21:17:10 adam Exp $
 
-DISTNAME=      hatch_vcs-0.2.1
+DISTNAME=      hatch_vcs-0.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatch-vcs/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/ofek/hatch-
 COMMENT=       Hatch plugin for versioning with your preferred VCS
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.21.0:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-hatchling>=1.1.0:../../devel/py-hatchling
 DEPENDS+=      ${PYPKGPREFIX}-setuptools_scm>=6.4.0:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-hatch-vcs/PLIST
diff -u pkgsrc/devel/py-hatch-vcs/PLIST:1.2 pkgsrc/devel/py-hatch-vcs/PLIST:1.3
--- pkgsrc/devel/py-hatch-vcs/PLIST:1.2 Mon Aug 29 16:08:26 2022
+++ pkgsrc/devel/py-hatch-vcs/PLIST     Mon Jan 16 21:17:10 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/08/29 16:08:26 thor Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/01/16 21:17:10 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -15,5 +15,9 @@ ${PYSITELIB}/hatch_vcs/build_hook.py
 ${PYSITELIB}/hatch_vcs/build_hook.pyc
 ${PYSITELIB}/hatch_vcs/hooks.py
 ${PYSITELIB}/hatch_vcs/hooks.pyc
+${PYSITELIB}/hatch_vcs/metadata_hook.py
+${PYSITELIB}/hatch_vcs/metadata_hook.pyc
+${PYSITELIB}/hatch_vcs/vcs_utils.py
+${PYSITELIB}/hatch_vcs/vcs_utils.pyc
 ${PYSITELIB}/hatch_vcs/version_source.py
 ${PYSITELIB}/hatch_vcs/version_source.pyc
Index: pkgsrc/devel/py-hatch-vcs/distinfo
diff -u pkgsrc/devel/py-hatch-vcs/distinfo:1.2 pkgsrc/devel/py-hatch-vcs/distinfo:1.3
--- pkgsrc/devel/py-hatch-vcs/distinfo:1.2      Wed Dec  7 09:43:40 2022
+++ pkgsrc/devel/py-hatch-vcs/distinfo  Mon Jan 16 21:17:10 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/12/07 09:43:40 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/01/16 21:17:10 adam Exp $
 
-BLAKE2s (hatch_vcs-0.2.1.tar.gz) = 956c24eaefba6445d6517c26f09963193c05f747724b07110b2c0411324f1203
-SHA512 (hatch_vcs-0.2.1.tar.gz) = 405470f07a8182690c9913fb0bde0d927362e82aa6122e7b2511d4d8ffc2833b32282b1734bf602d394d8a282cc78b209030691be85c2798cac126f3e1f2e147
-Size (hatch_vcs-0.2.1.tar.gz) = 9120 bytes
+BLAKE2s (hatch_vcs-0.3.0.tar.gz) = ffd0aaffb79eddd20ed3f7f9be71a91f44b7b4f2f5ab4d9c1c9316ddb4d0c8c5
+SHA512 (hatch_vcs-0.3.0.tar.gz) = 06a80e90b45b1316b42845808d04d00d00356f42d32f02d934db0aa9df05efa2f692413709e0dd5465f447829f2f5410110fbbeb826bafdea1f1014e3096e056
+Size (hatch_vcs-0.3.0.tar.gz) = 10172 bytes



Home | Main Index | Thread Index | Old Index