From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1204737-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C66F13835A for <garchives@archives.gentoo.org>; Fri, 11 Sep 2020 07:17:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50261E0954; Fri, 11 Sep 2020 07:17:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38310E0954 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2020 07:17:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DF94340D69 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2020 07:17:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5933361 for <gentoo-commits@lists.gentoo.org>; Fri, 11 Sep 2020 07:17:24 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1599808640.3ed131a17a92e267efb7e6aa542c8b998cd21b5d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jupyterlab_pygments/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jupyterlab_pygments/Manifest dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.1.ebuild dev-python/jupyterlab_pygments/metadata.xml X-VCS-Directories: dev-python/jupyterlab_pygments/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ed131a17a92e267efb7e6aa542c8b998cd21b5d X-VCS-Branch: master Date: Fri, 11 Sep 2020 07:17:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 90e1626d-93bb-419c-b682-98592e6205fd X-Archives-Hash: f34b2b1ff042944ed58767cc15ea516a commit: 3ed131a17a92e267efb7e6aa542c8b998cd21b5d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 11 01:02:30 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Sep 11 07:17:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed131a1 dev-python/jupyterlab_pygments: new package New dependency of dev-python/nbconvert. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/jupyterlab_pygments/Manifest | 1 + .../jupyterlab_pygments-0.1.1.ebuild | 18 ++++++++++++++++++ dev-python/jupyterlab_pygments/metadata.xml | 12 ++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/jupyterlab_pygments/Manifest b/dev-python/jupyterlab_pygments/Manifest new file mode 100644 index 00000000000..42fd82b465d --- /dev/null +++ b/dev-python/jupyterlab_pygments/Manifest @@ -0,0 +1 @@ +DIST jupyterlab_pygments-0.1.1.tar.gz 561976 BLAKE2B ca317ed6709fd2c9a8afd137051140396bccdc3140c8c1ca97f64f8d4f74d2272c687661e1e28822a5008b2285306024408b18ba6ac92cb9d73acc29b8741fe4 SHA512 743e380f253f817ec9c9aedbe5d3c1cb5bc2c3de2136deba40b0fd3880bb04a4774099eb90437519638811ea9bea0324db3c3d8b1a9ab63857e7513deeaba669 diff --git a/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.1.ebuild b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.1.ebuild new file mode 100644 index 00000000000..04d1e50b8b2 --- /dev/null +++ b/dev-python/jupyterlab_pygments/jupyterlab_pygments-0.1.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} ) + +inherit distutils-r1 + +DESCRIPTION="Pygments theme making use of JupyterLab CSS variables" +HOMEPAGE="https://github.com/jupyterlab/jupyterlab_pygments" +SRC_URI="https://github.com/jupyterlab/jupyterlab_pygments/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]" diff --git a/dev-python/jupyterlab_pygments/metadata.xml b/dev-python/jupyterlab_pygments/metadata.xml new file mode 100644 index 00000000000..f97ba7497b1 --- /dev/null +++ b/dev-python/jupyterlab_pygments/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <description>Python</description> + </maintainer> + <stabilize-allarches/> + <upstream> + <remote-id type="github">jupyterlab/jupyterlab_pygments</remote-id> + </upstream> +</pkgmetadata>