-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing small issues as suggested by wiz@
- Loading branch information
1 parent
3371648
commit b9dabc1
Showing
2 changed files
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,12 @@ | |
|
||
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= [email protected] | ||
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" |