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: Thu May 27 12:02:34 UTC 2021
Modified Files:
pkgsrc/devel/py-cookiecutter: Makefile distinfo
Log Message:
py-cookiecutter: updated to 1.7.3
1.7.3:
Fixed jinja2 and markupsafe dependencies
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-cookiecutter/Makefile
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/devel/py-cookiecutter/Makefile:1.8
--- pkgsrc/devel/py-cookiecutter/Makefile:1.7 Wed Jun 3 16:40:09 2020
+++ pkgsrc/devel/py-cookiecutter/Makefile Thu May 27 12:02:34 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/06/03 16:40:09 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/05/27 12:02:34 adam Exp $
-DISTNAME= cookiecutter-1.7.2
+DISTNAME= cookiecutter-1.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cookiecutter/}
@@ -14,12 +14,10 @@ DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.
DEPENDS+= ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
DEPENDS+= ${PYPKGPREFIX}-jinja2-time>=0.2.0:../../time/py-jinja2-time
-DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
DEPENDS+= ${PYPKGPREFIX}-poyo>=0.5.0:../../textproc/py-poyo
DEPENDS+= ${PYPKGPREFIX}-requests>=2.23.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-slugify>=4.0.0:../../devel/py-slugify
-DEPENDS+= ${PYPKGPREFIX}-whichcraft>=0.4.0:../../devel/py-whichcraft
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
@@ -29,6 +27,11 @@ USE_LANGUAGES= # none
PYSETUPTESTTARGET= pytest
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+= ${PYPKGPREFIX}-whichcraft>=0.4.0:../../devel/py-whichcraft
+.endif
+
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} cookiecutter cookiecutter-${PYVERSSUFFIX} || ${TRUE}
Index: pkgsrc/devel/py-cookiecutter/distinfo
diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.5 pkgsrc/devel/py-cookiecutter/distinfo:1.6
--- pkgsrc/devel/py-cookiecutter/distinfo:1.5 Wed Jun 3 16:40:09 2020
+++ pkgsrc/devel/py-cookiecutter/distinfo Thu May 27 12:02:34 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2020/06/03 16:40:09 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/05/27 12:02:34 adam Exp $
-SHA1 (cookiecutter-1.7.2.tar.gz) = dc7bb710f4205eeadde23a758e1123a937a36194
-RMD160 (cookiecutter-1.7.2.tar.gz) = 49f5289f60798c5fd1b30c108547e9e7789fa749
-SHA512 (cookiecutter-1.7.2.tar.gz) = 8fb6db75703a2c6276d275817b81c0e5d5f15226236e8c5442fbda6198aaec19c3fd68c030f79f6bca55258c0c248660b32d1344f7d6b06ecf5563b43474d877
-Size (cookiecutter-1.7.2.tar.gz) = 142970 bytes
+SHA1 (cookiecutter-1.7.3.tar.gz) = 206e15cb385c4546b7cfd1110bc38a8b57ef296f
+RMD160 (cookiecutter-1.7.3.tar.gz) = 9a42a55f657e276389b74c06ae3e84e395bfdd19
+SHA512 (cookiecutter-1.7.3.tar.gz) = 231cff1fc51c8159918728a3ca3f21607c9fb236ebf55e2fe2d620345e14451b175e56c3714a7b4c5736cc5e93f47d732691e789184e4140a7889a9e2f9a89a8
+Size (cookiecutter-1.7.3.tar.gz) = 133496 bytes
Home |
Main Index |
Thread Index |
Old Index