diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:39:27 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-02-11 13:44:16 -0600 |
commit | 805432647ca10f8b26ed0741e80d352e0ef2a0af (patch) | |
tree | a0abe0ad96169eefd8a791a300866a47d2c7b0df /dev-python/bashate | |
parent | dev-python/bashate: 0.6.0 stable amd64/x86 (diff) | |
download | gentoo-805432647ca10f8b26ed0741e80d352e0ef2a0af.tar.gz gentoo-805432647ca10f8b26ed0741e80d352e0ef2a0af.tar.bz2 gentoo-805432647ca10f8b26ed0741e80d352e0ef2a0af.zip |
dev-python/bashate: cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/bashate')
-rw-r--r-- | dev-python/bashate/Manifest | 1 | ||||
-rw-r--r-- | dev-python/bashate/bashate-0.3.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/bashate/Manifest b/dev-python/bashate/Manifest index 17847e9b9554..d2e9a4bc9cbd 100644 --- a/dev-python/bashate/Manifest +++ b/dev-python/bashate/Manifest @@ -1,2 +1 @@ -DIST bashate-0.3.1.tar.gz 16016 BLAKE2B 72bcb6ef2c8dda48b40351f37971473b9c2137f3a727a355f1742f20355aee8a3898d4aaf61e0e6538b22adbe3ebd34bb30d67d0fb6b5f3535c9b46c1544ce5d SHA512 dfa3e8f98879169cef445cc9a788b4ed051630330e2270c721e472f080899d6742cd3deb571049ba6b943ada0fc77a70f5a7e4742a54d1ca6d5f075a92a00ffb DIST bashate-0.6.0.tar.gz 30980 BLAKE2B 5b210edaa44a0652a03f30a641a072dba1482e1ca3b42c6b7140a52349ddb271f0137373a4d2f364032c22c176d6caf14be2635038df8a4e86585773d17a1f97 SHA512 bb64d8de0143bf2662497b1571ce654f4ceeb7d1dea3f625705b609ab70ed3b4bca6266c4eba7c2e7d99a1520fb9566a4a4daefa34c9c16538537b446c1da255 diff --git a/dev-python/bashate/bashate-0.3.1.ebuild b/dev-python/bashate/bashate-0.3.1.ebuild deleted file mode 100644 index 7cd8b1c13dec..000000000000 --- a/dev-python/bashate/bashate-0.3.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) -DISTUTILS_IN_SOURCE_BUILD=TRUE - -# time -RESTRICT="test" - -inherit distutils-r1 - -DESCRIPTION="A pep8 equivalent for bash scripts" -HOMEPAGE="https://pypi.org/project/bashate/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}] - <dev-python/pbr-2.0[${PYTHON_USEDEP}] -" -RDEPEND=" - >=dev-python/Babel-0.9.6[${PYTHON_USEDEP}] -" - -python_install_all() { - distutils-r1_python_install_all -} |