diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-18 15:54:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-18 15:58:42 +0200 |
commit | 33fbc11b28ca785af65abbe7c393ccff168e419d (patch) | |
tree | 13ab33ef0027dc87a1c7b88a27d8161a623bc746 /sys-process/bpytop | |
parent | net-analyzer/python-gvm: Remove old (diff) | |
download | gentoo-33fbc11b28ca785af65abbe7c393ccff168e419d.tar.gz gentoo-33fbc11b28ca785af65abbe7c393ccff168e419d.tar.bz2 gentoo-33fbc11b28ca785af65abbe7c393ccff168e419d.zip |
sys-process/bpytop: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-process/bpytop')
-rw-r--r-- | sys-process/bpytop/Manifest | 3 | ||||
-rw-r--r-- | sys-process/bpytop/bpytop-1.0.61-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-process/bpytop/bpytop-1.0.63.ebuild | 33 | ||||
-rw-r--r-- | sys-process/bpytop/bpytop-1.0.67.ebuild | 33 | ||||
-rw-r--r-- | sys-process/bpytop/files/bpytop-1.0.61-tests.patch | 20 |
5 files changed, 0 insertions, 122 deletions
diff --git a/sys-process/bpytop/Manifest b/sys-process/bpytop/Manifest index 4bc16f0e6212..ab9ae84f6c50 100644 --- a/sys-process/bpytop/Manifest +++ b/sys-process/bpytop/Manifest @@ -1,4 +1 @@ -DIST bpytop-1.0.61.tar.gz 626468 BLAKE2B 84a9bbaec6af27b06af53acbe2e735421de3bc4567fcf7fb29d05f801f7414b4e035e67a2fecb27a45d4d91c1d6ef527a16775f44c2e5620ecf797794969a2d2 SHA512 639e0d94bd500477b8288400c6fa1769f1b7327733bec8292e72eb3024e26f6242901970dfc539d9fb309f69299ea934e02ab93226f907ddbbefb670bffb027c -DIST bpytop-1.0.63.tar.gz 627729 BLAKE2B a61d7c101c05d8e706b5c89f3c52dd02cf99e126d73f4cdb58adf8e474774e618abce7184a6fcf1c1b69f4c491b088c4c715d7b803c56933e1a8eeb8efa77fec SHA512 85334a43137466992fe3003f7f29b6a66b41732d1953fd5653ce277d35735127eef97607599906c0d0cfc7323852da75541b2ae79db22f843892097a2d3398e4 -DIST bpytop-1.0.67.tar.gz 628491 BLAKE2B 9ce35332dde806d132fee42f04f787e9220f05644e938d83725369157032a556c89d216a393a52a26fa6c6841a2b91b8212ee122ba734e1aedc912f7a02d350b SHA512 bfd6b365d4d76521cb5d1edccfd858732143a1a9273dc0e17d348c824c125df904b1160d9e7f81d718f880c4f3eea33d045a684706039bceb7f95ed67df2b56b DIST bpytop-1.0.68.tar.gz 632649 BLAKE2B a32a3b583b31c2c2013f4d2bb8834cf02a8702d37f723e304691eecdebcf32e21f639428abe7f5251c075aa73ed46f610e47c4241092455351001c31b2a051b5 SHA512 88a8be5cb5bbf5516dbafeb4d513d6a489ae9a8a84de316e2331a428cd4f338f8e01ed2eedd92c610b722c06dd968d85baf27692316f905855aca3d8a67a731d diff --git a/sys-process/bpytop/bpytop-1.0.61-r1.ebuild b/sys-process/bpytop/bpytop-1.0.61-r1.ebuild deleted file mode 100644 index f6f0711dff40..000000000000 --- a/sys-process/bpytop/bpytop-1.0.61-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 - -DESCRIPTION="Linux/OSX/FreeBSD resource monitor" -HOMEPAGE="https://github.com/aristocratos/bpytop" -SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-python/psutil-5.7.1[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}/bpytop-1.0.61-tests.patch" -) - -src_install() { - insinto "/usr/share/${PN}/themes" - doins bpytop-themes/*.theme - distutils-r1_src_install -} diff --git a/sys-process/bpytop/bpytop-1.0.63.ebuild b/sys-process/bpytop/bpytop-1.0.63.ebuild deleted file mode 100644 index ad730c667c56..000000000000 --- a/sys-process/bpytop/bpytop-1.0.63.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 - -DESCRIPTION="Linux/OSX/FreeBSD resource monitor" -HOMEPAGE="https://github.com/aristocratos/bpytop" -SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="test" - -RDEPEND=" - >=dev-python/psutil-5.7.1[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}/bpytop-1.0.63-tests.patch" -) - -src_install() { - insinto "/usr/share/${PN}/themes" - doins bpytop-themes/*.theme - distutils-r1_src_install -} diff --git a/sys-process/bpytop/bpytop-1.0.67.ebuild b/sys-process/bpytop/bpytop-1.0.67.ebuild deleted file mode 100644 index eab03f77eecc..000000000000 --- a/sys-process/bpytop/bpytop-1.0.67.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml -inherit distutils-r1 - -DESCRIPTION="Linux/OSX/FreeBSD resource monitor" -HOMEPAGE="https://github.com/aristocratos/bpytop" -SRC_URI="https://github.com/aristocratos/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86" -IUSE="test" - -RDEPEND=" - >=dev-python/psutil-5.7.1[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -PATCHES=( - "${FILESDIR}/bpytop-1.0.63-tests.patch" -) - -src_install() { - insinto "/usr/share/${PN}/themes" - doins bpytop-themes/*.theme - distutils-r1_src_install -} diff --git a/sys-process/bpytop/files/bpytop-1.0.61-tests.patch b/sys-process/bpytop/files/bpytop-1.0.61-tests.patch deleted file mode 100644 index 51cef1ce6394..000000000000 --- a/sys-process/bpytop/files/bpytop-1.0.61-tests.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/bpytop.py b/bpytop.py -index 38d6e8b..12e4853 100755 ---- a/bpytop.py -+++ b/bpytop.py -@@ -65,10 +65,11 @@ args.add_argument("-v", "--version", action="store_true", help = "show versio - args.add_argument("--debug", action="store_true", help = "start with loglevel set to DEBUG overriding value set in config") - stdargs = args.parse_args() - --if stdargs.version: -- print(f'bpytop version: {VERSION}\n' -- f'psutil version: {".".join(str(x) for x in psutil.version_info)}') -- raise SystemExit(0) -+if __name__ == "__main__": -+ if stdargs.version: -+ print(f'bpytop version: {VERSION}\n' -+ f'psutil version: {".".join(str(x) for x in psutil.version_info)}') -+ raise SystemExit(0) - - ARG_BOXES: str = stdargs.boxes - LOW_COLOR: bool = stdargs.low_color |