pkgsrc-WIP-changes archive

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

New package: py-safety



Module Name:	pkgsrc-wip
Committed By:	Alberto Mijares <alberto.m%futurelinkcorporation.com@localhost>
Pushed By:	amijares
Date:		Tue Apr 18 11:56:56 2017 -0400
Changeset:	0d5fb429ab117a30e145f34aa038f303b36c799c

Added Files:
	py-safety/DESCR
	py-safety/Makefile
	py-safety/PLIST
	py-safety/distinfo

Log Message:
New package: py-safety

Including new package. I think it should be included in security.
Please test in other OS's, I made it on FreeBSD 11.

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

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 | 15 +++++++++++++++
 py-safety/PLIST    | 33 +++++++++++++++++++++++++++++++++
 py-safety/distinfo |  6 ++++++
 4 files changed, 58 insertions(+)

diffs:
diff --git a/py-safety/DESCR b/py-safety/DESCR
new file mode 100644
index 0000000000..4b9300ccc6
--- /dev/null
+++ b/py-safety/DESCR
@@ -0,0 +1,4 @@
+Safety checks your installed dependencies for known security vulnerabili
+ties
+
+URL: https://pypi.python.org/pypi/safety
diff --git a/py-safety/Makefile b/py-safety/Makefile
new file mode 100644
index 0000000000..6263e61e1b
--- /dev/null
+++ b/py-safety/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	safety-1.1.1
+CATEGORIES=	security
+MASTER_SITES=	https://pypi.python.org/packages/31/62/88e62ba9d755a536633cd466ea78ee6e3d457d7c11b9e1d5185352e0d08e/
+
+MAINTAINER=	alberto.m%futurelinkcorporation.com@localhost
+HOMEPAGE=	https://github.com/pyupio/safety
+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"
diff --git a/py-safety/PLIST b/py-safety/PLIST
new file mode 100644
index 0000000000..babae8689a
--- /dev/null
+++ b/py-safety/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD$
+bin/safety
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/safety/__init__.py
+${PYSITELIB}/safety/__init__.pyc
+${PYSITELIB}/safety/__init__.pyo
+${PYSITELIB}/safety/__main__.py
+${PYSITELIB}/safety/__main__.pyc
+${PYSITELIB}/safety/__main__.pyo
+${PYSITELIB}/safety/cli.py
+${PYSITELIB}/safety/cli.pyc
+${PYSITELIB}/safety/cli.pyo
+${PYSITELIB}/safety/constants.py
+${PYSITELIB}/safety/constants.pyc
+${PYSITELIB}/safety/constants.pyo
+${PYSITELIB}/safety/errors.py
+${PYSITELIB}/safety/errors.pyc
+${PYSITELIB}/safety/errors.pyo
+${PYSITELIB}/safety/formatter.py
+${PYSITELIB}/safety/formatter.pyc
+${PYSITELIB}/safety/formatter.pyo
+${PYSITELIB}/safety/safety.py
+${PYSITELIB}/safety/safety.pyc
+${PYSITELIB}/safety/safety.pyo
+${PYSITELIB}/safety/util.py
+${PYSITELIB}/safety/util.pyc
+${PYSITELIB}/safety/util.pyo
diff --git a/py-safety/distinfo b/py-safety/distinfo
new file mode 100644
index 0000000000..d5a69cfe72
--- /dev/null
+++ b/py-safety/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (safety-1.1.1.tar.gz) = ada55e503900c2ab339f8b5f13d89217b3b3ba69
+RMD160 (safety-1.1.1.tar.gz) = 76e18ad3732b686a5da6baf2aa8e5c9db1a81f91
+SHA512 (safety-1.1.1.tar.gz) = 6c8ead5b122e4a8229597295d9c53593ae8bb726551559feb653da3b5761fd1b64cd4fda24f81efd8a62c3f51f1274aad4dc3b358adf5660943f561ec54ef4ec
+Size (safety-1.1.1.tar.gz) = 1091008 bytes


Home | Main Index | Thread Index | Old Index