summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-02-28 10:26:50 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-02-28 10:26:50 +0300
commitb4185f9dfee9a296fd449527bc9e2a0639e6ad53 (patch)
tree1730fc577aa5b8ba58362db0420d81ff0b849b14 /dev-python/pyutil
parentdev-util/buildbot-slave: remove last-rited package (diff)
downloadgentoo-b4185f9dfee9a296fd449527bc9e2a0639e6ad53.tar.gz
gentoo-b4185f9dfee9a296fd449527bc9e2a0639e6ad53.tar.bz2
gentoo-b4185f9dfee9a296fd449527bc9e2a0639e6ad53.zip
dev-python: remove last-rited packages
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python/pyutil')
-rw-r--r--dev-python/pyutil/Manifest1
-rw-r--r--dev-python/pyutil/metadata.xml22
-rw-r--r--dev-python/pyutil/pyutil-2.0.0-r1.ebuild27
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pyutil/Manifest b/dev-python/pyutil/Manifest
deleted file mode 100644
index 994798d8e327..000000000000
--- a/dev-python/pyutil/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyutil-2.0.0.tar.gz 125079 BLAKE2B cac7ce94671dbb2b4070aac76da2d9f8b3a48640a2422e8f9fd0dbd6a61eee43636b9b8a003ee3c528ffa7e866baf0254c4a2369ba8038c63aa072e2df9556ac SHA512 3704c028fdc3894ae635dabd2bace1af1e805f4158dc6d67eac0c38fa8e7959cd093ad39cb2f539e59dd74e957947464cc8c7aed727835e127311062ed27e60b
diff --git a/dev-python/pyutil/metadata.xml b/dev-python/pyutil/metadata.xml
deleted file mode 100644
index 5d4021ab5e7d..000000000000
--- a/dev-python/pyutil/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- pyutil -- a library of useful Python functions and classes
- ==========================================================
-
- Many of these utilities (or their ancestors) were developed for
- the Mojo
- Nation, Mnet, Allmydata.com "Mountain View", Tahoe-LAFS, or
- SimpleGeo's
- products. (In the case where the code was developed for a
- for-profit
- company, the copyright holder donated the pyutil code to the
- public under
- these open source licences.)
- </longdescription>
- <upstream>
- <remote-id type="pypi">pyutil</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyutil/pyutil-2.0.0-r1.ebuild b/dev-python/pyutil/pyutil-2.0.0-r1.ebuild
deleted file mode 100644
index 1e1608682b1b..000000000000
--- a/dev-python/pyutil/pyutil-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="A collection of utilities for Python programmers"
-HOMEPAGE="https://tahoe-lafs.org/trac/pyutil https://pypi.org/project/pyutil/"
-SRC_URI="mirror://pypi/p/pyutil/pyutil-${PV}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-python/simplejson[${PYTHON_USEDEP}]
- || ( dev-python/twisted[${PYTHON_USEDEP}] dev-python/twisted-core[${PYTHON_USEDEP}] )
-"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-src_install() {
- distutils-r1_src_install
- rm -rf "${ED}"/usr/share/doc/${PN}
-}