commit: 69d8a96bcf957bc2b602876197e09f30e42f6b44 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Jul 31 18:28:25 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Jul 31 18:37:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d8a96b
dev-python/geoip-python: treeclean Closes: https://bugs.gentoo.org/855737 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/geoip-python/Manifest | 1 - .../geoip-python/geoip-python-1.3.2-r1.ebuild | 36 ---------------------- dev-python/geoip-python/metadata.xml | 12 -------- profiles/package.mask | 7 ----- 4 files changed, 56 deletions(-) diff --git a/dev-python/geoip-python/Manifest b/dev-python/geoip-python/Manifest deleted file mode 100644 index 661de1570e6e..000000000000 --- a/dev-python/geoip-python/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST geoip-api-python-1.3.2.tar.gz 35674 BLAKE2B c6c4469164347c8c1a8a5231be25370e806768d7f155832cf759469320d8adbd5efcd002d14d1d95522e8bcb4db12668b28b437b45af669bb336024662908498 SHA512 284209a6894d55ef95844c5c4c7aafff99ebcb13996e5ff64a0c31b38677e13c11d51fd8b0250d0fa097f15805c27b572d5aa12c2b217a839afe3cdd0851c414 diff --git a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild b/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild deleted file mode 100644 index e1d5af985e43..000000000000 --- a/dev-python/geoip-python/geoip-python-1.3.2-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -MY_PN="geoip-api-python" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Python bindings for GeoIP" -HOMEPAGE="https://github.com/maxmind/geoip-api-python" -SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc x86" -IUSE="examples" - -RDEPEND=">=dev-libs/geoip-1.4.8" -DEPEND="${RDEPEND}" - -DOCS=( README.rst ChangeLog.md ) - -distutils_enable_tests nose - -python_install_all() { - if use examples; then - dodoc -r examples - docompress -x /usr/share/doc/${PF}/examples - fi - distutils-r1_python_install_all -} diff --git a/dev-python/geoip-python/metadata.xml b/dev-python/geoip-python/metadata.xml deleted file mode 100644 index 93a536da30e0..000000000000 --- a/dev-python/geoip-python/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">maxmind/geoip-api-python</remote-id> - <remote-id type="pypi">GeoIP</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index c8460794d2be..270fef2f6d1c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -507,13 +507,6 @@ net-wireless/kismetdb # Removal on 2022-08-02. app-vim/pyclewn -# Michał Górny <[email protected]> (2022-07-02) -# Last release in 2014. Archived upstream, and superseded by GeoIP2 -# (not packaged). There is only one revdep (net-p2p/deluge) for which -# it is optional. -# Removal on 2022-08-01. Bug #855737. -dev-python/geoip-python - # Fabian Groffen <[email protected]> (2022-07-02) # Segfaults handling SPF validations (warn on permerror), like the # previous release, better not to trust your important mail to
