From 949b969c917e2efd0d827b998d8e3bd90a604958 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 5 Mar 2024 21:08:39 +0000 Subject: dev-python/typer: add 0.9.0, drop 0.6.1 --- dev-python/typer/Manifest | 2 +- dev-python/typer/typer-0.6.1.ebuild | 22 ---------------------- dev-python/typer/typer-0.9.0.ebuild | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 23 deletions(-) delete mode 100644 dev-python/typer/typer-0.6.1.ebuild create mode 100644 dev-python/typer/typer-0.9.0.ebuild (limited to 'dev-python') diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest index 8e249679..368490eb 100644 --- a/dev-python/typer/Manifest +++ b/dev-python/typer/Manifest @@ -1 +1 @@ -DIST typer-0.6.1.tar.gz 241656 BLAKE2B 07b6f8b754dd0287a1b47737651287a71e496b8b3c765d39cc9c00c81bd85cb1dd68a38d3850f9cf7020fd0ed97088fd20cd009d95a90c7615286fc63b77d3da SHA512 bb43c0d8a3e1ae8e723f60d1309590c1c55b7c491e9f7437d73219b8cc704d11b124282c444799f74717b15b56e0ccdb7fed748c43ce7a6203412e44c45ac583 +DIST typer-0.9.0.tar.gz 266744 BLAKE2B ebc405408bb3990c1a849291b5e59f0cbbccffbd44e0634c7dc33151ff33f58bb3fdfa768299a262d05fea4e62a955df4fe6815cc97b05b3711415b6136a1a75 SHA512 76a455b17278c1fcf97a1fef7b3186cb0edda1501f537b1c689fa8fc1cdae233fbf2b0bbbcf8b886e7d35d2f480343427ad3410274218dee8689890321f93b58 diff --git a/dev-python/typer/typer-0.6.1.ebuild b/dev-python/typer/typer-0.6.1.ebuild deleted file mode 100644 index 6436345c..00000000 --- a/dev-python/typer/typer-0.6.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Typer, build great CLIs. Easy to code. Based on Python type hints" -HOMEPAGE="https://github.com/tiangolo/typer" -SRC_URI="https://github.com/tiangolo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -distutils_enable_tests pytest diff --git a/dev-python/typer/typer-0.9.0.ebuild b/dev-python/typer/typer-0.9.0.ebuild new file mode 100644 index 00000000..aa8e8581 --- /dev/null +++ b/dev-python/typer/typer-0.9.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..12} ) +DISTUTILS_USE_PEP517=flit +inherit distutils-r1 + +DESCRIPTION="Typer, build great CLIs. Easy to code. Based on Python type hints" +HOMEPAGE="https://github.com/tiangolo/typer" +SRC_URI="https://github.com/tiangolo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest -- cgit v1.2.3