dev-python/pygal: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 22:10:34 +0000 (23:10 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 5 Jan 2018 23:19:11 +0000 (00:19 +0100)
dev-python/pygal/Manifest
dev-python/pygal/pygal-2.0.1.ebuild [deleted file]

index 22d2b79e8437610541e3aca67b635afe62457c9c..3a2d1f86e083a020145bc891ca3bd8d22331ee08 100644 (file)
@@ -1,2 +1 @@
-DIST pygal-2.0.1.tar.gz 66763 BLAKE2B 3a856f9b375d172b3f67f43d28a1c51b642589b98056c8c799197f175a103847d5c4f2c39f118ecdd7f81846f4466b60df09b788186014c2e7293278d6206bfd SHA512 a8d34f108cd9116594ed63cb64bf047510e546aac7e42f63e05dfac0c9e7768900f76f70f2555cf9c46bd0fbdcf6e27cc40ab1aaf8a62093d344a096929a5326
 DIST pygal-2.1.1.tar.gz 69757 BLAKE2B d79e65c374e9d191a8e6671fd3bebfee4680c46b54ae141db74d67a08696e8bfa9ef88dcbb07ebf9e267fa5a7024b97a0c9f91f056753caf169e0518a6f49786 SHA512 79851bd6278a3a71f067ea11f273fcd0755ac0ab2ba51266b161fff1f3b49d690bc2a1b3432255da4f3cd5b9cfcff570d713d0bbfaf6f2dfe5b6f922989c72bd
diff --git a/dev-python/pygal/pygal-2.0.1.ebuild b/dev-python/pygal/pygal-2.0.1.ebuild
deleted file mode 100644 (file)
index 3692c43..0000000
+++ /dev/null
@@ -1,18 +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} )
-inherit distutils-r1
-
-DESCRIPTION="A python SVG charts generator"
-HOMEPAGE="http://pygal.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/lxml[${PYTHON_USEDEP}]
-       media-gfx/cairosvg[${PYTHON_USEDEP}]"