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/pyflakes/
Date: Sat, 31 Dec 2022 10:55:59 +0000 (UTC)	[thread overview]
Message-ID: <1672484155.67b1ee6e9450d04b48dd6a46a4cf72dca5f13510.mgorny@gentoo> (raw)

commit:     67b1ee6e9450d04b48dd6a46a4cf72dca5f13510
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 10:54:52 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 10:55:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b1ee6e

dev-python/pyflakes: Remove old

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

 dev-python/pyflakes/Manifest                 |  2 --
 dev-python/pyflakes/pyflakes-2.4.0-r1.ebuild | 22 ----------------------
 dev-python/pyflakes/pyflakes-2.5.0.ebuild    | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-python/pyflakes/Manifest b/dev-python/pyflakes/Manifest
index 70b91ea8c023..ae8dfb6b9a88 100644
--- a/dev-python/pyflakes/Manifest
+++ b/dev-python/pyflakes/Manifest
@@ -1,3 +1 @@
-DIST pyflakes-2.4.0.tar.gz 69101 BLAKE2B 852e50f3545138947761f9a8413fd6463bb9a28977c008feb1c3a81afb3854501b8fd3c05840d9d75bc6ebf505b545e62c047b87780b0bc764fd4225ea6a1e21 SHA512 f4c6512eb811511c897623f52c4f88e50275a3292582d7dd34462e90e39fecce939818cb92e750eebdd66eab25b91c23540104fc4530c42621d7cfeb1d33c577
-DIST pyflakes-2.5.0.tar.gz 66388 BLAKE2B 2511700c208a2eabe8f71597b2fa0bd69b6a1fb9fc1428fbb21ab7fad801bb3ad38f72f9a0c98f654828cc2f183a75c1c208e554c876bf77fe91c9c88b93e25e SHA512 e47303c4b445e0c010dfc96244b6fa991bd1870072c61cc7acd309947af3d81581276b012b56b7db0d8df3f91a4216a5ec502720c149f5707d5d1d28654aeeb4
 DIST pyflakes-3.0.1.tar.gz 63554 BLAKE2B 992dc4c81204c9ae2fd44744452e76a11209552edaef930edb14b7ba4763720cd1c0c0cd148fa7edd474b33aa529d8ec28f7f35a2b02b707d58cf70243fc13a9 SHA512 10ffe2b92f3885d40578452423a93609f8546b2392997bdbc3f64ca0094516ce6b8449e5d3675bda5fdbc16190c89be23609559fc4cd4f1c97e6af032226d7b7

diff --git a/dev-python/pyflakes/pyflakes-2.4.0-r1.ebuild b/dev-python/pyflakes/pyflakes-2.4.0-r1.ebuild
deleted file mode 100644
index 9e1e1477eb75..000000000000
--- a/dev-python/pyflakes/pyflakes-2.4.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Passive checker for Python programs"
-HOMEPAGE="
-	https://github.com/PyCQA/pyflakes/
-	https://pypi.org/project/pyflakes/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests unittest

diff --git a/dev-python/pyflakes/pyflakes-2.5.0.ebuild b/dev-python/pyflakes/pyflakes-2.5.0.ebuild
deleted file mode 100644
index a2b67fbebe46..000000000000
--- a/dev-python/pyflakes/pyflakes-2.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Passive checker for Python programs"
-HOMEPAGE="
-	https://github.com/PyCQA/pyflakes/
-	https://pypi.org/project/pyflakes/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests unittest


             reply	other threads:[~2022-12-31 10:56 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-31 10:55 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-20 20:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyflakes/ Michał Górny
2024-01-20 18:35 Arthur Zamarin
2024-01-05 11:25 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-08-05 15:21 Michał Górny
2023-08-05 15:11 Arthur Zamarin
2023-07-30 18:27 Michał Górny
2022-12-31 10:41 Arthur Zamarin
2022-11-25  5:14 Michał Górny
2022-08-30 16:31 Arthur Zamarin
2022-07-30 19:19 Arthur Zamarin
2022-06-22 18:22 Arthur Zamarin
2022-06-22 18:22 Arthur Zamarin
2022-05-23  9:38 Michał Górny
2022-05-16 13:01 Andrew Ammerlaan
2021-12-17  5:58 Sam James
2021-10-23 13:16 Sam James
2021-10-07  7:21 Michał Górny
2021-09-25 13:09 James Le Cuirot
2021-06-21 21:08 Marek Szuba
2021-06-03  7:28 Michał Górny
2021-04-27 18:21 Michał Górny
2021-04-27 18:09 Sam James
2021-04-18  1:41 Sam James
2021-03-24 18:38 Michał Górny
2021-03-14 22:10 Michał Górny
2020-07-09  5:14 Michał Górny
2020-07-09  5:14 Michał Górny
2020-05-26 20:43 Matt Turner
2020-03-28 17:44 Michał Górny
2020-02-12 16:14 Agostino Sarubbo
2020-01-28 20:02 Andreas Sturmlechner
2020-01-27 11:46 Mikle Kolyada
2020-01-17 10:30 Agostino Sarubbo
2020-01-17 10:28 Agostino Sarubbo
2020-01-17  9:31 Agostino Sarubbo
2020-01-17  8:09 Sergei Trofimovich
2020-01-17  8:07 Sergei Trofimovich
2020-01-16 18:14 Sergei Trofimovich
2019-12-02 21:13 Aaron Bauman
2019-01-28  0:25 Matthew Thode
2018-08-18  3:03 Mikle Kolyada
2018-07-19 18:59 Michał Górny
2018-07-19 18:59 Michał Górny
2018-07-19 18:59 Michał Górny
2018-05-03  6:29 Mart Raudsepp
2018-04-18 12:58 Mikle Kolyada
2018-04-16 18:36 Sergei Trofimovich
2018-04-07 21:07 Matt Turner
2018-04-07 20:33 Matt Turner
2018-04-07 20:33 Matt Turner
2018-03-05 21:31 Tobias Klausmann
2018-03-04  9:13 Jason Zaman
2018-03-02 23:39 Sergei Trofimovich
2018-02-18  0:03 Patrice Clement
2018-01-05 23:19 Michał Górny
2017-08-23 10:11 Tim Harder
2017-08-23 10:08 Tim Harder
2017-08-23 10:08 Tim Harder
2017-07-10 13:15 Alexis Ballier
2017-07-07 12:18 Alexis Ballier
2017-05-21 21:37 Mart Raudsepp
2017-05-18 20:12 Michael Weber
2017-03-22 19:48 Markus Meier
2017-02-06 23:45 Patrice Clement
2016-11-30 18:05 Michał Górny
2016-09-17  8:56 Pacho Ramos
2016-07-18 17:23 Markus Meier
2016-07-17 16:31 Tobias Klausmann
2016-05-29 11:24 David Seifert
2016-02-09  9:33 Justin Lecher
2015-11-26 10:26 Justin Lecher
2015-11-24  7:13 Justin Lecher
2015-11-23 15:07 Patrice Clement
2015-11-18 10:19 Agostino Sarubbo

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=1672484155.67b1ee6e9450d04b48dd6a46a4cf72dca5f13510.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