diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-25 00:46:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-25 00:46:55 +0000 |
| commit | acf2e4823ee26f5dac1c8642c450bdfa8054aac1 (patch) | |
| tree | 5881e2fd60860bbc3fbb2bbc5a92b4650d913c31 /dev-python/bashate | |
| parent | f45c7febb0b5db5fb4d9d8d3ea88eed7986f3eb6 (diff) | |
| download | baldeagleos-repo-acf2e4823ee26f5dac1c8642c450bdfa8054aac1.tar.gz baldeagleos-repo-acf2e4823ee26f5dac1c8642c450bdfa8054aac1.tar.xz baldeagleos-repo-acf2e4823ee26f5dac1c8642c450bdfa8054aac1.zip | |
Adding metadata
Diffstat (limited to 'dev-python/bashate')
| -rw-r--r-- | dev-python/bashate/bashate-2.1.0-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/bashate/bashate-2.1.0.ebuild | 25 |
2 files changed, 1 insertions, 26 deletions
diff --git a/dev-python/bashate/bashate-2.1.0-r1.ebuild b/dev-python/bashate/bashate-2.1.0-r1.ebuild index 9ee93069c042..f6d756835ca4 100644 --- a/dev-python/bashate/bashate-2.1.0-r1.ebuild +++ b/dev-python/bashate/bashate-2.1.0-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" BDEPEND=" >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] diff --git a/dev-python/bashate/bashate-2.1.0.ebuild b/dev-python/bashate/bashate-2.1.0.ebuild deleted file mode 100644 index 2392121a794b..000000000000 --- a/dev-python/bashate/bashate-2.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) -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" - -BDEPEND=" - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - test? ( - dev-python/fixtures[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest |
