pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-graphite-web py-graphite-web: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9233d29c4d
branches:  trunk
changeset: 371624:cb9233d29c4d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 22:46:03 2022 +0000

description:
py-graphite-web: convert to egg.mk

diffstat:

 www/py-graphite-web/Makefile                         |  7 ++++---
 www/py-graphite-web/PLIST                            |  3 +--
 www/py-graphite-web/distinfo                         |  4 ++--
 www/py-graphite-web/patches/patch-bin_build-index.sh |  3 ++-
 4 files changed, 9 insertions(+), 8 deletions(-)

diffs (71 lines):

diff -r e1b29e071c97 -r cb9233d29c4d www/py-graphite-web/Makefile
--- a/www/py-graphite-web/Makefile      Mon Jan 10 22:45:10 2022 +0000
+++ b/www/py-graphite-web/Makefile      Mon Jan 10 22:46:03 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2020/09/03 15:46:06 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2022/01/10 22:46:03 wiz Exp $
 
 DISTNAME=      graphite-web-0.9.15
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    www
 GITHUB_PROJECT=        graphite-web
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=graphite-project/}
@@ -60,7 +61,7 @@
 .endfor
 
 PYSETUPINSTALLARGS=            --prefix=${PREFIX}                      \
-                       --install-lib=${PREFIX}/${PYSITELIB}
+                               --install-lib=${PREFIX}/${PYSITELIB}
 PYTHON_VERSIONS_ACCEPTED=      27 # py-django-tagging
 
 INSTALLATION_DIRS+=    share/examples/graphite
@@ -74,5 +75,5 @@
        ${LN} -s ${PKG_SYSCONFDIR}/local_settings.py ${DESTDIR}${PREFIX}/${PYSITELIB}/graphite/
 
 .include "../../databases/py-carbon/Makefile.common"
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r e1b29e071c97 -r cb9233d29c4d www/py-graphite-web/PLIST
--- a/www/py-graphite-web/PLIST Mon Jan 10 22:45:10 2022 +0000
+++ b/www/py-graphite-web/PLIST Mon Jan 10 22:46:03 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/12/11 21:45:07 riz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/10 22:46:03 wiz Exp $
 bin/build-index.sh
 bin/run-graphite-devel-server.py
 graphite/webapp/content/css/cli.css
@@ -756,7 +756,6 @@
 ${PYSITELIB}/graphite/whitelist/views.py
 ${PYSITELIB}/graphite/whitelist/views.pyc
 ${PYSITELIB}/graphite/whitelist/views.pyo
-${PYSITELIB}/${EGG_FILE}
 share/examples/graphite/dashboard.conf.example
 share/examples/graphite/example-client.py
 share/examples/graphite/example-graphite-vhost.conf
diff -r e1b29e071c97 -r cb9233d29c4d www/py-graphite-web/distinfo
--- a/www/py-graphite-web/distinfo      Mon Jan 10 22:45:10 2022 +0000
+++ b/www/py-graphite-web/distinfo      Mon Jan 10 22:46:03 2022 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:30:41 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/01/10 22:46:03 wiz Exp $
 
 BLAKE2s (graphite-web-0.9.15.tar.gz) = 736a8e1b5bcd2cc4f2fea245fe53a7e9f9b4c3a6939b76e4ac47dfc073d6fe44
 SHA512 (graphite-web-0.9.15.tar.gz) = 055c0cf3e98db56ecd37c8926f83f82b38f88edbe795d183967dfe5e09391a8a838265afef6e426686a8dfbddd8e2164e445ca007b3454ec674142bbf8f693e2
 Size (graphite-web-0.9.15.tar.gz) = 2434438 bytes
-SHA1 (patch-bin_build-index.sh) = 13ad11086c620bd65a7cf084a88ae0187fdae2d7
+SHA1 (patch-bin_build-index.sh) = 0373f48f64e254af25ab4b15747c18efafb3136c
 SHA1 (patch-setup.py) = 1f215025652d5d45302af8d13ee7ff7a91003cfc
diff -r e1b29e071c97 -r cb9233d29c4d www/py-graphite-web/patches/patch-bin_build-index.sh
--- a/www/py-graphite-web/patches/patch-bin_build-index.sh      Mon Jan 10 22:45:10 2022 +0000
+++ b/www/py-graphite-web/patches/patch-bin_build-index.sh      Mon Jan 10 22:46:03 2022 +0000
@@ -1,6 +1,7 @@
-$NetBSD: patch-bin_build-index.sh,v 1.1 2015/12/11 21:45:07 riz Exp $
+$NetBSD: patch-bin_build-index.sh,v 1.2 2022/01/10 22:46:03 wiz Exp $
 
 Fix default paths.
+
 --- bin/build-index.sh.orig    2013-08-21 17:11:04.000000000 +0000
 +++ bin/build-index.sh
 @@ -2,12 +2,12 @@



Home | Main Index | Thread Index | Old Index