From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-issues/
Date: Fri, 11 Feb 2022 13:36:53 +0000 (UTC) [thread overview]
Message-ID: <1644586455.a0f896eba69c4de3c1e8f59631ef47a1453e856c.mgorny@gentoo> (raw)
commit: a0f896eba69c4de3c1e8f59631ef47a1453e856c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 13:34:15 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 13:34:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f896eb
dev-python/sphinx-issues: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinx-issues/Manifest | 3 ---
dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild | 19 -------------------
dev-python/sphinx-issues/sphinx-issues-2.0.0.ebuild | 19 -------------------
dev-python/sphinx-issues/sphinx-issues-3.0.0.ebuild | 19 -------------------
4 files changed, 60 deletions(-)
diff --git a/dev-python/sphinx-issues/Manifest b/dev-python/sphinx-issues/Manifest
index e220220161bf..6e6ecc2eef50 100644
--- a/dev-python/sphinx-issues/Manifest
+++ b/dev-python/sphinx-issues/Manifest
@@ -1,4 +1 @@
-DIST sphinx-issues-1.2.0.tar.gz 8051 BLAKE2B 2f17738719f92be1e4ef2d7e2e0b7c123f6f924e4bfea82e2151ed96b9fdbe2cf676bddc5c009a947e1172a84131a1a58a3bf0758f045a636bd4cb7ec496fa68 SHA512 8814e910b111f0b241bc40a93de8b6ff1acd24437f1b014b24691b3bbaaadaadaded82175067d8992bb482f4bfcdec570cdd26b4c6858d7af60d5dd3f0638b64
-DIST sphinx-issues-2.0.0.tar.gz 8594 BLAKE2B da85535649ba3bfccb12472757619ae71f5db346fab9a08ecfbf8d8aa5140d36881a79c4f615845a2c16062095f4d1fcb56258d2eba3ca4098c3aa2ed5d90f44 SHA512 951970465cd92dee9cec7788faa067a6270aded8b48b41aae64f5c803576904ab06b19d8cf5c7a32724a6ca658799dd106a53d61a21f735ceaa6490fb3523328
-DIST sphinx-issues-3.0.0.tar.gz 10483 BLAKE2B 9201ca02d6d02ddd22ba72531ed27b478686f9b0a2395f049beac5f10e38d96bddaeffe62abd199dc01d4f4747adda96df552e9cabfef0978ade56bfbbca21fc SHA512 273d34bf34b6632e3d50e9499e3681f2f1b3d082527fcf137d8cab1eeab239a9fe67354f82c6a500106c354ddf0fc211f7daf91b4490a0a2c43108b2603901d2
DIST sphinx-issues-3.0.1.tar.gz 12320 BLAKE2B 770aa19a443bacd489157244f087fdb99740d5eae2f45246ab0fd0596260f249dcf7fb0642acf0a925d1a1def08f6d944a2ec67017334843b636623b05df8327 SHA512 dd64e1611eb58fc455bedb1658473fd71e4deab1371d8a42e6fa7fe3b128a991251add12e463b9a5826fd4eb5aa12e9a117dcf953feeb8df980a7951e43d8baa
diff --git a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild b/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
deleted file mode 100644
index 7f5ab0e01874..000000000000
--- a/dev-python/sphinx-issues/sphinx-issues-1.2.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="https://github.com/sloria/sphinx-issues"
-SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
diff --git a/dev-python/sphinx-issues/sphinx-issues-2.0.0.ebuild b/dev-python/sphinx-issues/sphinx-issues-2.0.0.ebuild
deleted file mode 100644
index e419380f9078..000000000000
--- a/dev-python/sphinx-issues/sphinx-issues-2.0.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="https://github.com/sloria/sphinx-issues"
-SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
diff --git a/dev-python/sphinx-issues/sphinx-issues-3.0.0.ebuild b/dev-python/sphinx-issues/sphinx-issues-3.0.0.ebuild
deleted file mode 100644
index 5ec9fc718819..000000000000
--- a/dev-python/sphinx-issues/sphinx-issues-3.0.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Sphinx extension for linking to your project's issue tracker"
-HOMEPAGE="https://github.com/sloria/sphinx-issues"
-SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
next reply other threads:[~2022-02-11 13:36 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-11 13:36 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 15:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-issues/ Michał Górny
2024-10-26 14:22 Arthur Zamarin
2024-10-12 4:59 Michał Górny
2024-05-27 19:33 Petr Vaněk
2024-05-01 17:33 Michał Górny
2024-05-01 16:22 Sam James
2024-04-16 6:46 Michał Górny
2024-02-03 9:17 Michał Górny
2024-02-03 8:29 Arthur Zamarin
2024-01-19 18:28 Arthur Zamarin
2023-11-05 15:21 Michał Górny
2022-08-30 18:53 Michał Górny
2022-08-30 16:42 Jakov Smolić
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-02-11 12:25 Sam James
2022-02-09 1:23 Sam James
2022-02-07 5:49 Sam James
2022-02-05 19:17 Arthur Zamarin
2022-02-04 9:12 Jakov Smolić
2022-02-04 9:03 Jakov Smolić
2022-02-04 7:27 Agostino Sarubbo
2022-02-04 7:22 Agostino Sarubbo
2022-02-03 22:29 Michał Górny
2022-02-03 21:07 Arthur Zamarin
2022-02-03 21:00 Arthur Zamarin
2022-02-03 20:56 Arthur Zamarin
2022-01-11 18:03 Arthur Zamarin
2022-01-11 9:59 Michał Górny
2022-01-02 10:59 Michał Górny
2021-09-26 22:28 James Le Cuirot
2021-07-27 11:00 Marek Szuba
2021-03-05 14:03 Louis Sautier
2021-01-06 22:30 Fabian Groffen
2020-11-17 20:17 Michał Górny
2020-07-27 10:02 Michał Górny
2020-05-14 16:27 Michał Górny
2020-03-02 11:49 Sergei Trofimovich
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 11:31 Agostino Sarubbo
2020-02-24 11:28 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-24 10:04 Agostino Sarubbo
2020-02-24 9:02 Agostino Sarubbo
2019-12-03 23:37 Aaron Bauman
2019-12-03 21:36 Aaron Bauman
2019-11-16 18:55 Patrick McLean
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=1644586455.a0f896eba69c4de3c1e8f59631ef47a1453e856c.mgorny@gentoo \
--to=mgorny@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