aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2026-04-03 06:54:44 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2026-04-03 06:56:53 +0000
commit2abf6b3efd673bcd5287164c3484bd19242a4267 (patch)
treeaa97d594fecf9e760d339d9b40963d127d7e584b
parentf803512e59a6d18307a5e46e6f6fbf8bdaa0ff47 (diff)
security/py-shodan: Revert "security/py-shodan: New port: Python library and command-line utility for Shodan"
This reverts commit 98f2446834b21a4f645c889016ac5f08fe68f899. Reported by: Antoine Brodin <antoine@freebsd.org>
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/py-shodan/Makefile27
-rw-r--r--security/py-shodan/distinfo3
-rw-r--r--security/py-shodan/pkg-descr4
5 files changed, 1 insertions, 35 deletions
diff --git a/MOVED b/MOVED
index aabd8a335b96..71c2c7f394c5 100644
--- a/MOVED
+++ b/MOVED
@@ -5224,3 +5224,4 @@ security/openssl33-quictls||2026-03-31|Removed: Upstream project has been archiv
security/openssl33||2026-03-31|Has expired: Please use security/openssl35 (LTS)
textproc/lexilla||2026-04-01|Has expired: No consumers left in the tree, the library is intended to be bundled
x11-toolkits/scintilla||2026-04-01|Has expired: No consumers left in the tree, the library is intended to be bundled
+security/py-shodan|net/py-shodan|2026-04-03|Remove duplicate port. Use net/py-shodan instead
diff --git a/security/Makefile b/security/Makefile
index 60a652f885d5..da5409638ba1 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1082,7 +1082,6 @@
SUBDIR += py-serpico
SUBDIR += py-service-identity
SUBDIR += py-shamir-mnemonic
- SUBDIR += py-shodan
SUBDIR += py-signedjson
SUBDIR += py-signxml
SUBDIR += py-slip10
diff --git a/security/py-shodan/Makefile b/security/py-shodan/Makefile
deleted file mode 100644
index 65b66dcfeb2c..000000000000
--- a/security/py-shodan/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= shodan
-DISTVERSION= 1.31.0
-CATEGORIES= security python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= yuri@FreeBSD.org
-COMMENT= Python library and command-line utility for Shodan
-WWW= https://github.com/achillean/shodan-python
-
-LICENSE= MIT
-
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
- ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XlsxWriter>0:textproc/py-xlsxwriter@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click-plugins>0:devel/py-click-plugins@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.2.1:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tldextract>0:dns/py-tldextract@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= pep517 concurrent autoplist
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/security/py-shodan/distinfo b/security/py-shodan/distinfo
deleted file mode 100644
index 227f007f2b6b..000000000000
--- a/security/py-shodan/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1775084557
-SHA256 (shodan-1.31.0.tar.gz) = c73275386ea02390e196c35c660706a28dd4d537c5a21eb387ab6236fac251f6
-SIZE (shodan-1.31.0.tar.gz) = 57939
diff --git a/security/py-shodan/pkg-descr b/security/py-shodan/pkg-descr
deleted file mode 100644
index b6422f2cae6a..000000000000
--- a/security/py-shodan/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Python library and command-line utility for Shodan.
-
-This package wraps the Shodan API for security research
-and network intelligence.