diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-18 20:59:42 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-20 22:58:34 +0100 |
commit | f4c60c808590382c187af1b0ad17a7baa80e5808 (patch) | |
tree | 82176fd6b2f52b4846aafe9de0f53c825f71289f | |
parent | dev-python/deezer: add 5.6.0, drop 5.3.3 (diff) | |
download | portage-f4c60c808590382c187af1b0ad17a7baa80e5808.tar.xz |
dev-python/typer: add 0.6.1, drop 0.4.1
-rw-r--r-- | dev-python/typer/Manifest | 2 | ||||
-rw-r--r-- | dev-python/typer/typer-0.6.1.ebuild (renamed from dev-python/typer/typer-0.4.1.ebuild) | 6 |
2 files changed, 4 insertions, 4 deletions
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.6.1.ebuild index 3602b899..da9b794f 100644 --- a/dev-python/typer/typer-0.4.1.ebuild +++ b/dev-python/typer/typer-0.6.1.ebuild @@ -3,13 +3,13 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python{3_8,3_9,3_10} ) +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" +SRC_URI="https://github.com/tiangolo/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |