From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doc8/
Date: Sun, 17 Oct 2021 07:41:55 +0000 (UTC) [thread overview]
Message-ID: <1634456509.a8a5e60dc69c815d6014052248eba1f4fd435dd2.mgorny@gentoo> (raw)
commit: a8a5e60dc69c815d6014052248eba1f4fd435dd2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 07:40:52 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 07:41:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a5e60d
dev-python/doc8: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/doc8/Manifest | 1 -
dev-python/doc8/doc8-0.6.0.ebuild | 31 -------------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest
index e5144e18d0b..de1c2ae5ef9 100644
--- a/dev-python/doc8/Manifest
+++ b/dev-python/doc8/Manifest
@@ -1,3 +1,2 @@
-DIST doc8-0.6.0.tar.gz 21547 BLAKE2B 84908a28e46fa970db7510d5fec7815028b9e65bec3cb5c0352f4ed88560765bde4c76aea3ba803ce737dff1856b702b21cebcf151587f6ae2870d4d1126d0a5 SHA512 1858334d3a0247d4d30c311bd7f13be66a6cdb6131f9d24dc10e38efaed6e08c8c7d11b776ff5dac7d6ae5eeb1cb7ef03523bc3e244794625a8ac1346cc05d75
DIST doc8-0.9.0.tar.gz 30995 BLAKE2B 9960e223e9ada9646a0e302230714dbeef1525bf9a912ec1b7a8a0c5e4bf2d2307c2303524668d770ddb38d0b30e4a868e5a2280b7c6ffc1b4b80854f2576e75 SHA512 ebff512dfffb7d21d9173f0ff6ca282810334abfbd9c95570dba4e27796e79bc8d14fd2914c029a3cbf235766305dfa37ca565e2e20d32c63ea741f8ce4d1ae2
DIST doc8-0.9.1.tar.gz 31122 BLAKE2B 84708d05414fe1545558910d0d74ae9612091500efb1880062910b395f1244c6edb1fe1c95ff97a177fcbb4127fcbc4b819a749f90c8384c0c23e9041af12b25 SHA512 058403a808ec2d55cf732c8eb0e28f6902c935a6fe0fd4e3ce1a11088888f32875a416adf478b81192948ebd581548b2d1591581222f1e841e97777980a80d69
diff --git a/dev-python/doc8/doc8-0.6.0.ebuild b/dev-python/doc8/doc8-0.6.0.ebuild
deleted file mode 100644
index 9cc4c17c37b..00000000000
--- a/dev-python/doc8/doc8-0.6.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Style checker for Sphinx (or other) RST documentation"
-HOMEPAGE="http://git.openstack.org/cgit/stackforge/doc8"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE=""
-
-DEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
-RDEPEND="
- >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
- dev-python/chardet[${PYTHON_USEDEP}]
- dev-python/docutils[${PYTHON_USEDEP}]
- >=dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/stevedore[${PYTHON_USEDEP}]"
-
-python_prepare_all() {
- sed -i '/^argparse/d' requirements.txt || die
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2021-10-17 7:42 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-17 7:41 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-21 10:45 [gentoo-commits] repo/gentoo:master commit in: dev-python/doc8/ Michał Górny
2024-09-21 10:41 Arthur Zamarin
2024-09-03 5:23 Michał Górny
2024-07-13 9:48 Michał Górny
2024-07-13 9:36 Arthur Zamarin
2024-06-26 9:05 Sam James
2023-10-29 11:10 Michał Górny
2023-03-16 3:47 Michał Górny
2022-12-25 8:09 Michał Górny
2022-08-30 17:03 Arthur Zamarin
2022-08-30 16:33 Arthur Zamarin
2022-07-29 18:02 Michał Górny
2022-06-22 7:57 Michał Górny
2022-06-22 6:53 Agostino Sarubbo
2022-05-18 5:58 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01 6:55 Michał Górny
2022-03-31 14:08 Michał Górny
2022-03-31 11:33 Michał Górny
2021-10-31 20:33 Michał Górny
2021-10-31 18:02 Sam James
2021-10-31 17:58 Sam James
2021-10-02 23:53 Sam James
2021-09-27 22:16 Michał Górny
2021-09-26 5:01 Sam James
2021-09-26 5:01 Sam James
2021-09-22 14:05 Arthur Zamarin
2021-01-24 0:07 Sam James
2020-10-16 2:04 Matthew Thode
2020-02-05 5:50 Michał Górny
2017-03-22 16:03 Matt Thode
2017-03-13 1:30 Zac Medico
2016-03-25 3:00 Matt Thode
2015-10-15 6:55 Matt Thode
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=1634456509.a8a5e60dc69c815d6014052248eba1f4fd435dd2.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