summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-20 17:46:29 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-20 17:52:21 +0200
commit3e359f57f694050d3778f3b26a29fd8df128e73f (patch)
tree339e8bae3f6d4150b34a49b5e5b6d7690e32bc70 /dev-python
parent5efe36ba88598465a51db265e5b5f3838becc0a8 (diff)
downloadgentoo-3e359f57f694050d3778f3b26a29fd8df128e73f.tar.gz
gentoo-3e359f57f694050d3778f3b26a29fd8df128e73f.tar.bz2
gentoo-3e359f57f694050d3778f3b26a29fd8df128e73f.zip
dev-python/enum34: Remove last-rited pkg
Closes: https://bugs.gentoo.org/743724 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/enum34/Manifest1
-rw-r--r--dev-python/enum34/enum34-1.1.6-r1.ebuild29
-rw-r--r--dev-python/enum34/metadata.xml12
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/enum34/Manifest b/dev-python/enum34/Manifest
deleted file mode 100644
index 152bf25af8c8..000000000000
--- a/dev-python/enum34/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST enum34-1.1.6.tar.gz 40048 BLAKE2B 3960e78f27f3ebf70e9aac5c4ced87d974cc61e5d9afe5d787188e3e877eece18153036035187e4d7ad63bf2a54c1c393f0f46f5ef7bcc9b67658b4ea441bb7b SHA512 51652525adc37bd1af1d81933f965dba9c508838d9f759c80ca1392991515a29c2c0263264a4e175b37a6ba11dca68c354774e448b19ef1bdba96be5474d93ec
diff --git a/dev-python/enum34/enum34-1.1.6-r1.ebuild b/dev-python/enum34/enum34-1.1.6-r1.ebuild
deleted file mode 100644
index e1f60607c57f..000000000000
--- a/dev-python/enum34/enum34-1.1.6-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python 3.4 Enum backported"
-HOMEPAGE="https://pypi.org/project/enum34/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-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 ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- "${PYTHON}" enum/test.py || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local DOCS=( enum/doc/. enum/README )
-
- distutils-r1_python_install_all
-}
diff --git a/dev-python/enum34/metadata.xml b/dev-python/enum34/metadata.xml
deleted file mode 100644
index a8225a5e2a8e..000000000000
--- a/dev-python/enum34/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- <upstream>
- <remote-id type="pypi">enum34</remote-id>
- <remote-id type="cpe">cpe:/a:python:enum34</remote-id>
- </upstream>
-</pkgmetadata>