From f4c60c808590382c187af1b0ad17a7baa80e5808 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 18 Sep 2022 20:59:42 +0100 Subject: dev-python/typer: add 0.6.1, drop 0.4.1 --- dev-python/typer/Manifest | 2 +- dev-python/typer/typer-0.4.1.ebuild | 22 ---------------------- dev-python/typer/typer-0.6.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 dev-python/typer/typer-0.4.1.ebuild create mode 100644 dev-python/typer/typer-0.6.1.ebuild (limited to 'dev-python') diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest index b8ba9727..8e249679 100644 --- a/dev-python/typer/Manifest +++ b/dev-python/typer/Manifest @@ -1 +1 @@ -DIST 0.4.1.tar.gz 213320 BLAKE2B d65d9b806b108a779a53a8114660cf721a75a3c147ececdcfff6014596cc9ce7ea115eb65de09f8a253ee63efd75e666a25c347d5b1da4d91a960bfa068578c7 SHA512 1bf3b4ffaa9d92cc955e3e5480f34732da1c13778b6047f38e98f5460c7d85a8ebbfefe3ac0b0fefa46e4c37f0dbac50ce5e6670b70c7c2f94818c6bd815b210 +DIST typer-0.6.1.tar.gz 241656 BLAKE2B 07b6f8b754dd0287a1b47737651287a71e496b8b3c765d39cc9c00c81bd85cb1dd68a38d3850f9cf7020fd0ed97088fd20cd009d95a90c7615286fc63b77d3da SHA512 bb43c0d8a3e1ae8e723f60d1309590c1c55b7c491e9f7437d73219b8cc704d11b124282c444799f74717b15b56e0ccdb7fed748c43ce7a6203412e44c45ac583 diff --git a/dev-python/typer/typer-0.4.1.ebuild b/dev-python/typer/typer-0.4.1.ebuild deleted file mode 100644 index 3602b899..00000000 --- a/dev-python/typer/typer-0.4.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_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python{3_8,3_9,3_10} ) -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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -distutils_enable_tests pytest diff --git a/dev-python/typer/typer-0.6.1.ebuild b/dev-python/typer/typer-0.6.1.ebuild new file mode 100644 index 00000000..da9b794f --- /dev/null +++ b/dev-python/typer/typer-0.6.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8..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 -- cgit v1.2.3