diff --git a/dev-python/censys/Manifest b/dev-python/censys/Manifest index b3a097f04..ed38d3cdd 100644 --- a/dev-python/censys/Manifest +++ b/dev-python/censys/Manifest @@ -1 +1 @@ -DIST censys-2.1.8.tar.gz 37038 BLAKE2B f2b67d47d6b215a371bad39d3ecaa100f854aeec4dabf6a452db75f96073547da9a2962d09978dab13592d302f0e3aa87df9815c400b1d45965f477ccf230884 SHA512 c262239e82fed989d446257ed3bd0392415f568ae2e9033f418c78ccdfded57b9e124ae4a331f8bc4813a685dcfdd759ca23883509a0ee747c4662dd7428f503 +DIST censys-2.2.17.gh.tar.gz 342363 BLAKE2B fe6e50177bd7defdfd3ac2cc8df594c1d93989a2cb4e1479ea83d8e59074562cd3c616962b405e5a3fa1e207440cbd80a2b6fd50406793da9e68c35504bff0ee SHA512 b667fc72ebbdb1016dd9d2b66d6112775864c2cbfde246a1ab23d67b1d3a928fa978402833f59b1df2747253393d7529dee005aa8e2542d8c5784f07be883ad7 diff --git a/dev-python/censys/censys-2.1.8.ebuild b/dev-python/censys/censys-2.1.8.ebuild deleted file mode 100644 index b57e6b3fd..000000000 --- a/dev-python/censys/censys-2.1.8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{11..13} ) - -inherit distutils-r1 - -DESCRIPTION="Python library for interacting with Censys Search Engine (censys.io)" -HOMEPAGE="https://github.com/censys/censys-python" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -RDEPEND="${PYTHON_DEPS} - >=dev-python/requests-2.26.0[${PYTHON_USEDEP}] - >=dev-python/backoff-2.0.1[${PYTHON_USEDEP}] - >=dev-python/rich-10.16.2[${PYTHON_USEDEP}] - dev-python/importlib-metadata[${PYTHON_USEDEP}] - " -DEPEND="${RDEPEND}" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/dev-python/censys/censys-2.2.17.ebuild b/dev-python/censys/censys-2.2.17.ebuild new file mode 100644 index 000000000..27f379423 --- /dev/null +++ b/dev-python/censys/censys-2.2.17.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{11..13} ) + +inherit distutils-r1 + +DESCRIPTION="Python library for interacting with Censys Search Engine (censys.io)" +HOMEPAGE="https://censys-python.readthedocs.io/" +SRC_URI="https://github.com/censys/censys-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +S="${WORKDIR}/${PN}-python-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 ~arm64 x86" + +RDEPEND=" + >=dev-python/argcomplete-2.0.0[${PYTHON_USEDEP}] + =dev-python/backoff-2.0.0[${PYTHON_USEDEP}] + =dev-python/requests-2.29.0[${PYTHON_USEDEP}] + >=dev-python/rich-10.16.2[${PYTHON_USEDEP}] + unknown@pentoo.ch Author Unknown + + censys/censys-python + censys +