diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-24 19:25:53 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-05-24 19:25:53 +0000 |
| commit | e7db7379fcca2dcb309c8c5bf5dec5d11a31ae47 (patch) | |
| tree | 959b1f9322082339a2a6ae5407be8004d5f0b4cd /dev-python/urwid | |
| parent | c5796cbc01277ea57f7a7201ef41e373960f3c7a (diff) | |
| download | baldeagleos-repo-e7db7379fcca2dcb309c8c5bf5dec5d11a31ae47.tar.gz baldeagleos-repo-e7db7379fcca2dcb309c8c5bf5dec5d11a31ae47.tar.xz baldeagleos-repo-e7db7379fcca2dcb309c8c5bf5dec5d11a31ae47.zip | |
Adding metadata
Diffstat (limited to 'dev-python/urwid')
| -rw-r--r-- | dev-python/urwid/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/urwid/urwid-2.6.16.ebuild | 41 | ||||
| -rw-r--r-- | dev-python/urwid/urwid-3.0.0.ebuild | 40 | ||||
| -rw-r--r-- | dev-python/urwid/urwid-3.0.2.ebuild | 4 |
4 files changed, 2 insertions, 85 deletions
diff --git a/dev-python/urwid/Manifest b/dev-python/urwid/Manifest index 242349a10189..95e7e43de570 100644 --- a/dev-python/urwid/Manifest +++ b/dev-python/urwid/Manifest @@ -1,3 +1 @@ -DIST urwid-2.6.16.tar.gz 848179 BLAKE2B 870790c4beb59297ca7952d27304caa3b907e3f8bf8974334d4ab59386b7705b5cb75a39494e8e984a4af6e0ad76f36a767179126059fc6983d94496d990bb00 SHA512 c5caee309bcba9f22d4f3a78bc837c263345762ece5a315ba02ed1cb15ff2502065b20de288495f103b673be4dbee7cac11c535b3edb42edfb04c8ca40a831f3 -DIST urwid-3.0.0.tar.gz 855371 BLAKE2B cf412af16c575ceab7157d00141c89bb6579e01b388c54398a4a543426e40fea5e57a8e6548ff2e0969858c69069e33724b7803a00638068c56766101292298d SHA512 a3a5f86d3fae6c6b74c6b826aef78220ce57deed32601298ff47cb47742eebd64c16e28c9ee24b6bdc414c9e518d535dbe64ef813a5ab039c1083a7d3172b351 DIST urwid-3.0.2.tar.gz 855353 BLAKE2B cc1cf1611d1c9c4702880953b723445cb7972ae0ebedd369c881608cfe4c80873e3ed5ba6c7055466e967d954a8d7e3e7c34a1d31a617866e74907fef99ab4c2 SHA512 60f3a911d85907953c8b791458602a271bdbdebddec0905e02bc424340fef542eadd4a2b8d8ec1883238b794565c96ae1f0396abb0b39ed4d3d5dd66c62140f6 diff --git a/dev-python/urwid/urwid-2.6.16.ebuild b/dev-python/urwid/urwid-2.6.16.ebuild deleted file mode 100644 index 003aa0a32390..000000000000 --- a/dev-python/urwid/urwid-2.6.16.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) -PYTHON_REQ_USE="ncurses" - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="Curses-based user interface library for Python" -HOMEPAGE=" - https://urwid.org/ - https://pypi.org/project/urwid/ - https://github.com/urwid/urwid/ -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -RDEPEND=" - dev-python/typing-extensions[${PYTHON_USEDEP}] - dev-python/wcwidth[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "Trio event loop" "dev-python/trio" -} diff --git a/dev-python/urwid/urwid-3.0.0.ebuild b/dev-python/urwid/urwid-3.0.0.ebuild deleted file mode 100644 index 51860517ec52..000000000000 --- a/dev-python/urwid/urwid-3.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) -PYTHON_REQ_USE="ncurses" - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="Curses-based user interface library for Python" -HOMEPAGE=" - https://urwid.org/ - https://pypi.org/project/urwid/ - https://github.com/urwid/urwid/ -" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -RDEPEND=" - dev-python/wcwidth[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/setuptools-scm[${PYTHON_USEDEP}] -" - -distutils_enable_tests unittest - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "Trio event loop" "dev-python/trio" -} diff --git a/dev-python/urwid/urwid-3.0.2.ebuild b/dev-python/urwid/urwid-3.0.2.ebuild index 51860517ec52..3c57130316fa 100644 --- a/dev-python/urwid/urwid-3.0.2.ebuild +++ b/dev-python/urwid/urwid-3.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{11..14} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 optfeature pypi @@ -18,7 +18,7 @@ HOMEPAGE=" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" IUSE="examples" RDEPEND=" |
