diff options
Diffstat (limited to 'misc/py-censys')
-rw-r--r-- | misc/py-censys/Makefile | 25 | ||||
-rw-r--r-- | misc/py-censys/distinfo | 3 | ||||
-rw-r--r-- | misc/py-censys/pkg-descr | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/misc/py-censys/Makefile b/misc/py-censys/Makefile new file mode 100644 index 000000000000..2afb1b338538 --- /dev/null +++ b/misc/py-censys/Makefile @@ -0,0 +1,25 @@ +PORTNAME= censys +DISTVERSION= 2.1.9 +CATEGORIES= misc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Lightweight API wrapper for Censys APIs (censys.io) +WWW= https://censys.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}backoff>=2.0.1:devel/py-backoff@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.26.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rich>=10.16.2:textproc/py-rich@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_DEPENDS} +RUN_DEPENDS= ${PY_DEPENDS} + +USES= python:3.8+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/misc/py-censys/distinfo b/misc/py-censys/distinfo new file mode 100644 index 000000000000..dad3c1c89584 --- /dev/null +++ b/misc/py-censys/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1672090754 +SHA256 (censys-2.1.9.tar.gz) = caccc151083232c9ea989b705c676a5629743b51e5d8d3998012be08bb921001 +SIZE (censys-2.1.9.tar.gz) = 37482 diff --git a/misc/py-censys/pkg-descr b/misc/py-censys/pkg-descr new file mode 100644 index 000000000000..f14a36e4b44e --- /dev/null +++ b/misc/py-censys/pkg-descr @@ -0,0 +1,5 @@ +censys is an easy-to-use and lightweight API wrapper for Censys APIs +(censys.io). + +Censys is an Attack Surface Management system. It searches and proactively +monitores your digital footprint. |