[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2023-11-15 Thread Michał Górny
commit: f2a14f9c5bcc2128d12f94778ba9bb508cff9138
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 15 17:07:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 15 17:07:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a14f9c

dev-python/pycodestyle: Remove old

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

 dev-python/pycodestyle/Manifest  |  1 -
 dev-python/pycodestyle/pycodestyle-2.11.0.ebuild | 29 
 2 files changed, 30 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index bbeca403b2b5..9f27fb940fb2 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1 @@
-DIST pycodestyle-2.11.0.gh.tar.gz 79772 BLAKE2B 
5995cae91a9e1109b697fae840d1dccd4778096dded7357bdbca1a56b06a031fc524f638e91192564f127b2bc52e94c9e80b2437daac5a129db48f99ca701e48
 SHA512 
fd688544a7fb01a7e3f4f8cb411cf7bc5b6dfc357de616a2ef61944748ad670c239148766b8ea48a3c316396251ed8a8d8937446f400c28e631621a0d16d3cf5
 DIST pycodestyle-2.11.1.gh.tar.gz 79865 BLAKE2B 
b4d9ab3d50aba87e7194abd6b3b317183932cd9e5331c95b57f498704643bce2f459ca9fa2016cc2544f31fb9cbe3390c083fd651ede10f131bc1d6f5e462f23
 SHA512 
8e1f302d7e26d56edd924202435caef32369ea13eb4a0fdfb48c06bb5d77fd7a5aef92d470eef3e6fdd9c3b298751a52a83317e9ddf8b2aa7e3fedc75fb5151a

diff --git a/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild
deleted file mode 100644
index bf73b716c40f..
--- a/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="
-   https://pycodestyle.pycqa.org/en/latest/
-   https://github.com/PyCQA/pycodestyle/
-   https://pypi.org/project/pycodestyle/
-"
-# 2.11.0 broke sdist
-# https://github.com/PyCQA/pycodestyle/issues/1183
-SRC_URI="
-   https://github.com/PyCQA/pycodestyle/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-distutils_enable_sphinx docs \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2023-11-15 Thread Arthur Zamarin
commit: 967076f1891926da939c2615e7a02840b34968e7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 15 16:33:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 15 16:33:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967076f1

dev-python/pycodestyle: Stabilize 2.11.1 ALLARCHES, #917376

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.11.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.11.1.ebuild
index efb9462cf118..bf73b716c40f 100644
--- a/dev-python/pycodestyle/pycodestyle-2.11.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.11.1.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 distutils_enable_sphinx docs \
dev-python/sphinx-rtd-theme
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2023-10-12 Thread Michał Górny
commit: 02954f971f9383a6ba8107d815d915b21a84535c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 13 04:19:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 13 04:19:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02954f97

dev-python/pycodestyle: Bump to 2.11.1

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

 dev-python/pycodestyle/Manifest  |  1 +
 dev-python/pycodestyle/pycodestyle-2.11.1.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 7fd01a012004..bbeca403b2b5 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.11.0.gh.tar.gz 79772 BLAKE2B 
5995cae91a9e1109b697fae840d1dccd4778096dded7357bdbca1a56b06a031fc524f638e91192564f127b2bc52e94c9e80b2437daac5a129db48f99ca701e48
 SHA512 
fd688544a7fb01a7e3f4f8cb411cf7bc5b6dfc357de616a2ef61944748ad670c239148766b8ea48a3c316396251ed8a8d8937446f400c28e631621a0d16d3cf5
+DIST pycodestyle-2.11.1.gh.tar.gz 79865 BLAKE2B 
b4d9ab3d50aba87e7194abd6b3b317183932cd9e5331c95b57f498704643bce2f459ca9fa2016cc2544f31fb9cbe3390c083fd651ede10f131bc1d6f5e462f23
 SHA512 
8e1f302d7e26d56edd924202435caef32369ea13eb4a0fdfb48c06bb5d77fd7a5aef92d470eef3e6fdd9c3b298751a52a83317e9ddf8b2aa7e3fedc75fb5151a

diff --git a/dev-python/pycodestyle/pycodestyle-2.11.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.11.1.ebuild
new file mode 100644
index ..efb9462cf118
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.11.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="
+   https://pycodestyle.pycqa.org/en/latest/
+   https://github.com/PyCQA/pycodestyle/
+   https://pypi.org/project/pycodestyle/
+"
+# 2.11.0 broke sdist
+# https://github.com/PyCQA/pycodestyle/issues/1183
+SRC_URI="
+   https://github.com/PyCQA/pycodestyle/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+distutils_enable_sphinx docs \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2023-09-01 Thread Michał Górny
commit: 5d1dd9cea7c4013ed12fe4d9d0897b9aa0eb3843
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep  2 02:53:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep  2 02:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1dd9ce

dev-python/pycodestyle: Remove old

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

 dev-python/pycodestyle/Manifest  |  1 -
 dev-python/pycodestyle/pycodestyle-2.10.0.ebuild | 30 
 2 files changed, 31 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 2de76ab496ec..7fd01a012004 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1 @@
-DIST pycodestyle-2.10.0.tar.gz 101916 BLAKE2B 
1dbf4c2ea9b1c606740fe1e9804b29100056bad25935182b43dd07d694bf3d321d63b17d2e308dc1ffaca1f4e3e46a4e8df3998424adc4e4a1a33862e608e153
 SHA512 
b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
 DIST pycodestyle-2.11.0.gh.tar.gz 79772 BLAKE2B 
5995cae91a9e1109b697fae840d1dccd4778096dded7357bdbca1a56b06a031fc524f638e91192564f127b2bc52e94c9e80b2437daac5a129db48f99ca701e48
 SHA512 
fd688544a7fb01a7e3f4f8cb411cf7bc5b6dfc357de616a2ef61944748ad670c239148766b8ea48a3c316396251ed8a8d8937446f400c28e631621a0d16d3cf5

diff --git a/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
deleted file mode 100644
index a3fec1ac8071..
--- a/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="
-   https://pycodestyle.pycqa.org/en/latest/
-   https://github.com/PyCQA/pycodestyle/
-   https://pypi.org/project/pycodestyle/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx-rtd-theme
-
-python_test() {
-   local -x PYTHONPATH=${S}
-   "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die 
"Tests failed with ${EPYTHON}"
-   "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die "Tests failed with ${EPYTHON}"
-   "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with 
${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2023-09-01 Thread Arthur Zamarin
commit: a6c2935fc66f669cbcaf0af852fbeb8d7f77ac72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 16:30:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 16:30:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c2935f

dev-python/pycodestyle: Stabilize 2.11.0 ALLARCHES, #913453

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild
index efb9462cf118..bf73b716c40f 100644
--- a/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild
@@ -23,7 +23,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
 distutils_enable_sphinx docs \
dev-python/sphinx-rtd-theme
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2023-07-30 Thread Michał Górny
commit: dfca06f2053bef4a8292b31be3564475f6355acb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 30 18:14:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 18:27:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfca06f2

dev-python/pycodestyle: Bump to 2.11.0

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

 dev-python/pycodestyle/Manifest  |  1 +
 dev-python/pycodestyle/pycodestyle-2.11.0.ebuild | 29 
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 501dbebeb8bc..2de76ab496ec 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.10.0.tar.gz 101916 BLAKE2B 
1dbf4c2ea9b1c606740fe1e9804b29100056bad25935182b43dd07d694bf3d321d63b17d2e308dc1ffaca1f4e3e46a4e8df3998424adc4e4a1a33862e608e153
 SHA512 
b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
+DIST pycodestyle-2.11.0.gh.tar.gz 79772 BLAKE2B 
5995cae91a9e1109b697fae840d1dccd4778096dded7357bdbca1a56b06a031fc524f638e91192564f127b2bc52e94c9e80b2437daac5a129db48f99ca701e48
 SHA512 
fd688544a7fb01a7e3f4f8cb411cf7bc5b6dfc357de616a2ef61944748ad670c239148766b8ea48a3c316396251ed8a8d8937446f400c28e631621a0d16d3cf5

diff --git a/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild
new file mode 100644
index ..efb9462cf118
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.11.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="
+   https://pycodestyle.pycqa.org/en/latest/
+   https://github.com/PyCQA/pycodestyle/
+   https://pypi.org/project/pycodestyle/
+"
+# 2.11.0 broke sdist
+# https://github.com/PyCQA/pycodestyle/issues/1183
+SRC_URI="
+   https://github.com/PyCQA/pycodestyle/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+distutils_enable_sphinx docs \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-12-31 Thread Michał Górny
commit: c2c8809c56de6e98c8b1283eed169ad3fba8ab30
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 10:54:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 10:55:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c8809c

dev-python/pycodestyle: Remove old

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

 dev-python/pycodestyle/Manifest|  3 ---
 dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild | 29 
 dev-python/pycodestyle/pycodestyle-2.9.0.ebuild| 31 --
 dev-python/pycodestyle/pycodestyle-2.9.1.ebuild| 31 --
 4 files changed, 94 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 1edbc4e22ae5..501dbebeb8bc 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,4 +1 @@
 DIST pycodestyle-2.10.0.tar.gz 101916 BLAKE2B 
1dbf4c2ea9b1c606740fe1e9804b29100056bad25935182b43dd07d694bf3d321d63b17d2e308dc1ffaca1f4e3e46a4e8df3998424adc4e4a1a33862e608e153
 SHA512 
b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
-DIST pycodestyle-2.8.0.tar.gz 102299 BLAKE2B 
ac4708a513582bb0f27f1abfcc983319e6c7b853c53971d5f026f297f897b25a6c8a651a4d2441b19ab37e6df6f7a38a472aad0757fec59e0438263d76ccfdb2
 SHA512 
0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1
-DIST pycodestyle-2.9.0.tar.gz 102014 BLAKE2B 
ee2c2cad332e7442f9e557f388c3de09ea0ea65b0678c65d64d6293de18aa884a39a6a65ce47a99ac04b98da4e4bad14d2ccd228b22bdbd7361a3a0ca2c27afb
 SHA512 
82926bf1c5b72decc0679d4fcec705d707b91b347ea0eec52b1f05301b96e55fc75afdb367ecdec674976fe1f2f7b475498a8e9a2ba19e3dfd483584a9ef841e
-DIST pycodestyle-2.9.1.tar.gz 102127 BLAKE2B 
701e6325a73173b8ab8540f03f794066f05ffe7f29cfac49f065ec6f8cc6a50b1334372b8fd7619a368a54605dde0214da9e9b3b59326c58803bf7f49d6981ea
 SHA512 
da1c67815b50d13c8eb70cebcc12c761a6407518a4ed4a8780ee7064089c9e89a5c3246d05f19916c0ec293fc1a372d3b2adb72e11f775b1cfbd1fbbe07a1a83

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
deleted file mode 100644
index 8caa67171937..
--- a/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
+++ /dev/null
@@ -1,29 +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="Python style guide checker (fka pep8)"
-HOMEPAGE="
-   https://pycodestyle.pycqa.org/en/latest/
-   https://github.com/PyCQA/pycodestyle/
-   https://pypi.org/project/pycodestyle/
-"
-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_sphinx docs dev-python/sphinx_rtd_theme
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-}

diff --git a/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild
deleted file mode 100644
index 509d1524f65a..
--- a/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild
+++ /dev/null
@@ -1,31 +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="Python style guide checker (fka pep8)"
-HOMEPAGE="
-   https://pycodestyle.pycqa.org/en/latest/
-   https://github.com/PyCQA/pycodestyle/
-   https://pypi.org/project/pycodestyle/
-"
-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_sphinx docs \
-   dev-python/sphinx_rtd_theme
-
-python_test() {
-   local -x PYTHONPATH=${S}
-   "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die 
"Tests failed with ${EPYTHON}"
-   "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die "Tests failed with ${EPYTHON}"
-   "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with 
${EPYTHON}"
-}

diff --git a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-12-31 Thread Michał Górny
commit: 7b66cc1cec8094c3bd93d1deb6022b6463c89cc8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 31 10:48:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 31 10:55:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b66cc1c

dev-python/pycodestyle: Add GH remote-id

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

 dev-python/pycodestyle/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pycodestyle/metadata.xml 
b/dev-python/pycodestyle/metadata.xml
index 27d16c029300..0e8cfdd5e1fd 100644
--- a/dev-python/pycodestyle/metadata.xml
+++ b/dev-python/pycodestyle/metadata.xml
@@ -7,6 +7,7 @@
   
   
   
+PyCQA/pycodestyle
 pycodestyle
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-12-31 Thread Arthur Zamarin
commit: 942d33210b8a1b766878161dd6917e0784ace10e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 31 10:41:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 31 10:41:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=942d3321

dev-python/pycodestyle: Stabilize 2.10.0 ALLARCHES, #889112

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
index c79a68b37117..f9ed68271452 100644
--- a/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~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_sphinx docs \
dev-python/sphinx_rtd_theme



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-11-24 Thread Michał Górny
commit: 1db62ab274bbb353d0381e12bedebafd7e265371
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 25 05:03:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 25 05:14:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db62ab2

dev-python/pycodestyle: Bump to 2.10.0

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

 dev-python/pycodestyle/Manifest  |  1 +
 dev-python/pycodestyle/pycodestyle-2.10.0.ebuild | 31 
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index c5f52fc8d84f..1edbc4e22ae5 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,3 +1,4 @@
+DIST pycodestyle-2.10.0.tar.gz 101916 BLAKE2B 
1dbf4c2ea9b1c606740fe1e9804b29100056bad25935182b43dd07d694bf3d321d63b17d2e308dc1ffaca1f4e3e46a4e8df3998424adc4e4a1a33862e608e153
 SHA512 
b0c3ee7ac56942db1e8cb5f3a59c2bd2a44b7467e73b46ab7b6f932603beefbbd29f2760ee49907447af1a5987dc1961f00788b01456bdd0aed7690e2d54446b
 DIST pycodestyle-2.8.0.tar.gz 102299 BLAKE2B 
ac4708a513582bb0f27f1abfcc983319e6c7b853c53971d5f026f297f897b25a6c8a651a4d2441b19ab37e6df6f7a38a472aad0757fec59e0438263d76ccfdb2
 SHA512 
0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1
 DIST pycodestyle-2.9.0.tar.gz 102014 BLAKE2B 
ee2c2cad332e7442f9e557f388c3de09ea0ea65b0678c65d64d6293de18aa884a39a6a65ce47a99ac04b98da4e4bad14d2ccd228b22bdbd7361a3a0ca2c27afb
 SHA512 
82926bf1c5b72decc0679d4fcec705d707b91b347ea0eec52b1f05301b96e55fc75afdb367ecdec674976fe1f2f7b475498a8e9a2ba19e3dfd483584a9ef841e
 DIST pycodestyle-2.9.1.tar.gz 102127 BLAKE2B 
701e6325a73173b8ab8540f03f794066f05ffe7f29cfac49f065ec6f8cc6a50b1334372b8fd7619a368a54605dde0214da9e9b3b59326c58803bf7f49d6981ea
 SHA512 
da1c67815b50d13c8eb70cebcc12c761a6407518a4ed4a8780ee7064089c9e89a5c3246d05f19916c0ec293fc1a372d3b2adb72e11f775b1cfbd1fbbe07a1a83

diff --git a/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
new file mode 100644
index ..509d1524f65a
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.10.0.ebuild
@@ -0,0 +1,31 @@
+# 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="Python style guide checker (fka pep8)"
+HOMEPAGE="
+   https://pycodestyle.pycqa.org/en/latest/
+   https://github.com/PyCQA/pycodestyle/
+   https://pypi.org/project/pycodestyle/
+"
+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_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+python_test() {
+   local -x PYTHONPATH=${S}
+   "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die 
"Tests failed with ${EPYTHON}"
+   "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die "Tests failed with ${EPYTHON}"
+   "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-09-06 Thread Arthur Zamarin
commit: d62669492d057a4c952cd3bc2442cc77fb8151ef
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 18:23:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 18:23:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6266949

dev-python/pycodestyle: Stabilize 2.9.1 ALLARCHES, #868843

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
index 509d1524f65a..2726262d4f39 100644
--- a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
@@ -18,7 +18,7 @@ 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"
+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_sphinx docs \
dev-python/sphinx_rtd_theme



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-08-04 Thread Arthur Zamarin
commit: 8c57c9a387ed3308dfd201e3dcc398205b0f021a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Aug  4 17:09:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Aug  4 17:54:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c57c9a3

dev-python/pycodestyle: add 2.9.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.9.1.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 9820de6c38bb..c5f52fc8d84f 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1,3 @@
 DIST pycodestyle-2.8.0.tar.gz 102299 BLAKE2B 
ac4708a513582bb0f27f1abfcc983319e6c7b853c53971d5f026f297f897b25a6c8a651a4d2441b19ab37e6df6f7a38a472aad0757fec59e0438263d76ccfdb2
 SHA512 
0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1
 DIST pycodestyle-2.9.0.tar.gz 102014 BLAKE2B 
ee2c2cad332e7442f9e557f388c3de09ea0ea65b0678c65d64d6293de18aa884a39a6a65ce47a99ac04b98da4e4bad14d2ccd228b22bdbd7361a3a0ca2c27afb
 SHA512 
82926bf1c5b72decc0679d4fcec705d707b91b347ea0eec52b1f05301b96e55fc75afdb367ecdec674976fe1f2f7b475498a8e9a2ba19e3dfd483584a9ef841e
+DIST pycodestyle-2.9.1.tar.gz 102127 BLAKE2B 
701e6325a73173b8ab8540f03f794066f05ffe7f29cfac49f065ec6f8cc6a50b1334372b8fd7619a368a54605dde0214da9e9b3b59326c58803bf7f49d6981ea
 SHA512 
da1c67815b50d13c8eb70cebcc12c761a6407518a4ed4a8780ee7064089c9e89a5c3246d05f19916c0ec293fc1a372d3b2adb72e11f775b1cfbd1fbbe07a1a83

diff --git a/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
new file mode 100644
index ..509d1524f65a
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.9.1.ebuild
@@ -0,0 +1,31 @@
+# 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="Python style guide checker (fka pep8)"
+HOMEPAGE="
+   https://pycodestyle.pycqa.org/en/latest/
+   https://github.com/PyCQA/pycodestyle/
+   https://pypi.org/project/pycodestyle/
+"
+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_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+python_test() {
+   local -x PYTHONPATH=${S}
+   "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die 
"Tests failed with ${EPYTHON}"
+   "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die "Tests failed with ${EPYTHON}"
+   "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-07-31 Thread Arthur Zamarin
commit: 76a8a1077a82a1b42f5fc9b3fb22b1e12e123ce0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jul 31 17:49:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jul 31 18:20:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a8a107

dev-python/pycodestyle: add 2.9.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.9.0.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index f771efe50119..9820de6c38bb 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.8.0.tar.gz 102299 BLAKE2B 
ac4708a513582bb0f27f1abfcc983319e6c7b853c53971d5f026f297f897b25a6c8a651a4d2441b19ab37e6df6f7a38a472aad0757fec59e0438263d76ccfdb2
 SHA512 
0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1
+DIST pycodestyle-2.9.0.tar.gz 102014 BLAKE2B 
ee2c2cad332e7442f9e557f388c3de09ea0ea65b0678c65d64d6293de18aa884a39a6a65ce47a99ac04b98da4e4bad14d2ccd228b22bdbd7361a3a0ca2c27afb
 SHA512 
82926bf1c5b72decc0679d4fcec705d707b91b347ea0eec52b1f05301b96e55fc75afdb367ecdec674976fe1f2f7b475498a8e9a2ba19e3dfd483584a9ef841e

diff --git a/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild
new file mode 100644
index ..509d1524f65a
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.9.0.ebuild
@@ -0,0 +1,31 @@
+# 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="Python style guide checker (fka pep8)"
+HOMEPAGE="
+   https://pycodestyle.pycqa.org/en/latest/
+   https://github.com/PyCQA/pycodestyle/
+   https://pypi.org/project/pycodestyle/
+"
+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_sphinx docs \
+   dev-python/sphinx_rtd_theme
+
+python_test() {
+   local -x PYTHONPATH=${S}
+   "${EPYTHON}" pycodestyle.py -v --statistics pycodestyle.py || die 
"Tests failed with ${EPYTHON}"
+   "${EPYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die "Tests failed with ${EPYTHON}"
+   "${EPYTHON}" pycodestyle.py --doctest -v || die "Tests failed with 
${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-06-22 Thread Arthur Zamarin
commit: 8e4724e55d8f0db3a7f93cbd349caf019821c47d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun 22 18:17:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun 22 18:17:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e4724e5

dev-python/pycodestyle: drop 2.8.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.8.0.ebuild | 23 ---
 1 file changed, 23 deletions(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
deleted file mode 100644
index 31d10a9978d1..
--- a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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_sphinx docs dev-python/sphinx_rtd_theme
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-06-22 Thread Arthur Zamarin
commit: b406f1ef34e79885729f6231276f262da0a25fac
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Jun 22 18:16:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Jun 22 18:16:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b406f1ef

dev-python/pycodestyle: Stabilize 2.8.0-r1 ALLARCHES, #853790

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
index 553cf05e0403..8caa67171937 100644
--- a/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
@@ -18,7 +18,7 @@ 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"
+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_sphinx docs dev-python/sphinx_rtd_theme
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-05-23 Thread Michał Górny
commit: 4f986b943f30dce9fc59cf1b4b43f1f2353e80a2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 23 09:33:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 23 09:33:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f986b94

dev-python/pycodestyle: Remove old

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

 dev-python/pycodestyle/Manifest |  2 --
 dev-python/pycodestyle/pycodestyle-2.6.0.ebuild | 25 -
 dev-python/pycodestyle/pycodestyle-2.7.0.ebuild | 23 ---
 3 files changed, 50 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 82e0ea79c9bf..f771efe50119 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,3 +1 @@
-DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271
-DIST pycodestyle-2.7.0.tar.gz 103640 BLAKE2B 
5b1ad351aadff101732748fd4d3a4d34c3eabc058dd9d0c7551afde0dbb169ddce82ccc539e71b72ea2df0dc199b3c2213d259910a18b5acd892782e1314cc19
 SHA512 
26502480e5855f0fd9378664ec813bb38dc2f8ac22e01767fc8bf75e52fa7a7691382fd4f6f1edaeb5f41d150ed71ee87e0d7f525bf06acbf4b3034cec3a227a
 DIST pycodestyle-2.8.0.tar.gz 102299 BLAKE2B 
ac4708a513582bb0f27f1abfcc983319e6c7b853c53971d5f026f297f897b25a6c8a651a4d2441b19ab37e6df6f7a38a472aad0757fec59e0438263d76ccfdb2
 SHA512 
0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1

diff --git a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
deleted file mode 100644
index 8d686c6ddfd0..
--- a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-distutils_enable_tests setup.py
-distutils_enable_sphinx docs
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-}

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
deleted file mode 100644
index bb8b29e28d75..
--- a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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_sphinx docs
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-05-23 Thread Michał Górny
commit: c4183fb6af3380573f271013475e3da38827219f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 23 09:26:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 23 09:26:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4183fb6

dev-python/pycodestyle: Use PEP517 build

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

 dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild | 29 ++
 1 file changed, 29 insertions(+)

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
new file mode 100644
index ..553cf05e0403
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0-r1.ebuild
@@ -0,0 +1,29 @@
+# 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="Python style guide checker (fka pep8)"
+HOMEPAGE="
+   https://pycodestyle.pycqa.org/en/latest/
+   https://github.com/PyCQA/pycodestyle/
+   https://pypi.org/project/pycodestyle/
+"
+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_sphinx docs dev-python/sphinx_rtd_theme
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2022-05-16 Thread Andrew Ammerlaan
commit: 3e7deb6695397fb6030176602f8f3b35c07b962c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 16 13:00:14 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 16 13:01:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7deb66

dev-python/pycodestyle: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
index 356ea77d9916..31d10a9978d1 100644
--- a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python style guide checker (fka pep8)"
@@ -14,7 +14,7 @@ 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_sphinx docs
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
 
 python_test() {
PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-11-30 Thread Tobias Klausmann
commit: fa848c57eeb92e088de0d99d0f8395ac8e3a5d8a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Nov 30 11:05:52 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Nov 30 11:05:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa848c57

dev-python/pycodestyle: Change maintainership to python@

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pycodestyle/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycodestyle/metadata.xml 
b/dev-python/pycodestyle/metadata.xml
index 244da9ca84a9..27d16c029300 100644
--- a/dev-python/pycodestyle/metadata.xml
+++ b/dev-python/pycodestyle/metadata.xml
@@ -1,9 +1,9 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-klaus...@gentoo.org
-Tobias Klausmann
+  
+pyt...@gentoo.org
+Python
   
   
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-11-26 Thread Arthur Zamarin
commit: 5064db26bbfcda939b099080f39d4dda4193e525
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 26 20:37:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 26 20:38:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5064db26

dev-python/pycodestyle: Stabilize 2.8.0 ALLARCHES, #827622

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
index d8720421de32..356ea77d9916 100644
--- a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
@@ -12,7 +12,7 @@ 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"
+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_sphinx docs
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-10-23 Thread Sam James
commit: bc1767e365a38da97994f410befc36c2aec848d8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sat Oct 23 08:57:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 23 13:15:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1767e3

dev-python/pycodestyle: stable 2.8.0 for hppa, bug #818406

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
index 6396cfc0e67..d8720421de3 100644
--- a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
@@ -12,7 +12,7 @@ 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"
+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_sphinx docs
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-10-11 Thread Michał Górny
commit: 56fbbfe3b17356bc78ab5bb6744c0137b20cdbac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 11 06:20:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 11 07:56:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fbbfe3

dev-python/pycodestyle: Bump to 2.8.0

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

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.8.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 05f914c8cc4..82e0ea79c9b 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1,3 @@
 DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271
 DIST pycodestyle-2.7.0.tar.gz 103640 BLAKE2B 
5b1ad351aadff101732748fd4d3a4d34c3eabc058dd9d0c7551afde0dbb169ddce82ccc539e71b72ea2df0dc199b3c2213d259910a18b5acd892782e1314cc19
 SHA512 
26502480e5855f0fd9378664ec813bb38dc2f8ac22e01767fc8bf75e52fa7a7691382fd4f6f1edaeb5f41d150ed71ee87e0d7f525bf06acbf4b3034cec3a227a
+DIST pycodestyle-2.8.0.tar.gz 102299 BLAKE2B 
ac4708a513582bb0f27f1abfcc983319e6c7b853c53971d5f026f297f897b25a6c8a651a4d2441b19ab37e6df6f7a38a472aad0757fec59e0438263d76ccfdb2
 SHA512 
0098be44451bc173507e2b396aaf342ccf7f25a6a1f5d5c1f802079a76a66e6bedf9f358b5e07b27bee66e3b279c72a6b72f63e5984f58ae83b7fc5806880fc1

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
new file mode 100644
index 000..6396cfc0e67
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.org/project/pycodestyle/;
+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_sphinx docs
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-09-25 Thread James Le Cuirot
commit: f7e56cb89139e29ce61d7542dd5fe2bd9effd4cb
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Sep 25 10:30:17 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep 25 13:08:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e56cb8

dev-python/pycodestyle: Keyword 2.7.0 for ~m68k

The tests pass.

Signed-off-by: James Le Cuirot  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
index 83ce4fd2dc6..bb8b29e28d7 100644
--- a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
@@ -12,7 +12,7 @@ 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 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+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_sphinx docs
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-09-10 Thread Tobias Klausmann
commit: ffacd0fb367cc352273cd2281dadcf45db1520f5
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 10 11:27:51 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 10 11:27:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffacd0fb

dev-python/pycodestyle: Restore 2.6.0

Package-Manager: Portage-3.0.22, Repoman-3.0.3
RepoMan-Options: --force
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pycodestyle/Manifest| 1 +
 .../{pycodestyle-2.7.0.ebuild => pycodestyle-2.6.0.ebuild} | 7 ---
 dev-python/pycodestyle/pycodestyle-2.7.0.ebuild| 1 -
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 9f31803efc2..05f914c8cc4 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
+DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271
 DIST pycodestyle-2.7.0.tar.gz 103640 BLAKE2B 
5b1ad351aadff101732748fd4d3a4d34c3eabc058dd9d0c7551afde0dbb169ddce82ccc539e71b72ea2df0dc199b3c2213d259910a18b5acd892782e1314cc19
 SHA512 
26502480e5855f0fd9378664ec813bb38dc2f8ac22e01767fc8bf75e52fa7a7691382fd4f6f1edaeb5f41d150ed71ee87e0d7f525bf06acbf4b3034cec3a227a

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
similarity index 70%
copy from dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
copy to dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
index 33045020a47..8d686c6ddfd 100644
--- a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+
 inherit distutils-r1
 
 DESCRIPTION="Python style guide checker (fka pep8)"
@@ -13,8 +13,9 @@ 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 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
+distutils_enable_tests setup.py
 distutils_enable_sphinx docs
 
 python_test() {

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
index 33045020a47..83ce4fd2dc6 100644
--- a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 
 DESCRIPTION="Python style guide checker (fka pep8)"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-09-10 Thread Tobias Klausmann
commit: 1af1f8563abf561ea0ad53c5d2422a1b69bf8fa7
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Sep 10 10:28:03 2021 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Sep 10 10:28:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af1f856

dev-python/pycodestyle: add DISTUTILS_USE_SETUPTOOLS=no

Closes: https://bugs.gentoo.org/show_bug.cgi?id=812413
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/pycodestyle/Manifest |  1 -
 dev-python/pycodestyle/pycodestyle-2.6.0.ebuild | 26 -
 dev-python/pycodestyle/pycodestyle-2.7.0.ebuild |  1 +
 3 files changed, 1 insertion(+), 27 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 05f914c8cc4..9f31803efc2 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1 @@
-DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271
 DIST pycodestyle-2.7.0.tar.gz 103640 BLAKE2B 
5b1ad351aadff101732748fd4d3a4d34c3eabc058dd9d0c7551afde0dbb169ddce82ccc539e71b72ea2df0dc199b3c2213d259910a18b5acd892782e1314cc19
 SHA512 
26502480e5855f0fd9378664ec813bb38dc2f8ac22e01767fc8bf75e52fa7a7691382fd4f6f1edaeb5f41d150ed71ee87e0d7f525bf06acbf4b3034cec3a227a

diff --git a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
deleted file mode 100644
index fc530c8b7c7..000
--- a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-distutils_enable_tests setup.py
-distutils_enable_sphinx docs
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-}

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
index 83ce4fd2dc6..33045020a47 100644
--- a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python3_{8..10} )
+DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1
 
 DESCRIPTION="Python style guide checker (fka pep8)"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-06-05 Thread Michał Górny
commit: daf78059b2026370b860f66aa6ed2079b8b4dfad
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 17:39:03 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 17:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daf78059

dev-python/pycodestyle: Enable py3.10

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

 dev-python/pycodestyle/pycodestyle-2.7.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
index 716ff1b7960..98e490db8c4 100644
--- a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
@@ -3,9 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Python style guide checker (fka pep8)"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-04-17 Thread Sam James
commit: 71f1c21785d415de2b01cd15a7f994e163dab50c
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 18 01:40:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 18 01:40:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f1c217

dev-python/pycodestyle: Stabilize 2.7.0 ALLARCHES, #783324

Signed-off-by: Sam James  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
index e873c0815a4..716ff1b7960 100644
--- a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
@@ -14,7 +14,7 @@ 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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 
 distutils_enable_sphinx docs
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2021-03-14 Thread Michał Górny
commit: 9393be1df8b1254010beff2a35665070578d7993
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 14 21:58:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 14 22:10:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9393be1d

dev-python/pycodestyle: Bump to 2.7.0

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

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.7.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 22527dde5db..05f914c8cc4 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271
+DIST pycodestyle-2.7.0.tar.gz 103640 BLAKE2B 
5b1ad351aadff101732748fd4d3a4d34c3eabc058dd9d0c7551afde0dbb169ddce82ccc539e71b72ea2df0dc199b3c2213d259910a18b5acd892782e1314cc19
 SHA512 
26502480e5855f0fd9378664ec813bb38dc2f8ac22e01767fc8bf75e52fa7a7691382fd4f6f1edaeb5f41d150ed71ee87e0d7f525bf06acbf4b3034cec3a227a

diff --git a/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
new file mode 100644
index 000..e873c0815a4
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.7.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.org/project/pycodestyle/;
+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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+distutils_enable_sphinx docs
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-08-02 Thread Michał Górny
commit: 5763924bfaa09c4163a78579f0cc9c3d69406759
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 08:35:49 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 08:36:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5763924b

dev-python/pycodestyle: Remove old (py2.7)

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

 dev-python/pycodestyle/Manifest|  1 -
 dev-python/pycodestyle/pycodestyle-2.5.0-r1.ebuild | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 8ed273f0f2d..22527dde5db 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1 @@
-DIST pycodestyle-2.5.0.tar.gz 98802 BLAKE2B 
ec86642f0f37abc4da8886df6395694b54cbe4e1d0030615b2136f0bc265825df254f019483e9094feaad685e43008cefdf0e50b533df434a40de0de11aa5fa1
 SHA512 
84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208
 DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0-r1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0-r1.ebuild
deleted file mode 100644
index 930d7e76b42..000
--- a/dev-python/pycodestyle/pycodestyle-2.5.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? ( dev-python/sphinx )
-"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-07-08 Thread Michał Górny
commit: 44f307abd2983494b232f66ae58679a3a62e6eb7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 04:57:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 05:14:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f307ab

dev-python/pycodestyle: Mark ALLARCHES

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

 dev-python/pycodestyle/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pycodestyle/metadata.xml 
b/dev-python/pycodestyle/metadata.xml
index 9771dbcade9..27bc28dc854 100644
--- a/dev-python/pycodestyle/metadata.xml
+++ b/dev-python/pycodestyle/metadata.xml
@@ -5,6 +5,7 @@
 klaus...@gentoo.org
 Tobias Klausmann
   
+  
   
 pycodestyle
   



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-07-08 Thread Michał Górny
commit: 6717c51060eb4ee43a3fd260af4bad0b0f45504e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 05:10:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 05:14:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6717c510

dev-python/pycodestyle: Stabilize 2.6.0 ALLARCHES, #731494

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

 dev-python/pycodestyle/pycodestyle-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
index 686651f93a4..6c0936b68e1 100644
--- a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
@@ -14,7 +14,7 @@ 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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 distutils_enable_tests setup.py
 distutils_enable_sphinx docs



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-06-06 Thread Andreas Sturmlechner
commit: adb3fea63e5efb5ffc91242111cd324460ea7bee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun  6 16:41:30 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun  6 16:42:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb3fea6

dev-python/pycodestyle: python3_9

Tests passed.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
index 04692ec49c1..686651f93a4 100644
--- a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-05-26 Thread Matt Turner
commit: 6c7b88657f36c278c4de0e57e7ce497ec891b57e
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu May 14 12:28:11 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May 26 20:41:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c7b8865

dev-python/pycodestyle: version bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.6.0.ebuild | 26 +
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index b0f8d25bc76..8ed273f0f2d 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.5.0.tar.gz 98802 BLAKE2B 
ec86642f0f37abc4da8886df6395694b54cbe4e1d0030615b2136f0bc265825df254f019483e9094feaad685e43008cefdf0e50b533df434a40de0de11aa5fa1
 SHA512 
84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208
+DIST pycodestyle-2.6.0.tar.gz 100213 BLAKE2B 
484cad34de86ae50f8efaffe590e79fa52ca7f13a3a9d5c9d52f52aef7a940a9eee8cff74b3bd1f711c3a01155f0ce6794196817d1b0e941b8afc77de4804387
 SHA512 
3bf9904752170135ca399a1b25470a531adb5b85dfd8df7ffbbc86b5875bc3a507cd8732158bc9cb7fd5b44b48c9a32d63d621856d55a15bc3104a99ca4bd271

diff --git a/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
new file mode 100644
index 000..04692ec49c1
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.6.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.org/project/pycodestyle/;
+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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+distutils_enable_tests setup.py
+distutils_enable_sphinx docs
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-04-14 Thread Mike Gilbert
commit: 86a094d75e87ded0bd3be952e360dbd5db9db30a
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Apr 15 02:45:04 2020 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Apr 15 02:48:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a094d7

dev-python/pycodestyle: DISTUTILS_USE_SETUPTOOLS=rdepend

Package-Manager: Portage-2.3.99, Repoman-2.3.22_p29
Signed-off-by: Mike Gilbert  gentoo.org>

 .../{pycodestyle-2.5.0.ebuild => pycodestyle-2.5.0-r1.ebuild}| 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0-r1.ebuild
similarity index 97%
rename from dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
rename to dev-python/pycodestyle/pycodestyle-2.5.0-r1.ebuild
index 12fa591cb98..930d7e76b42 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0-r1.ebuild
@@ -4,6 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-03-28 Thread Michał Górny
commit: 2bdbe2dc5adc070371ea2dc5df37a9e7d9c003ae
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 17:12:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 17:12:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bdbe2dc

dev-python/pycodestyle: Remove redundant versions

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

 dev-python/pycodestyle/Manifest |  1 -
 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index a135ba3e635..b0f8d25bc76 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1 @@
-DIST pycodestyle-2.3.1.tar.gz 89460 BLAKE2B 
0b7e23be13830954277d521262e9504ade8a4d0275a77e6365201ccffae955a8f505a1cd5e739145e1fc5551c3b956ff9a51bb57cede819f2886ee36637f7f9e
 SHA512 
276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
 DIST pycodestyle-2.5.0.tar.gz 98802 BLAKE2B 
ec86642f0f37abc4da8886df6395694b54cbe4e1d0030615b2136f0bc265825df254f019483e9094feaad685e43008cefdf0e50b533df434a40de0de11aa5fa1
 SHA512 
84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
deleted file mode 100644
index d96e2d151da..000
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-02-11 Thread Andreas Sturmlechner
commit: 1a00974ce9505bf80414e8a1856ddca2c218d4e7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 11 16:57:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 11 16:58:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a00974c

dev-python/pycodestyle: Re-add 2.3.1 to unbreak dev-python/flake8...

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index b0f8d25bc76..a135ba3e635 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
+DIST pycodestyle-2.3.1.tar.gz 89460 BLAKE2B 
0b7e23be13830954277d521262e9504ade8a4d0275a77e6365201ccffae955a8f505a1cd5e739145e1fc5551c3b956ff9a51bb57cede819f2886ee36637f7f9e
 SHA512 
276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
 DIST pycodestyle-2.5.0.tar.gz 98802 BLAKE2B 
ec86642f0f37abc4da8886df6395694b54cbe4e1d0030615b2136f0bc265825df254f019483e9094feaad685e43008cefdf0e50b533df434a40de0de11aa5fa1
 SHA512 
84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
new file mode 100644
index 000..d96e2d151da
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.org/project/pycodestyle/;
+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 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-02-11 Thread Andreas Sturmlechner
commit: 84b6f630675d2e997baaf88c9f208e291f7455b6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 11 16:16:37 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 11 16:16:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b6f630

dev-python/pycodestyle: Drop 2.3.1 and 2.4.0

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pycodestyle/Manifest |  2 --
 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 37 -
 dev-python/pycodestyle/pycodestyle-2.4.0.ebuild | 37 -
 3 files changed, 76 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 5886f5c15dd..b0f8d25bc76 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,3 +1 @@
-DIST pycodestyle-2.3.1.tar.gz 89460 BLAKE2B 
0b7e23be13830954277d521262e9504ade8a4d0275a77e6365201ccffae955a8f505a1cd5e739145e1fc5551c3b956ff9a51bb57cede819f2886ee36637f7f9e
 SHA512 
276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
-DIST pycodestyle-2.4.0.tar.gz 96665 BLAKE2B 
9c847aa9c9ffa1f401595d1c2c3f81f971f69628fb34d4e572ccb99203f8e9abe8101302d61c4ae7d330c03e7d0dd5e252d658065b7ed6660dea186880030529
 SHA512 
cb35238291fed30f1a4363e65b754165772d01e6006e19ce31769691aed17411cd893899fcd22dfca0455401bee899097fff6f3d63825c7656f186e37b7da3a0
 DIST pycodestyle-2.5.0.tar.gz 98802 BLAKE2B 
ec86642f0f37abc4da8886df6395694b54cbe4e1d0030615b2136f0bc265825df254f019483e9094feaad685e43008cefdf0e50b533df434a40de0de11aa5fa1
 SHA512 
84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
deleted file mode 100644
index d96e2d151da..000
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
deleted file mode 100644
index 34a1b6e6bf6..000
--- a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-03 Thread Sergei Trofimovich
commit: ec9320e747bd3eef98750edb400365857a3673c7
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan  3 08:43:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan  3 23:36:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9320e7

dev-python/pycodestyle: stable 2.5.0 for hppa, bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 2f52e086ed0..b39875cee79 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-03 Thread Agostino Sarubbo
commit: deb3cf4f17949d2888eb9b674d6d55ef5759e489
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 14:33:09 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 14:33:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb3cf4f

dev-python/pycodestyle: arm stable wrt bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 82ce110e939..2f52e086ed0 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-03 Thread Agostino Sarubbo
commit: 5affa95b558051bfa3104107c5bace1660fda09a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 14:29:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 14:29:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5affa95b

dev-python/pycodestyle: x86 stable wrt bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 59c7a522972..82ce110e939 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-03 Thread Agostino Sarubbo
commit: 31558d144b1469187c7c576d90bc21cbfc76126b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 13:56:02 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 13:56:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31558d14

dev-python/pycodestyle: ia64 stable wrt bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index d130f9d27b8..59c7a522972 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-03 Thread Agostino Sarubbo
commit: 8c80501597de47c1c6dfaa0b5781f0f36c80bb0f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 13:43:53 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 13:43:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c805015

dev-python/pycodestyle: ppc64 stable wrt bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 5955b03adc4..d130f9d27b8 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-03 Thread Agostino Sarubbo
commit: c792077e76a6f1c7e69265d770787ea48209b79c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 13:42:06 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 13:42:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c792077e

dev-python/pycodestyle: ppc stable wrt bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 76635504da3..5955b03adc4 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-03 Thread Agostino Sarubbo
commit: 100dda6d5665bffa4f2506f4b77fcccf96e42730
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Jan  3 12:17:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Jan  3 12:18:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100dda6d

dev-python/pycodestyle: s390 stable wrt bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 0358d4e5c6a..76635504da3 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2020-01-02 Thread Sergei Trofimovich
commit: 5f41e2cca2b70a7943e47ce627ddf6ba07263a35
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan  2 09:45:55 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan  2 09:57:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f41e2cc

dev-python/pycodestyle: stable 2.5.0 for sparc, bug #704476

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 37e81701a84..0358d4e5c6a 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2019-12-02 Thread Aaron Bauman
commit: 920e9a0227b46ee733f7e87f187fb2a6468a34ca
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Dec  2 20:16:46 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Dec  2 21:13:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920e9a02

dev-python/pycodestyle: amd64 stable

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19

 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
index 21ff67504ae..e7df4ea8c3d 100644
--- a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -13,7 +13,7 @@ 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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 BDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2019-11-24 Thread Andreas Sturmlechner
commit: 9eabd6be0e49464f74bdac7948d4966d517b1efa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 24 22:18:53 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 24 22:20:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eabd6be

dev-python/pycodestyle: 2.5.0 version bump, EAPI-7 bump, python3_8

Also fixing tests.

Closes: https://bugs.gentoo.org/690892
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.5.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index dc177866ba9..5886f5c15dd 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1,3 @@
 DIST pycodestyle-2.3.1.tar.gz 89460 BLAKE2B 
0b7e23be13830954277d521262e9504ade8a4d0275a77e6365201ccffae955a8f505a1cd5e739145e1fc5551c3b956ff9a51bb57cede819f2886ee36637f7f9e
 SHA512 
276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
 DIST pycodestyle-2.4.0.tar.gz 96665 BLAKE2B 
9c847aa9c9ffa1f401595d1c2c3f81f971f69628fb34d4e572ccb99203f8e9abe8101302d61c4ae7d330c03e7d0dd5e252d658065b7ed6660dea186880030529
 SHA512 
cb35238291fed30f1a4363e65b754165772d01e6006e19ce31769691aed17411cd893899fcd22dfca0455401bee899097fff6f3d63825c7656f186e37b7da3a0
+DIST pycodestyle-2.5.0.tar.gz 98802 BLAKE2B 
ec86642f0f37abc4da8886df6395694b54cbe4e1d0030615b2136f0bc265825df254f019483e9094feaad685e43008cefdf0e50b533df434a40de0de11aa5fa1
 SHA512 
84e751a7d00048393b02ca743de5d71d1641e948ee1b4daebbdf2d07e0cd8f087ca4e81f826061114b40ef41920bbcd680c9f479e7cc1a159a70188425717208

diff --git a/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
new file mode 100644
index 000..21ff67504ae
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.5.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy{,3} python2_7 python3_{5,6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.org/project/pycodestyle/;
+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 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? ( dev-python/sphinx )
+"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --max-doc-length=72 
--testsuite=testsuite || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-10-14 Thread Mikle Kolyada
commit: 7d84bb2965ac0558a7854f2ed2f37386b1bd08e7
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Oct 14 13:26:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Oct 14 13:29:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d84bb29

dev-python/pycodestyle: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 4 ++--
 dev-python/pycodestyle/pycodestyle-2.4.0.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 6f1be99b311..34a76da2d4b 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 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-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
index 41243bdcb87..49ea4806aee 100644
--- a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 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-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-09-05 Thread Louis Sautier
commit: 63820d341c47f26e699df375ced7c1ee985c946c
Author: Louis Sautier  gentoo  org>
AuthorDate: Wed Sep  5 13:51:01 2018 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Wed Sep  5 13:51:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63820d34

dev-python/pycodestyle: add Python 3.7 support

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/pycodestyle/pycodestyle-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
index 10fb79dbb65..41243bdcb87 100644
--- a/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-06-11 Thread Tobias Klausmann
commit: 05744748e9d866af03c257b212a58435e834f6f8
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jun 11 17:50:14 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jun 11 17:50:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05744748

dev-python/pycodestyle: Add 2.4.0 and clean old versions

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pycodestyle/Manifest|  4 +--
 dev-python/pycodestyle/pycodestyle-2.1.0.ebuild| 37 --
 dev-python/pycodestyle/pycodestyle-2.2.0.ebuild| 37 --
 ...style-2.0.0.ebuild => pycodestyle-2.4.0.ebuild} |  4 +--
 4 files changed, 3 insertions(+), 79 deletions(-)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 7422364d22c..dc177866ba9 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,4 +1,2 @@
-DIST pycodestyle-2.0.0.tar.gz 81701 BLAKE2B 
8b209762f7edce1d47a078f8b836efd9a47656c16ecbed1beba6fe989c7898769013433be5902b47ef15d919560534976ae21bb2a18b76c02b95763ce379bd3f
 SHA512 
c003a75bb8873d8ec09cbaf7391c75ebd4739eeab518bbea03c8b2cdc18839773190352166ded78d32992adb56895ee1502003bca11b2d63676c10facb879ac8
-DIST pycodestyle-2.1.0.tar.gz 85519 BLAKE2B 
95b0a260ba0cf4b07b02baf9b0a9f7c58634568854455add3bcf8d0597debdec8a1dbf95db4b6d4f8aebd327843a398a88826ed6dad403f0363bdf23ae4dd7b9
 SHA512 
901025813884612a04a1f37d2197a7757a050cb38f0dcbff7602b636ad22ae73e943d9b6a5028feda3bec9e55eca91064ace0416ffab8ea0c1721c50dd5c2673
-DIST pycodestyle-2.2.0.tar.gz 85811 BLAKE2B 
22ec88146292d024ba46ae469d76b45b073f1d914b57fea104483fccec438c8922bf808fa5acda0ce391fb25d27a5ed245be17c19b3a7865299622b9dc073d9b
 SHA512 
19c925158d6d0fa704f58387585aa4a618c4973d9f6e99a7831d9a41cb7886a4f1fec8b696162787a84dc575adb6e1cc253fb4af31252ae9cff0ced4b066c346
 DIST pycodestyle-2.3.1.tar.gz 89460 BLAKE2B 
0b7e23be13830954277d521262e9504ade8a4d0275a77e6365201ccffae955a8f505a1cd5e739145e1fc5551c3b956ff9a51bb57cede819f2886ee36637f7f9e
 SHA512 
276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
+DIST pycodestyle-2.4.0.tar.gz 96665 BLAKE2B 
9c847aa9c9ffa1f401595d1c2c3f81f971f69628fb34d4e572ccb99203f8e9abe8101302d61c4ae7d330c03e7d0dd5e252d658065b7ed6660dea186880030529
 SHA512 
cb35238291fed30f1a4363e65b754165772d01e6006e19ce31769691aed17411cd893899fcd22dfca0455401bee899097fff6f3d63825c7656f186e37b7da3a0

diff --git a/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild
deleted file mode 100644
index 875a490fe5e..000
--- a/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 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="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-
-python_test() {
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
-   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
-   esetup.py test
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( docs/_build/html/. )
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
deleted file mode 100644
index b4831ef4d10..000
--- a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
+++ /dev/null
@@ -1,37 +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="Python style guide checker (fka pep8)"
-HOMEPAGE="https://pypi.org/project/pycodestyle/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_compile_all() {
-   use doc && emake -C docs html
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-04-18 Thread Mikle Kolyada
commit: 1fe50c090b7b47442afef604cacf8163c84b1796
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Apr 18 12:56:50 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Apr 18 12:58:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe50c09

dev-python/pycodestyle: arm stable wrt bug #649350

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 254612ec791..d1488000d18 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-04-16 Thread Sergei Trofimovich
commit: fb9a23820d7ee67190d2c07b39d3d129c9133f24
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 16 16:32:14 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 16 18:35:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9a2382

dev-python/pycodestyle: stable 2.3.1 for sparc, bug #649350

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 7407b6da20d..254612ec791 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-04-07 Thread Matt Turner
commit: 4ac79e12aa16a9e8d906f1a4da65a9508494db8f
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 21:07:21 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 21:07:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac79e12

dev-python/pycodestyle-2.3.1: hppa stable, bug 649350

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 38c779a4b3c..7407b6da20d 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-04-07 Thread Matt Turner
commit: 2a5178ca3471cfd6b78e16e9457328f10a0e50af
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5178ca

dev-python/pycodestyle-2.3.1: ppc64 stable, bug 649350

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 1addf2a852d..38c779a4b3c 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-04-07 Thread Matt Turner
commit: c1b6d7260b364aafd594c8e712a371f114ed1d3e
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr  7 20:33:01 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr  7 20:33:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b6d726

dev-python/pycodestyle-2.3.1: ppc stable, bug 649350

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index b977897d1a8..1addf2a852d 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-03-05 Thread Tobias Klausmann
commit: 3178d254ddc4772e2689f6851fdeaf98ba1de6bf
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 19:48:15 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 21:31:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3178d254

dev-python/pycodestyle-2.3.1-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/649350

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 4098cdafcb6..b977897d1a8 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-03-02 Thread Sergei Trofimovich
commit: c5f54a8f146ef630a4ee3165fafc127ee961ff61
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Mar  2 23:35:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Mar  2 23:39:22 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f54a8f

dev-python/pycodestyle: stable 2.3.1 for ia64, bug #649350

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 4ce806d3ddb..4098cdafcb6 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2018-02-22 Thread Michał Górny
commit: af744f8489cbe87a6ff0179da7c3722676a0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 17:18:49 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 17:37:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af744f84

dev-python/pycodestyle: Tested on ~amd64-fbsd

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 4e83255e993..4ce806d3ddb 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ 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 x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 
~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-08-05 Thread Michael Palimaka
commit: cc98014734e8494608af561c532fb84a9a175cb9
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug  5 09:02:52 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug  5 09:03:47 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc980147

dev-python/pycodestyle: x86 stable

Gentoo-bug: 624992
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 8aabf9dbff3..4e83255e993 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-07-15 Thread Tobias Klausmann
commit: 0ab909d7b5996746b3d0c1ba59e6979d54a2227e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 17:18:11 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 17:18:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab909d7

dev-python/pycodestyle-2.3.1-r0: add amd64 keyword

Gentoo-Bug: 624992

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index f27eb2788ea..8aabf9dbff3 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ 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 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-05-21 Thread Mart Raudsepp
commit: c381f1380961f8a0931ed5cd365a01b01922d3c2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun May 21 21:32:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun May 21 21:36:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c381f138

dev-python/pycodestyle: keyworded for ~mips

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
index 60149dbda11..f27eb2788ea 100644
--- a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-05-15 Thread Lars Wendler
commit: 8830050b74116b31f16cdb0ed09b3dff74855940
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 15 11:23:26 2017 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 15 13:15:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8830050b

dev-python/pycodestyle: Bump to version 2.3.1

(with kind permission from klausman)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.3.1.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 76da824035f..f8957e294d3 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,3 +1,4 @@
 DIST pycodestyle-2.0.0.tar.gz 81701 SHA256 
37f0420b14630b0eaaf452978f3a6ea4816d787c3e6dcbba6fb255030adae2e7 SHA512 
c003a75bb8873d8ec09cbaf7391c75ebd4739eeab518bbea03c8b2cdc18839773190352166ded78d32992adb56895ee1502003bca11b2d63676c10facb879ac8
 WHIRLPOOL 
3f162936ea03c8bcd2ba7adbcb77c3d8e44549090875719c888a9fbd86bb9cbf16d4378ffc1c2f28050253520aa86753172816429bc530bc074a2f8fd3e88613
 DIST pycodestyle-2.1.0.tar.gz 85519 SHA256 
5b540e4f19b4938c082cfd13f5d778d1ad2308b337abbc687ab9335233f5f3e2 SHA512 
901025813884612a04a1f37d2197a7757a050cb38f0dcbff7602b636ad22ae73e943d9b6a5028feda3bec9e55eca91064ace0416ffab8ea0c1721c50dd5c2673
 WHIRLPOOL 
edf365450a7e3440fc5302cef220817fad67832890f72624a5397f8fa69f4e9ff522f7b041788d5852e7875dc707d6b8bb94f481accfcf138c62a0efbaa891dd
 DIST pycodestyle-2.2.0.tar.gz 85811 SHA256 
df81dc3293e0123e2e8d1f2aaf819600e4ae287d8b3af8b72181af50257e5d9a SHA512 
19c925158d6d0fa704f58387585aa4a618c4973d9f6e99a7831d9a41cb7886a4f1fec8b696162787a84dc575adb6e1cc253fb4af31252ae9cff0ced4b066c346
 WHIRLPOOL 
49421e7a3a18ce6fa5959fbd22c68022eeef54949fe54ae2c4cc8e4e3c7a1e3356066ae793e4468f8716d0edaffb7c4714c5cdf7750906d533dd5c010574ee4e
+DIST pycodestyle-2.3.1.tar.gz 89460 SHA256 
682256a5b318149ca0d2a9185d365d8864a768a28db66a84a2ea946bcc426766 SHA512 
276bc21b4e6898e379be88f3582135a21314460ad20d4b6c3e12825ac1a72082b2c08bb62099e704c3222f879a1098d0b305132fac1095aaa60ca239b9763a2d
 WHIRLPOOL 
939ecb7235f92aff8454aec1b10f761dc3b26fcf114802e48753e4063e1c470d2232a50628c39232ac9eb49cff93ca59a84e711f4e7ef230b9e1ab1df53f4b5d

diff --git a/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
new file mode 100644
index 000..60149dbda11
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.3.1.ebuild
@@ -0,0 +1,37 @@
+# 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="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.python.org/pypi/pycodestyle;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-05-11 Thread Markus Meier
commit: 6527aced97ab132eb5fd2055fa57e13f6412fac1
Author: Markus Meier  gentoo  org>
AuthorDate: Thu May 11 19:34:04 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu May 11 19:34:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6527aced

dev-python/pycodestyle: add ~arm64, bug #617528

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-python/pycodestyle/pycodestyle-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
index 9573c18b9aa..948a84180d7 100644
--- a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-05-06 Thread Agostino Sarubbo
commit: fde0013177613e5125d54ec76ec5c1dd667eac28
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May  6 17:19:23 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May  6 17:19:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde00131

dev-python/pycodestyle: x86 stable wrt bug #617606

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
index b854c2d60da..9573c18b9aa 100644
--- a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-05-06 Thread Agostino Sarubbo
commit: 4c3809e29949a72e74d60302868f956854c49f86
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May  6 13:25:41 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May  6 13:25:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3809e2

dev-python/pycodestyle: amd64 stable wrt bug #617606

Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pycodestyle/pycodestyle-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
index 64add9e2072..b854c2d60da 100644
--- a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
 IUSE="doc"
 
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2017-01-02 Thread Tobias Klausmann
commit: 522f3f78b9ed32912ddb4c788e698f111cc14d84
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jan  2 17:47:38 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jan  2 17:47:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=522f3f78

dev-python/pycodestyle: Bump to 2.2.0

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.2.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index fb7016e..76da824 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1,2 +1,3 @@
 DIST pycodestyle-2.0.0.tar.gz 81701 SHA256 
37f0420b14630b0eaaf452978f3a6ea4816d787c3e6dcbba6fb255030adae2e7 SHA512 
c003a75bb8873d8ec09cbaf7391c75ebd4739eeab518bbea03c8b2cdc18839773190352166ded78d32992adb56895ee1502003bca11b2d63676c10facb879ac8
 WHIRLPOOL 
3f162936ea03c8bcd2ba7adbcb77c3d8e44549090875719c888a9fbd86bb9cbf16d4378ffc1c2f28050253520aa86753172816429bc530bc074a2f8fd3e88613
 DIST pycodestyle-2.1.0.tar.gz 85519 SHA256 
5b540e4f19b4938c082cfd13f5d778d1ad2308b337abbc687ab9335233f5f3e2 SHA512 
901025813884612a04a1f37d2197a7757a050cb38f0dcbff7602b636ad22ae73e943d9b6a5028feda3bec9e55eca91064ace0416ffab8ea0c1721c50dd5c2673
 WHIRLPOOL 
edf365450a7e3440fc5302cef220817fad67832890f72624a5397f8fa69f4e9ff522f7b041788d5852e7875dc707d6b8bb94f481accfcf138c62a0efbaa891dd
+DIST pycodestyle-2.2.0.tar.gz 85811 SHA256 
df81dc3293e0123e2e8d1f2aaf819600e4ae287d8b3af8b72181af50257e5d9a SHA512 
19c925158d6d0fa704f58387585aa4a618c4973d9f6e99a7831d9a41cb7886a4f1fec8b696162787a84dc575adb6e1cc253fb4af31252ae9cff0ced4b066c346
 WHIRLPOOL 
49421e7a3a18ce6fa5959fbd22c68022eeef54949fe54ae2c4cc8e4e3c7a1e3356066ae793e4468f8716d0edaffb7c4714c5cdf7750906d533dd5c010574ee4e

diff --git a/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
new file mode 100644
index ..c1734c2
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.python.org/pypi/pycodestyle;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2016-11-10 Thread Tobias Klausmann
commit: 9072808ac165855c2df804343fbb4fa4f60486e0
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Nov 10 08:50:17 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Nov 10 08:50:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9072808a

dev-python/pycodestyle: Version bump for 2.1.0

Gentoo-Bug: 599314

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/pycodestyle-2.1.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
index 8ad2207..fb7016e 100644
--- a/dev-python/pycodestyle/Manifest
+++ b/dev-python/pycodestyle/Manifest
@@ -1 +1,2 @@
 DIST pycodestyle-2.0.0.tar.gz 81701 SHA256 
37f0420b14630b0eaaf452978f3a6ea4816d787c3e6dcbba6fb255030adae2e7 SHA512 
c003a75bb8873d8ec09cbaf7391c75ebd4739eeab518bbea03c8b2cdc18839773190352166ded78d32992adb56895ee1502003bca11b2d63676c10facb879ac8
 WHIRLPOOL 
3f162936ea03c8bcd2ba7adbcb77c3d8e44549090875719c888a9fbd86bb9cbf16d4378ffc1c2f28050253520aa86753172816429bc530bc074a2f8fd3e88613
+DIST pycodestyle-2.1.0.tar.gz 85519 SHA256 
5b540e4f19b4938c082cfd13f5d778d1ad2308b337abbc687ab9335233f5f3e2 SHA512 
901025813884612a04a1f37d2197a7757a050cb38f0dcbff7602b636ad22ae73e943d9b6a5028feda3bec9e55eca91064ace0416ffab8ea0c1721c50dd5c2673
 WHIRLPOOL 
edf365450a7e3440fc5302cef220817fad67832890f72624a5397f8fa69f4e9ff522f7b041788d5852e7875dc707d6b8bb94f481accfcf138c62a0efbaa891dd

diff --git a/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild
new file mode 100644
index ..099578e
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.python.org/pypi/pycodestyle;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pycodestyle/

2016-09-06 Thread Tobias Klausmann
commit: 63b8828cea0cd0ef0cd0579f7d0a8220b0b61352
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep  6 11:48:41 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep  6 11:48:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63b8828c

dev-python/pycodestyle: Initial addition to the tree

This is the successor project to pep8 and  will be needed for the
upcoming bump of flake8.

 dev-python/pycodestyle/Manifest |  1 +
 dev-python/pycodestyle/metadata.xml |  9 ++
 dev-python/pycodestyle/pycodestyle-2.0.0.ebuild | 38 +
 3 files changed, 48 insertions(+)

diff --git a/dev-python/pycodestyle/Manifest b/dev-python/pycodestyle/Manifest
new file mode 100644
index ..8ad2207
--- /dev/null
+++ b/dev-python/pycodestyle/Manifest
@@ -0,0 +1 @@
+DIST pycodestyle-2.0.0.tar.gz 81701 SHA256 
37f0420b14630b0eaaf452978f3a6ea4816d787c3e6dcbba6fb255030adae2e7 SHA512 
c003a75bb8873d8ec09cbaf7391c75ebd4739eeab518bbea03c8b2cdc18839773190352166ded78d32992adb56895ee1502003bca11b2d63676c10facb879ac8
 WHIRLPOOL 
3f162936ea03c8bcd2ba7adbcb77c3d8e44549090875719c888a9fbd86bb9cbf16d4378ffc1c2f28050253520aa86753172816429bc530bc074a2f8fd3e88613

diff --git a/dev-python/pycodestyle/metadata.xml 
b/dev-python/pycodestyle/metadata.xml
new file mode 100644
index ..639c1bc
--- /dev/null
+++ b/dev-python/pycodestyle/metadata.xml
@@ -0,0 +1,9 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+klaus...@gentoo.org
+Tobias Klausmann
+  
+
+

diff --git a/dev-python/pycodestyle/pycodestyle-2.0.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.0.0.ebuild
new file mode 100644
index ..5edf905
--- /dev/null
+++ b/dev-python/pycodestyle/pycodestyle-2.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python style guide checker (fka pep8)"
+HOMEPAGE="https://pypi.python.org/pypi/pycodestyle;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+IUSE="doc"
+
+RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+python_compile_all() {
+   use doc && emake -C docs html
+}
+
+python_test() {
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --testsuite=testsuite 
|| die
+   PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py --doctest -v || die
+   esetup.py test
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/_build/html/. )
+   distutils-r1_python_install_all
+}