Bug 254838

Summary: [NEW-PORT] devel/py-cvss: CVSS v2 and v3 computation utilities and interactive calculator compatible with both Python 2 and Python 3
Product: Ports & Packages Reporter: gettoknowmi <gettoknowmi>
Component: Individual Port(s)Assignee: Dan Langille <dvl>
Status: Closed FIXED    
Severity: Affects Many People CC: dvl
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-cvss port files none

Description gettoknowmi 2021-04-06 21:23:30 UTC
Created attachment 223881 [details]
py-cvss port files

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
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-04-20 17:56:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=887cabd71f4317cfea789fc59fdcd3aba47a6925

commit 887cabd71f4317cfea789fc59fdcd3aba47a6925
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2021-04-20 17:24:03 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2021-04-20 17:56:04 +0000

    Add devel/py-cvss

    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>

 devel/Makefile                |  1 +
 devel/py-cvss/Makefile (new)  | 18 ++++++++++++++++++
 devel/py-cvss/distinfo (new)  |  3 +++
 devel/py-cvss/pkg-descr (new) |  5 +++++
 4 files changed, 27 insertions(+)
Comment 2 Dan Langille freebsd_committer freebsd_triage 2021-04-20 19:58:01 UTC
Thank you.