From 044ee5d51fc63d6402d3eee2453be5414e353c3d Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 27 Sep 2023 06:18:53 +0000 Subject: Adding metadata --- dev-python/urwid/Manifest | 2 +- dev-python/urwid/urwid-2.2.0.ebuild | 33 --------------------------------- dev-python/urwid/urwid-2.2.2.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 34 deletions(-) delete mode 100644 dev-python/urwid/urwid-2.2.0.ebuild create mode 100644 dev-python/urwid/urwid-2.2.2.ebuild (limited to 'dev-python/urwid') diff --git a/dev-python/urwid/Manifest b/dev-python/urwid/Manifest index 995cdbdf1c45..45e1d170225d 100644 --- a/dev-python/urwid/Manifest +++ b/dev-python/urwid/Manifest @@ -1,3 +1,3 @@ DIST urwid-2.1.2.tar.gz 634621 BLAKE2B ce274820c27708fd0b10f22359923316576b895f6888c9b174b42dedcd551353b6c3ba797c68d61a082ecf23b8f0108a58454bdb44806e33b74d9e6e5bd28537 SHA512 f102bdde5f5d39d4bce455020bbe4f18290589da0750a3b15b1e2bc8acf8a405f02295d7efa3009877801a36bfbfade92ec963086122e9b133db137d816a1ea5 -DIST urwid-2.2.0.tar.gz 671888 BLAKE2B 456217f81d7a42a0ac19f55f2a886fac172bdf0951d3d0660f1273a8450acf3b15372f2087b29c118a8c557f475589bf856f58b69a60a05901629cbfa1cb8f51 SHA512 f4bc8f06f72f23499eddc8dbd15566a39a2129a10c2b685410144e4aa25f9c314b72162020e3d626f77ab4e113fe4a08a7fd9bc372142be799d06abc520cbb7e DIST urwid-2.2.1.tar.gz 676199 BLAKE2B 4a73d36a715dd47a1f67b7c826ff27c0c69fe2df2159b2429cac1dcef4bfbbff1b1bec60135b14f6213426321b2c703c3e9542e6ace657cd140507e6f01f88b5 SHA512 dc7aa526292af84315deb8c839bd4694f19a3263a89c66a0ea70c3c6642c9b0e7902393ab66872b2cbdd2861c90317e4cbb91e64eee066e68f41c8dac245623f +DIST urwid-2.2.2.tar.gz 676715 BLAKE2B f640afd2a227b32b2f7b34d38d938042a77d501e899730b31654674d73b7679d2b727cb8806f73b73a059d7d446731ceac77c15b658ec5079dca9554d396a3d6 SHA512 0cc921b6abf27f02e464cf969f8c2267c01956961a4dcee7a8a45e181c82cf8913e2a391d86e2e5d1ca63c7c785abc9712c5107b279473fa10253aa6f370a334 diff --git a/dev-python/urwid/urwid-2.2.0.ebuild b/dev-python/urwid/urwid-2.2.0.ebuild deleted file mode 100644 index 0e7a4871feba..000000000000 --- a/dev-python/urwid/urwid-2.2.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2023 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -PYTHON_COMPAT=( python3_{8,9,10,11} ) -PYTHON_REQ_USE="ncurses" - -inherit distutils-r1 - -DESCRIPTION="Curses-based user interface library for Python" -HOMEPAGE="http://urwid.org/ https://pypi.org/project/urwid/ https://github.com/urwid/urwid/" -SRC_URI="https://files.pythonhosted.org/packages/ae/d5/501aaf50b8eba09f4fa12f2b176bc4516fe41c853cf4fe31d9b7704defd1/urwid-2.2.0.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -distutils_enable_sphinx docs -distutils_enable_tests setup.py - -src_prepare() { - # optional tests broken by modern tornado versions - sed -e 's:import tornado:&_broken:' \ - -i urwid/tests/test_event_loops.py || die - distutils-r1_src_prepare -} - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all - python_optimize -} diff --git a/dev-python/urwid/urwid-2.2.2.ebuild b/dev-python/urwid/urwid-2.2.2.ebuild new file mode 100644 index 000000000000..995012177c17 --- /dev/null +++ b/dev-python/urwid/urwid-2.2.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 2023 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +PYTHON_COMPAT=( python3_{8,9,10,11} ) +PYTHON_REQ_USE="ncurses" + +inherit distutils-r1 + +DESCRIPTION="Curses-based user interface library for Python" +HOMEPAGE="http://urwid.org/ https://pypi.org/project/urwid/ https://github.com/urwid/urwid/" +SRC_URI="https://files.pythonhosted.org/packages/5f/cf/2f01d2231e7fb52bd8190954b6165c89baa17e713c690bdb2dfea1dcd25d/urwid-2.2.2.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +IUSE="examples" + +distutils_enable_sphinx docs +distutils_enable_tests setup.py + +src_prepare() { + distutils-r1_src_prepare +} + +python_install_all() { + use examples && dodoc -r examples + distutils-r1_python_install_all + python_optimize +} -- cgit v1.3