pkgsrc-WIP-changes archive

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

Fixing small issues as suggested by wiz@



Module Name:	pkgsrc-wip
Committed By:	Alberto Mijares <amijaresp%gmail.com@localhost>
Pushed By:	amijares
Date:		Wed Apr 19 00:26:55 2017 -0400
Changeset:	b9dabc15c49cb1dbbe4472f61faff76860507c1e

Modified Files:
	py-safety/DESCR
	py-safety/Makefile

Log Message:
Fixing small issues as suggested by wiz@

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

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

diffstat:
 py-safety/DESCR    | 4 +---
 py-safety/Makefile | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-safety/DESCR b/py-safety/DESCR
index 4b9300ccc6..e5ff472a7c 100644
--- a/py-safety/DESCR
+++ b/py-safety/DESCR
@@ -1,4 +1,2 @@
-Safety checks your installed dependencies for known security vulnerabili
-ties
+Safety checks your installed dependencies for known security vulnerabilities.
 
-URL: https://pypi.python.org/pypi/safety
diff --git a/py-safety/Makefile b/py-safety/Makefile
index 6263e61e1b..42045b4c89 100644
--- a/py-safety/Makefile
+++ b/py-safety/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	safety-1.1.1
 CATEGORIES=	security
-MASTER_SITES=	https://pypi.python.org/packages/31/62/88e62ba9d755a536633cd466ea78ee6e3d457d7c11b9e1d5185352e0d08e/
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/safety/}
 
 MAINTAINER=	alberto.m%futurelinkcorporation.com@localhost
 HOMEPAGE=	https://github.com/pyupio/safety
@@ -10,6 +10,4 @@ COMMENT=	Safety checks your installed dependencies
 LICENSE=	mit
 
 .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