diff options
| author | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 00:31:53 -0500 |
|---|---|---|
| committer | BaldEagleOS Migration <dev@baldeagleos.com> | 2026-06-02 00:31:53 -0500 |
| commit | feb81f9d5770c9af7e0cd8861ec3d7a3919d8c38 (patch) | |
| tree | 1eefb82a32d14419b072610daf04487e87ec76a5 /dev-python/typer | |
| parent | 23369a37245690219f4560ef8664e73c8483f016 (diff) | |
| download | baldeagleos-repo-feb81f9d5770c9af7e0cd8861ec3d7a3919d8c38.tar.gz baldeagleos-repo-feb81f9d5770c9af7e0cd8861ec3d7a3919d8c38.tar.xz baldeagleos-repo-feb81f9d5770c9af7e0cd8861ec3d7a3919d8c38.zip | |
Adding metadata
Diffstat (limited to 'dev-python/typer')
| -rw-r--r-- | dev-python/typer/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/typer/typer-0.26.3.ebuild | 68 | ||||
| -rw-r--r-- | dev-python/typer/typer-0.26.5.ebuild (renamed from dev-python/typer/typer-0.26.2.ebuild) | 2 |
3 files changed, 2 insertions, 71 deletions
diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest index 8f7693f9294f..876c973e04b2 100644 --- a/dev-python/typer/Manifest +++ b/dev-python/typer/Manifest @@ -1,5 +1,4 @@ DIST typer-0.24.2.tar.gz 119849 BLAKE2B baa49b38a5d813278cf1cd98b4a354582902e192dd6265b0905f473c998eeccf0a9f6b4fc07a700ab73eb75d1c37f36122c6b1730778c3a18f15ae6cf2dd0b50 SHA512 4e282e616c8ea57665493bb15bbe3e2a6388f974b602c879a16c14c7c07e55960d9808f4af50b78e79149bb3cb9dbd26da397078ebef8264ec7893ba74034014 DIST typer-0.25.1.tar.gz 122276 BLAKE2B 08089d17ca0c038806d0dcc5795d5f88cd0e0163697288b5ae003bdfcaf95537ff465874f1bb5510fe84e0ae1f7ea9c68ebe08639253a0575c220b26297abeb2 SHA512 26e9927a82d8e17e8eae370b7235a7481b6d875c77c5600f8390c22a5274b3a0e3abe14d1c2eae93850613bf685555afe67a2e495687328615c65fc8d27bcb7b -DIST typer-0.26.2.tar.gz 198991 BLAKE2B 13357d74a2fa79d24ded2da6d6cfb313165c0b1fe231a48a9f1150f07ce2e3db568a098a16123070448ac20f4beaca8d1be65a027b08d54a3a4579c7c6d3086b SHA512 58ed32b61545d546a298434731f90b9e4b5a0eea8e3bd46dd74f862e1788bf3406a1a65eca23c6b2c6d8945203ee1e7297969d927088d4115298ebe70e2cf9ad -DIST typer-0.26.3.tar.gz 198326 BLAKE2B aba6c6d0e64e39d444de0092d613c526b117661be0706a7413b5db2fa099878b9dc86ae572a4dc4e410faa922faa69b621b2e83bce84880e45e50a0bcfa9396e SHA512 f1f7fb8030ae40da05668982b837bbc19d0bd76f8094a522dbe4067d29d85ee688735e9b4d8f840ab7b224152bcc116913af1df912e56eaf7d6a01d89fff6265 DIST typer-0.26.4.tar.gz 201191 BLAKE2B f3daacfdc11eb94431fea1b4b06e8d1c348815a5442cc79e18a5b353864f5edd08a74dbdd039cf4a4f63fa90440b8305f1230facdac8371673c11ee31a1fd8f8 SHA512 05ebdebab17831f8d044ca2513931c789191ca680fbcde0068475917a47d7a252a09c7c1849a4c4153f917c7ec9f147bc476738d5922e73adb686db1ad736ec3 +DIST typer-0.26.5.tar.gz 201494 BLAKE2B 1db1fba0fb41340b5fa76ead3529e77c6a776cd8b3230ddb9d31f8e78b894935cc596b25d102baf49411f272013b7d95a466c09233eef558ad4bcf412d260649 SHA512 ea5c335fdc6a864bc6f9e0ff3a5b81c0e621484c8c33883375080ed97bc5a6de86a5a88d5aa048f6eb145fbeb442b7262da98154e097b5fda31a070392430e51 diff --git a/dev-python/typer/typer-0.26.3.ebuild b/dev-python/typer/typer-0.26.3.ebuild deleted file mode 100644 index 210d2d34238d..000000000000 --- a/dev-python/typer/typer-0.26.3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{11..14} ) - -inherit distutils-r1 shell-completion pypi - -DESCRIPTION="Build great CLIs. Easy to code. Based on Python type hints" -HOMEPAGE=" - https://typer.tiangolo.com/ - https://github.com/fastapi/typer/ - https://pypi.org/project/typer/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="cli" - -RDEPEND=" - >=dev-python/annotated-doc-0.0.2[${PYTHON_USEDEP}] - >=dev-python/rich-13.8.0[${PYTHON_USEDEP}] - >=dev-python/shellingham-1.3.0[${PYTHON_USEDEP}] - cli? ( !dev-lang/erlang ) -" -BDEPEND=" - test? ( - dev-python/coverage[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -EPYTEST_XDIST=1 -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - - # LLM crap - rm -r typer/.agents || die - if ! use cli; then - sed -i -e '/typer\.cli/d' pyproject.toml || die - fi -} - -python_test() { - # See scripts/tests.sh - local -x TERMINAL_WIDTH=3000 - local -x _TYPER_FORCE_DISABLE_TERMINAL=1 - local -x _TYPER_RUN_INSTALL_COMPLETION_TESTS=1 - - epytest -} - -python_install() { - if use cli && [[ ! ${COMPLETIONS_INSTALLED} ]]; then - local -x _TYPER_COMPLETE_TEST_DISABLE_SHELL_DETECTION=1 - newbashcomp - typer < <(typer --show-completion bash || die) - newzshcomp - typer < <(typer --show-completion zsh || die) - newfishcomp - typer < <(typer --show-completion fish || die) - COMPLETIONS_INSTALLED=1 - fi - - distutils-r1_python_install -} diff --git a/dev-python/typer/typer-0.26.2.ebuild b/dev-python/typer/typer-0.26.5.ebuild index 210d2d34238d..6015f907cafc 100644 --- a/dev-python/typer/typer-0.26.2.ebuild +++ b/dev-python/typer/typer-0.26.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm-backend -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 shell-completion pypi |
