pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Simplification of the Makefile
Module Name: pkgsrc-wip
Committed By: Guillaume Delpierre <gde%llew.me@localhost>
Pushed By: gdelpierre
Date: Wed Sep 30 16:10:05 2015 +0200
Changeset: d46852bc7bce3a4829426e7a9ccd8135c6fda726
Modified Files:
py-cookiecutter/Makefile
py-cookiecutter/PLIST
py-cookiecutter/distinfo
Log Message:
Simplification of the Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d46852bc7bce3a4829426e7a9ccd8135c6fda726
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-cookiecutter/Makefile | 7 +++----
py-cookiecutter/PLIST | 16 ++++++++--------
py-cookiecutter/distinfo | 6 +++---
3 files changed, 14 insertions(+), 15 deletions(-)
diffs:
diff --git a/py-cookiecutter/Makefile b/py-cookiecutter/Makefile
index 338cd7d..97d2aad 100644
--- a/py-cookiecutter/Makefile
+++ b/py-cookiecutter/Makefile
@@ -1,9 +1,8 @@
# $NetBSD$
-DISTNAME= 1.1.0
-DIST_SUBDIR= ${GITHUB_PROJECT}
+DISTNAME= cookiecutter-1.1.0
GITHUB_PROJECT= cookiecutter
-PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=audreyr/}
EXTRACT_SUFX= .zip
@@ -36,7 +35,7 @@ PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
REPLACE_PYTHON+= setup.py
REPLACE_PYTHON+= cookiecutter/*.py
-WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
+WRKSRC= ${WRKDIR}/${DISTNAME}
post-build:
cd ${WRKSRC}/docs/ && make SPHINXBUILD=${PREFIX}/bin/sphinx-build${PYVERSSUFFIX} man
diff --git a/py-cookiecutter/PLIST b/py-cookiecutter/PLIST
index 49368ee..672ac00 100644
--- a/py-cookiecutter/PLIST
+++ b/py-cookiecutter/PLIST
@@ -1,13 +1,13 @@
@comment $NetBSD$
bin/cookiecutter
-${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}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/cookiecutter/cli.py
${PYSITELIB}/cookiecutter/cli.pyc
${PYSITELIB}/cookiecutter/cli.pyo
diff --git a/py-cookiecutter/distinfo b/py-cookiecutter/distinfo
index 01e786a..e70abce 100644
--- a/py-cookiecutter/distinfo
+++ b/py-cookiecutter/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (cookiecutter/1.1.0.zip) = 0579bdf7d5257c70e14b4064842bc34f9caf1ef2
-RMD160 (cookiecutter/1.1.0.zip) = 071a42dfbb70b6868ccbec57dec67a2f172abf54
-Size (cookiecutter/1.1.0.zip) = 265851 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