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: minskim
Date: Sun Feb 25 01:15:03 UTC 2018
Modified Files:
pkgsrc/devel/py-cookiecutter: Makefile PLIST distinfo
Log Message:
devel/py-cookiecutter: Update to 1.6.0
Notable changes since 1.3.0:
- Added support for Jinja2 extension support
- Added command-line support for passing extra context
- Include template path or template URL in cookiecutter context
- Add a URL abbreviation for GitLab template projects
- Add option to use templates from Zip files or Zip URLs
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-cookiecutter/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cookiecutter/PLIST \
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.3 pkgsrc/devel/py-cookiecutter/Makefile:1.4
--- pkgsrc/devel/py-cookiecutter/Makefile:1.3 Sun Aug 28 15:48:29 2016
+++ pkgsrc/devel/py-cookiecutter/Makefile Sun Feb 25 01:15:03 2018
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2016/08/28 15:48:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2018/02/25 01:15:03 minskim Exp $
-DISTNAME= cookiecutter-1.3.0
+DISTNAME= cookiecutter-1.6.0
GITHUB_PROJECT= cookiecutter
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=audreyr/}
-EXTRACT_SUFX= .zip
MAINTAINER= gde%llew.me@localhost
HOMEPAGE= https://github.com/audreyr/cookiecutter/
@@ -23,10 +22,11 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=2
DEPENDS+= ${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future
DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.2.0:../../devel/py-binaryornot
DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-jinja2-time>=0.1:../../time/py-jinja2-time
DEPENDS+= ${PYPKGPREFIX}-click>=6.3:../../devel/py-click
-DEPENDS+= ${PYPKGPREFIX}-whichcraft>=0.1.1:../../devel/py-whichcraft
-DEPENDS+= ${PYPKGPREFIX}-ruamel-yaml>=0.10.12:../../devel/py-ruamel-yaml
-DEPENDS+= ${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
+DEPENDS+= ${PYPKGPREFIX}-whichcraft>=0.4.0:../../devel/py-whichcraft
+DEPENDS+= ${PYPKGPREFIX}-poyo>=0.1.0:../../textproc/py-poyo
+DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
# for python < 3.0
.include "../../lang/python/pyversion.mk"
Index: pkgsrc/devel/py-cookiecutter/PLIST
diff -u pkgsrc/devel/py-cookiecutter/PLIST:1.1 pkgsrc/devel/py-cookiecutter/PLIST:1.2
--- pkgsrc/devel/py-cookiecutter/PLIST:1.1 Mon May 16 15:05:48 2016
+++ pkgsrc/devel/py-cookiecutter/PLIST Sun Feb 25 01:15:03 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/05/16 15:05:48 nils Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/02/25 01:15:03 minskim Exp $
bin/cookiecutter
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -10,15 +10,24 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
${PYSITELIB}/cookiecutter/__init__.py
${PYSITELIB}/cookiecutter/__init__.pyc
${PYSITELIB}/cookiecutter/__init__.pyo
+${PYSITELIB}/cookiecutter/__main__.py
+${PYSITELIB}/cookiecutter/__main__.pyc
+${PYSITELIB}/cookiecutter/__main__.pyo
${PYSITELIB}/cookiecutter/cli.py
${PYSITELIB}/cookiecutter/cli.pyc
${PYSITELIB}/cookiecutter/cli.pyo
${PYSITELIB}/cookiecutter/config.py
${PYSITELIB}/cookiecutter/config.pyc
${PYSITELIB}/cookiecutter/config.pyo
+${PYSITELIB}/cookiecutter/environment.py
+${PYSITELIB}/cookiecutter/environment.pyc
+${PYSITELIB}/cookiecutter/environment.pyo
${PYSITELIB}/cookiecutter/exceptions.py
${PYSITELIB}/cookiecutter/exceptions.pyc
${PYSITELIB}/cookiecutter/exceptions.pyo
+${PYSITELIB}/cookiecutter/extensions.py
+${PYSITELIB}/cookiecutter/extensions.pyc
+${PYSITELIB}/cookiecutter/extensions.pyo
${PYSITELIB}/cookiecutter/find.py
${PYSITELIB}/cookiecutter/find.pyc
${PYSITELIB}/cookiecutter/find.pyo
@@ -28,6 +37,9 @@ ${PYSITELIB}/cookiecutter/generate.pyo
${PYSITELIB}/cookiecutter/hooks.py
${PYSITELIB}/cookiecutter/hooks.pyc
${PYSITELIB}/cookiecutter/hooks.pyo
+${PYSITELIB}/cookiecutter/log.py
+${PYSITELIB}/cookiecutter/log.pyc
+${PYSITELIB}/cookiecutter/log.pyo
${PYSITELIB}/cookiecutter/main.py
${PYSITELIB}/cookiecutter/main.pyc
${PYSITELIB}/cookiecutter/main.pyo
@@ -37,10 +49,16 @@ ${PYSITELIB}/cookiecutter/prompt.pyo
${PYSITELIB}/cookiecutter/replay.py
${PYSITELIB}/cookiecutter/replay.pyc
${PYSITELIB}/cookiecutter/replay.pyo
+${PYSITELIB}/cookiecutter/repository.py
+${PYSITELIB}/cookiecutter/repository.pyc
+${PYSITELIB}/cookiecutter/repository.pyo
${PYSITELIB}/cookiecutter/utils.py
${PYSITELIB}/cookiecutter/utils.pyc
${PYSITELIB}/cookiecutter/utils.pyo
${PYSITELIB}/cookiecutter/vcs.py
${PYSITELIB}/cookiecutter/vcs.pyc
${PYSITELIB}/cookiecutter/vcs.pyo
+${PYSITELIB}/cookiecutter/zipfile.py
+${PYSITELIB}/cookiecutter/zipfile.pyc
+${PYSITELIB}/cookiecutter/zipfile.pyo
man/man1/cookiecutter.1
Index: pkgsrc/devel/py-cookiecutter/distinfo
diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.1 pkgsrc/devel/py-cookiecutter/distinfo:1.2
--- pkgsrc/devel/py-cookiecutter/distinfo:1.1 Mon May 16 15:05:48 2016
+++ pkgsrc/devel/py-cookiecutter/distinfo Sun Feb 25 01:15:03 2018
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/05/16 15:05:48 nils Exp $
+$NetBSD: distinfo,v 1.2 2018/02/25 01:15:03 minskim Exp $
-SHA1 (cookiecutter-1.3.0.zip) = 621a7f8f3ad0bd543917ca9c57cb70d7a80ed18f
-RMD160 (cookiecutter-1.3.0.zip) = 0f402dee6e5dd85b689dcc8c473fc755cd7d029b
-SHA512 (cookiecutter-1.3.0.zip) = 540300e917b1f91c9936d799e2ac3afd61ff8eb95639dc31dc61fd9aece6f9f283dd688a3ac780c5cb6eae299a85fbb89e1cf78cdefdd14501a9debff83eddfe
-Size (cookiecutter-1.3.0.zip) = 274125 bytes
+SHA1 (cookiecutter-1.6.0.tar.gz) = d4d2bfe2d7cc3d31e9ae9f81158ae9812b1fbf9f
+RMD160 (cookiecutter-1.6.0.tar.gz) = 371e4c4a53cbdd9cdfd043066e38e6538a634e9e
+SHA512 (cookiecutter-1.6.0.tar.gz) = 0a06ae8fe7aceeeb0bcb98b5981d743b2e2e5d5f121c2e0703bb76399b0433816beaddb64c92f28d50f1781737db25907a10ec7b59f6c02c17171cfb56fb12f4
+Size (cookiecutter-1.6.0.tar.gz) = 255579 bytes
SHA1 (patch-docs_Makefile) = c0451b26ea79a8ebd7ca0f733264806fea84857d
-SHA1 (patch-setup.py) = 1dd484db3ebb1202ead6a2bf48746751c5e1ab2b
Home |
Main Index |
Thread Index |
Old Index