diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-18 08:50:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-18 09:05:39 +0200 |
commit | d12c42a45f884f32e4b58db707ca0869ee15ae41 (patch) | |
tree | d3483b3bf6b9ab3186812ef940f8c4204d9ff30e /dev-python/plumbum | |
parent | dev-python/jupyter_console: Remove old (diff) | |
download | gentoo-d12c42a45f884f32e4b58db707ca0869ee15ae41.tar.gz gentoo-d12c42a45f884f32e4b58db707ca0869ee15ae41.tar.bz2 gentoo-d12c42a45f884f32e4b58db707ca0869ee15ae41.zip |
dev-python/plumbum: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/plumbum')
-rw-r--r-- | dev-python/plumbum/Manifest | 1 | ||||
-rw-r--r-- | dev-python/plumbum/plumbum-1.6.9.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/plumbum/Manifest b/dev-python/plumbum/Manifest index 395726bc28ac..4ce5a7bd1750 100644 --- a/dev-python/plumbum/Manifest +++ b/dev-python/plumbum/Manifest @@ -1,2 +1 @@ -DIST plumbum-1.6.9.tar.gz 311240 BLAKE2B e5f833a5c762f3e78e5f47649306c7c29e6276b3530ff45fc0c12cc4efd3bf89bad2b6b7f77e4b3e3a0a47671f9b607e667aba8f654c28c05be570e0a7491a07 SHA512 f165f4905ec34cfe072f61fb28b43021ca44c0c3cb1e505faa04332d15920d832bcf084782683c4950113e30a3fa29734846b3b6f31604e1a635c9c125e38ef1 DIST plumbum-1.7.0.tar.gz 318890 BLAKE2B 19ae8a37dff38ac3d263d9400e44ac174c46ff8cef92cf45b9ea31d6d344543fba66de3fd0fcd15acc205af5939f11be6c56e6cd9ca39a666f92f18dcd29b9f7 SHA512 0a12891278c12bb98b8bbb825448375240ee347eb3ca166b9cbb4da3e083979d947a7bf0a843fd9a0b7c9a13d09f24e988ee877f29420a3f29f40e387eec8826 diff --git a/dev-python/plumbum/plumbum-1.6.9.ebuild b/dev-python/plumbum/plumbum-1.6.9.ebuild deleted file mode 100644 index e22ef42249e0..000000000000 --- a/dev-python/plumbum/plumbum-1.6.9.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="A library for shell script-like programs in python" -HOMEPAGE="https://plumbum.readthedocs.io/en/latest/ https://github.com/tomerfiliba/plumbum" -SRC_URI="https://github.com/tomerfiliba/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" |