pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cookiecutter



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 14 17:58:38 UTC 2023

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

Log Message:
py-cookiecutter: updated to 2.4.0

2.4.0 (2023-09-29)

Minor Changes

* Gracefully handle files with mixed lined endings
* Implement a pre_prompt hook that will run before prompts

Documentation updates

* Implement a pre_prompt hook that will run before prompts
* update main docstrings to include overwrite_if_exists and skip_if_file_exists


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-cookiecutter/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-cookiecutter/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-cookiecutter/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-cookiecutter/Makefile
diff -u pkgsrc/devel/py-cookiecutter/Makefile:1.14 pkgsrc/devel/py-cookiecutter/Makefile:1.15
--- pkgsrc/devel/py-cookiecutter/Makefile:1.14  Sun Aug 27 20:13:12 2023
+++ pkgsrc/devel/py-cookiecutter/Makefile       Tue Nov 14 17:58:37 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2023/08/27 20:13:12 adam Exp $
+# $NetBSD: Makefile,v 1.15 2023/11/14 17:58:37 adam Exp $
 
-DISTNAME=      cookiecutter-2.3.0
+DISTNAME=      cookiecutter-2.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cookiecutter/}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/audreyr/coo
 COMMENT=       Command-line utility that creates projects from project templates
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-arrow-[0-9]*:../../time/py-arrow
 DEPENDS+=      ${PYPKGPREFIX}-binaryornot>=0.4.4:../../devel/py-binaryornot
 DEPENDS+=      ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
@@ -25,15 +27,11 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-test-runne
 
 USE_LANGUAGES= # none
 
-PYSETUPTESTTARGET=     pytest
-
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_PKG_RESOURCES=     yes
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} cookiecutter cookiecutter-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-cookiecutter/PLIST
diff -u pkgsrc/devel/py-cookiecutter/PLIST:1.4 pkgsrc/devel/py-cookiecutter/PLIST:1.5
--- pkgsrc/devel/py-cookiecutter/PLIST:1.4      Tue Jul 25 13:17:03 2023
+++ pkgsrc/devel/py-cookiecutter/PLIST  Tue Nov 14 17:58:37 2023
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.4 2023/07/25 13:17:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/11/14 17:58:37 adam Exp $
 bin/cookiecutter-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/cookiecutter/VERSION.txt
 ${PYSITELIB}/cookiecutter/__init__.py
 ${PYSITELIB}/cookiecutter/__init__.pyc

Index: pkgsrc/devel/py-cookiecutter/distinfo
diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.11 pkgsrc/devel/py-cookiecutter/distinfo:1.12
--- pkgsrc/devel/py-cookiecutter/distinfo:1.11  Sun Aug 27 20:13:12 2023
+++ pkgsrc/devel/py-cookiecutter/distinfo       Tue Nov 14 17:58:37 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/08/27 20:13:12 adam Exp $
+$NetBSD: distinfo,v 1.12 2023/11/14 17:58:37 adam Exp $
 
-BLAKE2s (cookiecutter-2.3.0.tar.gz) = 86ee7f63be236b8a101270ba76c9c4c22b9f4940cb65847b771285ba4401e177
-SHA512 (cookiecutter-2.3.0.tar.gz) = b6053211f942073ac80f460b049de37e57320c129756b9057b4b63694df53a7f4cb46d2b8725f08d43dd2438fdd4f42ee7f37508e9f93802005f06b92d02dad6
-Size (cookiecutter-2.3.0.tar.gz) = 157130 bytes
+BLAKE2s (cookiecutter-2.4.0.tar.gz) = ad0be538a71e9f26b55785e16f28ef2ec60e82fe95bd78730a0a49f8a51614d8
+SHA512 (cookiecutter-2.4.0.tar.gz) = 577a400b6a4852cb8a880b7340d9dab5003dbfe7cb7b3c8173c3f489524a535e17def8bae35334bafcb47cfd5e0a8c9a9c8d82f99938cafc3bfaac164b75aac6
+Size (cookiecutter-2.4.0.tar.gz) = 155436 bytes



Home | Main Index | Thread Index | Old Index