From 598223c7d99075ee8f716e71bcbd7660d29adf71 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 27 Mar 2024 17:43:40 +0100 Subject: [PATCH] dev-python/typer: add 0.11.0, drop 0.10.0 --- dev-python/typer/Manifest | 2 +- dev-python/typer/{typer-0.10.0.ebuild => typer-0.11.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-python/typer/{typer-0.10.0.ebuild => typer-0.11.0.ebuild} (95%) diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest index a8f4d3f..8e9e01b 100644 --- a/dev-python/typer/Manifest +++ b/dev-python/typer/Manifest @@ -1 +1 @@ -DIST typer-0.10.0.gh.tar.gz 269111 BLAKE2B 81243d176e71df7de47ba6fd8099bccfaa004c496a70ea0c970bb5b00a6c5790dfd0ac9a5591f99fe7093a6e2e615e9fb680255963d85311a764bca4618bf2fe SHA512 ac94740f98781362ff8d9c64574c9cbf26cc6f264f35d6bd841b63d67df3619d44894dec0cd07d592bc78d58d881cdf497444e32801cb2647d05d409bb6f7be0 +DIST typer-0.11.0.gh.tar.gz 267748 BLAKE2B 659859600768c3516cced4b2f868ecd1869d57e6cad2045c025be07b4643aebad58c4987b06f8349cb0cd471b7764251a401bf6554fafdf41c27fc3db2585f58 SHA512 d690e1d3b7b367e717adabe22e1587e6dd2b95b267c39d2c016ec57f9fe821f6db85bc79f957fe32e5e1accca7154d14d237276dbb3c4586f8a6d0d449403df3 diff --git a/dev-python/typer/typer-0.10.0.ebuild b/dev-python/typer/typer-0.11.0.ebuild similarity index 95% rename from dev-python/typer/typer-0.10.0.ebuild rename to dev-python/typer/typer-0.11.0.ebuild index 4687635..bd4ce10 100644 --- a/dev-python/typer/typer-0.10.0.ebuild +++ b/dev-python/typer/typer-0.11.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_PEP517=flit +DISTUTILS_USE_PEP517=pdm-backend inherit distutils-r1