diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-07 10:18:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-07 10:18:09 +0100 |
commit | 0caa058ad8079f3de23b4cabc5a98fbcad4e24b5 (patch) | |
tree | e693448cc065b9676f0dc1869bf9b18ec6075655 /dev-python/plumbum | |
parent | dev-python/livereload: Remove old (diff) | |
download | gentoo-0caa058ad8079f3de23b4cabc5a98fbcad4e24b5.tar.gz gentoo-0caa058ad8079f3de23b4cabc5a98fbcad4e24b5.tar.bz2 gentoo-0caa058ad8079f3de23b4cabc5a98fbcad4e24b5.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.8.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/dev-python/plumbum/Manifest b/dev-python/plumbum/Manifest index 5e7624fbab41..27ba1f2fe0b1 100644 --- a/dev-python/plumbum/Manifest +++ b/dev-python/plumbum/Manifest @@ -1,2 +1 @@ -DIST plumbum-1.6.8.tar.gz 309449 BLAKE2B 4112cb99852ebc7e4465ec54bf35a1352ff41a7ac084d3561d23f6da62fb1b25fa65a1f6f118564a677e6b6fde57b52f964a07fb71cae40b7d831ceb1505738e SHA512 2e834b6024ed1892eb91ede95f70641288a76911d58fcb24edaed59d3e54afa72e0533b4510896ecdd5077f70d4d60d9ceb06510c3e6d469afb1befae1961af1 DIST plumbum-1.6.9.tar.gz 311240 BLAKE2B e5f833a5c762f3e78e5f47649306c7c29e6276b3530ff45fc0c12cc4efd3bf89bad2b6b7f77e4b3e3a0a47671f9b607e667aba8f654c28c05be570e0a7491a07 SHA512 f165f4905ec34cfe072f61fb28b43021ca44c0c3cb1e505faa04332d15920d832bcf084782683c4950113e30a3fa29734846b3b6f31604e1a635c9c125e38ef1 diff --git a/dev-python/plumbum/plumbum-1.6.8.ebuild b/dev-python/plumbum/plumbum-1.6.8.ebuild deleted file mode 100644 index 538c1c7c7928..000000000000 --- a/dev-python/plumbum/plumbum-1.6.8.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-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 - -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="" |