summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-16 08:57:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-16 08:57:40 +0100
commit435a73d0ddb0e62b2a00a758d7da6d5f543fb0c1 (patch)
treea69b8300f437e71db77481edd7b0ce1f7ccfb4e6
parentdev-python/milk: Remove last-rited pkg (diff)
downloadgentoo-435a73d0ddb0e62b2a00a758d7da6d5f543fb0c1.tar.gz
gentoo-435a73d0ddb0e62b2a00a758d7da6d5f543fb0c1.tar.bz2
gentoo-435a73d0ddb0e62b2a00a758d7da6d5f543fb0c1.zip
dev-python/pyemf: Remove last-rited pkg
Closes: https://bugs.gentoo.org/705522 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pyemf/Manifest1
-rw-r--r--dev-python/pyemf/metadata.xml19
-rw-r--r--dev-python/pyemf/pyemf-2.0.0.ebuild24
-rw-r--r--profiles/package.mask5
4 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/pyemf/Manifest b/dev-python/pyemf/Manifest
deleted file mode 100644
index b03002ac8791..000000000000
--- a/dev-python/pyemf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyemf-2.0.0.tar.gz 194995 BLAKE2B 25416b65151ba2d8afee0f3a744a346df9831356a238ffe4a1b5e436147c9ee0f34ee6641904bebaabed02257203030c22d77c67064aa7ab2e4f034d0cce531d SHA512 013f96356d48db95f9f6f89167d99573e40d8c594b3f6e3183b50d784b653b508662e3b652f8a76dccabeb3933009a06d5786e156284520683d6b3747f2dec66
diff --git a/dev-python/pyemf/metadata.xml b/dev-python/pyemf/metadata.xml
deleted file mode 100644
index 2fc6142f5654..000000000000
--- a/dev-python/pyemf/metadata.xml
+++ /dev/null
@@ -1,19 +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>
- <longdescription lang="en">
- pyemf is a pure python module that provides a cross-platform ability
- to generate enhanced metafiles (.emf files), a vector graphics
- format defined by the ECMA-234 standard. Enhanced metafiles are a
- natively supported image and scalable clip-art format in the
- OpenOffice suite of tools and in Windows applications.
- </longdescription>
- <upstream>
- <remote-id type="pypi">pyemf</remote-id>
- <remote-id type="sourceforge">pyemf</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyemf/pyemf-2.0.0.ebuild b/dev-python/pyemf/pyemf-2.0.0.ebuild
deleted file mode 100644
index 3d45f79a144d..000000000000
--- a/dev-python/pyemf/pyemf-2.0.0.ebuild
+++ /dev/null
@@ -1,24 +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="Pure Python Enhanced Metafile Library"
-HOMEPAGE="http://pyemf.sf.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- || (
- dev-python/numpy-python2[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- )"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/profiles/package.mask b/profiles/package.mask
index 5cce8e76f353..d1be21142239 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -566,11 +566,6 @@ net-dns/validns
net-analyzer/pchar
# Michał Górny <mgorny@gentoo.org> (2020-01-16)
-# Python 2 only. Last release in 2006. No reverse dependencies.
-# Removal in 30 days. Bug #705522.
-dev-python/pyemf
-
-# Michał Górny <mgorny@gentoo.org> (2020-01-16)
# The new version loses Python 2 support but does not introduce any real
# changes. Let's mask it to reduce the noise, and hopefully try to get
# python2_7 out of default PYTHON_TARGETS first.