summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-01 23:28:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-01 23:28:09 +0200
commit87c7cc3b950085dacd8ba7217b65a5830fb79fa2 (patch)
treede956e9130106bbcbce48738ce6fb537a9b105b1
parentvirtual/python-funcsigs: Remove package (diff)
downloadgentoo-87c7cc3b950085dacd8ba7217b65a5830fb79fa2.tar.gz
gentoo-87c7cc3b950085dacd8ba7217b65a5830fb79fa2.tar.bz2
gentoo-87c7cc3b950085dacd8ba7217b65a5830fb79fa2.zip
virtual/python-ipaddress: Remove package
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--profiles/package.deprecated1
-rw-r--r--virtual/python-ipaddress/metadata.xml8
-rw-r--r--virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild17
3 files changed, 0 insertions, 26 deletions
diff --git a/profiles/package.deprecated b/profiles/package.deprecated
index 65da8511fdc6..00412e558380 100644
--- a/profiles/package.deprecated
+++ b/profiles/package.deprecated
@@ -67,7 +67,6 @@ gnome-base/orbit
# if your package still needs to support Python 2 (or remove it
# for Python 3 only packages).
virtual/python-futures
-virtual/python-ipaddress
virtual/python-pathlib
virtual/python-singledispatch
virtual/python-typing
diff --git a/virtual/python-ipaddress/metadata.xml b/virtual/python-ipaddress/metadata.xml
deleted file mode 100644
index 7f4f33c6dbc9..000000000000
--- a/virtual/python-ipaddress/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
-</pkgmetadata>
diff --git a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild b/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild
deleted file mode 100644
index 40fb68429b88..000000000000
--- a/virtual/python-ipaddress/python-ipaddress-1.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for Python ipaddress module"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/ipaddress[${PYTHON_USEDEP}]' \
- python2_7 pypy)"