pkgsrc-WIP-changes archive

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

Update Makefile in py-ngxtop



Module Name:	pkgsrc-wip
Committed By:	Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Wed Apr 8 23:20:05 2020 -0400
Changeset:	b21e3b8e604d3893547108d75b04a82564bcab1e

Modified Files:
	py-ngxtop/Makefile

Log Message:
Update Makefile in py-ngxtop

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b21e3b8e604d3893547108d75b04a82564bcab1e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-ngxtop/Makefile | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diffs:
diff --git a/py-ngxtop/Makefile b/py-ngxtop/Makefile
index d4d5b3649f..c1802380e2 100644
--- a/py-ngxtop/Makefile
+++ b/py-ngxtop/Makefile
@@ -1,19 +1,14 @@
 # $NetBSD$
 
-DISTNAME= 	ngxtop	
+DISTNAME=       ngxtop-0.0.2
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
-MASTER_SITES=	${MASTER_SITE_GITHUB:=lebinh/}
-GITHUB_TAG=     0.0.2
-EXTRACT_SUFX=	.zip
+MASTER_SITES=   ${MASTER_SITE_PYPI:=n/ngxtop/}
 CATEGORIES= 	sysutils
 
-MAINTAINER=	kethzer.dr%gmail.com@localhost	
+MAINTAINER=	kethzer.dr%gmail.com@localhost
 HOMEPAGE=	https://github.com/lebinh/
 COMMENT=	real-time metrics for nginx server
-LICENSE=	mit	
-
-
-#PYTHON_VERSIONS_ACCEPTED=      27
+LICENSE=	mit
 
 WRKSRC=         ${WRKDIR}/${DISTNAME}-${GITHUB_TAG}
 
@@ -28,5 +23,4 @@ post-install:
 	${CP} -r ${WRKDIR}/.destdir/usr/pkg/bin/ngxtop ${PREFIX}/bin
 
 .include "../../lang/python/egg.mk"
-# url2pkg-marker (please do not remove this line.)
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index