From 29593225a7ace4b92617cf93e6e22ae43be4bb06 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Oct 2023 12:42:40 +0100 Subject: dev-python/{click,typer} : version bump --- dev-python/typer/Manifest | 2 +- dev-python/typer/typer-0.2.1-r4.ebuild | 29 ----------------------------- dev-python/typer/typer-0.9.0.ebuild | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 30 deletions(-) delete mode 100644 dev-python/typer/typer-0.2.1-r4.ebuild create mode 100644 dev-python/typer/typer-0.9.0.ebuild (limited to 'dev-python/typer') diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest index 6255151d..368490eb 100644 --- a/dev-python/typer/Manifest +++ b/dev-python/typer/Manifest @@ -1 +1 @@ -DIST typer-0.2.1.tar.gz 194810 BLAKE2B 953ec8a757e8d3ea63a0f385f87652e4b6736c8b48da3678ec36d4ae10b66773cb462144c06c2867a01f9faa9fb6de99c0db64ea07505c69471df9cb91de474c SHA512 7d0338c8ad78fe239f8835c70175b667fb6dc1da0c0a41925c947c8ec26ddecda502ede3915a28502dd94cc667f0f642f9e2a835c063d87d999688b3312198f6 +DIST typer-0.9.0.tar.gz 266744 BLAKE2B ebc405408bb3990c1a849291b5e59f0cbbccffbd44e0634c7dc33151ff33f58bb3fdfa768299a262d05fea4e62a955df4fe6815cc97b05b3711415b6136a1a75 SHA512 76a455b17278c1fcf97a1fef7b3186cb0edda1501f537b1c689fa8fc1cdae233fbf2b0bbbcf8b886e7d35d2f480343427ad3410274218dee8689890321f93b58 diff --git a/dev-python/typer/typer-0.2.1-r4.ebuild b/dev-python/typer/typer-0.2.1-r4.ebuild deleted file mode 100644 index e4c3e3f1..00000000 --- a/dev-python/typer/typer-0.2.1-r4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2016-2020 Redcore Linux Project -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Build great CLIs. Easy to code. Based on Python type hints" -HOMEPAGE="https://typer.tiangolo.com/" -SRC_URI="https://github.com/tiangolo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND=" -