commit: 06b9026bdea1ad86bc83daec5531a0a67fe80a7f
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 3 09:09:29 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 3 09:10:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b9026b
dev-python/shortuuid: remove 0.4.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/shortuuid/Manifest | 1 -
dev-python/shortuuid/shortuuid-0.4.2.ebuild | 20 --------------------
2 files changed, 21 deletions(-)
diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest
index 54ec34e0fbd..68a070a2fb8 100644
--- a/dev-python/shortuuid/Manifest
+++ b/dev-python/shortuuid/Manifest
@@ -1,2 +1 @@
-DIST shortuuid-0.4.2.tar.gz 5367 BLAKE2B
21794b80377cf899c1e792d1252f9a94c200d6d0a65b837ef0284ef9c08c5e4d54ad4d3cc1ecfbcc6538521eb1ce15d5d50e2d91056afd942616db2e3cb7d07e
SHA512
c60122bffdf458fb6aaf8ff4883d15f121ce8e5c0b24b99609171cc7bb103a1dbbf876b39e84129b50cc6ebfc1310740ffe684f7dfd93c750d0ff55d483273a3
DIST shortuuid-0.4.3.tar.gz 6096 BLAKE2B
f658bed1ba10b6a18508834e27c4a9a6a9d080c7a6c2a75413bb2b22a71b339ef66b73b8f99436c609b00ecdc1d38b691e2eba32b5c34ea83d4c8191275aa0f4
SHA512
409bcaaff421a392640e39a7d25d4eaa320826971dca9d13270b61f21c78f65c617c302b3f7db5d0a3400c8ed4380a3a8eda90d1e9ad13d0a3a7eca53440ea7e
diff --git a/dev-python/shortuuid/shortuuid-0.4.2.ebuild
b/dev-python/shortuuid/shortuuid-0.4.2.ebuild
deleted file mode 100644
index ab63380795d..00000000000
--- a/dev-python/shortuuid/shortuuid-0.4.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator library for concise, unambiguous and URL-safe UUIDs"
-HOMEPAGE="https://pypi.python.org/pypi/shortuuid"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"