pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Bump to version 1.1.0
Module Name: pkgsrc-wip
Committed By: Guillaume Delpierre <gde%llew.me@localhost>
Pushed By: gdelpierre
Date: Wed Sep 30 09:58:55 2015 +0200
Changeset: a4e5966bda91c7b82af702afe869f8864ca5df54
Modified Files:
py-cookiecutter/Makefile
py-cookiecutter/PLIST
py-cookiecutter/distinfo
Log Message:
Bump to version 1.1.0
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4e5966bda91c7b82af702afe869f8864ca5df54
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-cookiecutter/Makefile | 64 +++++++++++++++++++++++++-----------------------
py-cookiecutter/PLIST | 29 +++++++++++-----------
py-cookiecutter/distinfo | 8 +++---
3 files changed, 53 insertions(+), 48 deletions(-)
diffs:
diff --git a/py-cookiecutter/Makefile b/py-cookiecutter/Makefile
index cb78f73..204146d 100644
--- a/py-cookiecutter/Makefile
+++ b/py-cookiecutter/Makefile
@@ -1,38 +1,43 @@
-# $NetBSD: Makefile,v 1.3 2015/06/17 13:33:40 ahp-nils Exp $
-
-DISTNAME= cookiecutter-1.0.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= devel
-MASTER_SITES= -https://github.com/audreyr/cookiecutter/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
-EXTRACT_SUFX= .zip
-
-MAINTAINER= nils%NetBSD.org@localhost
-HOMEPAGE= https://github.com/audreyr/cookiecutter/
-COMMENT= Command-line utility that creates projects from project templates
-LICENSE= modified-bsd
-
-USE_LANGUAGES= #none
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_ACCEPTED= 34 33 27
-USE_TOOLS+= make:build
-AUTO_MKDIRS= yes
-INSTALLATION_DIRS+= ${PKGMANDIR}/man1/
-
-BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
-DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.2.0:../../wip/py-binaryornot
-DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
-DEPENDS+= ${PYPKGPREFIX}-click<4.0:../../devel/py-click
+# $NetBSD$
+
+DISTNAME= 1.1.0
+DIST_SUBDIR= ${GITHUB_PROJECT}
+GITHUB_PROJECT= cookiecutter
+PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=audreyr/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= gde%llew.me@localhost
+HOMEPAGE= ${MASTER_SITE_GITHUB:=audreyr/cookiecutter/}
+COMMENT= Command-line utility that creates projects from project templates
+LICENSE= modified-bsd
+
+USE_LANGUAGES= #none
+USE_TOOLS+= make:build
+AUTO_MKDIRS= yes
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1/
+
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
+DEPENDS+= ${PYPKGPREFIX}-future>=0.15.2:../../wip/py-future
+DEPENDS+= ${PYPKGPREFIX}-binaryornot>=0.2.0:../../wip/py-binaryornot
+DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
+DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click
+DEPENDS+= ${PYPKGPREFIX}-whichcraft>=0.1.1:../../wip/py-whichcraft
+
# for python < 3.0
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 30
-DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
.endif
+PYTHON_VERSIONS_ACCEPTED= 35 34 33 27
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+REPLACE_PYTHON+= setup.py
+REPLACE_PYTHON+= cookiecutter/*.py
-PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
-REPLACE_PYTHON+= setup.py
-REPLACE_PYTHON+= cookiecutter/*.py
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
post-build:
cd ${WRKSRC}/docs/ && make SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX} man
@@ -40,7 +45,6 @@ post-build:
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/_build/man/cookiecutter.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
-
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/py-cookiecutter/PLIST b/py-cookiecutter/PLIST
index 8251ee5..49368ee 100644
--- a/py-cookiecutter/PLIST
+++ b/py-cookiecutter/PLIST
@@ -1,21 +1,16 @@
-@comment $NetBSD: PLIST,v 1.2 2015/06/16 19:16:46 ahp-nils Exp $
+@comment $NetBSD$
bin/cookiecutter
-${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}/cookiecutter/__init__.py
-${PYSITELIB}/cookiecutter/__init__.pyc
-${PYSITELIB}/cookiecutter/__init__.pyo
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/pbr.json
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/requires.txt
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/cookiecutter-${EGG_INFODIR}/top_level.txt
${PYSITELIB}/cookiecutter/cli.py
${PYSITELIB}/cookiecutter/cli.pyc
${PYSITELIB}/cookiecutter/cli.pyo
-${PYSITELIB}/cookiecutter/compat.py
-${PYSITELIB}/cookiecutter/compat.pyc
-${PYSITELIB}/cookiecutter/compat.pyo
${PYSITELIB}/cookiecutter/config.py
${PYSITELIB}/cookiecutter/config.pyc
${PYSITELIB}/cookiecutter/config.pyo
@@ -31,12 +26,18 @@ ${PYSITELIB}/cookiecutter/generate.pyo
${PYSITELIB}/cookiecutter/hooks.py
${PYSITELIB}/cookiecutter/hooks.pyc
${PYSITELIB}/cookiecutter/hooks.pyo
+${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/prompt.py
${PYSITELIB}/cookiecutter/prompt.pyc
${PYSITELIB}/cookiecutter/prompt.pyo
+${PYSITELIB}/cookiecutter/replay.py
+${PYSITELIB}/cookiecutter/replay.pyc
+${PYSITELIB}/cookiecutter/replay.pyo
${PYSITELIB}/cookiecutter/utils.py
${PYSITELIB}/cookiecutter/utils.pyc
${PYSITELIB}/cookiecutter/utils.pyo
diff --git a/py-cookiecutter/distinfo b/py-cookiecutter/distinfo
index 59d9ceb..01e786a 100644
--- a/py-cookiecutter/distinfo
+++ b/py-cookiecutter/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/06/17 13:33:40 ahp-nils Exp $
+$NetBSD$
-SHA1 (cookiecutter-1.0.0.zip) = 7990889753fae01c2f3c7a4fe90a4401655c1a23
-RMD160 (cookiecutter-1.0.0.zip) = 619bed53c59d06b9e27b082fa4720bffbff76b65
-Size (cookiecutter-1.0.0.zip) = 160118 bytes
+SHA1 (cookiecutter/1.1.0.zip) = 0579bdf7d5257c70e14b4064842bc34f9caf1ef2
+RMD160 (cookiecutter/1.1.0.zip) = 071a42dfbb70b6868ccbec57dec67a2f172abf54
+Size (cookiecutter/1.1.0.zip) = 265851 bytes
SHA1 (patch-docs_Makefile) = c0451b26ea79a8ebd7ca0f733264806fea84857d
Home |
Main Index |
Thread Index |
Old Index