summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-29 11:06:22 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-29 11:06:22 +0100
commitcf098c2d491699666baeb756ef1de41baf122e74 (patch)
tree35a45d103f6a63641242670dc13b1ef50cf7a5bb /dev-python/botocore
parentdev-python/botocore: Remove outdated live ebuild (diff)
downloadgentoo-cf098c2d491699666baeb756ef1de41baf122e74.tar.gz
gentoo-cf098c2d491699666baeb756ef1de41baf122e74.tar.bz2
gentoo-cf098c2d491699666baeb756ef1de41baf122e74.zip
dev-python/botocore: Clean up after live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/botocore')
-rw-r--r--dev-python/botocore/botocore-1.34.29.ebuild17
1 files changed, 6 insertions, 11 deletions
diff --git a/dev-python/botocore/botocore-1.34.29.ebuild b/dev-python/botocore/botocore-1.34.29.ebuild
index dcd34e4e67de..c90392068414 100644
--- a/dev-python/botocore/botocore-1.34.29.ebuild
+++ b/dev-python/botocore/botocore-1.34.29.ebuild
@@ -13,19 +13,14 @@ HOMEPAGE="
https://github.com/boto/botocore/
https://pypi.org/project/botocore/
"
+SRC_URI="
+ https://github.com/boto/botocore/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
LICENSE="Apache-2.0"
SLOT="0"
-
-if [[ "${PV}" == "9999" ]]; then
- EGIT_REPO_URI="https://github.com/boto/botocore"
- inherit git-r3
-else
- SRC_URI="
- https://github.com/boto/botocore/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
- "
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-fi
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
dev-python/six[${PYTHON_USEDEP}]