pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-uwsgitop
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 30 09:29:44 UTC 2017
Modified Files:
pkgsrc/www/py-uwsgitop: Makefile PLIST distinfo
Log Message:
py-uwsgitop: update to 0.10
0.10: Unknown changes
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-uwsgitop/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-uwsgitop/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-uwsgitop/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-uwsgitop/Makefile
diff -u pkgsrc/www/py-uwsgitop/Makefile:1.9 pkgsrc/www/py-uwsgitop/Makefile:1.10
--- pkgsrc/www/py-uwsgitop/Makefile:1.9 Sat Sep 16 19:27:25 2017
+++ pkgsrc/www/py-uwsgitop/Makefile Sat Sep 30 09:29:44 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2017/09/16 19:27:25 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2017/09/30 09:29:44 adam Exp $
-DISTNAME= uwsgitop-0.8
+DISTNAME= uwsgitop-0.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= python www
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uwsgitop/}
@@ -11,15 +10,14 @@ HOMEPAGE= http://projects.unbit.it/uwsgi
COMMENT= Command to interface with the uWSGI stats server
LICENSE= mit
-DEPENDS+= ${PYPKGPREFIX}-uwsgi-[0-9]*:../../www/py-uwsgi
-DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
+DEPENDS+= ${PYPKGPREFIX}-argparse-[0-9]*:../../devel/py-argparse
DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
USE_LANGUAGES= # none
post-install:
- ${MV} ${DESTDIR}${PREFIX}/bin/uwsgitop \
- ${DESTDIR}${PREFIX}/bin/uwsgitop${PYVERSSUFFIX} || ${TRUE}
+ cd ${DESTDIR}${PREFIX}/bin && ${MV} uwsgitop uwsgitop${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-uwsgitop/PLIST
diff -u pkgsrc/www/py-uwsgitop/PLIST:1.2 pkgsrc/www/py-uwsgitop/PLIST:1.3
--- pkgsrc/www/py-uwsgitop/PLIST:1.2 Sat May 3 19:07:55 2014
+++ pkgsrc/www/py-uwsgitop/PLIST Sat Sep 30 09:29:44 2017
@@ -1,3 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2014/05/03 19:07:55 rodent Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/09/30 09:29:44 adam Exp $
bin/uwsgitop${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
Index: pkgsrc/www/py-uwsgitop/distinfo
diff -u pkgsrc/www/py-uwsgitop/distinfo:1.3 pkgsrc/www/py-uwsgitop/distinfo:1.4
--- pkgsrc/www/py-uwsgitop/distinfo:1.3 Wed Nov 4 02:47:31 2015
+++ pkgsrc/www/py-uwsgitop/distinfo Sat Sep 30 09:29:44 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 02:47:31 agc Exp $
+$NetBSD: distinfo,v 1.4 2017/09/30 09:29:44 adam Exp $
-SHA1 (uwsgitop-0.8.tar.gz) = 97c7ee2b17fabb57180b6e83d7ba0a7a7d93347a
-RMD160 (uwsgitop-0.8.tar.gz) = cfac13989b454c689b812461c0a23737a6b7da0f
-SHA512 (uwsgitop-0.8.tar.gz) = 07c071167cc77d8f1404ba565d327aa95a526d1e4614027cbfe2e832630ec179d14a91a6925848813ab58ab04a323203d9afde6c4e0ebeeca557afc5da22da5a
-Size (uwsgitop-0.8.tar.gz) = 3203 bytes
+SHA1 (uwsgitop-0.10.tar.gz) = ff7166dcb2e23a234805fdfeaac9793617d2c1b8
+RMD160 (uwsgitop-0.10.tar.gz) = 4640541edbadb72a45e22ec3739275db48938972
+SHA512 (uwsgitop-0.10.tar.gz) = b379170ddb304a93a4f762f4f87d5484093b58f908f9cfac9f2447ef7854bb00dc50f639354c2f4172f64445396d16c18852fa035c71651386d53d562580665c
+Size (uwsgitop-0.10.tar.gz) = 5931 bytes
Home |
Main Index |
Thread Index |
Old Index