Skip to content

Commit

Permalink
Add devel/py-cvss
Browse files Browse the repository at this point in the history
Contains CVSS v2 and v3 computation utilities and interactive calculator.
Compatible with both Python 2 and Python 3.
PR:		254838
Reported by:	gettoknowmi <gettoknowmi@yahoo.com>
  • Loading branch information
dlangille committed Apr 20, 2021
1 parent b616ac3 commit 887cabd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -4314,6 +4314,7 @@
SUBDIR += py-curio
SUBDIR += py-cursive
SUBDIR += py-curtsies
SUBDIR += py-cvss
SUBDIR += py-cwcwidth
SUBDIR += py-cxx
SUBDIR += py-cycler
Expand Down
18 changes: 18 additions & 0 deletions devel/py-cvss/Makefile
@@ -0,0 +1,18 @@
PORTNAME= cvss
PORTVERSION= 2.2
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= gettoknowmi@yahoo.com
COMMENT= Computation utilities and interactive calculator compatible

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= python
USE_PYTHON= autoplist distutils

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions devel/py-cvss/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1617737531
SHA256 (cvss-2.2.tar.gz) = 11f46b134e3d72e20823f704e3b1bdd24a5e24559cb58e9691dc4fa613cbc414
SIZE (cvss-2.2.tar.gz) = 12462
5 changes: 5 additions & 0 deletions devel/py-cvss/pkg-descr
@@ -0,0 +1,5 @@
This Python package contains CVSS v2 and v3 computation utilities
and interactive calculator compatible with both Python 2 and Python 3.
run cvss_calculator --help

WWW: https://github.com/skontar/cvss

0 comments on commit 887cabd

Please sign in to comment.