summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-11 19:27:26 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-11 19:33:14 +0200
commitc04c301a2e365edb2e59bea4c0e03066d2f9c38f (patch)
treefba8188af0bdb4e095a0d7bc0415b51a33985fc9 /dev-python/pebble
parentdev-python/numpy: Remove old (diff)
downloadgentoo-c04c301a2e365edb2e59bea4c0e03066d2f9c38f.tar.gz
gentoo-c04c301a2e365edb2e59bea4c0e03066d2f9c38f.tar.bz2
gentoo-c04c301a2e365edb2e59bea4c0e03066d2f9c38f.zip
dev-python/pebble: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pebble')
-rw-r--r--dev-python/pebble/Manifest1
-rw-r--r--dev-python/pebble/pebble-4.5.1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest
index 6ec605c5ee07..30852a8b37d5 100644
--- a/dev-python/pebble/Manifest
+++ b/dev-python/pebble/Manifest
@@ -1,2 +1 @@
-DIST Pebble-4.5.1.tar.gz 23693 BLAKE2B b9302bf12baf0b4e3b93387af86b945db504e94349664b1f1b98c15637e95729d971a2883d0f67bc3e80cd56a6471e4214425610ef50558258d99e68061ed6bf SHA512 5d33df8dbd779665ebdd23f92e1bdebb0ba48c4c1ff7a7ce4f42c996ad4fc7b15847fb86ca2e7c6c27cb53edb8bfddbfdacc6693c1f0e6bc1912be8f3255cd84
DIST Pebble-4.5.2.tar.gz 23719 BLAKE2B 62db1c273ca0d27ecd16a7dc2508d288ff95ed7f0f123d58e345fcf1d48eb17fd829f963be53e63b377c765548769654d695322e7ee8c8a13369b0e74eba0eb8 SHA512 83391dc29c98615e1308dff9e4619471c7407c2981421b00e77155042d41f4a19c819c2ba32103929333d71621be47fa2eb5fd9f36ae7580379789b2c870e59b
diff --git a/dev-python/pebble/pebble-4.5.1.ebuild b/dev-python/pebble/pebble-4.5.1.ebuild
deleted file mode 100644
index 23b80b0f697b..000000000000
--- a/dev-python/pebble/pebble-4.5.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-MY_P=${P^}
-DESCRIPTION="Threading and multiprocessing eye-candy"
-HOMEPAGE="
- https://pypi.org/project/Pebble/
- https://pebble.readthedocs.io/
- https://github.com/noxdafox/pebble"
-SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${P^}
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest