From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F1EB158090 for ; Fri, 20 May 2022 01:17:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F56E092D; Fri, 20 May 2022 01:17:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD2B7E092D for ; Fri, 20 May 2022 01:17:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FE2234152D for ; Fri, 20 May 2022 01:17:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8762947B for ; Fri, 20 May 2022 01:17:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1653009381.9a8c430b2d03c8a005a2fbd007e06ee2fb58ad6e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/nfoview/Manifest app-text/nfoview/nfoview-1.28.1.ebuild X-VCS-Directories: app-text/nfoview/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a8c430b2d03c8a005a2fbd007e06ee2fb58ad6e X-VCS-Branch: master Date: Fri, 20 May 2022 01:17:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eec279b1-3ecb-4dc6-927f-4e27ac839f40 X-Archives-Hash: ad19106db0be9fb91a3d4bb664e1777f commit: 9a8c430b2d03c8a005a2fbd007e06ee2fb58ad6e Author: Till Schäfer uni-dortmund de> AuthorDate: Thu May 19 14:39:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 20 01:16:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8c430b app-text/nfoview: bump to 1.28.1 add PYTHON_COMPAT python3_10 update to EAPI8 migrating to PEP 517 Bug: https://bugs.gentoo.org/845600 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Till Schäfer uni-dortmund.de> Signed-off-by: Sam James gentoo.org> app-text/nfoview/Manifest | 1 + app-text/nfoview/nfoview-1.28.1.ebuild | 40 ++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest index e7f92bafe55d..e72415e88d61 100644 --- a/app-text/nfoview/Manifest +++ b/app-text/nfoview/Manifest @@ -1,2 +1,3 @@ DIST nfoview-1.27.1.tar.gz 60211 BLAKE2B 777d9f42a08a17d3790996ff76819a0b74c6e1f01625019259524e6e5cee9afc72ae463085071e4a23cefeebaf5b14f1bbeae949446356ed1aaebebaaf53e230 SHA512 7066995954997a20aec27ff820c0f0a067835e219f9029f696b2885a85c4714b32fc8d474291433f64d9b28e81e5f4c24989a6447affc7b206cef453342a05d2 +DIST nfoview-1.28.1.tar.gz 62571 BLAKE2B 5ecfd83e9429f3d616d9b633a5f3042308df06253065946ea13c66f71dd937a2325f252e04812894d000fea3364337378c4d91b2c54ee530c9d225ce7752dc90 SHA512 55179791b1a8058777a8a8527758687ab5924e00086d1c85a95759d85eb65ec46f072ba5bd5521629f39737437002eb6cf4070bc25b0e9246c511c32c6b08e99 DIST nfoview-1.28.tar.gz 61164 BLAKE2B 7fb1f150d343d5133e411486f3bff7315765187920dc5821de7d717f3381b6126263585a23fdb7847403ae992ee98b7503f7313a312adb0e6b2fb992e69da4a8 SHA512 652ed3a5dd3cad547c6c0f93a0c686c42e9fc58e2f90a682432cbcb865a1b6ab6cb55424ed68128718c0c867ad353d170ecf54619f7006445cb9761bced2bbd3 diff --git a/app-text/nfoview/nfoview-1.28.1.ebuild b/app-text/nfoview/nfoview-1.28.1.ebuild new file mode 100644 index 000000000000..931ecf18db47 --- /dev/null +++ b/app-text/nfoview/nfoview-1.28.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 virtualx xdg + +if [[ ${PV} == *9999 ]] ; then + EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git" + inherit git-r3 +else + SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="Simple viewer for NFO files, which are ASCII art in the CP437 codepage" +HOMEPAGE="https://otsaloma.io/nfoview/" + +LICENSE="GPL-3+" +SLOT="0" + +BDEPEND="${PYTHON_DEPS} + sys-devel/gettext" +DEPEND="dev-python/pygobject:3[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + media-fonts/cascadia-code + x11-libs/gtk+:3[introspection]" + +distutils_enable_tests pytest + +python_test() { + local deselect=( + --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__unix' + --deselect 'nfoview/test/test_util.py::TestModule::test_show_uri__windows' + ) + virtx epytest "${deselect[@]}" +}