From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydocstyle/
Date: Wed, 21 Apr 2021 19:25:55 +0000 (UTC) [thread overview]
Message-ID: <1619032929.755a0d031c1526a52c5473d53e850db667e7c564.mgorny@gentoo> (raw)
commit: 755a0d031c1526a52c5473d53e850db667e7c564
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 21 19:22:09 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 19:22:09 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755a0d03
dev-python/pydocstyle: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydocstyle/Manifest | 1 -
dev-python/pydocstyle/pydocstyle-5.1.1.ebuild | 31 ---------------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/pydocstyle/Manifest b/dev-python/pydocstyle/Manifest
index b71df400b9a..809dedd258d 100644
--- a/dev-python/pydocstyle/Manifest
+++ b/dev-python/pydocstyle/Manifest
@@ -1,2 +1 @@
-DIST pydocstyle-5.1.1.tar.gz 70759 BLAKE2B 3cdb519d7f9459a201c9b7bc3002e69dae76b79758b155198b3101c6817c66db01616723e789dd8105d0339d6163fec02ab50db2370b13d3a8d1c5a17ecded6c SHA512 70c7408dfa4c8e54a3abf0548a9af26a7ad7ee0bb76f3a41bf6f2297ce09c13c03ab5e066b1b15404ba6390ddfcacbc5e199d8b73ee74e3b184759d88c8b2a51
DIST pydocstyle-6.0.0.tar.gz 72143 BLAKE2B 1036a5eab38a38bda0f98371f7e4094248cf5057a9afd8743a478f153a5f06feab6b3e7d6be031615b5e88c388786f59a0619f774f492e40a722f39973051d5b SHA512 609a10307aa24513f476ef639771fc095fe7a65ffd8d530fad02886369c62969c69a5134fd0ec79a1e07d1b6cb8f920c3478db546c26aefb0e45771777c02a0b
diff --git a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild b/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
deleted file mode 100644
index e3ce4474db2..00000000000
--- a/dev-python/pydocstyle/pydocstyle-5.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python docstring style checker"
-HOMEPAGE="https://github.com/PyCQA/pydocstyle/"
-SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~x64-macos"
-
-RDEPEND="dev-python/snowballstemmer[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-# Requires network to lookup github issues
-#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/sphinxcontrib-issuetracker
-
-python_prepare_all() {
- # These tests call pip.
- # pip install fails because we are not allowed to do that inside an ebuild.
- rm "${S}/src/tests/test_integration.py" || die
-
- distutils-r1_python_prepare_all
-}
next reply other threads:[~2021-04-21 19:25 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-21 19:25 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 12:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/pydocstyle/ Michał Górny
2023-02-16 22:52 Sam James
2023-01-18 7:34 Michał Górny
2023-01-09 8:09 Michał Górny
2023-01-03 19:36 Andrew Ammerlaan
2022-11-30 10:18 WANG Xuerui
2022-06-22 18:19 Arthur Zamarin
2022-06-22 18:19 Arthur Zamarin
2022-05-23 9:38 Michał Górny
2022-05-16 14:08 Andrew Ammerlaan
2021-12-07 8:40 Joshua Kinard
2021-10-23 13:16 Sam James
2021-10-14 4:45 Sam James
2021-10-11 0:45 Sam James
2021-06-24 8:20 Michał Górny
2021-06-24 4:26 Agostino Sarubbo
2021-04-21 18:55 Sam James
2021-03-19 9:47 Michał Górny
2021-03-19 7:36 Michał Górny
2020-12-31 6:33 Sam James
2020-12-14 0:46 Sam James
2020-12-13 0:34 Sam James
2020-12-13 0:16 Sam James
2020-12-07 4:28 Matt Turner
2020-11-28 14:21 Sam James
2020-10-20 17:41 Sergei Trofimovich
2020-10-16 21:56 Sergei Trofimovich
2020-10-16 13:44 Joonas Niilola
2020-10-16 12:00 Michał Górny
2020-10-11 23:44 Sam James
2020-10-07 21:03 Louis Sautier
2020-09-04 17:32 Matt Turner
2020-08-02 9:15 Michał Górny
2020-07-17 4:14 Matt Turner
2020-03-28 17:21 Michał Górny
2020-03-25 17:44 Agostino Sarubbo
2020-03-25 16:12 Agostino Sarubbo
2020-02-15 20:43 Matt Turner
2018-10-14 11:58 Zac Medico
2018-10-13 22:35 Zac Medico
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=1619032929.755a0d031c1526a52c5473d53e850db667e7c564.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