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: Fri,  5 Jan 2018 23:19:37 +0000 (UTC)	[thread overview]
Message-ID: <1515194367.33d8e5400b575d7409b1c6afadae92643193eca9.mgorny@gentoo> (raw)

commit:     33d8e5400b575d7409b1c6afadae92643193eca9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 23:00:03 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 23:19:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33d8e540

dev-python/pyflakes: Clean old up

 dev-python/pyflakes/Manifest              |  2 --
 dev-python/pyflakes/pyflakes-0.7.2.ebuild | 26 --------------------------
 dev-python/pyflakes/pyflakes-1.5.0.ebuild | 22 ----------------------
 3 files changed, 50 deletions(-)

diff --git a/dev-python/pyflakes/Manifest b/dev-python/pyflakes/Manifest
index 35a4138a43e..a87386a90b7 100644
--- a/dev-python/pyflakes/Manifest
+++ b/dev-python/pyflakes/Manifest
@@ -1,6 +1,4 @@
-DIST pyflakes-0.7.2.tar.gz 30107 BLAKE2B 22554e7473bb0709cb65206606ae3960b27c6a62a131e088ca5adf54b13f4c3960287f9ac29b29f59cb9d814cb37b872b3abd20971185f454a122ea47c52fc72 SHA512 9f50c78ae47f55e30ed264b351325321f6c5d889ca6b2c7509d6c5cb029e27c230849cecc729bb18664cc2eb3d003a38a2e7a20f48563b6fa72c621a783bea64
 DIST pyflakes-0.8.1.tar.gz 32981 BLAKE2B a4d02202e5cc9e1174d9296834edae7bc2c3d66e0081979438ceaa80dab9dcf41710b23015f8fcabea062d7dbb249ffc7521657d0860fd115cf58b441721b778 SHA512 b9843637891f3e82a8430121395ceb4ec5df48b5ba73b96a307ebcb4a393e8cebee1681e094ee1f71a85b58bd2f32562b78fbd61d3fa85634f3ac448b1244637
 DIST pyflakes-1.0.0.tar.gz 35365 BLAKE2B 7b0f676fcb1f77f85a4fa85f02dd26f181f7d8085ef3226cd06b3f1d33b9b235384c7da835b07b8128ac5ba56e8b5e4f0cb5736b25e18bd50c76c6ace9491368 SHA512 89a9ee2e5be87d32d5c259c0cb88bbeadb96d27a3bc5eb3cf6f86afa51907ea01107a5336decbf003679b7de65ed9a16d7fbf55a457e0c9bbb1b53500f719bcb
 DIST pyflakes-1.2.3.tar.gz 44776 BLAKE2B 9effec80b58ebac140a6a8b2f5f31a32c4fdf9e842d3fbd2858a3e74f33920925f10b6377300d962d1e2b1931efe8bb5318b97ef51c99aeb003a3434d08810db SHA512 e0b49b4cd388b39c4f4f5ab836520cfc2ee940ce24de084fbeca0a2f13beca23b3ca89741e297a6f450d211ec27ebd91a7d23a80105e50d14960a3888d7693f2
-DIST pyflakes-1.5.0.tar.gz 47526 BLAKE2B 266e16c80374ad1e778fa902ff4bdb211b8fc22135f26689bafebc057eefda2860b071e3d7bbf1eb35bcbac41c437950e5ecfea23382f47b04d223925dce9186 SHA512 32a676bab3ee7e528b7425b4b9dd5f4e5bdf57c983e2eac9e46f029b98683a55a5281b08886a0ced464db5b5d52213a00822ee86096098a4c55828ffa229b501
 DIST pyflakes-1.6.0.tar.gz 48184 BLAKE2B a5762c23521aa68ea92537fbc2903bb7af64faf8d1fafc97e48e003f529f8c16ae8dca444c9122fc5c50618fec7120b2f2b2e6682e1d86e502ab49096cb42bfc SHA512 7e9c2aad6ebed638a1354cef51c7e1f68b25e59f8caf4694997a9afecd7cd8baa629a9363297ac0d961430f007fd22dcae7dae1bcbd7838a3b5d4285063bc7c5

diff --git a/dev-python/pyflakes/pyflakes-0.7.2.ebuild b/dev-python/pyflakes/pyflakes-0.7.2.ebuild
deleted file mode 100644
index b63540d566e..00000000000
--- a/dev-python/pyflakes/pyflakes-0.7.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Passive checker for Python programs"
-HOMEPAGE="https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
-IUSE="test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-	test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"
-
-python_test() {
-	# a known failure of 1 test in py3.2.4
-	# https://bugs.launchpad.net/pyflakes/+bug/1172463
-	esetup.py test --quiet
-}

diff --git a/dev-python/pyflakes/pyflakes-1.5.0.ebuild b/dev-python/pyflakes/pyflakes-1.5.0.ebuild
deleted file mode 100644
index 9a96c68de75..00000000000
--- a/dev-python/pyflakes/pyflakes-1.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Passive checker for Python programs"
-HOMEPAGE="https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_test() {
-	esetup.py test --quiet
-}


             reply	other threads:[~2018-01-05 23:19 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-05 23:19 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:55 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
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=1515194367.33d8e5400b575d7409b1c6afadae92643193eca9.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