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 8FFC215808B for ; Mon, 7 Feb 2022 09:37:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C41402BC00B; Mon, 7 Feb 2022 09:37:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3AC282BC00B for ; Mon, 7 Feb 2022 09:37:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D399E342CC0 for ; Mon, 7 Feb 2022 09:37:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C050287 for ; Mon, 7 Feb 2022 09:37:29 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1644226549.16bd5e552706a5aa82e75d63dd0fa0849876a212.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/tempus-themes/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/tempus-themes/Manifest dev-python/tempus-themes/metadata.xml dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild X-VCS-Directories: dev-python/tempus-themes/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 16bd5e552706a5aa82e75d63dd0fa0849876a212 X-VCS-Branch: dev Date: Mon, 7 Feb 2022 09:37:29 +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: 507892b9-0265-4d6e-ac2e-f03e08b93daf X-Archives-Hash: f827f3d1fe01297fa8bc6a3a827306af commit: 16bd5e552706a5aa82e75d63dd0fa0849876a212 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 7 09:35:40 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 7 09:35:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=16bd5e55 dev-python/tempus-themes: initial import Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/tempus-themes/Manifest | 1 + dev-python/tempus-themes/metadata.xml | 12 ++++++++++++ .../tempus-themes-2.3.0.20220206.ebuild | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/tempus-themes/Manifest b/dev-python/tempus-themes/Manifest new file mode 100644 index 000000000..0505f7dcb --- /dev/null +++ b/dev-python/tempus-themes/Manifest @@ -0,0 +1 @@ +DIST tempus-themes-2.3.0.20220206.tar.gz 19418 BLAKE2B d6962ef10ea8f5a34e44f64fbc6d4937d0b738e18f5c16b5832f80221ceb184c96f631c18d4d711285fb872ba911732128768fc7e6f9e2a1cc6c43d723273d79 SHA512 8677a3522eba8b783678c01e19d0977a930202362bab4d26e7c729270e2d6f2aeadf0979d69afbc91965e1e94fc9ecaebef796326a0b6b195cb0fe1a87540c62 diff --git a/dev-python/tempus-themes/metadata.xml b/dev-python/tempus-themes/metadata.xml new file mode 100644 index 000000000..4eb9a443b --- /dev/null +++ b/dev-python/tempus-themes/metadata.xml @@ -0,0 +1,12 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + tempus-themes + protesilaos/tempus-themes-pygments + + diff --git a/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild new file mode 100644 index 000000000..c3cc98a1d --- /dev/null +++ b/dev-python/tempus-themes/tempus-themes-2.3.0.20220206.ebuild @@ -0,0 +1,21 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +inherit distutils-r1 + +DESCRIPTION="Accessible themes for Pygments" +HOMEPAGE=" + https://pypi.org/project/tempus-themes/ + https://gitlab.com/protesilaos/tempus-themes-generator +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]"