From d2c8d57a5591ab342a5693422779dc989e504fd5 Mon Sep 17 00:00:00 2001 From: David Michael Date: Thu, 4 May 2017 15:12:51 -0700 Subject: [PATCH] bump(dev-python/pyflakes): sync with upstream --- .../dev-python/pyflakes/ChangeLog | 119 -------- .../dev-python/pyflakes/Manifest | 42 +-- .../pyflakes/files/1.0.0-fix-pypy-tests.patch | 282 ++++++++++++++++++ .../dev-python/pyflakes/metadata.xml | 6 +- .../dev-python/pyflakes/pyflakes-0.5.0.ebuild | 24 -- .../dev-python/pyflakes/pyflakes-0.6.1.ebuild | 30 -- .../dev-python/pyflakes/pyflakes-0.7.2.ebuild | 14 +- ...kes-0.7.3.ebuild => pyflakes-0.8.1.ebuild} | 10 +- .../dev-python/pyflakes/pyflakes-1.0.0.ebuild | 25 ++ .../dev-python/pyflakes/pyflakes-1.2.3.ebuild | 23 ++ .../dev-python/pyflakes/pyflakes-1.5.0.ebuild | 22 ++ .../md5-cache/dev-python/pyflakes-0.5.0 | 13 - .../md5-cache/dev-python/pyflakes-0.6.1 | 13 - .../md5-cache/dev-python/pyflakes-0.7.2 | 10 +- .../md5-cache/dev-python/pyflakes-0.7.3 | 14 - .../md5-cache/dev-python/pyflakes-0.8.1 | 14 + .../md5-cache/dev-python/pyflakes-1.0.0 | 14 + .../md5-cache/dev-python/pyflakes-1.2.3 | 14 + .../md5-cache/dev-python/pyflakes-1.5.0 | 14 + 19 files changed, 443 insertions(+), 260 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyflakes/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyflakes/files/1.0.0-fix-pypy-tests.patch delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.5.0.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.6.1.ebuild rename sdk_container/src/third_party/portage-stable/dev-python/pyflakes/{pyflakes-0.7.3.ebuild => pyflakes-0.8.1.ebuild} (51%) create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.0.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.2.3.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.5.0.ebuild delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.5.0 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.6.1 delete mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.8.1 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.0.0 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.2.3 create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.5.0 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/ChangeLog b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/ChangeLog deleted file mode 100644 index 45583bc3b8..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/ChangeLog +++ /dev/null @@ -1,119 +0,0 @@ -# ChangeLog for dev-python/pyflakes -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.33 2013/07/27 11:40:00 ago Exp $ - - 27 Jul 2013; Agostino Sarubbo pyflakes-0.7.2.ebuild: - Stable for amd64, wrt bug #461158 - - 03 Jul 2013; Mike Gilbert pyflakes-0.6.1.ebuild, - pyflakes-0.7.2.ebuild, pyflakes-0.7.3.ebuild: - [R]DEPEND on setuptools, thanks Arfrever. - -*pyflakes-0.7.3 (02 Jul 2013) - - 02 Jul 2013; Tim Harder +pyflakes-0.7.3.ebuild: - Version bump. - - 31 May 2013; Ian Delaney pyflakes-0.7.2.ebuild: - added apparent support of healthy py2.[5-6], py3.2 - -*pyflakes-0.7.2 (27 Apr 2013) - - 27 Apr 2013; Patrick McLean +pyflakes-0.7.2.ebuild, - -pyflakes-0.4.0.ebuild: - Version bump, port to distutils-r1. Clean out really old version. - - 21 Feb 2013; Zac Medico pyflakes-0.6.1.ebuild: - Add ~arm-linux keyword. - -*pyflakes-0.6.1 (07 Feb 2013) - - 07 Feb 2013; Patrick Lauer +pyflakes-0.6.1.ebuild: - Bump - - 11 Dec 2012; Agostino Sarubbo pyflakes-0.5.0.ebuild: - Add ~ppc, wrt bug #416677 - - 11 Dec 2012; Agostino Sarubbo pyflakes-0.5.0.ebuild: - Add ~ppc64, wrt bug #416677 - - 10 Nov 2012; Ian Delaney pyflakes-0.5.0.ebuild: - tests re-tested, pypy set to tests restricted, fixes Bug #No. #432560 - - 23 Oct 2011; Raúl Porcel pyflakes-0.4.0.ebuild, - pyflakes-0.5.0.ebuild: - Drop ia64 keywords - - 13 Oct 2011; Pawel Hajdan jr pyflakes-0.5.0.ebuild: - x86 stable wrt bug #386067 - - 12 Oct 2011; Tony Vroon pyflakes-0.5.0.ebuild: - Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & Ian - "idella4" Delaney in bug #386067. - - 20 Sep 2011; Mike Gilbert pyflakes-0.5.0.ebuild: - Restrict tests with Jython. Simplify dependencies. Patch by Arfrever. - - 04 Sep 2011; Dirkjan Ochtman pyflakes-0.5.0.ebuild: - Take some fixes suggested by Arfrever via the python overlay. - -*pyflakes-0.5.0 (03 Sep 2011) - - 03 Sep 2011; Dirkjan Ochtman +pyflakes-0.5.0.ebuild: - Version bump to 0.5.0. - - 08 Jul 2010; Arfrever Frehtes Taifersar Arahesis - pyflakes-0.4.0.ebuild: - Set PYTHON_DEPEND. Simplify src_test(). - - 07 Mar 2010; Samuli Suominen pyflakes-0.4.0.ebuild: - amd64 stable wrt #298977 - - 04 Jan 2010; Christian Faulhammer - pyflakes-0.4.0.ebuild: - stable x86, bug 298977 - -*pyflakes-0.4.0 (30 Nov 2009) - - 30 Nov 2009; Arfrever Frehtes Taifersar Arahesis - +pyflakes-0.4.0.ebuild: - Version bump. Set SUPPORT_PYTHON_ABIS. - - 11 Oct 2009; Fabian Groffen pyflakes-0.3.0.ebuild: - Merge from Prefix - - 04 Sep 2009; Patrick Lauer -pyflakes-0.2.1.ebuild: - Remove old - - 02 Mar 2009; Raúl Porcel pyflakes-0.3.0.ebuild: - x86 stable wrt #203596 - - 02 Mar 2009; Tiago Cunha pyflakes-0.3.0.ebuild: - stable amd64, bug 203596 - -*pyflakes-0.3.0 (31 Jan 2009) - - 31 Jan 2009; Patrick Lauer +pyflakes-0.3.0.ebuild: - Bump to 0.3.0, fixes #257026 - - 21 Oct 2008; Christian Hoffmann pyflakes-0.2.1.ebuild: - fixing HOMEPAGE (upstream apparently moved to trac) - - 31 May 2007; Lukasz Strzygowski pyflakes-0.2.1.ebuild: - Marked ~amd64. - - 22 Feb 2007; Piotr Jaroszyński ChangeLog: - Transition to Manifest2. - - 06 Jun 2006; Carsten Lohrke pyflakes-0.2.1.ebuild: - Fix use of nonexistent versioned virtual/python. - - 01 Apr 2006; Aron Griffis pyflakes-0.2.1.ebuild: - Mark 0.2.1 ~ia64 - -*pyflakes-0.2.1 (20 Feb 2006) - - 20 Feb 2006; Marien Zwart +metadata.xml, - +pyflakes-0.2.1.ebuild: - New ebuild contributed by Qiangning Hong , closes bug - #123479. diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/Manifest index 10b59d5aad..50f3c0c154 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/Manifest +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/Manifest @@ -1,30 +1,14 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST pyflakes-0.5.0.tar.gz 17635 SHA256 53f9794aa13b99cca04259b4a1fe4bd207dc3b2d7dd85ba715814fdeae2ef8cd SHA512 8093ead572a64e3db90f0aa644244fb590baca3c8710f5f8f1a1290b8c32cce67fd634b36423acb1dbb64a8b947a9433accdad4670a8dc97ec57a5e024368463 WHIRLPOOL e53ade631e9383f17ec8ca051e0f082619a22a34f1265aebb5d59e733141f0b200bac08e8df90d4c73de0649109441e3f24ba05f9a2fa58adb92237d9a13e483 -DIST pyflakes-0.6.1.tar.gz 26081 SHA256 8dd31411ded531cca5ed27fdee96f5176db367d5cc91e39e87c1bae47d54dec6 SHA512 ad89db96b0216e5bc7794eac078e5197a57a12bd542d42626b90679b44d35532a004b9605c4517d4f56e23c88e3e886c8d0015702cb6f373d4154dc58bbc0c3e WHIRLPOOL cdd77498e94d79b833f4b561ff5f4dcbec283145bd1520c2cf506e09d2f62c788202d4fbeaa184fb59f7d649e5b618e8b7e3d4a01e6b682e832481d038b892fe +AUX 1.0.0-fix-pypy-tests.patch 9242 SHA256 fe0ba7b792e54ff3208ad73f2f1350e9654689259121292c74ca3ba9709e8519 SHA512 4772c32ea90e163030953f3ade2bd2434a10cf0e3c9234f4acaf596a44a812581ba92ef1498998566a7bf78e1bb8c7051260ebf8aca4ca2cd3a04e21e307bbfc WHIRLPOOL a03c86520964ae7a2e48ccc0d532a6e1c2182792cb745438cfdeb4e8144f7a3e112723a6958ea20ce38a610299a68501783f3e3b4c1650463ae485eb94f0bb92 DIST pyflakes-0.7.2.tar.gz 30107 SHA256 e971804569e26a120ded70ca94882cbbf360390538fc3b5861f8ccecaf291178 SHA512 9f50c78ae47f55e30ed264b351325321f6c5d889ca6b2c7509d6c5cb029e27c230849cecc729bb18664cc2eb3d003a38a2e7a20f48563b6fa72c621a783bea64 WHIRLPOOL b23d09999a550784769444fdb1f3592dd54b1938b73e1ec40951eab5d3fad3dc80c0c79fbaa31e1544d74b5c8bcd96ca2f01ee83e0e79d8bfb6228308c20ae4c -DIST pyflakes-0.7.3.tar.gz 30551 SHA256 dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3 SHA512 a77fc6a1ca1bdb8aaf31e3653389c7c9357433b8b64dbd3104068a4ce900a019d3dbba5bd23c313fc70398f6f2767a3639cf7b915d3edbc1e1d1e1a03932729d WHIRLPOOL 3ff8aa922f14676a530d51c9114cf7751c23cf92e6d3f88da263b1747343b9fba02f0f2a72123046206a4d22c734cc3f4296f70016d6a51b5ac599bc4bd29345 -EBUILD pyflakes-0.5.0.ebuild 702 SHA256 97794a3c4b85f54665a9567e7049fd60f584f02c41d0cd8ec132f791df28cce1 SHA512 fda0dd264790351c2314e330af71723030f6ce92eb8efe8acdcb25d210e0a26113c6987843c82452d3b19a96a9092a4547377a2db32242bd2dabe2ba0c28a85a WHIRLPOOL a25da6bd87e085591f7ac758176f8ea2673fbfbf368caff28bc1d1e1a359f272943ea81ac09579a3b73a8b77b74b42aae391707255bf7e168fee2b62a2f0a1b6 -EBUILD pyflakes-0.6.1.ebuild 949 SHA256 f0292e8085934e2015529db454521841af2ab5768e493391c1a23b69dcabc79b SHA512 19ecdb60670eb93d95ae4774a8b923d2c2da6537c4314d6d096881dee5a28e5156407d1091c41f61e7b93ce07b3fceed4f606aabcb0629416bf98a15f7452775 WHIRLPOOL 94b48edf9bacfb25e77583aa317cdbca4861e61e32788a62a935d23dc61b0b4b8137a31fd64595c045e70abada1a812c772bbe62bd7982c69d816eb09fa5e671 -EBUILD pyflakes-0.7.2.ebuild 798 SHA256 6d50055f23b7c9457150c8b1026587bc94d0d27cedf7248540b4560883be2304 SHA512 84b6fc9c83b26b82c2028d119daeb0fb78701edc9f425bc4cc1ff4993a4a7692723dfd7003cbb05fd1cd6c4eb8e9239e8159b3d141338aa83948bea9b29d5ce7 WHIRLPOOL 28f6cd797e731a643673f850e071f5e40e5ea11ec4c02ef6e9748771e99f2c6bf9f0d201857a3ad06dd70960ee034e7bfa8200fa387a23bfd185cb4c5ce2e543 -EBUILD pyflakes-0.7.3.ebuild 743 SHA256 ed3c75320ed2a2610ed917bd75a52c4459f962eb345ee5d1978083e35cf32baf SHA512 7ddd834520fecc3d7c6b731c8551475032c5777f3b0291036b0886d8cdffcf190409b2420aed97b7b0a0ed6e42fd6ffddf9b33e368f63fcba6e207e72ccf5c31 WHIRLPOOL fc998812b12053ec9dbced58685ff043db3ca6494aad66c9d2270e9dd503cd88bcb4da0eaff96c29c759b4ad2e1304cfce6b46e9ddffbe71ad1c03b5aeb0e6b3 -MISC ChangeLog 4095 SHA256 dc0dfd0f17a162a5cbf8b970d3a4ee7ea9f7f4155d06f6beeab4cb8f40b3d976 SHA512 f63c8de01a00f56621cfa13379a6e99ea0b25420e442ddfb6cdaadbc53a69663c9bec6348b38a2089d2fd8cc5a02aae8ad0f7d529e2572fb79ab920ac32567cc WHIRLPOOL face31e0b695bcc336e6283b900bd781f76843c4a45249109015c9afebeac4f448f1b15b1252eed56edd2a60a44f6dd3e24469dba8901f6368d8ee781bf212a2 -MISC metadata.xml 600 SHA256 2512e5a45e2e9f1f3e114f91b905d0b7564cf260e9a670ed78edffc0448490e0 SHA512 75d3e82bfd282381d622eca3b24e213711a70bf78d7b24d8140a9248865953f9ce90aacbe5387edf5b5717ce59a625f70e4363e3a75192c094829f010789e4b3 WHIRLPOOL a92dccd8879c4bf127995a630fdfd69b711e98239d3a517e5c4d707736d289e99974d2bb538ab1f8d90ee6cda371bb7bdaded4ef74ff9c712f3bad10d4f766ee ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.20 (GNU/Linux) - -iQIcBAEBCgAGBQJR87GPAAoJELp701BxlEWfLFwP/1/iRHSSbcAyLaNOpr3/OWzw -d/uYPh6siNuWPEXOW8cgFhRkuK5AwN+l4NPCRbhRLHrAvNYO8IFR3gfvY1hc8Ht7 -foCKSmkKjzeZfwVRnjgBywGEvwQlqI+qJW+R82PKUOqmBCp4dwzjYcD8jP3sB/AL -w/0fWUlvyuMUMg+xangz/g8y17Ece+mEayYaWBFLeJeeuQGWgThyzWfcL0L2zz/L -TOx3kWgDlyfhVkVJ04Fz/VL1yC7bDFKYZW53jJeIO1vf3SD5BSRTKlyKmIhj+3ej -JaAvY18lecH0nHKNENqVM0gCFFKEJn9mI0iQD7pgAUplWKSoGq4OLcPb27BY1DSk -NrDSM9dAGKzylj7CQLOHY45+enA0gWTGtjnKcocEI5dnGdl0ab57Mv/OxIGEzebk -mhCmpSe7AKpvmMGsCRk4tWSGOz7r0QM9Nc+nvCvs0w/nldoQ/kFJi/jnKu9sp3hW -3I+jWcvOCDB+jZuhHeAOoU4e1DE526PcoLav8h0nHBgiPrcop4v3KwTWpuS9ps47 -raCh1PZw4x2H3VPBhaYU+bUJsrBd/HVN3G65gHyWUzE7iUIRCOpS7neCOQYuTYGe -x8zzMUexlGAt8wry8H03pAO5UVC++dc43c/3lbXx4ZBVGkhUnSKGIlNmg68yZ5+8 -2nqIrY5IZS2RibKuhpGb -=nZQO ------END PGP SIGNATURE----- +DIST pyflakes-0.8.1.tar.gz 32981 SHA256 3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769 SHA512 b9843637891f3e82a8430121395ceb4ec5df48b5ba73b96a307ebcb4a393e8cebee1681e094ee1f71a85b58bd2f32562b78fbd61d3fa85634f3ac448b1244637 WHIRLPOOL 0939b6ded3659e53316e6707ca5bf57a6702073c376df611a6a473c43ada36ee8822c9bbf2e106cc1836b46f04ce90612f4ebc73c6cb2d557aa6edb89d0eb949 +DIST pyflakes-1.0.0.tar.gz 35365 SHA256 f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263 SHA512 89a9ee2e5be87d32d5c259c0cb88bbeadb96d27a3bc5eb3cf6f86afa51907ea01107a5336decbf003679b7de65ed9a16d7fbf55a457e0c9bbb1b53500f719bcb WHIRLPOOL c4700fcb9f9a62ed8e38db5c2fb7376b1d03e85b1e1f9fb7d570eb905249337f204664fd87a94b32701c0c67fa8624749d36b64721cb0425bad36ded5da26cdb +DIST pyflakes-1.2.3.tar.gz 44776 SHA256 2e4a1b636d8809d8f0a69f341acf15b2e401a3221ede11be439911d23ce2139e SHA512 e0b49b4cd388b39c4f4f5ab836520cfc2ee940ce24de084fbeca0a2f13beca23b3ca89741e297a6f450d211ec27ebd91a7d23a80105e50d14960a3888d7693f2 WHIRLPOOL adf0d723bf79591d9cd321925bf3974a4456c864bbe7144260c6c99efa76399c0ba3bb25d7322a9e16621b2226a58899731a19b9971f55c27cb19757c5c6781e +DIST pyflakes-1.5.0.tar.gz 47526 SHA256 aa0d4dff45c0cc2214ba158d29280f8fa1129f3e87858ef825930845146337f4 SHA512 32a676bab3ee7e528b7425b4b9dd5f4e5bdf57c983e2eac9e46f029b98683a55a5281b08886a0ced464db5b5d52213a00822ee86096098a4c55828ffa229b501 WHIRLPOOL 7a1b5ef9632d92eaab931e254a99df755dcf72811b13418cfd31785505defb5c36036bae2a73536dde1d70bbe1395b894b9c9ac85b0b0d00f506d213ba365b08 +EBUILD pyflakes-0.7.2.ebuild 718 SHA256 d44c00a8b5177c117d7038a50f8783768c75bbccf8045ecb54f7e7200c585fdc SHA512 5e57b51f4370dd6b1f23e269dd17548424058e80e340d7e75d915188dd8fdf002c3f54be6df4c2c911a7ff51abe9fa8bb439127c3c4d37e30e69d117117848ab WHIRLPOOL 84abbeba1878e5df81f5ced0e4e5a50e7eb535353badb8a1ae702877f48665baece77e208fda87bce0f95352056c602f57380262094e5e1be5a9f0a97d1b260b +EBUILD pyflakes-0.8.1.ebuild 729 SHA256 8899fe8fddd1714fd3d6742a72f93ed6578e56bfdcadc1b895cbb935ae42ffea SHA512 dfa0476c0215e3162ec398b78fb42141a9113f11a6bd0f7ba2ff617aacf6d2af26146ddf1a6eaf053164fe9e32444edd23bc09644dcd28a76b226832908dc9c2 WHIRLPOOL b2c97df2addeaede05076eaf4fca64f1f5b72ac95d6603c023c1bead1bf716d263c43abddf8986881e99ea9d7ed5517f76736c62fcb3d8299949674837e3da81 +EBUILD pyflakes-1.0.0.ebuild 760 SHA256 0c2d8a5b9acc3fff2c46352b9842a185330ffa339c72537a5d8f633778a74ec8 SHA512 3c01eddbbd902dab6614b04884b8da0c3a9026b54a73572fb778ab2fc43ee30e69642e19fe54825d5965c2a5b68d0ef8f884f10bdcb801d4049ac55d873a4513 WHIRLPOOL 26964fcfa336cea0fc4be7f81fb714904a19decfb14beea660bb6a181779700e0e9609eafe8fc95e0b42f1fcaa7e93369753c4bce2be14b47ad848d9aa1f7e57 +EBUILD pyflakes-1.2.3.ebuild 703 SHA256 356990109e54b64db8b0a23c7f1c27b364086ea12e23d84e049b638654be6094 SHA512 b6d811f6e3a4c3e73abcbf3a457de3676641d65b4a7e8b6df6ea047ba7a19bc672cb14e8683333b41b6ab481d7105b5a657611336c0f0b9bcfeb46c82d312e6a WHIRLPOOL 58054c052c6d1b1b4c2ef982e8c05f579b9259ed4a569fb98a6a3a1f31baadbed0e7bf06701b38e67ba6c11b407c33f24ade924c9c5414f37d7ba69bff3f410c +EBUILD pyflakes-1.5.0.ebuild 711 SHA256 15351153b428cdf2978929456d7378a7ce0245ece6da4f08c9dc3a10841200b5 SHA512 702e018268b3fdfa08183d909bd4d20f45412afe89ae1a78fb48cdefbc0f7f2264b1f7bd54b5bdf56c6ef2cdd3463316f35b1059b8059ff6b2517b2ac6435e8f WHIRLPOOL c6681ac56bc3fa6059dda2c343d8a4a9ffb51002c581fd738c8a18a57e02ba0b8633b21e65a818431caddba96060b517956cde575fee7d35a2fd887581f5dcd8 +MISC ChangeLog 5089 SHA256 819ca1642ab7a9ead72f88aa9b6fc32564a3e9e84e6cde15d8966fe691d3085b SHA512 537999ec9dc0708b07dd2c35935fbd9740d774268c6549a33633b8aaddc309d967e7fbf9327b68019984a740dc1c9d6c3607a4d0785a6c88a102b8b1131e110a WHIRLPOOL 989383545aeb6e292b94f568d4b8329291150b38c478b6c9ac01a3300e2e34dcb5ec463ddf4f1eb4ceaba95b1f5738378812c83091a8d4c2cbf4d35d8b54be7d +MISC ChangeLog-2015 7279 SHA256 b8c0cf5b4b6aa2161fb3479721495248780a975febcacbbe5741163fb49d6b29 SHA512 8edef4e7ef1dd626b972b39b3483f0af4e6b6b55b21e9cc479904f5124091e417357b1f050cf6a99ec853716721055dac35d5dda4cfd14e5008fb1a289f39d68 WHIRLPOOL e1fd24feb36b9288832ce8142a8163c0c8091fc4f061e1c4aa7adce749975e73707cbd16e4c7bcfb3d43c3fd373b429a63141b0db29f4d38e5a31f1e00b8cfba +MISC metadata.xml 731 SHA256 9d4072da51cb08ba2424db827e2357d779c1f477ea11edf17e2cb53d6200601a SHA512 8963649976b8d2598a4b4bf285410c753df338d2a3469faf7bff4a38231585a64ed37b6717119a3f9e73a0ee2d02685162e3da637e6741271707c9e716a93594 WHIRLPOOL 07bcd0ca31a0789c5a7fbca55370fc6eb4d8e84d47f489c71e9a23930bf68ecfdd1100c1fcfb6e73b53a834d2aa7940570ff7aa6ade12bc3e051960017993574 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/files/1.0.0-fix-pypy-tests.patch b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/files/1.0.0-fix-pypy-tests.patch new file mode 100644 index 0000000000..41d1fa8ca8 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/files/1.0.0-fix-pypy-tests.patch @@ -0,0 +1,282 @@ +#https://github.com/jayvdb/pyflakes/commit/3088ffbd6256521e0213b361bc2294c1e218e6fb +diff --git a/pyflakes/api.py b/pyflakes/api.py #index 3bc2330..2a46a0d 100644 +--- a/pyflakes/api.py ++++ b/pyflakes/api.py +@@ -41,6 +41,18 @@ def check(codeString, filename, reporter=None): + + (lineno, offset, text) = value.lineno, value.offset, value.text + ++ if checker.PYPY: ++ if text is None: ++ lines = codeString.splitlines() ++ if len(lines) >= lineno: ++ text = lines[lineno - 1] ++ if sys.version_info >= (3, ) and isinstance(text, bytes): ++ try: ++ text = text.decode('ascii') ++ except UnicodeDecodeError: ++ text = None ++ offset -= 1 ++ + # If there's an encoding problem with the file, the text is None. + if text is None: + # Avoid using msg, since for the only known case, it contains a +diff --git a/pyflakes/checker.py b/pyflakes/checker.py +index 753fa9b..f538d3f 100644 +--- a/pyflakes/checker.py ++++ b/pyflakes/checker.py +@@ -11,6 +11,12 @@ + PY2 = sys.version_info < (3, 0) + PY32 = sys.version_info < (3, 3) # Python 2.5 to 3.2 + PY33 = sys.version_info < (3, 4) # Python 2.5 to 3.3 ++try: ++ sys.pypy_version_info ++ PYPY = True ++except AttributeError: ++ PYPY = False ++ + builtin_vars = dir(__import__('__builtin__' if PY2 else 'builtins')) + + try: +@@ -594,8 +600,13 @@ def getDocstring(self, node): + node = node.value + if not isinstance(node, ast.Str): + return (None, None) +- # Computed incorrectly if the docstring has backslash +- doctest_lineno = node.lineno - node.s.count('\n') - 1 ++ ++ if PYPY: ++ doctest_lineno = node.lineno - 1 ++ else: ++ # Computed incorrectly if the docstring has backslash ++ doctest_lineno = node.lineno - node.s.count('\n') - 1 ++ + return (node.s, doctest_lineno) + + def handleNode(self, node, parent): +@@ -642,6 +653,8 @@ def handleDoctests(self, node): + tree = compile(example.source, "", "exec", ast.PyCF_ONLY_AST) + except SyntaxError: + e = sys.exc_info()[1] ++ if PYPY: ++ e.offset += 1 + position = (node_lineno + example.lineno + e.lineno, + example.indent + 4 + (e.offset or 0)) + self.report(messages.DoctestSyntaxError, node, position) +diff --git a/pyflakes/test/test_api.py b/pyflakes/test/test_api.py +index 34a59bc..d2a5036 100644 +--- a/pyflakes/test/test_api.py ++++ b/pyflakes/test/test_api.py +@@ -23,6 +23,14 @@ + from io import StringIO + unichr = chr + ++try: ++ sys.pypy_version_info ++ PYPY = True ++except AttributeError: ++ PYPY = False ++ ++ERROR_HAS_COL_NUM = ERROR_HAS_LAST_LINE = sys.version_info >= (3, 2) or PYPY ++ + + def withStderrTo(stderr, f, *args, **kwargs): + """ +@@ -312,18 +320,25 @@ def evaluate(source): + evaluate(source) + except SyntaxError: + e = sys.exc_info()[1] +- self.assertTrue(e.text.count('\n') > 1) ++ if not PYPY: ++ self.assertTrue(e.text.count('\n') > 1) + else: + self.fail() + + sourcePath = self.makeTempFile(source) ++ ++ if PYPY: ++ message = 'EOF while scanning triple-quoted string literal' ++ else: ++ message = 'invalid syntax' ++ + self.assertHasErrors( + sourcePath, + ["""\ +-%s:8:11: invalid syntax ++%s:8:11: %s + '''quux''' + ^ +-""" % (sourcePath,)]) ++""" % (sourcePath, message)]) + + def test_eofSyntaxError(self): + """ +@@ -331,13 +346,22 @@ def test_eofSyntaxError(self): + syntax error reflects the cause for the syntax error. + """ + sourcePath = self.makeTempFile("def foo(") +- self.assertHasErrors( +- sourcePath, +- ["""\ ++ if PYPY: ++ result = """\ ++%s:1:7: parenthesis is never closed ++def foo( ++ ^ ++""" % (sourcePath,) ++ else: ++ result = """\ + %s:1:9: unexpected EOF while parsing + def foo( + ^ +-""" % (sourcePath,)]) ++""" % (sourcePath,) ++ ++ self.assertHasErrors( ++ sourcePath, ++ [result]) + + def test_eofSyntaxErrorWithTab(self): + """ +@@ -345,13 +369,16 @@ def test_eofSyntaxErrorWithTab(self): + syntax error reflects the cause for the syntax error. + """ + sourcePath = self.makeTempFile("if True:\n\tfoo =") ++ column = 5 if PYPY else 7 ++ last_line = '\t ^' if PYPY else '\t ^' ++ + self.assertHasErrors( + sourcePath, + ["""\ +-%s:2:7: invalid syntax ++%s:2:%s: invalid syntax + \tfoo = +-\t ^ +-""" % (sourcePath,)]) ++%s ++""" % (sourcePath, column, last_line)]) + + def test_nonDefaultFollowsDefaultSyntaxError(self): + """ +@@ -364,8 +391,8 @@ def foo(bar=baz, bax): + pass + """ + sourcePath = self.makeTempFile(source) +- last_line = ' ^\n' if sys.version_info >= (3, 2) else '' +- column = '8:' if sys.version_info >= (3, 2) else '' ++ last_line = ' ^\n' if ERROR_HAS_LAST_LINE else '' ++ column = '8:' if ERROR_HAS_COL_NUM else '' + self.assertHasErrors( + sourcePath, + ["""\ +@@ -383,8 +410,8 @@ def test_nonKeywordAfterKeywordSyntaxError(self): + foo(bar=baz, bax) + """ + sourcePath = self.makeTempFile(source) +- last_line = ' ^\n' if sys.version_info >= (3, 2) else '' +- column = '13:' if sys.version_info >= (3, 2) else '' ++ last_line = ' ^\n' if ERROR_HAS_LAST_LINE else '' ++ column = '13:' if ERROR_HAS_COL_NUM or PYPY else '' + + if sys.version_info >= (3, 5): + message = 'positional argument follows keyword argument' +@@ -407,8 +434,15 @@ def test_invalidEscape(self): + sourcePath = self.makeTempFile(r"foo = '\xyz'") + if ver < (3,): + decoding_error = "%s: problem decoding source\n" % (sourcePath,) ++ elif PYPY: ++ # pypy3 only ++ decoding_error = """\ ++%s:1:6: %s: ('unicodeescape', b'\\\\xyz', 0, 2, 'truncated \\\\xXX escape') ++foo = '\\xyz' ++ ^ ++""" % (sourcePath, 'UnicodeDecodeError') + else: +- last_line = ' ^\n' if ver >= (3, 2) else '' ++ last_line = ' ^\n' if ERROR_HAS_LAST_LINE else '' + # Column has been "fixed" since 3.2.4 and 3.3.1 + col = 1 if ver >= (3, 3, 1) or ((3, 2, 4) <= ver < (3, 3)) else 2 + decoding_error = """\ +@@ -474,8 +508,21 @@ def test_misencodedFileUTF8(self): + x = "%s" + """ % SNOWMAN).encode('utf-8') + sourcePath = self.makeTempFile(source) ++ ++ if PYPY and sys.version_info < (3, ): ++ message = ('\'ascii\' codec can\'t decode byte 0xe2 ' ++ 'in position 21: ordinal not in range(128)') ++ result = """\ ++%s:0:0: %s ++x = "\xe2\x98\x83" ++ ^\n""" % (sourcePath, message) ++ ++ else: ++ message = 'problem decoding source' ++ result = "%s: problem decoding source\n" % (sourcePath,) ++ + self.assertHasErrors( +- sourcePath, ["%s: problem decoding source\n" % (sourcePath,)]) ++ sourcePath, [result]) + + def test_misencodedFileUTF16(self): + """ +diff --git a/pyflakes/test/test_doctests.py b/pyflakes/test/test_doctests.py +index f15acb8..6793da9 100644 +--- a/pyflakes/test/test_doctests.py ++++ b/pyflakes/test/test_doctests.py +@@ -1,3 +1,4 @@ ++import sys + import textwrap + + from pyflakes import messages as m +@@ -11,6 +12,12 @@ + from pyflakes.test.test_undefined_names import Test as TestUndefinedNames + from pyflakes.test.harness import TestCase, skip + ++try: ++ sys.pypy_version_info ++ PYPY = True ++except AttributeError: ++ PYPY = False ++ + + class _DoctestMixin(object): + +@@ -273,12 +280,22 @@ def doctest_stuff(): + exc = exceptions[0] + self.assertEqual(exc.lineno, 4) + self.assertEqual(exc.col, 26) ++ ++ # PyPy error column offset is 0, ++ # for the second and third line of the doctest ++ # i.e. at the beginning of the line + exc = exceptions[1] + self.assertEqual(exc.lineno, 5) +- self.assertEqual(exc.col, 16) ++ if PYPY: ++ self.assertEqual(exc.col, 13) ++ else: ++ self.assertEqual(exc.col, 16) + exc = exceptions[2] + self.assertEqual(exc.lineno, 6) +- self.assertEqual(exc.col, 18) ++ if PYPY: ++ self.assertEqual(exc.col, 13) ++ else: ++ self.assertEqual(exc.col, 18) + + def test_indentationErrorInDoctest(self): + exc = self.flakes(''' +@@ -289,7 +306,10 @@ def doctest_stuff(): + """ + ''', m.DoctestSyntaxError).messages[0] + self.assertEqual(exc.lineno, 5) +- self.assertEqual(exc.col, 16) ++ if PYPY: ++ self.assertEqual(exc.col, 13) ++ else: ++ self.assertEqual(exc.col, 16) + + def test_offsetWithMultiLineArgs(self): + (exc1, exc2) = self.flakes( + diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/metadata.xml index 02debe9646..9bc6de7565 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/metadata.xml +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/metadata.xml @@ -1,7 +1,10 @@ - python + + python@gentoo.org + Python + PyFlakes is a Lint-like tool for Python, like PyChecker. It is focused on identifying common errors quickly without executing Python code. @@ -10,5 +13,6 @@ runs on most large projects in only a few seconds. pyflakes + pyflakes diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.5.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.5.0.ebuild deleted file mode 100644 index e81f4c377a..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.5.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.5.0.ebuild,v 1.9 2012/12/11 17:06:10 ago Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_TESTS_RESTRICTED_ABIS="*-jython 2.7-pypy-1.*" -DISTUTILS_SRC_TEST="trial" - -inherit distutils - -DESCRIPTION="Passive checker for Python programs" -HOMEPAGE="https://launchpad.net/pyflakes http://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 ~x86-linux ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="" diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.6.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.6.1.ebuild deleted file mode 100644 index 59f192bc97..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.6.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.6.1.ebuild,v 1.4 2013/07/03 03:37:06 floppym Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" -PYTHON_TESTS_RESTRICTED_ABIS="*-jython 2.7-pypy-1.*" -DISTUTILS_SRC_TEST="trial" - -inherit distutils - -DESCRIPTION="Passive checker for Python programs" -HOMEPAGE="https://launchpad.net/pyflakes http://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="" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" - -# permission denied test needs FEATURES="userpriv" to work *sigh* -# rest is just confused and needs a good sedding to work -src_prepare() { - sed -i -e 's/unittest2/unittest/' pyflakes/test/* || die -} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.7.2.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.7.2.ebuild index e22a749488..b63540d566 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.7.2.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.7.2.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.2.ebuild,v 1.4 2013/07/27 11:40:00 ago Exp $ EAPI=5 -PYTHON_COMPAT=(python{2_5,2_6,2_7,3_{2,3}} ) +PYTHON_COMPAT=(python2_7 ) inherit distutils-r1 DESCRIPTION="Passive checker for Python programs" -HOMEPAGE="https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes" +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" +KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x86-macos" IUSE="test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +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 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.7.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.8.1.ebuild similarity index 51% rename from sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.7.3.ebuild rename to sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.8.1.ebuild index e23706f537..39c00d2191 100644 --- a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.7.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-0.8.1.ebuild @@ -1,19 +1,19 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.7.3.ebuild,v 1.2 2013/07/03 03:37:06 floppym Exp $ EAPI=5 -PYTHON_COMPAT=(python{2_5,2_6,2_7,3_{2,3}} ) + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="Passive checker for Python programs" -HOMEPAGE="https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes" +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" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.0.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.0.0.ebuild new file mode 100644 index 0000000000..ba75663a93 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) + +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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/${PV}-fix-pypy-tests.patch ) + +python_test() { + esetup.py test --quiet +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.2.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.2.3.ebuild new file mode 100644 index 0000000000..bfcde8e4fe --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.2.3.ebuild @@ -0,0 +1,23 @@ +# 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 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +python_test() { + esetup.py test --quiet +} diff --git a/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.5.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.5.0.ebuild new file mode 100644 index 0000000000..28076c7471 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/pyflakes/pyflakes-1.5.0.ebuild @@ -0,0 +1,22 @@ +# 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 ~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 +} diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.5.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.5.0 deleted file mode 100644 index 703901c29d..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.5.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND==dev-lang/python-2* test? ( dev-python/twisted-core ) -DESCRIPTION=Passive checker for Python programs -EAPI=3 -HOMEPAGE=https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes -IUSE=test -KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos -LICENSE=MIT -RDEPEND==dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/p/pyflakes/pyflakes-0.5.0.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=87666dbf6b3730f140f2ac11a3ba6143 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.6.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.6.1 deleted file mode 100644 index b0b71e463d..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.6.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm prepare test -DEPEND=dev-python/setuptools =dev-lang/python-2* test? ( dev-python/twisted-core ) -DESCRIPTION=Passive checker for Python programs -EAPI=3 -HOMEPAGE=https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes -IUSE=test -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x86-macos -LICENSE=MIT -RDEPEND=dev-python/setuptools =dev-lang/python-2* -SLOT=0 -SRC_URI=mirror://pypi/p/pyflakes/pyflakes-0.6.1.tar.gz -_eclasses_=distutils ad9e4720eb3e69090dd968b152fc611b multilib 165fc17c38d1b11dac2008280dab6e80 python efc1c55fc44c5b7272fc2ffba73c3e6f toolchain-funcs 1b1da0c45c555989dc5d832b54880783 -_md5_=add323ee15e5ef5e8107fa46cf99af27 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.2 index f64882baf7..a58d02f813 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.2 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.2 @@ -1,14 +1,14 @@ DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] test? ( dev-python/unittest2[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] DESCRIPTION=Passive checker for Python programs EAPI=5 -HOMEPAGE=https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes +HOMEPAGE=https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes IUSE=test python_targets_python2_7 -KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x86-macos +KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x86-macos LICENSE=MIT RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] REQUIRED_USE=|| ( python_targets_python2_7 ) SLOT=0 SRC_URI=mirror://pypi/p/pyflakes/pyflakes-0.7.2.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=8d753ce2eb2e1723079fef1ebcaa0c25 +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=637d9b3348affb830ae56be6bef977b7 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.3 deleted file mode 100644 index ff46751862..0000000000 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.7.3 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -DESCRIPTION=Passive checker for Python programs -EAPI=5 -HOMEPAGE=https://launchpad.net/pyflakes http://pypi.python.org/pypi/pyflakes -IUSE=python_targets_python2_7 -KEYWORDS=~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x86-macos -LICENSE=MIT -RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,-python_single_target_python2_7(-)] -REQUIRED_USE=|| ( python_targets_python2_7 ) -SLOT=0 -SRC_URI=mirror://pypi/p/pyflakes/pyflakes-0.7.3.tar.gz -_eclasses_=distutils-r1 f1707af2d2ad4cf700a9e690de6ed855 eutils ea170b525f6a38a006be05c9d9429f13 multibuild 742139c87a9fa3766f0c2b155e5522bf multilib 165fc17c38d1b11dac2008280dab6e80 multiprocessing eb9be4b678c4e71f3f530a767df31912 python-r1 dcd61d7a5c283f18cfe763552b09eb88 python-utils-r1 d275302cd06aedef2ba08f81f3104206 toolchain-funcs 1b1da0c45c555989dc5d832b54880783 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48 -_md5_=2142bc3ae848540c428fbf9bbe6b69ae diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.8.1 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.8.1 new file mode 100644 index 0000000000..41196642c6 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-0.8.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Passive checker for Python programs +EAPI=5 +HOMEPAGE=https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes +IUSE=python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=dev-python/setuptools[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyflakes/pyflakes-0.8.1.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=3e63eb179674698aa2a1a340cd7f8fac diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.0.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.0.0 new file mode 100644 index 0000000000..bf39cd88cd --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.0.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Passive checker for Python programs +EAPI=5 +HOMEPAGE=https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes +IUSE=python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyflakes/pyflakes-1.0.0.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 epatch 8233751dc5105a6ae8fcd86ce2bb0247 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils 9c113d6a64826c40154cad7be15d95ea ltprune 2770eed66a9b8ef944714cd0e968182e multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=5cc6bdf7af3dd7d28f1e1ec065830ecb diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.2.3 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.2.3 new file mode 100644 index 0000000000..62abb8826a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.2.3 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Passive checker for Python programs +EAPI=6 +HOMEPAGE=https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyflakes/pyflakes-1.2.3.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=1f7c2dc7ee3f61ebd0c6cf1bf7f5c82a diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.5.0 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.5.0 new file mode 100644 index 0000000000..d029f3325d --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/dev-python/pyflakes-1.5.0 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +DESCRIPTION=Passive checker for Python programs +EAPI=6 +HOMEPAGE=https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes +IUSE=python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris +LICENSE=MIT +RDEPEND=dev-python/setuptools[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] python_targets_pypy? ( >=virtual/pypy-5:0= ) python_targets_pypy3? ( >=virtual/pypy3-5:0= ) python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_4? ( dev-lang/python:3.4 ) python_targets_python3_5? ( dev-lang/python:3.5 ) python_targets_python3_6? ( dev-lang/python:3.6 ) >=dev-lang/python-exec-2:=[python_targets_pypy(-)?,python_targets_pypy3(-)?,python_targets_python2_7(-)?,python_targets_python3_4(-)?,python_targets_python3_5(-)?,python_targets_python3_6(-)?,-python_single_target_pypy(-),-python_single_target_pypy3(-),-python_single_target_python2_7(-),-python_single_target_python3_4(-),-python_single_target_python3_5(-),-python_single_target_python3_6(-)] +REQUIRED_USE=|| ( python_targets_pypy python_targets_pypy3 python_targets_python2_7 python_targets_python3_4 python_targets_python3_5 python_targets_python3_6 ) +SLOT=0 +SRC_URI=mirror://pypi/p/pyflakes/pyflakes-1.5.0.tar.gz +_eclasses_=distutils-r1 039ba10839816478cfb070fdeb053906 multibuild 72647e255187a1fadc81097b3657e5c3 multilib 0236be304ee52e7f179ed2f337075515 multiprocessing 284a473719153462f3e974d86c8cb81c python-r1 0c067f080a047742ffac024b16895b45 python-utils-r1 c11fc374357e6ad9ddfe2e9f931e4d29 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils b9389dfad0ee8f8e0b2a41b79fcf7120 +_md5_=a3b962233a75b2e048c8b2a3d4dd84f6