summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 18:16:06 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 00:18:45 +0100
commit506b89096bdb16f87e974a6edd9f2fe44eb93ac0 (patch)
tree28313fcf2b7bf0434a631c06bf37a77dd5502516 /dev-python/partd
parentdev-python/parsedatetime: Clean old up (diff)
downloadgentoo-506b89096bdb16f87e974a6edd9f2fe44eb93ac0.tar.gz
gentoo-506b89096bdb16f87e974a6edd9f2fe44eb93ac0.tar.bz2
gentoo-506b89096bdb16f87e974a6edd9f2fe44eb93ac0.zip
dev-python/partd: Clean old up
Diffstat (limited to 'dev-python/partd')
-rw-r--r--dev-python/partd/Manifest1
-rw-r--r--dev-python/partd/partd-0.3.7.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
index 6bfe24f9a28c..c2b944acc61d 100644
--- a/dev-python/partd/Manifest
+++ b/dev-python/partd/Manifest
@@ -1,3 +1,2 @@
DIST partd-0.3.2.tar.gz 17097 BLAKE2B 7ab5175f3df7a550d107d19d07f6a0810dbac8d393e66b25ac9f7f17b4f1f0f3209140e05798369d7e3178ca4556a05b356db399f23da5591f3829d6631cadad SHA512 7d48af79d6a42d7adbca85df1199d266ae115b4160fcaa9ba6a026b92ae813d9a37594dfab06f969a38799f13f23c80bbcd89be4ec4fdd8ad9f85718598707de
-DIST partd-0.3.7.tar.gz 17530 BLAKE2B 6bea21d036e8200af3d48573bcd7ec2186e664a1248ce0cf5c5ff5c8f682696c9424453c9c12473177c5ac2611bdff0ee93e7086a60336dbdc42c4c3f7733764 SHA512 84b6cb6af0607dace3bb20a38b4767ec75c92e903ba2cf1069e048d4c9cfba8bcf6d998767817a1310ece2570c2f0d60e5a42c80d38d603c656b74d00e6f0986
DIST partd-0.3.8.tar.gz 19171 BLAKE2B 1c96a3771ba8866ec1f8e8536909c433bc2cf914d0eee9ae01bd7d1255b44caed59b1dd71ff4f7c433c3429a86381757be1202dadd01cd65282687ddd0c1ad62 SHA512 3b7c642f7452a409eece356d2fe2e9430f6c5859b685c2ebe3d4cd8fbaa1c86e370174454f31b264ff8866ca9a9ab3bc0ca288f7ed123d8233ea3332f373d01d
diff --git a/dev-python/partd/partd-0.3.7.ebuild b/dev-python/partd/partd-0.3.7.ebuild
deleted file mode 100644
index 89c19a6550da..000000000000
--- a/dev-python/partd/partd-0.3.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Appendable key-value storage"
-HOMEPAGE="https://github.com/dask/partd/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc test"
-
-RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/blosc[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pandas[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/pyzmq[${PYTHON_USEDEP}]
- dev-python/toolz[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- py.test partd --verbose || die
-}