diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/typer/Manifest | 2 | ||||
-rw-r--r-- | dev-python/typer/typer-0.9.0.ebuild (renamed from dev-python/typer/typer-0.6.1.ebuild) | 6 |
2 files changed, 2 insertions, 6 deletions
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.9.0.ebuild index 6436345c..aa8e8581 100644 --- a/dev-python/typer/typer-0.6.1.ebuild +++ b/dev-python/typer/typer-0.9.0.ebuild @@ -3,8 +3,8 @@ EAPI=8 +PYTHON_COMPAT=( python3_{11..12} ) 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" @@ -15,8 +15,4 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - distutils_enable_tests pytest |