From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-websupport/
Date: Fri, 18 Sep 2020 15:53:23 +0000 (UTC) [thread overview]
Message-ID: <1600444378.2fdd8ad30a47a12c22686b4f723e6fde7494e7f8.mgorny@gentoo> (raw)
commit: 2fdd8ad30a47a12c22686b4f723e6fde7494e7f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 15:46:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 15:52:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdd8ad3
dev-python/sphinxcontrib-websupport: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sphinxcontrib-websupport/Manifest | 1 -
.../sphinxcontrib-websupport-1.2.2.ebuild | 46 ----------------------
2 files changed, 47 deletions(-)
diff --git a/dev-python/sphinxcontrib-websupport/Manifest b/dev-python/sphinxcontrib-websupport/Manifest
index d2ce6a984d7..4bf087c072e 100644
--- a/dev-python/sphinxcontrib-websupport/Manifest
+++ b/dev-python/sphinxcontrib-websupport/Manifest
@@ -1,2 +1 @@
-DIST sphinxcontrib-websupport-1.2.2.gh.tar.gz 599606 BLAKE2B d7e5754491d0f4e4b508bb5ed58f41d6f57c8785ce2d658cd4beb658b9a01a453bd791e73deab703ebf17d18ddf0a3adc7c72a49e80c33475daca41666da694d SHA512 39d7d688515440fcf7a0df9cff60402499956da4c4d5de4e7b38982ff23ed837e7851a3c747135b9298d0df59f3055a8f588be78f10d98110ab50b8ab434db34
DIST sphinxcontrib-websupport-1.2.4.gh.tar.gz 599695 BLAKE2B 909fc3dd77377769b6242963c2228a01dae4c73b2c1128094ecb5c113517ddb103498fa8615a0690cc41333778a21ba62a7638e36e3d82ad89c74b76156580a4 SHA512 4b5a382037988079e12e5c022ce0351c953e65dacfee7e3a63852370deddcee083cb65914b0bb9a8dc42481015f33d1ac2b5fea61c676ab947f8b0cbe331d7f6
diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild
deleted file mode 100644
index 298a43160ac..00000000000
--- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx websupport extension"
-HOMEPAGE="https://www.sphinx-doc.org
- https://github.com/sphinx-doc/sphinxcontrib-websupport"
-# pypi tarball is missing templates
-SRC_URI="https://github.com/sphinx-doc/sphinxcontrib-websupport/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
-
-RDEPEND="
- >=dev-python/six-1.5[${PYTHON_USEDEP}]
- dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
-# avoid circular dependency with sphinx
-PDEPEND="
- >=dev-python/sphinx-1.5.3[${PYTHON_USEDEP}]"
-BDEPEND="
- test? (
- ${PDEPEND}
- >=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]
- >=dev-python/whoosh-2.0[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- # breaks tests
- sed -i -e '/pkg_resources/d' \
- sphinxcontrib/websupport/__init__.py || die
- distutils-r1_src_prepare
-}
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${ED}" -name '*.pth' -delete || die
-}
next reply other threads:[~2020-09-18 15:53 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-18 15:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-22 6:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-websupport/ Arthur Zamarin
2025-05-24 14:14 Michał Górny
2025-05-23 12:57 Arthur Zamarin
2025-03-09 17:46 Michał Górny
2025-02-20 10:20 Michał Górny
2025-02-18 20:38 Michał Górny
2025-02-18 16:55 Michał Górny
2024-09-01 19:51 Arthur Zamarin
2024-05-25 9:28 Michał Górny
2024-01-29 9:55 Michał Górny
2024-01-29 7:02 Arthur Zamarin
2024-01-13 8:20 Michał Górny
2023-09-11 14:08 Michał Górny
2023-09-11 12:00 Arthur Zamarin
2023-08-10 2:53 Michał Górny
2023-05-29 21:55 Sam James
2022-06-24 11:40 Michał Górny
2022-05-14 12:44 Arthur Zamarin
2022-04-26 17:02 Michał Górny
2022-04-26 16:56 Arthur Zamarin
2022-04-20 12:18 Michał Górny
2021-09-26 7:05 James Le Cuirot
2021-07-27 11:00 Marek Szuba
2021-06-04 12:00 Michał Górny
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-09-17 17:39 Sam James
2020-08-10 2:38 Michał Górny
2020-08-01 22:29 Michał Górny
2020-07-27 10:02 Michał Górny
2020-07-11 9:16 Michał Górny
2020-07-09 8:41 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-05-31 17:17 Michał Górny
2020-05-05 21:04 Sergei Trofimovich
2020-05-02 18:43 Agostino Sarubbo
2020-05-02 9:35 Agostino Sarubbo
2020-05-02 9:01 Sergei Trofimovich
2020-05-01 8:40 Mart Raudsepp
2020-04-30 18:47 Michał Górny
2020-04-30 16:00 Agostino Sarubbo
2020-04-30 15:58 Agostino Sarubbo
2020-04-30 15:57 Agostino Sarubbo
2020-04-30 15:56 Agostino Sarubbo
2020-04-30 9:45 Michał Górny
2020-03-29 9:16 Michał Górny
2020-03-24 7:55 Michał Górny
2020-03-02 20:22 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2019-03-19 23:44 Virgil Dupras
2018-12-29 16:29 Matt Turner
2018-12-28 20:37 Mikle Kolyada
2018-12-19 22:48 Sergei Trofimovich
2018-11-25 10:12 Mikle Kolyada
2018-10-12 19:08 Sergei Trofimovich
2018-10-02 14:37 Mikle Kolyada
2018-10-02 14:02 Tobias Klausmann
2018-10-01 21:31 Sergei Trofimovich
2018-10-01 0:07 Thomas Deutschmann
2018-08-17 1:38 Mikle Kolyada
2018-08-14 6:50 Mart Raudsepp
2018-07-16 19:57 Michał Górny
2018-07-16 11:48 Michał Górny
2018-07-13 9:07 Michał Górny
2018-07-13 9:07 Michał Górny
2018-07-13 9:07 Michał Górny
2018-03-27 23:15 Matt Turner
2018-02-22 18:06 Michał Górny
2018-01-01 10:08 Michał Górny
2018-01-01 10:08 Michał Górny
2017-12-16 21:49 Mike Gilbert
2017-12-16 21:22 Mike Gilbert
2017-09-12 9:13 Fabian Groffen
2017-07-29 20:38 Matt Thode
2017-07-29 20:38 Matt Thode
2017-07-11 20:33 Sebastien Fabbro
2017-07-11 20:33 Sebastien Fabbro
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=1600444378.2fdd8ad30a47a12c22686b4f723e6fde7494e7f8.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