public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-prompt/
Date: Tue, 26 May 2020 20:43:23 +0000 (UTC)	[thread overview]
Message-ID: <1590525707.9295182bb7b4c51acca675c03da660d7b3e89fa4.mattst88@gentoo> (raw)

commit:     9295182bb7b4c51acca675c03da660d7b3e89fa4
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu May 14 12:30:19 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 26 20:41:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9295182b

dev-python/sphinx-prompt: Sphinx directive to add unselectable prompt

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-python/sphinx-prompt/Manifest                   |  1 +
 dev-python/sphinx-prompt/metadata.xml               | 12 ++++++++++++
 dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/sphinx-prompt/Manifest b/dev-python/sphinx-prompt/Manifest
new file mode 100644
index 00000000000..30c5fbc8d10
--- /dev/null
+++ b/dev-python/sphinx-prompt/Manifest
@@ -0,0 +1 @@
+DIST sphinx-prompt-1.2.0.tar.gz 7506 BLAKE2B babff99a29b87ba9529d7811a5b34280b1d30a4f7dbde8cea28a3c2ec687d1d4443b6bd8b0fb3ab5bdd002066ef1d3117768a529e46691fbec9de59d5c8771a8 SHA512 e3fe2740bee8a0107a12e131d3a4f90ed22c4bcceab7cb94fc869a534725552d4d3a9d8519a54782c5a1913a2e3bee088fa14db7b3a37f256be3243c7f6a9a1f

diff --git a/dev-python/sphinx-prompt/metadata.xml b/dev-python/sphinx-prompt/metadata.xml
new file mode 100644
index 00000000000..5442995bcde
--- /dev/null
+++ b/dev-python/sphinx-prompt/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>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="pypi">sphinx-prompt</remote-id>
+    <remote-id type="github">sbrunner/sphinx-prompt</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild b/dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild
new file mode 100644
index 00000000000..6dab60f51ef
--- /dev/null
+++ b/dev-python/sphinx-prompt/sphinx-prompt-1.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx directive to add unselectable prompt"
+HOMEPAGE="https://github.com/sbrunner/sphinx-prompt/"
+SRC_URI="https://github.com/sbrunner/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/sphinx[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
+"


             reply	other threads:[~2020-05-26 20:43 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-26 20:43 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-02 13:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-prompt/ Louis Sautier
2020-10-03 10:19 Sergei Trofimovich
2020-10-03 12:16 Sergei Trofimovich
2020-10-03 16:12 Sam James
2020-10-04 14:17 Sam James
2020-10-10 13:48 Sergei Trofimovich
2020-10-10 13:50 Sergei Trofimovich
2020-10-21 22:51 Michał Górny
2020-11-08  9:51 Sam James
2020-11-08 21:09 Sam James
2020-11-08 21:10 Sam James
2020-11-08 21:12 Sam James
2020-12-07  4:27 Matt Turner
2021-03-23  8:39 Michał Górny
2021-04-27 18:09 Sam James
2021-04-27 18:22 Michał Górny
2021-08-11  7:11 Michał Górny
2021-09-12  7:09 Agostino Sarubbo
2021-09-12  7:44 Michał Górny
2021-09-26 22:28 James Le Cuirot
2021-10-23 13:16 Sam James
2022-04-26  1:51 Sam James
2023-02-21 18:19 Sam James
2023-02-22  7:42 Sam James
2023-03-24 19:45 Arthur Zamarin
2023-03-24 19:52 Michał Górny
2023-07-31  9:25 Michał Górny
2023-09-01 16:52 Arthur Zamarin
2023-09-01 17:05 Michał Górny
2023-09-17 13:35 Michał Górny
2023-10-18  9:02 Sam James
2023-10-18 15:50 Michał Górny
2024-06-17 17:37 Michał Górny
2024-08-08  3:08 Michał Górny
2024-08-24  8:10 Sam James
2024-08-24 13:06 Michał Górny
2025-02-19 20:22 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1590525707.9295182bb7b4c51acca675c03da660d7b3e89fa4.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox