Commit 2abf6b3e authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

security/py-shodan: Revert "security/py-shodan: New port: Python library and...

security/py-shodan: Revert "security/py-shodan: New port: Python library and command-line utility for Shodan"

This reverts commit 98f24468.

Reported by:	Antoine Brodin <antoine@freebsd.org>
parent f803512e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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

security/py-shodan/Makefile

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
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>

security/py-shodan/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1775084557
SHA256 (shodan-1.31.0.tar.gz) = c73275386ea02390e196c35c660706a28dd4d537c5a21eb387ab6236fac251f6
SIZE (shodan-1.31.0.tar.gz) = 57939

security/py-shodan/pkg-descr

deleted100644 → 0
+0 −4
Original line number Diff line number Diff line
Python library and command-line utility for Shodan.

This package wraps the Shodan API for security research
and network intelligence.