dev-python/shortuuid: remove last-rited package
authorVirgil Dupras <vdupras@gentoo.org>
Thu, 15 Nov 2018 00:59:56 +0000 (19:59 -0500)
committerVirgil Dupras <vdupras@gentoo.org>
Thu, 15 Nov 2018 00:59:56 +0000 (19:59 -0500)
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
dev-python/shortuuid/Manifest [deleted file]
dev-python/shortuuid/metadata.xml [deleted file]
dev-python/shortuuid/shortuuid-0.4.3.ebuild [deleted file]

diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest
deleted file mode 100644 (file)
index 68a070a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST shortuuid-0.4.3.tar.gz 6096 BLAKE2B f658bed1ba10b6a18508834e27c4a9a6a9d080c7a6c2a75413bb2b22a71b339ef66b73b8f99436c609b00ecdc1d38b691e2eba32b5c34ea83d4c8191275aa0f4 SHA512 409bcaaff421a392640e39a7d25d4eaa320826971dca9d13270b61f21c78f65c617c302b3f7db5d0a3400c8ed4380a3a8eda90d1e9ad13d0a3a7eca53440ea7e
diff --git a/dev-python/shortuuid/metadata.xml b/dev-python/shortuuid/metadata.xml
deleted file mode 100644 (file)
index 3c92e94..0000000
+++ /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-needed -->
-  <longdescription>A library that generates short, pretty, unambiguous unique IDs by using an extensive, case-sensitive alphabet and omitting similar-looking letters and numbers.</longdescription>
-  <upstream>
-    <remote-id type="pypi">shortuuid</remote-id>
-    <remote-id type="github">stochastic-technologies/shortuuid</remote-id>
-    <bugs-to>https://github.com/stochastic-technologies/shortuuid/issues</bugs-to>
-  </upstream>
-</pkgmetadata>
diff --git a/dev-python/shortuuid/shortuuid-0.4.3.ebuild b/dev-python/shortuuid/shortuuid-0.4.3.ebuild
deleted file mode 100644 (file)
index 96c28ac..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A generator library for concise, unambiguous and URL-safe UUIDs"
-HOMEPAGE="https://pypi.org/project/shortuuid/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-IUSE="test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-               test? ( dev-python/pep8[${PYTHON_USEDEP}] )"
-
-python_test() {
-       ${EPYTHON} ${PN}/tests.py || die "Tests failed with ${EPYTHON}"
-}