pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hatchling



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May 16 22:49:27 UTC 2023

Modified Files:
        pkgsrc/devel/py-hatchling: Makefile PLIST distinfo

Log Message:
py-hatchling: update to 1.17.0.

1.17.0 - 2023-05-12

Added:

    The app build target now embeds the project version in the name
    of binaries

1.16.1 - 2023-05-11

Fixed:

    Fix determining the built executable path for the app build
    target option when using a local copy of PyApp when there is
    an explicit target triple set

1.16.0 - 2023-05-11

Added:

    Add app build target option to build using a local copy of the
    PyApp repository

1.15.0 - 2023-05-09

Added:

    Add app build target


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-hatchling/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-hatchling/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-hatchling/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-hatchling/Makefile
diff -u pkgsrc/devel/py-hatchling/Makefile:1.11 pkgsrc/devel/py-hatchling/Makefile:1.12
--- pkgsrc/devel/py-hatchling/Makefile:1.11     Tue Apr 25 07:33:58 2023
+++ pkgsrc/devel/py-hatchling/Makefile  Tue May 16 22:49:27 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/04/25 07:33:58 adam Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/16 22:49:27 wiz Exp $
 
-DISTNAME=      hatchling-1.14.1
+DISTNAME=      hatchling-1.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hatchling/}

Index: pkgsrc/devel/py-hatchling/PLIST
diff -u pkgsrc/devel/py-hatchling/PLIST:1.5 pkgsrc/devel/py-hatchling/PLIST:1.6
--- pkgsrc/devel/py-hatchling/PLIST:1.5 Mon Apr 17 12:50:49 2023
+++ pkgsrc/devel/py-hatchling/PLIST     Tue May 16 22:49:27 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2023/04/17 12:50:49 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/05/16 22:49:27 wiz Exp $
 bin/hatchling-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -22,6 +22,8 @@ ${PYSITELIB}/hatchling/build.py
 ${PYSITELIB}/hatchling/build.pyc
 ${PYSITELIB}/hatchling/builders/__init__.py
 ${PYSITELIB}/hatchling/builders/__init__.pyc
+${PYSITELIB}/hatchling/builders/app.py
+${PYSITELIB}/hatchling/builders/app.pyc
 ${PYSITELIB}/hatchling/builders/config.py
 ${PYSITELIB}/hatchling/builders/config.pyc
 ${PYSITELIB}/hatchling/builders/constants.py

Index: pkgsrc/devel/py-hatchling/distinfo
diff -u pkgsrc/devel/py-hatchling/distinfo:1.8 pkgsrc/devel/py-hatchling/distinfo:1.9
--- pkgsrc/devel/py-hatchling/distinfo:1.8      Tue Apr 25 07:33:58 2023
+++ pkgsrc/devel/py-hatchling/distinfo  Tue May 16 22:49:27 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/04/25 07:33:58 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/05/16 22:49:27 wiz Exp $
 
-BLAKE2s (hatchling-1.14.1.tar.gz) = e48c2f0da9b52e1c3060e22e8c8a8502ae7a57e69874ae170facfd6a69c112cb
-SHA512 (hatchling-1.14.1.tar.gz) = f6b4d2e35f81c8d6ba66e78777c2134a6f1d58433df7d0b6b6af9a085527988442812619e917797dc23db0f77d96a4110dd79ebd1697ace69cead5da5f1eed62
-Size (hatchling-1.14.1.tar.gz) = 55568 bytes
+BLAKE2s (hatchling-1.17.0.tar.gz) = a3dfa96340b5cbb12bd6f2b1d937887fc4384b458fa2e9aeae8eb6b27b3da249
+SHA512 (hatchling-1.17.0.tar.gz) = f1016fcd40a21f4731d2997c4f5b3abfdc097f8c1d48545fd333c9afd94b06247691462fc3370844ade586757a46dc6072a43e8899391101f05b41a5477fb221
+Size (hatchling-1.17.0.tar.gz) = 57165 bytes



Home | Main Index | Thread Index | Old Index