summaryrefslogtreecommitdiff
path: root/virtual/python-enum34
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-enum34
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'virtual/python-enum34')
-rw-r--r--virtual/python-enum34/Manifest2
-rw-r--r--virtual/python-enum34/metadata.xml8
-rw-r--r--virtual/python-enum34/python-enum34-2.ebuild17
3 files changed, 0 insertions, 27 deletions
diff --git a/virtual/python-enum34/Manifest b/virtual/python-enum34/Manifest
deleted file mode 100644
index 823df6cf5b1b..000000000000
--- a/virtual/python-enum34/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD python-enum34-2.ebuild 539 BLAKE2B 76967c1f1a8cc9ace82d0f7a3170fa1bc36b830a6d8d8089fe9c73456768e2d1c62721e39c1f3df92c987d206dba998ad70eeb050f0a78f1ab5a45f2fe1325e6 SHA512 429152f17b6a3386056e33806ed397c2692c16deb5f0e735bcc05cb33e795f7675a3d2fd75923640d678599a942b890c8159e04ccb81bc39601b615e3c305b47
-MISC metadata.xml 240 BLAKE2B 41e6a4d9da33dab2decc5ff419924f382a8f64d27a81fdb97576db8c6cf125be95911747946ec8be1b453f56617fef1084f5947f84b50a8db419d46df2ae8a0f SHA512 9c23321eaa853f851bf00195ea64ac2ba093e516f9b57855ee5aa58fbb1988130c9f0c17c2a9ce9fae4ee033e0a28a70c868e0f5acdfa1dd316ab533c5279d59
diff --git a/virtual/python-enum34/metadata.xml b/virtual/python-enum34/metadata.xml
deleted file mode 100644
index 7f4f33c6dbc9..000000000000
--- a/virtual/python-enum34/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-enum34/python-enum34-2.ebuild b/virtual/python-enum34/python-enum34-2.ebuild
deleted file mode 100644
index 5bccfad4b48f..000000000000
--- a/virtual/python-enum34/python-enum34-2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit python-r1
-
-DESCRIPTION="A virtual for Python enum34 module"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' \
- 'python2*' pypy)"