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: Sat, 28 Mar 2020 17:21:57 +0000 (UTC) [thread overview]
Message-ID: <1585415861.c8c3ef2eaf7f8b91cc1fee10337047f5e6cd0eec.mgorny@gentoo> (raw)
commit: c8c3ef2eaf7f8b91cc1fee10337047f5e6cd0eec
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 17:17:41 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 17:17:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c3ef2e
dev-python/pydocstyle: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pydocstyle/Manifest | 1 -
dev-python/pydocstyle/pydocstyle-2.1.1.ebuild | 34 ---------------------------
2 files changed, 35 deletions(-)
diff --git a/dev-python/pydocstyle/Manifest b/dev-python/pydocstyle/Manifest
index e0085d8746a..efa1ceaa89d 100644
--- a/dev-python/pydocstyle/Manifest
+++ b/dev-python/pydocstyle/Manifest
@@ -1,2 +1 @@
-DIST pydocstyle-2.1.1.tar.gz 55760 BLAKE2B e470b006b5db04c4bed5c3145b14b949980c71d1dd91dbe34d49599063aaf1cb1d0842dfb992e5d471436446455bde2d309ee573826c039540fa99adba3f828b SHA512 f23939e0350094c67565613bab4ddf285dda5a7379e6ac2493953d6e60ab75588143fd374715765d2aa0728e7117d02e91312dbbe5a9cad28aa8e8e7f68e3bc4
DIST pydocstyle-5.0.2.tar.gz 68063 BLAKE2B 6d7bf04e97c853e50d953342d332847d0e80b080d5ab044f9d444536ed0352ad44402a1af0c3a6f552ec9f3bb3a372a84af2a5bbdaee58bb18dab585cad5dddb SHA512 5ac2e017ae95ff5c7759d6a2cb9ac990f94f668f5fd940792d927cc62628cd036afcf39ab5db6a11100dcca32af344b47f4a7319dd3a47c36367844d0c06d34a
diff --git a/dev-python/pydocstyle/pydocstyle-2.1.1.ebuild b/dev-python/pydocstyle/pydocstyle-2.1.1.ebuild
deleted file mode 100644
index 6f1106d04f6..00000000000
--- a/dev-python/pydocstyle/pydocstyle-2.1.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python docstring style checker"
-HOMEPAGE="https://pypi.python.org/pypi/pep257"
-SRC_URI="https://github.com/PyCQA/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )"
-
-python_install_all() {
- distutils-r1_python_install_all
-}
-
-python_test() {
- esetup.py test
-}
next reply other threads:[~2020-03-28 17:22 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-28 17:21 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 19:25 Michał Górny
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-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=1585415861.c8c3ef2eaf7f8b91cc1fee10337047f5e6cd0eec.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