summaryrefslogtreecommitdiff
path: root/virtual/python-ipaddress
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /virtual/python-ipaddress
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'virtual/python-ipaddress')
-rw-r--r--virtual/python-ipaddress/Manifest2
-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, 27 deletions
diff --git a/virtual/python-ipaddress/Manifest b/virtual/python-ipaddress/Manifest
deleted file mode 100644
index 97c6c1d8c619..000000000000
--- a/virtual/python-ipaddress/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD python-ipaddress-1.0-r1.ebuild 589 BLAKE2B 4861059b1b853a4c30632424b5a278de5990f20ae5e75bf6b7dee2d795ddd39f740bf3d7ce8a3114b2815a2683bfa2222ead7f66cbc3e26e02db81a442461b9d SHA512 36b53d820fe90853c0ef637ab9f8d2fbba86de5fe6e7626e1954600ba464cf13d592aafc2c6fe93a5ac6c7290626e4e9a31f90997863b4a5123341287cc00388
-MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59
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)"