py-uwsgitop: update to 0.10
0.10: Unknown changes
This commit is contained in:
parent
aad40fe789
commit
1bcfe072d9
3 changed files with 18 additions and 15 deletions
|
@ -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/wiki/StatsServer
|
|||
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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue