diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 11:04:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 11:47:55 +0200 |
commit | 66174215f1361b5ad1868e39097d0d85845f87ca (patch) | |
tree | 47b352e496467b4d7c560271c300990aca5e4620 /dev-python/squaremap | |
parent | dev-python/websocket-client: Clean old versions up (diff) | |
download | gentoo-66174215f1361b5ad1868e39097d0d85845f87ca.tar.gz gentoo-66174215f1361b5ad1868e39097d0d85845f87ca.tar.bz2 gentoo-66174215f1361b5ad1868e39097d0d85845f87ca.zip |
dev-python/squaremap: Clean old versions up
Diffstat (limited to 'dev-python/squaremap')
-rw-r--r-- | dev-python/squaremap/Manifest | 1 | ||||
-rw-r--r-- | dev-python/squaremap/squaremap-1.0.3.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/squaremap/Manifest b/dev-python/squaremap/Manifest index 4127c6a81fe8..bdb4761d37ca 100644 --- a/dev-python/squaremap/Manifest +++ b/dev-python/squaremap/Manifest @@ -1,2 +1 @@ -DIST SquareMap-1.0.3.tar.gz 7433 SHA256 d56f4d6db4b49a03d66dcdc844507684eacb9f9a5a4b7874753808a158bd82a8 SHA512 a106bb61d5e8b54691b6ea80fc7d3e202346f6ea0a0323a8f3bae3accd9b6fe4f280e2dc4c9ce5b5333c0c0c32f295f3021ed240fa540d4669dd83e31a7dbf48 WHIRLPOOL 266f4eec61c9b83b2c262d3dcdcde0bfb9c4c2805c326c5ab6c21cefee61968f98d16595d3fe64dcaeb208af5bdba1fc2d246fce4ebb6deb46f7c2f9d8c9bc9d DIST SquareMap-1.0.4.tar.gz 7439 SHA256 feab6cb3b222993df68440e34825d8a16de2c74fdb290ae3974c86b1d5f3eef8 SHA512 d01e61697571360b58e762787237bb8533b3de238f26323380a8b0b90d72d2f00e2a43e7f6742fbbb3483573493b0d83568e0651cbf9bdd463b911d09bf27e76 WHIRLPOOL 482682b6aff35cbe3c3605266f9b08ba5f4e6fdf8bf41a31843d04a5b280976e8144e61f1e23ce6aa376af9b14658f687e7b89bec77414aed3817a9a53b2a0f5 diff --git a/dev-python/squaremap/squaremap-1.0.3.ebuild b/dev-python/squaremap/squaremap-1.0.3.ebuild deleted file mode 100644 index 896797213011..000000000000 --- a/dev-python/squaremap/squaremap-1.0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -MY_PN="SquareMap" -MY_P="${MY_PN}-${PV/_beta/b}" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Hierarchic data-visualisation control for wxPython" -HOMEPAGE="https://pypi.python.org/pypi/SquareMap" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - <dev-python/wxpython-3" - -S="${WORKDIR}"/${MY_P} |