From 6f0204c007c2d035686e30372ce90dd88b87c02d Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Tue, 14 Jun 2022 21:35:12 +0100 Subject: dev-python/typer: version bump Package-Manager: Portage-3.0.30, Repoman-3.0.3 --- dev-python/typer/Manifest | 2 +- dev-python/typer/typer-0.4.0.ebuild | 22 ---------------------- dev-python/typer/typer-0.4.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 dev-python/typer/typer-0.4.0.ebuild create mode 100644 dev-python/typer/typer-0.4.1.ebuild (limited to 'dev-python') diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest index c47826eb..b8ba9727 100644 --- a/dev-python/typer/Manifest +++ b/dev-python/typer/Manifest @@ -1 +1 @@ -DIST 0.4.0.tar.gz 211073 BLAKE2B b8e51df9f87f2c9181ab10b90ff5b79434823029ba09c72c0cd79e0b219f185e51f60a5bf5dd05be6f04c08bc6aea7ed216c8cd6763ff394d8a32ceeb6c587c7 SHA512 2d8a33c94ea3a67f71ee02be37c2e80e1a976e8268d5e57f462ab0364762fa2ef400c92fc69013d39298d6c918c2b2d9356c33a2c454c9b51d598359dbf74d70 +DIST 0.4.1.tar.gz 213320 BLAKE2B d65d9b806b108a779a53a8114660cf721a75a3c147ececdcfff6014596cc9ce7ea115eb65de09f8a253ee63efd75e666a25c347d5b1da4d91a960bfa068578c7 SHA512 1bf3b4ffaa9d92cc955e3e5480f34732da1c13778b6047f38e98f5460c7d85a8ebbfefe3ac0b0fefa46e4c37f0dbac50ce5e6670b70c7c2f94818c6bd815b210 diff --git a/dev-python/typer/typer-0.4.0.ebuild b/dev-python/typer/typer-0.4.0.ebuild deleted file mode 100644 index 082a5a7b..00000000 --- a/dev-python/typer/typer-0.4.0.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} ) -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.4.1.ebuild b/dev-python/typer/typer-0.4.1.ebuild new file mode 100644 index 00000000..3602b899 --- /dev/null +++ b/dev-python/typer/typer-0.4.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_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 -- cgit v1.2.3