dev-python/typer: add 0.11.0, drop 0.10.0

This commit is contained in:
odrling 2024-03-27 17:43:40 +01:00
parent 77615f11c8
commit 598223c7d9
No known key found for this signature in database
GPG Key ID: EC907F69A27A90C5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=flit
DISTUTILS_USE_PEP517=pdm-backend
inherit distutils-r1