summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-08-19 10:47:58 +0200
committerMichał Górny <mgorny@gentoo.org>2018-08-19 10:56:16 +0200
commit82fdf6ec4d92196a2d1e7ab8e4cf776d16962497 (patch)
tree7b2fe8f96cfdf8f7caea8914aa8f6009dc262222 /dev-python/jaraco-utils
parentdev-util/kdevelop: Fix USE reviewboard (diff)
downloadgentoo-82fdf6ec4d92196a2d1e7ab8e4cf776d16962497.tar.gz
gentoo-82fdf6ec4d92196a2d1e7ab8e4cf776d16962497.tar.bz2
gentoo-82fdf6ec4d92196a2d1e7ab8e4cf776d16962497.zip
dev-python/jaraco-utils: Remove last-rited pkg
Closes: https://bugs.gentoo.org/582728
Diffstat (limited to 'dev-python/jaraco-utils')
-rw-r--r--dev-python/jaraco-utils/Manifest1
-rw-r--r--dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild33
-rw-r--r--dev-python/jaraco-utils/metadata.xml11
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/jaraco-utils/Manifest b/dev-python/jaraco-utils/Manifest
deleted file mode 100644
index f3b087ee170e..000000000000
--- a/dev-python/jaraco-utils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jaraco.util-10.0.2.zip 83375 BLAKE2B 5e3d7782ce1453fb7b7520b6ac715857c71a9a1922afc69bb9cfcffd2b453d71bf0c17c953625de76e27b1b47f90fd9aae2912fa5ab7e0dcc8b88a07272ee408 SHA512 9522d0923db0637b605a11014104fbf6d86fc014fa1d065610df0cf8fe18dc5f962c8f4e4a3822c9223b434fbd252a99ac1949e52f7c9774642244f7a25e12e1
diff --git a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild b/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
deleted file mode 100644
index b8e5e6213587..000000000000
--- a/dev-python/jaraco-utils/jaraco-utils-10.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-MY_PN="jaraco.util"
-DESCRIPTION="General utility modules that supply commonly-used functionality"
-HOMEPAGE="https://pypi.org/project/jaraco.util/"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.zip"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-# The binary calc-prorate is now part of tempora
-DEPEND="!!dev-python/tempora[${PYTHON_USEDEP}]
- dev-python/hgtools[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/more-itertools[${PYTHON_USEDEP}]
- test? ( dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}] )
- "
-RDEPEND=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_test() {
- py.test tests || die "Tests failed under ${EPYTHON}"
-}
diff --git a/dev-python/jaraco-utils/metadata.xml b/dev-python/jaraco-utils/metadata.xml
deleted file mode 100644
index 996855360b40..000000000000
--- a/dev-python/jaraco-utils/metadata.xml
+++ /dev/null
@@ -1,11 +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">jaraco.utils</remote-id>
- </upstream>
-</pkgmetadata>