public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-spelling/
Date: Wed, 25 Mar 2020 13:59:35 +0000 (UTC)	[thread overview]
Message-ID: <1585144764.28ef95cb588be3b187dc495d249b052d474d0e0a.mgorny@gentoo> (raw)

commit:     28ef95cb588be3b187dc495d249b052d474d0e0a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 13:49:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 13:59:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ef95cb

dev-python/sphinxcontrib-spelling: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/sphinxcontrib-spelling/Manifest         |  2 -
 .../sphinxcontrib-spelling-2.1.2.ebuild            | 47 ----------------------
 .../sphinxcontrib-spelling-2.3.0.ebuild            | 40 ------------------
 3 files changed, 89 deletions(-)

diff --git a/dev-python/sphinxcontrib-spelling/Manifest b/dev-python/sphinxcontrib-spelling/Manifest
index 371c991f587..4403c6c3c41 100644
--- a/dev-python/sphinxcontrib-spelling/Manifest
+++ b/dev-python/sphinxcontrib-spelling/Manifest
@@ -1,3 +1 @@
-DIST sphinxcontrib-spelling-2.1.2.tar.gz 35411 BLAKE2B 9738e18664fb68f6f8f7aafb626b6712f7c30947681f6c5ed288dd76c2b24245cb4083887330fc05ef4fdc64756245d997797ae36899c2c762489fff13219a21 SHA512 993f371e064e8748eb61faae649fb293b154a35955ff84d86fd041f4e2cc4c6e22c686007a67c3b63b0c50fc01ed226708f27db347e58847a46ca733c997d51f
-DIST sphinxcontrib-spelling-2.3.0.tar.gz 35687 BLAKE2B 9b48f1953616875bd5f0106ab0a01ac22d176b93eca88da7e36804eaf744aaf6e941d3dcb9f905f9bfe54ea51eb5c0d14d954b3def809994e7ba661e09cdb18e SHA512 194023d2c5ba594a264740a2a45ebd90d37fc17fbd3bc8c53fa303581a652c58332f998a159c9c6c58718dd9898c9b4639e98ee114a2ee1e5f2097e545134a1a
 DIST sphinxcontrib-spelling-4.3.0.tar.gz 38316 BLAKE2B 4bfcbfb22c10b5bd181ef5ba7b64815ccaeaa50f01ccff96adab914cfbe6674ce28088e5eb5717b44531565f961b1f159014d235275065070e22d96d08cd4af2 SHA512 0d1575079be7994df905de02d31ad2c9c3af9634a487fbc9c565067fcbef6c36fd4fbd326ccbee4b40b3ff14696ad85a97c68018a956ff3e2f7e1be46bb3a074

diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild
deleted file mode 100644
index 9bbc7403556..00000000000
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.1.2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx spelling extension"
-HOMEPAGE="https://bitbucket.org/dhellmann/sphinxcontrib-spelling"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-CDEPEND="
-	dev-python/pbr[${PYTHON_USEDEP}]
-	>=dev-python/pyenchant-1.6.5[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	>=dev-python/sphinx-0.6[${PYTHON_USEDEP}]
-"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( >=dev-python/sphinx-0.6[${PYTHON_USEDEP}] )
-	test? (
-		${CDEPEND}
-		dev-python/nose[${PYTHON_USEDEP}]
-	)
-"
-RDEPEND="${CDEPEND}"
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_test() {
-	nosetests || die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/build/html/. )
-
-	distutils-r1_python_install_all
-}

diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild
deleted file mode 100644
index 4c610d2704c..00000000000
--- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-2.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Sphinx spelling extension"
-HOMEPAGE="https://bitbucket.org/dhellmann/sphinxcontrib-spelling"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-CDEPEND="
-	dev-python/pbr[${PYTHON_USEDEP}]
-	dev-python/pyenchant[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	dev-python/sphinx[${PYTHON_USEDEP}]
-"
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-"
-RDEPEND="${CDEPEND}
-		dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
-	use doc && emake -C docs html
-}
-
-python_install_all() {
-	use doc && local HTML_DOCS=( docs/build/html/. )
-	distutils-r1_python_install_all
-	find "${ED}" -name '*.pth' -delete || die
-}


             reply	other threads:[~2020-03-25 13:59 UTC|newest]

Thread overview: 103+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-25 13:59 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20  9:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-spelling/ Petr Vaněk
2024-06-06 14:03 Ionen Wolkens
2024-04-14 15:28 Michał Górny
2023-03-24 19:52 Michał Górny
2023-03-24 19:47 Arthur Zamarin
2023-02-20  6:24 Michał Górny
2022-12-17  6:43 Michał Górny
2022-12-16 19:49 Arthur Zamarin
2022-11-13 18:57 Michał Górny
2022-11-10 19:25 Arthur Zamarin
2022-11-10 19:22 Arthur Zamarin
2022-10-18  7:26 Michał Górny
2022-10-10  7:43 Arthur Zamarin
2022-07-24 20:24 Michał Górny
2022-07-02 12:15 Arthur Zamarin
2022-07-02 12:13 Arthur Zamarin
2022-06-26  4:49 Michał Górny
2022-06-19 18:08 Arthur Zamarin
2022-06-06 11:35 Michał Górny
2022-06-06 11:01 Jakov Smolić
2022-05-31  6:18 Michał Górny
2022-05-29  7:09 Michał Górny
2022-05-26  8:07 Michał Górny
2022-05-01  6:41 Michał Górny
2022-04-27  7:07 Michał Górny
2022-04-27  6:58 Agostino Sarubbo
2022-04-26  1:51 Sam James
2022-04-20 12:18 Michał Górny
2022-04-20 12:18 Michał Górny
2022-02-03 20:56 Arthur Zamarin
2022-01-29  7:23 Michał Górny
2022-01-29  6:59 Arthur Zamarin
2022-01-06  0:12 Michał Górny
2022-01-05 18:17 Arthur Zamarin
2021-12-30 21:56 Michał Górny
2021-12-29  8:30 Michał Górny
2021-12-04 22:20 Michał Górny
2021-08-28  8:16 Arthur Zamarin
2021-06-05 20:55 Michał Górny
2021-05-01  7:45 Michał Górny
2021-01-05 21:32 Michał Górny
2021-01-05 21:03 Sam James
2020-12-22  8:00 Sergei Trofimovich
2020-12-04 12:38 Michał Górny
2020-12-03 17:31 Michał Górny
2020-11-26 19:08 Sam James
2020-11-26 13:21 Sam James
2020-11-26  8:26 Sam James
2020-11-23 16:39 Sergei Trofimovich
2020-11-13 10:08 Michał Górny
2020-11-13  9:02 Michał Górny
2020-11-13  2:46 Sam James
2020-11-12 23:09 Thomas Deutschmann
2020-11-06  8:01 Michał Górny
2020-11-02 23:31 Michał Górny
2020-10-21 22:51 Michał Górny
2020-10-20  2:50 Michał Górny
2020-10-19  6:37 Michał Górny
2020-10-04 20:02 Louis Sautier
2020-10-04 19:59 Louis Sautier
2020-10-04 19:59 Louis Sautier
2020-10-04 19:49 Sergei Trofimovich
2020-09-27  6:42 Matt Turner
2020-09-24  6:49 Agostino Sarubbo
2020-09-13  4:55 Sam James
2020-09-13  3:31 Sam James
2020-08-25 10:23 Sam James
2020-08-19  3:34 Michał Górny
2020-08-18 21:53 Sergei Trofimovich
2020-08-13 10:04 Michał Górny
2020-07-30 20:46 Michał Górny
2020-07-29 17:11 Sam James
2020-07-29 16:22 Sam James
2020-07-29  8:03 Michał Górny
2020-07-29  8:03 Michał Górny
2020-07-11  9:16 Michał Górny
2020-07-11  9:16 Michał Górny
2020-07-09  8:04 Agostino Sarubbo
2020-06-23  6:03 Michał Górny
2020-06-12 18:24 Michał Górny
2020-06-12 18:24 Michał Górny
2020-06-06  8:38 Michał Górny
2020-04-27 15:56 Michał Górny
2020-04-11  7:49 Michał Górny
2020-03-25 13:59 Michał Górny
2020-02-06  6:18 Michał Górny
2019-12-30 21:54 Piotr Karbowski
2019-07-14 12:27 Michał Górny
2019-07-14 12:27 Michał Górny
2019-04-27 11:49 Anthony G. Basile
2018-03-10 14:56 Pacho Ramos
2017-10-04  8:57 Michał Górny
2017-09-28 13:42 Michael Palimaka
2017-09-16  6:33 Markus Meier
2017-09-08 20:53 Markus Meier
2017-08-02  4:06 Sebastien Fabbro
2017-07-31  9:33 Tobias Klausmann
2017-02-13  9:19 Zac Medico
2016-03-28 13:16 Ian Delaney
2015-10-14 16:52 Justin Lecher
2015-08-16 15:10 Justin Lecher
2015-08-09 20:33 Alex Brandt

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=1585144764.28ef95cb588be3b187dc495d249b052d474d0e0a.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