From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42F64158089 for ; Wed, 4 Oct 2023 21:56:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49D5B2BC0AD; Wed, 4 Oct 2023 21:56:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33E6E2BC0AD for ; Wed, 4 Oct 2023 21:56:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77A8F335CEE for ; Wed, 4 Oct 2023 21:56:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 210CA99D for ; Wed, 4 Oct 2023 21:56:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1696456540.db994a09a2c4e889ca690993c916050c66e373e1.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/shodan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/shodan/Manifest net-analyzer/shodan/shodan-1.28.0.ebuild X-VCS-Directories: net-analyzer/shodan/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: db994a09a2c4e889ca690993c916050c66e373e1 X-VCS-Branch: master Date: Wed, 4 Oct 2023 21:56:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ab201f5-fb00-4439-ba47-f75af1d5cdf4 X-Archives-Hash: 233e4a36a60d07cd4b5b5462dfff4df8 commit: db994a09a2c4e889ca690993c916050c66e373e1 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Oct 4 21:18:33 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 4 21:55:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db994a09 net-analyzer/shodan: drop 1.28.0 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Conrad Kostecki gentoo.org> net-analyzer/shodan/Manifest | 1 - net-analyzer/shodan/shodan-1.28.0.ebuild | 36 -------------------------------- 2 files changed, 37 deletions(-) diff --git a/net-analyzer/shodan/Manifest b/net-analyzer/shodan/Manifest index ccf8ff62fc9a..c6bc514144b6 100644 --- a/net-analyzer/shodan/Manifest +++ b/net-analyzer/shodan/Manifest @@ -1,2 +1 @@ -DIST shodan-1.28.0.gh.tar.gz 51277 BLAKE2B e2cd4c322ccdd1d81c998dc810c56b85de903afe9c3a59adc231d382779806909a78e994ff163639468dd9af1e8f7a547953b0e2304ac167ed7cf9c437d69adc SHA512 cb2476faf2c435d29823635e5262bdf6b224b2a5f19b77513fb6e920f4d042b15a7fd23cea7e2a29bc73b00be188dfac16f945fba090da28a72d0342357232c3 DIST shodan-1.30.0.tar.gz 57790 BLAKE2B 1c3c030e84d31dc79ad737b71e63ce6c9218441be04ec94b4144013545e0d7dd79f1e25e51af1811cdd624f2f32b128e5aeb7dbc8d71b21741712733ca4b6d39 SHA512 996555945f4d874cb0fa3c596e6fad9298f7af396c0e94d75b8e9e103d4a2d7dd33ed8af24a218c753117231a0713caa971106f2152bc429d7c8b5c07b00dbc6 diff --git a/net-analyzer/shodan/shodan-1.28.0.ebuild b/net-analyzer/shodan/shodan-1.28.0.ebuild deleted file mode 100644 index 8c7d7860bc86..000000000000 --- a/net-analyzer/shodan/shodan-1.28.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="The official Python library for Shodan" -HOMEPAGE="https://github.com/achillean/shodan-python" - -MY_PN="${PN}-python" - -if [[ ${PV} = "9999" ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/achillean/shodan-python.git" -else - SRC_URI="https://github.com/achillean/shodan-python/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" - S="${WORKDIR}/${MY_PN}-${PV}" - KEYWORDS="amd64 ~loong x86" -fi - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - dev-python/click[${PYTHON_USEDEP}] - dev-python/click-plugins[${PYTHON_USEDEP}] - dev-python/colorama[${PYTHON_USEDEP}] - >=dev-python/requests-2.2.1[${PYTHON_USEDEP}] - dev-python/xlsxwriter[${PYTHON_USEDEP}] -" - -# Test requires API key -RESTRICT="test"