[dev-python/tinyurl] Drop python2 only atom

This commit is contained in:
Joost Ruis
2020-06-16 21:05:16 +02:00
parent 45e6bdd3db
commit 39b910fa1e
3 changed files with 0 additions and 35 deletions
-1
View File
@@ -1 +0,0 @@
DIST TinyUrl-0.1.0.tar.bz2 23465 SHA256 34278c31c2a32a5e5b858ba3a5af275445007e046f519c0f3a4b61c2bfd2dccb SHA512 3198a02a74329c90b6daec4ab6fc1e117d67220d165c2b4c02f28b9c04c5ddb8284a87c5c9e1996b3f4b768a36fb7a253620458ed750e468f42748ca03a0d5ed WHIRLPOOL 9633fa27283def7a61b90c2dd596fefb4be653a32d2abbbb87834f9ca0494c56ea4770de9b548a93716088b6f2803c30efd1ed511dd1900e9b351daaa1973db8
-10
View File
@@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lxnay@gentoo.org</email>
</maintainer>
<maintainer type="person">
<email>skullbocks@sabayon.org</email>
</maintainer>
</pkgmetadata>
-24
View File
@@ -1,24 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
MY_PN=TinyUrl
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Super tiny library and command-line interface to tinyurl.com"
HOMEPAGE="https://pypi.python.org/pypi/TinyUrl"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"