pkgsrc-WIP-changes archive

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

Add patch description ; correct some mistakes



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Wed Feb 24 15:35:52 2016 +0100
Changeset:	fb708d9afdd585e9c6ddb35a76b902b18ca433fa

Modified Files:
	py-cookiecutter/Makefile
	py-cookiecutter/patches/patch-setup.py

Log Message:
Add patch description ; correct some mistakes

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb708d9afdd585e9c6ddb35a76b902b18ca433fa

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

diffstat:
 py-cookiecutter/Makefile               | 4 ++--
 py-cookiecutter/patches/patch-setup.py | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-cookiecutter/Makefile b/py-cookiecutter/Makefile
index 967b589..225edf3 100644
--- a/py-cookiecutter/Makefile
+++ b/py-cookiecutter/Makefile
@@ -12,7 +12,7 @@ HOMEPAGE=			${MASTER_SITE_GITHUB:=audreyr/cookiecutter/}
 COMMENT=			Command-line utility that creates projects from project templates
 LICENSE=			modified-bsd
 
-USE_LANGUAGES=			c
+USE_LANGUAGES=			# none
 USE_TOOLS+=			make:build
 AUTO_MKDIRS=			yes
 INSTALLATION_DIRS+=		${PKGMANDIR}/man1/
@@ -26,7 +26,7 @@ DEPENDS+=			${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
 DEPENDS+=			${PYPKGPREFIX}-click>=6.3:../../wip/py-click
 DEPENDS+=			${PYPKGPREFIX}-whichcraft>=0.1.1:../../wip/py-whichcraft
 DEPENDS+=			${PYPKGPREFIX}-ruamel-yaml>=0.10.12:../../wip/py-ruamel-yaml
-DEPENDS+=			${PYPKGPREFIX}-markupsafe:../../textproc/py-markupsafe
+DEPENDS+=			${PYPKGPREFIX}-markupsafe-[0-9]*:../../textproc/py-markupsafe
 
 # for python < 3.0
 .include "../../lang/python/pyversion.mk"
diff --git a/py-cookiecutter/patches/patch-setup.py b/py-cookiecutter/patches/patch-setup.py
index 4398957..dafcbc1 100644
--- a/py-cookiecutter/patches/patch-setup.py
+++ b/py-cookiecutter/patches/patch-setup.py
@@ -1,3 +1,8 @@
+$NetBSD$
+
+Remove history file to make this build in C locales.
+Waiting a workaround: https://github.com/audreyr/cookiecutter/pull/638
+
 --- setup.py.orig	2016-02-16 08:36:10.000000000 +0100
 +++ setup.py	2016-02-16 08:34:17.000000000 +0100
 @@ -23,9 +23,6 @@


Home | Main Index | Thread Index | Old Index