Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 2026 06:58:31 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2abf6b3efd67 - main - security/py-shodan: Revert "security/py-shodan: New port: Python library and command-line utility for Shodan"
Message-ID:  <69cf6517.2154d.584e10ce@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2abf6b3efd673bcd5287164c3484bd19242a4267

commit 2abf6b3efd673bcd5287164c3484bd19242a4267
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-04-03 06:54:44 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-04-03 06:56:53 +0000

    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>
---
 MOVED                        |  1 +
 security/Makefile            |  1 -
 security/py-shodan/Makefile  | 27 ---------------------------
 security/py-shodan/distinfo  |  3 ---
 security/py-shodan/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cf6517.2154d.584e10ce>