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

2024-05-22 Thread Michał Górny
commit: aaf2cc7b8fc70366487e1a13c9bbd71df8839c2d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 23 02:05:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 23 02:11:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf2cc7b

dev-python/autopep8: Bump to 2.1.1

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

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

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 7fe7d3ab4421..9a94e5606a00 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-2.1.0.tar.gz 88891 BLAKE2B 
60bd5e9a177d8bdb741b37884bb3ef170fb59664b740beb1b1f38df021dfb7916f2cecdb2e20b6363c2abcc110f9f36902dbccd7f06ddf56f090ccb36149fb19
 SHA512 
f694a506646b4bc4932fb07cf1c989897e7db3fc9b65dc90886fa657b163dfcbad4c16bb911a2e399a4623b167b313d32213762d3e21e20bff27b6fe2a5abc59
+DIST autopep8-2.1.1.tar.gz 91009 BLAKE2B 
fa324c2c2e827a4bd5c3f60e0fbb83419055a5b0ced7c737b590cdfba9c43f6517ac659bc77212d9694530d42d6ea4c9af642acf5074d514b32a11c62dcc3688
 SHA512 
cfa9927e44d40d778405fa1a49385c40b79dd425d945ec5053510c594e783f98aaaf083ad53a07b04cf929eac9b274c5a37c8a1256ebb83d897364d40fc9eba0

diff --git a/dev-python/autopep8/autopep8-2.1.1.ebuild 
b/dev-python/autopep8/autopep8-2.1.1.ebuild
new file mode 100644
index ..6a718a775d3f
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



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

2024-04-06 Thread Michał Górny
commit: 40012694b44ecd7367d16beacaad789e52170277
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  6 09:32:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  6 09:35:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40012694

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest   |  1 -
 .../autopep8/autopep8-2.0.4_p20231027.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index ccbce5d4cd0a..7fe7d3ab4421 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1 @@
-DIST autopep8-2.0.4_p20231027.gh.tar.gz 146180 BLAKE2B 
3818423c9683157df0c3ed905a225228da7ca44a361247aecbc84b70bd5476a148c6ceb38598b84ff337bf66b1fadcbec47c79738954d90fe1f04f31a467441a
 SHA512 
28c88acd0863d7f6a7333150ce9b916e4776eefacc7eeb7c4de14a3c823c9331fb15fef03f2288ae921ddef37c19191a6550b152df6331d075217908ab1b3a7f
 DIST autopep8-2.1.0.tar.gz 88891 BLAKE2B 
60bd5e9a177d8bdb741b37884bb3ef170fb59664b740beb1b1f38df021dfb7916f2cecdb2e20b6363c2abcc110f9f36902dbccd7f06ddf56f090ccb36149fb19
 SHA512 
f694a506646b4bc4932fb07cf1c989897e7db3fc9b65dc90886fa657b163dfcbad4c16bb911a2e399a4623b167b313d32213762d3e21e20bff27b6fe2a5abc59

diff --git a/dev-python/autopep8/autopep8-2.0.4_p20231027.ebuild 
b/dev-python/autopep8/autopep8-2.0.4_p20231027.ebuild
deleted file mode 100644
index 81dbf312a6ed..
--- a/dev-python/autopep8/autopep8-2.0.4_p20231027.ebuild
+++ /dev/null
@@ -1,51 +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=( python3_{10..12} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="
-   https://github.com/hhatto/autopep8/
-   https://pypi.org/project/autopep8/
-"
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-   COMMIT="af7399d90926f2fe99a71f15197a08fa197f73a1"
-   SRC_URI="
-   https://github.com/hhatto/autopep8/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz
-   "
-   S="${WORKDIR}/${PN}-${COMMIT}"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.10)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-
-   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-   # fails due to deprecation warnings
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
-   )
-
-   epytest
-}



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

2024-04-06 Thread Arthur Zamarin
commit: 2cff5c4832a98c1d6a9d53580f1abbf76c25fbb4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  6 09:29:59 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  6 09:29:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cff5c48

dev-python/autopep8: Stabilize 2.1.0 ALLARCHES, #928724

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

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

diff --git a/dev-python/autopep8/autopep8-2.1.0.ebuild 
b/dev-python/autopep8/autopep8-2.1.0.ebuild
index 6a718a775d3f..1b82191667cc 100644
--- a/dev-python/autopep8/autopep8-2.1.0.ebuild
+++ b/dev-python/autopep8/autopep8-2.1.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 
 RDEPEND="
>=dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]



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

2024-03-17 Thread Michał Górny
commit: fa67de497843aa6d7f4109dd9b0e729822b48040
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 17 16:14:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 17 16:24:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa67de49

dev-python/autopep8: Bump to 2.1.0

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

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

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 41712f9ee349..ccbce5d4cd0a 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-2.0.4_p20231027.gh.tar.gz 146180 BLAKE2B 
3818423c9683157df0c3ed905a225228da7ca44a361247aecbc84b70bd5476a148c6ceb38598b84ff337bf66b1fadcbec47c79738954d90fe1f04f31a467441a
 SHA512 
28c88acd0863d7f6a7333150ce9b916e4776eefacc7eeb7c4de14a3c823c9331fb15fef03f2288ae921ddef37c19191a6550b152df6331d075217908ab1b3a7f
+DIST autopep8-2.1.0.tar.gz 88891 BLAKE2B 
60bd5e9a177d8bdb741b37884bb3ef170fb59664b740beb1b1f38df021dfb7916f2cecdb2e20b6363c2abcc110f9f36902dbccd7f06ddf56f090ccb36149fb19
 SHA512 
f694a506646b4bc4932fb07cf1c989897e7db3fc9b65dc90886fa657b163dfcbad4c16bb911a2e399a4623b167b313d32213762d3e21e20bff27b6fe2a5abc59

diff --git a/dev-python/autopep8/autopep8-2.1.0.ebuild 
b/dev-python/autopep8/autopep8-2.1.0.ebuild
new file mode 100644
index ..6a718a775d3f
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.11.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+
+distutils_enable_tests pytest



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

2023-11-24 Thread Arthur Zamarin
commit: e51e828c1afb7e56be174f1f6d92d5b0b716b644
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:17:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:17:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51e828c

dev-python/autopep8: Stabilize 2.0.4 arm64, #918138

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

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

diff --git a/dev-python/autopep8/autopep8-2.0.4.ebuild 
b/dev-python/autopep8/autopep8-2.0.4.ebuild
index a6ba4662776e..a55c69972647 100644
--- a/dev-python/autopep8/autopep8-2.0.4.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.4.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
inherit pypi
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2023-11-06 Thread Andrew Ammerlaan
commit: 8c4c6aace9746a752ef931f8aa304f1ca159cd83
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon Nov  6 12:21:34 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon Nov  6 13:24:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4c6aac

dev-python/autopep8: add 2.0.4 2023-10-27 snapshot for py3.12 compat

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

 dev-python/autopep8/Manifest   |  1 +
 ....ebuild => autopep8-2.0.4_p20231027.ebuild} | 22 +++---
 dev-python/autopep8/autopep8-.ebuild   |  4 ++--
 3 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 3679f01d9e26..e787dafcbf50 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-2.0.4.tar.gz 116472 BLAKE2B 
c6e6d207e9e27db450b74fe63fc3c8dce1e6729e0c86046e3efb2a7e749ff402e4cb33062a10c49db7a5f158b12df35088686425a9d822a32b8a4fb6185aae7c
 SHA512 
2c3731d328d0128b4e93c9cb05d730cdf4e08cb18b73ca0de3ac24462feb3e1e61c805ce4cef67f0df2db04773657d0efae70cbca9a67fa5d2790b07daeafeac
+DIST autopep8-2.0.4_p20231027.gh.tar.gz 146180 BLAKE2B 
3818423c9683157df0c3ed905a225228da7ca44a361247aecbc84b70bd5476a148c6ceb38598b84ff337bf66b1fadcbec47c79738954d90fe1f04f31a467441a
 SHA512 
28c88acd0863d7f6a7333150ce9b916e4776eefacc7eeb7c4de14a3c823c9331fb15fef03f2288ae921ddef37c19191a6550b152df6331d075217908ab1b3a7f

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-2.0.4_p20231027.ebuild
similarity index 56%
copy from dev-python/autopep8/autopep8-.ebuild
copy to dev-python/autopep8/autopep8-2.0.4_p20231027.ebuild
index ee34bcad54d2..05e47b6ddcdc 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.4_p20231027.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -18,8 +18,12 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
inherit git-r3
 else
-   inherit pypi
KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+   COMMIT="af7399d90926f2fe99a71f15197a08fa197f73a1"
+   SRC_URI="
+   https://github.com/hhatto/autopep8/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz
+   "
+   S="${WORKDIR}/${PN}-${COMMIT}"
 fi
 
 LICENSE="MIT"
@@ -29,7 +33,19 @@ RDEPEND="
>=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.{8..10})
+   ' 3.10)
 "
 
 distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+
+   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
+   # fails due to deprecation warnings
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
+   )
+
+   epytest
+}

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index ee34bcad54d2..1d564bd34c07 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -29,7 +29,7 @@ RDEPEND="
>=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.{8..10})
+   ' 3.10)
 "
 
 distutils_enable_tests pytest



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

2023-09-25 Thread Michał Górny
commit: aa16794d8aca8931bf36353f2f3bc7565fae11a0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:48:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:48:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa16794d

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest  |  2 --
 dev-python/autopep8/autopep8-2.0.2.ebuild | 47 ---
 dev-python/autopep8/autopep8-2.0.3.ebuild | 47 ---
 3 files changed, 96 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index ab8e8c443d50..3679f01d9e26 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1 @@
-DIST autopep8-2.0.2.tar.gz 116154 BLAKE2B 
1b6830f9cb8a4384898273411f6b03cf3e3c0e45e2c56fa2bb134f3567cc06459a8123e660db9252f8d7cd15835d70e54c0155f146191be64ffbafaaa808244d
 SHA512 
09471827d18ca0c691bc524e0639a416d1a4418ddda1cb88f50e5c5302e75e7014751e659e26439c22317db21588fbd956c94299cef44e2c47771df38de94be3
-DIST autopep8-2.0.3.tar.gz 116499 BLAKE2B 
f43476babe717ccd1d8ea363dc00e8a1227433078c89662c92097b2e569c9da46ad14af4e42982289bf6ec6cfc88f4db233b638dcf89f882fd7c4650f3f70160
 SHA512 
0007d6c6a17f21e1b4e00d1b69d83cac6db50a4c17ae351a429275958adcbb1d014e0f7e7e966239cc47388cb15ec07a3569f1254c1f16ebf6fb7d43fcfe57e6
 DIST autopep8-2.0.4.tar.gz 116472 BLAKE2B 
c6e6d207e9e27db450b74fe63fc3c8dce1e6729e0c86046e3efb2a7e749ff402e4cb33062a10c49db7a5f158b12df35088686425a9d822a32b8a4fb6185aae7c
 SHA512 
2c3731d328d0128b4e93c9cb05d730cdf4e08cb18b73ca0de3ac24462feb3e1e61c805ce4cef67f0df2db04773657d0efae70cbca9a67fa5d2790b07daeafeac

diff --git a/dev-python/autopep8/autopep8-2.0.2.ebuild 
b/dev-python/autopep8/autopep8-2.0.2.ebuild
deleted file mode 100644
index 05e242d04220..
--- a/dev-python/autopep8/autopep8-2.0.2.ebuild
+++ /dev/null
@@ -1,47 +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=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="
-   https://github.com/hhatto/autopep8/
-   https://pypi.org/project/autopep8/
-"
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   inherit pypi
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.{8..10})
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-
-   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-   # fails due to deprecation warnings
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
-   )
-
-   epytest
-}

diff --git a/dev-python/autopep8/autopep8-2.0.3.ebuild 
b/dev-python/autopep8/autopep8-2.0.3.ebuild
deleted file mode 100644
index 1d0c3278faab..
--- a/dev-python/autopep8/autopep8-2.0.3.ebuild
+++ /dev/null
@@ -1,47 +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=( python3_{10..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="
-   https://github.com/hhatto/autopep8/
-   https://pypi.org/project/autopep8/
-"
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   inherit pypi
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.{8..10})
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-
-   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-   # fails due to deprecation warnings
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
-   )
-
-   epytest
-}



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

2023-09-25 Thread Arthur Zamarin
commit: 03c8d50c8af10ddc11071cc45486ff073eec7051
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 17:02:38 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 17:02:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c8d50c

dev-python/autopep8: Stabilize 2.0.4 ALLARCHES, #914666

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

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

diff --git a/dev-python/autopep8/autopep8-2.0.4.ebuild 
b/dev-python/autopep8/autopep8-2.0.4.ebuild
index 1d0c3278faab..a6ba4662776e 100644
--- a/dev-python/autopep8/autopep8-2.0.4.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.4.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
inherit pypi
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2023-08-27 Thread Michał Górny
commit: 97e0932d3ed16821e313e1be418e62d6cae99420
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 27 15:41:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 27 15:59:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e0932d

dev-python/autopep8: Bump to 2.0.4

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-2.0.4.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 76e286b4e219..ab8e8c443d50 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1,3 @@
 DIST autopep8-2.0.2.tar.gz 116154 BLAKE2B 
1b6830f9cb8a4384898273411f6b03cf3e3c0e45e2c56fa2bb134f3567cc06459a8123e660db9252f8d7cd15835d70e54c0155f146191be64ffbafaaa808244d
 SHA512 
09471827d18ca0c691bc524e0639a416d1a4418ddda1cb88f50e5c5302e75e7014751e659e26439c22317db21588fbd956c94299cef44e2c47771df38de94be3
 DIST autopep8-2.0.3.tar.gz 116499 BLAKE2B 
f43476babe717ccd1d8ea363dc00e8a1227433078c89662c92097b2e569c9da46ad14af4e42982289bf6ec6cfc88f4db233b638dcf89f882fd7c4650f3f70160
 SHA512 
0007d6c6a17f21e1b4e00d1b69d83cac6db50a4c17ae351a429275958adcbb1d014e0f7e7e966239cc47388cb15ec07a3569f1254c1f16ebf6fb7d43fcfe57e6
+DIST autopep8-2.0.4.tar.gz 116472 BLAKE2B 
c6e6d207e9e27db450b74fe63fc3c8dce1e6729e0c86046e3efb2a7e749ff402e4cb33062a10c49db7a5f158b12df35088686425a9d822a32b8a4fb6185aae7c
 SHA512 
2c3731d328d0128b4e93c9cb05d730cdf4e08cb18b73ca0de3ac24462feb3e1e61c805ce4cef67f0df2db04773657d0efae70cbca9a67fa5d2790b07daeafeac

diff --git a/dev-python/autopep8/autopep8-2.0.4.ebuild 
b/dev-python/autopep8/autopep8-2.0.4.ebuild
new file mode 100644
index ..1d0c3278faab
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.0.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   inherit pypi
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+
+   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
+   # fails due to deprecation warnings
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
+   )
+
+   epytest
+}



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

2023-08-25 Thread Michał Górny
commit: 8af09017a38ab9bbee2e2a0661a192402061febe
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 26 05:26:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 26 05:27:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af09017

dev-python/autopep8: Bump to 2.0.3

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-2.0.3.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 4f71b2b72ab9..76e286b4e219 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-2.0.2.tar.gz 116154 BLAKE2B 
1b6830f9cb8a4384898273411f6b03cf3e3c0e45e2c56fa2bb134f3567cc06459a8123e660db9252f8d7cd15835d70e54c0155f146191be64ffbafaaa808244d
 SHA512 
09471827d18ca0c691bc524e0639a416d1a4418ddda1cb88f50e5c5302e75e7014751e659e26439c22317db21588fbd956c94299cef44e2c47771df38de94be3
+DIST autopep8-2.0.3.tar.gz 116499 BLAKE2B 
f43476babe717ccd1d8ea363dc00e8a1227433078c89662c92097b2e569c9da46ad14af4e42982289bf6ec6cfc88f4db233b638dcf89f882fd7c4650f3f70160
 SHA512 
0007d6c6a17f21e1b4e00d1b69d83cac6db50a4c17ae351a429275958adcbb1d014e0f7e7e966239cc47388cb15ec07a3569f1254c1f16ebf6fb7d43fcfe57e6

diff --git a/dev-python/autopep8/autopep8-2.0.3.ebuild 
b/dev-python/autopep8/autopep8-2.0.3.ebuild
new file mode 100644
index ..1d0c3278faab
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.0.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   inherit pypi
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+
+   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
+   # fails due to deprecation warnings
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
+   )
+
+   epytest
+}



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

2023-04-05 Thread Michał Górny
commit: f1cb3f334ae3f35334711622a19b37cd833cee99
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  5 08:18:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  5 08:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1cb3f33

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest  |  1 -
 dev-python/autopep8/autopep8-2.0.1.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index a77ee98909f3..4f71b2b72ab9 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1 @@
-DIST autopep8-2.0.1.tar.gz 115905 BLAKE2B 
9dde8d702a0b21fb1457e08120dca805e2b46e3e5284e5d98932ff93afc4c0ac8dbc60215f35b64d4a308d6748df1411c2979d8fa1f4949b1dbe213bf19de9dc
 SHA512 
cc0e8e5b7228ba9b37adaa3b2689a5e1ad04eb84366c5300d7a220b1593a64e4f1dc332750f8ca53935dec6a3ea1d07cae5615373e44da357a980d9763bbc3f1
 DIST autopep8-2.0.2.tar.gz 116154 BLAKE2B 
1b6830f9cb8a4384898273411f6b03cf3e3c0e45e2c56fa2bb134f3567cc06459a8123e660db9252f8d7cd15835d70e54c0155f146191be64ffbafaaa808244d
 SHA512 
09471827d18ca0c691bc524e0639a416d1a4418ddda1cb88f50e5c5302e75e7014751e659e26439c22317db21588fbd956c94299cef44e2c47771df38de94be3

diff --git a/dev-python/autopep8/autopep8-2.0.1.ebuild 
b/dev-python/autopep8/autopep8-2.0.1.ebuild
deleted file mode 100644
index 807955f05f3e..
--- a/dev-python/autopep8/autopep8-2.0.1.ebuild
+++ /dev/null
@@ -1,47 +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=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="
-   https://github.com/hhatto/autopep8/
-   https://pypi.org/project/autopep8/
-"
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.{8..10})
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=()
-
-   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-   # fails due to deprecation warnings
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
-   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
-   )
-
-   epytest
-}



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

2023-04-05 Thread Arthur Zamarin
commit: e7ec9bf6b86a68574c9a3aad252227b044409326
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Apr  5 07:36:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Apr  5 07:36:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ec9bf6

dev-python/autopep8: Stabilize 2.0.2 ALLARCHES, #903839

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

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

diff --git a/dev-python/autopep8/autopep8-2.0.2.ebuild 
b/dev-python/autopep8/autopep8-2.0.2.ebuild
index f3389447202d..05e242d04220 100644
--- a/dev-python/autopep8/autopep8-2.0.2.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.2.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
inherit pypi
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2023-03-03 Thread Michał Górny
commit: 7149ff0bdb4ff9cdd9c48776ce92bb6a0cb6139c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 05:43:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 05:48:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7149ff0b

dev-python/autopep8: Use pypi.eclass

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

 dev-python/autopep8/autopep8-2.0.2.ebuild | 2 +-
 dev-python/autopep8/autopep8-.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/autopep8/autopep8-2.0.2.ebuild 
b/dev-python/autopep8/autopep8-2.0.2.ebuild
index 2500f9c683a2..f3389447202d 100644
--- a/dev-python/autopep8/autopep8-2.0.2.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
inherit git-r3
 else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   inherit pypi
KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 fi
 

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index c41931f8e0c2..ee34bcad54d2 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -18,8 +18,8 @@ if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
inherit git-r3
 else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   inherit pypi
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2023-03-03 Thread Michał Górny
commit: 53a2aea1c9bb17c73ab592d4d46ff6c521036e9a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 05:10:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 05:48:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a2aea1

dev-python/autopep8: Bump to 2.0.2

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-2.0.2.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 701dca14bc07..a77ee98909f3 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-2.0.1.tar.gz 115905 BLAKE2B 
9dde8d702a0b21fb1457e08120dca805e2b46e3e5284e5d98932ff93afc4c0ac8dbc60215f35b64d4a308d6748df1411c2979d8fa1f4949b1dbe213bf19de9dc
 SHA512 
cc0e8e5b7228ba9b37adaa3b2689a5e1ad04eb84366c5300d7a220b1593a64e4f1dc332750f8ca53935dec6a3ea1d07cae5615373e44da357a980d9763bbc3f1
+DIST autopep8-2.0.2.tar.gz 116154 BLAKE2B 
1b6830f9cb8a4384898273411f6b03cf3e3c0e45e2c56fa2bb134f3567cc06459a8123e660db9252f8d7cd15835d70e54c0155f146191be64ffbafaaa808244d
 SHA512 
09471827d18ca0c691bc524e0639a416d1a4418ddda1cb88f50e5c5302e75e7014751e659e26439c22317db21588fbd956c94299cef44e2c47771df38de94be3

diff --git a/dev-python/autopep8/autopep8-2.0.2.ebuild 
b/dev-python/autopep8/autopep8-2.0.2.ebuild
new file mode 100644
index ..2500f9c683a2
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.0.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+
+   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
+   # fails due to deprecation warnings
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
+   )
+
+   epytest
+}



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

2023-02-28 Thread Sam James
commit: 441e8e33ab936f25e6752428da18900fab039ea8
Author: Matoro Mahri  users  noreply  github  
com>
AuthorDate: Tue Feb 28 15:20:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 28 19:09:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441e8e33

dev-python/autopep8: Keyword 2.0.1 ppc64, #874048

Signed-off-by: Matoro Mahri  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-2.0.1.ebuild 
b/dev-python/autopep8/autopep8-2.0.1.ebuild
index e35cb4f06e3c..807955f05f3e 100644
--- a/dev-python/autopep8/autopep8-2.0.1.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.1.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/files/, dev-python/autopep8/

2023-02-16 Thread Michał Górny
commit: 9cf124a820897591238ac53b14bf713b5e77909d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 20:31:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 20:31:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf124a8

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest   |  1 -
 dev-python/autopep8/autopep8-2.0.0.ebuild  | 42 --
 ...autopep8-1.6.0-lib2to3-deprecation-pytest.patch | 28 ---
 3 files changed, 71 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 97b274a5f387..701dca14bc07 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1 @@
-DIST autopep8-2.0.0.tar.gz 117507 BLAKE2B 
8722b19454f47d0b960e3cc0e18ff3d6150ead009630047ecd1ce9001ea6f6d68595f80d7ad1087bddd2993e95d0634d63495b1d43dee095d114535bf632d1bf
 SHA512 
883b79f7011a374a2ef88073a45748268a20449a3bc8da519c036c71700352dd8c4accc60fcb592f1a53ceac06984fcbe6ede8a272bc718c2b79873be5f35dd8
 DIST autopep8-2.0.1.tar.gz 115905 BLAKE2B 
9dde8d702a0b21fb1457e08120dca805e2b46e3e5284e5d98932ff93afc4c0ac8dbc60215f35b64d4a308d6748df1411c2979d8fa1f4949b1dbe213bf19de9dc
 SHA512 
cc0e8e5b7228ba9b37adaa3b2689a5e1ad04eb84366c5300d7a220b1593a64e4f1dc332750f8ca53935dec6a3ea1d07cae5615373e44da357a980d9763bbc3f1

diff --git a/dev-python/autopep8/autopep8-2.0.0.ebuild 
b/dev-python/autopep8/autopep8-2.0.0.ebuild
deleted file mode 100644
index 162c3d53396b..
--- a/dev-python/autopep8/autopep8-2.0.0.ebuild
+++ /dev/null
@@ -1,42 +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=( python3_{9..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="
-   https://github.com/hhatto/autopep8/
-   https://pypi.org/project/autopep8/
-"
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # test require in source build
-   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
-)
-
-PATCHES=(
-   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
-)

diff --git 
a/dev-python/autopep8/files/autopep8-1.6.0-lib2to3-deprecation-pytest.patch 
b/dev-python/autopep8/files/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
deleted file mode 100644
index 9aadf2758c0c..
--- a/dev-python/autopep8/files/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+++ /dev/null
@@ -1,28 +0,0 @@
 a/test/test_autopep8.py2022-07-01 16:53:14.197393816 +0300
-+++ b/test/test_autopep8.py2022-07-01 17:26:07.740358186 +0300
-@@ -5729,7 +5729,11 @@
- list(AUTOPEP8_CMD_TUPLE) + [filename, '--in-place'],
- stderr=PIPE,
- )
--_, err = p.communicate()
-+_, error = p.communicate()
-+if b'DeprecationWarning: lib2to3 package is deprecated' in error:
-+err = bytes()
-+else:
-+err = error
- self.assertEqual(err, b'')
- self.assertEqual(p.returncode, autopep8.EXIT_CODE_OK)
- 
-@@ -5741,7 +5745,11 @@
- list(AUTOPEP8_CMD_TUPLE) + [filename, '--in-place'],
- stderr=PIPE,
- )
--_, err = p.communicate()
-+_, error = p.communicate()
-+if b'DeprecationWarning: lib2to3 package is deprecated' in error:
-+err = bytes()
-+else:
-+err = error
- self.assertEqual(err, b'')
- self.assertEqual(p.returncode, autopep8.EXIT_CODE_OK)
- 



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

2023-02-16 Thread Arthur Zamarin
commit: 406a3f07f04821b6f1ec46e215f1ae261f7292ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 16 17:49:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 16 17:49:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406a3f07

dev-python/autopep8: Stabilize 2.0.1 ALLARCHES, #894810

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

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

diff --git a/dev-python/autopep8/autopep8-2.0.1.ebuild 
b/dev-python/autopep8/autopep8-2.0.1.ebuild
index c80c0617b4eb..e35cb4f06e3c 100644
--- a/dev-python/autopep8/autopep8-2.0.1.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.1.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2022-12-16 Thread Michał Górny
commit: 98e703df272ba2b7e590e3e6d4da21df67d2c5e0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 16 10:32:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 16 11:31:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e703df

dev-python/autopep8: Bump to 2.0.1

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

 dev-python/autopep8/Manifest   |  1 +
 ...{autopep8-.ebuild => autopep8-2.0.1.ebuild} | 23 +-
 dev-python/autopep8/autopep8-.ebuild   | 15 --
 3 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 552e26e681d5..97b274a5f387 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-2.0.0.tar.gz 117507 BLAKE2B 
8722b19454f47d0b960e3cc0e18ff3d6150ead009630047ecd1ce9001ea6f6d68595f80d7ad1087bddd2993e95d0634d63495b1d43dee095d114535bf632d1bf
 SHA512 
883b79f7011a374a2ef88073a45748268a20449a3bc8da519c036c71700352dd8c4accc60fcb592f1a53ceac06984fcbe6ede8a272bc718c2b79873be5f35dd8
+DIST autopep8-2.0.1.tar.gz 115905 BLAKE2B 
9dde8d702a0b21fb1457e08120dca805e2b46e3e5284e5d98932ff93afc4c0ac8dbc60215f35b64d4a308d6748df1411c2979d8fa1f4949b1dbe213bf19de9dc
 SHA512 
cc0e8e5b7228ba9b37adaa3b2689a5e1ad04eb84366c5300d7a220b1593a64e4f1dc332750f8ca53935dec6a3ea1d07cae5615373e44da357a980d9763bbc3f1

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-2.0.1.ebuild
similarity index 60%
copy from dev-python/autopep8/autopep8-.ebuild
copy to dev-python/autopep8/autopep8-2.0.1.ebuild
index b201d023a72a..e54d2fef8e1a 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.1.ebuild
@@ -26,17 +26,22 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
 "
 
 distutils_enable_tests pytest
 
-EPYTEST_DESELECT=(
-   # test require in source build
-   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
-)
+python_test() {
+   local EPYTEST_DESELECT=()
 
-PATCHES=(
-   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
-)
+   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
+   # fails due to deprecation warnings
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes
+   
test/test_autopep8.py::CommandLineTests::test_in_place_no_modifications_no_writes_with_empty_file
+   )
+
+   epytest
+}

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index b201d023a72a..ed142ae0e692 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -26,17 +26,10 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.10[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.{8..10})
 "
 
 distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # test require in source build
-   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
-)
-
-PATCHES=(
-   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
-)



[gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/files/, dev-python/autopep8/

2022-11-29 Thread Michał Górny
commit: 64fae0c2cb02859b1c52ccbf5cc7781815d6771f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 29 08:46:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 29 08:48:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64fae0c2

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest   |  3 --
 dev-python/autopep8/autopep8-1.6.0.ebuild  | 32 
 dev-python/autopep8/autopep8-1.7.0-r1.ebuild   | 39 ---
 dev-python/autopep8/autopep8-1.7.1.ebuild  | 42 
 .../autopep8/files/autopep8-1.7.0-tomli.patch  | 57 --
 5 files changed, 173 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 0e0f1d1a64d1..552e26e681d5 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,4 +1 @@
-DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617
-DIST autopep8-1.7.0.tar.gz 117055 BLAKE2B 
36e2789551eb671b0bc7481742d9edf25aa622bd3f605fb2491195c45f7630378116e4b0bffb536cf7596b3b1c5ea695796259b944a886d55f05c9891e280d0c
 SHA512 
e93ddf90ff989af71790f70f7e7101f7cc60890c8a976552a097c13b0a0e10c16dfd8770214b19d7fabd59403e6d87a9a37d75a2c6f3ed27f8c82a7d8da95dad
-DIST autopep8-1.7.1.tar.gz 117449 BLAKE2B 
27bfdc58f647f3f2a7c3945f7faee152667e1dffc13c2b4a5af1f74e7d544c21d1472dc34c797818ca45fccae9f53e7a333c71b52b825b0fb97b50f12567889b
 SHA512 
7a4a8ebf0bacd781fdf7ae32a34bd64f5b6ba9e8ccef5709799cefe5e5bc24da47f36ea49092e26a7c3e254bbea5d6feaeca38f64ffc3fe440307b1331be4766
 DIST autopep8-2.0.0.tar.gz 117507 BLAKE2B 
8722b19454f47d0b960e3cc0e18ff3d6150ead009630047ecd1ce9001ea6f6d68595f80d7ad1087bddd2993e95d0634d63495b1d43dee095d114535bf632d1bf
 SHA512 
883b79f7011a374a2ef88073a45748268a20449a3bc8da519c036c71700352dd8c4accc60fcb592f1a53ceac06984fcbe6ede8a272bc718c2b79873be5f35dd8

diff --git a/dev-python/autopep8/autopep8-1.6.0.ebuild 
b/dev-python/autopep8/autopep8-1.6.0.ebuild
deleted file mode 100644
index ebe36cfed891..
--- a/dev-python/autopep8/autopep8-1.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-PATCHES=(
-   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
-)

diff --git a/dev-python/autopep8/autopep8-1.7.0-r1.ebuild 
b/dev-python/autopep8/autopep8-1.7.0-r1.ebuild
deleted file mode 100644
index 58d653e49809..
--- a/dev-python/autopep8/autopep8-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # test require in source build
-   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
-)
-
-PATCHES=(
-   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
-   "${FILESDIR}"/${P}-tomli.patch
-)

diff --git a/dev-python/autopep8/autopep8-1.7.1.ebuild 
b/dev-python/autopep8/autopep8-1.7.1.ebuild
deleted file mode 100644
index b201d023a72a..
--- a/dev-python/autopep8/autopep8-1.7.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the 

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

2022-11-29 Thread Arthur Zamarin
commit: 8ab9d85363b1a0b34dc092203ee25cdf58d0c81b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 29 08:10:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 29 08:10:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab9d853

dev-python/autopep8: Stabilize 2.0.0 ALLARCHES, #883471

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

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

diff --git a/dev-python/autopep8/autopep8-2.0.0.ebuild 
b/dev-python/autopep8/autopep8-2.0.0.ebuild
index b201d023a72a..42ecc9413af7 100644
--- a/dev-python/autopep8/autopep8-2.0.0.ebuild
+++ b/dev-python/autopep8/autopep8-2.0.0.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2022-10-29 Thread Arthur Zamarin
commit: 3e13a2029c7dfa5f25fefd35daa97303cc046224
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 29 06:23:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 29 06:46:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e13a202

dev-python/autopep8: add 2.0.0

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-2.0.0.ebuild | 42 +++
 2 files changed, 43 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index d4bf51b8710f..0e0f1d1a64d1 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1,4 @@
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617
 DIST autopep8-1.7.0.tar.gz 117055 BLAKE2B 
36e2789551eb671b0bc7481742d9edf25aa622bd3f605fb2491195c45f7630378116e4b0bffb536cf7596b3b1c5ea695796259b944a886d55f05c9891e280d0c
 SHA512 
e93ddf90ff989af71790f70f7e7101f7cc60890c8a976552a097c13b0a0e10c16dfd8770214b19d7fabd59403e6d87a9a37d75a2c6f3ed27f8c82a7d8da95dad
 DIST autopep8-1.7.1.tar.gz 117449 BLAKE2B 
27bfdc58f647f3f2a7c3945f7faee152667e1dffc13c2b4a5af1f74e7d544c21d1472dc34c797818ca45fccae9f53e7a333c71b52b825b0fb97b50f12567889b
 SHA512 
7a4a8ebf0bacd781fdf7ae32a34bd64f5b6ba9e8ccef5709799cefe5e5bc24da47f36ea49092e26a7c3e254bbea5d6feaeca38f64ffc3fe440307b1331be4766
+DIST autopep8-2.0.0.tar.gz 117507 BLAKE2B 
8722b19454f47d0b960e3cc0e18ff3d6150ead009630047ecd1ce9001ea6f6d68595f80d7ad1087bddd2993e95d0634d63495b1d43dee095d114535bf632d1bf
 SHA512 
883b79f7011a374a2ef88073a45748268a20449a3bc8da519c036c71700352dd8c4accc60fcb592f1a53ceac06984fcbe6ede8a272bc718c2b79873be5f35dd8

diff --git a/dev-python/autopep8/autopep8-2.0.0.ebuild 
b/dev-python/autopep8/autopep8-2.0.0.ebuild
new file mode 100644
index ..b201d023a72a
--- /dev/null
+++ b/dev-python/autopep8/autopep8-2.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # test require in source build
+   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
+)
+
+PATCHES=(
+   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+)



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

2022-10-28 Thread Michał Górny
commit: 5d4ecf2bee673b7cbcb26a23cefd8084d70c27ff
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 28 05:54:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 28 07:08:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4ecf2b

dev-python/autopep8: Bump to 1.7.1

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

 dev-python/autopep8/Manifest |  1 +
 .../{autopep8-.ebuild => autopep8-1.7.1.ebuild}  | 20 
 dev-python/autopep8/autopep8-.ebuild | 20 
 3 files changed, 33 insertions(+), 8 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 73e96699c4a9..d4bf51b8710f 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1,3 @@
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617
 DIST autopep8-1.7.0.tar.gz 117055 BLAKE2B 
36e2789551eb671b0bc7481742d9edf25aa622bd3f605fb2491195c45f7630378116e4b0bffb536cf7596b3b1c5ea695796259b944a886d55f05c9891e280d0c
 SHA512 
e93ddf90ff989af71790f70f7e7101f7cc60890c8a976552a097c13b0a0e10c16dfd8770214b19d7fabd59403e6d87a9a37d75a2c6f3ed27f8c82a7d8da95dad
+DIST autopep8-1.7.1.tar.gz 117449 BLAKE2B 
27bfdc58f647f3f2a7c3945f7faee152667e1dffc13c2b4a5af1f74e7d544c21d1472dc34c797818ca45fccae9f53e7a333c71b52b825b0fb97b50f12567889b
 SHA512 
7a4a8ebf0bacd781fdf7ae32a34bd64f5b6ba9e8ccef5709799cefe5e5bc24da47f36ea49092e26a7c3e254bbea5d6feaeca38f64ffc3fe440307b1331be4766

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-1.7.1.ebuild
similarity index 59%
copy from dev-python/autopep8/autopep8-.ebuild
copy to dev-python/autopep8/autopep8-1.7.1.ebuild
index bb50e6c643bd..b201d023a72a 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-1.7.1.ebuild
@@ -3,14 +3,17 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
 
 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
inherit git-r3
@@ -23,8 +26,17 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
dev-python/tomli[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # test require in source build
+   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
+)
+
+PATCHES=(
+   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+)

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index bb50e6c643bd..b201d023a72a 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -3,14 +3,17 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
 
 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+HOMEPAGE="
+   https://github.com/hhatto/autopep8/
+   https://pypi.org/project/autopep8/
+"
 if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
inherit git-r3
@@ -23,8 +26,17 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
dev-python/tomli[${PYTHON_USEDEP}]
 "
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # test require in source build
+   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
+)
+
+PATCHES=(
+   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+)



[gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/files/, dev-python/autopep8/

2022-10-14 Thread Michał Górny
commit: 69078e4e931ff888b20e74ad4c9ed3cb2d57cd5a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 14 11:14:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 14 11:14:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69078e4e

dev-python/autopep8: Use tomli instead of toml

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

 ...opep8-1.7.0.ebuild => autopep8-1.7.0-r1.ebuild} |  4 +-
 dev-python/autopep8/autopep8-.ebuild   |  3 +-
 .../autopep8/files/autopep8-1.7.0-tomli.patch  | 57 ++
 3 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.7.0.ebuild 
b/dev-python/autopep8/autopep8-1.7.0-r1.ebuild
similarity index 92%
rename from dev-python/autopep8/autopep8-1.7.0.ebuild
rename to dev-python/autopep8/autopep8-1.7.0-r1.ebuild
index 31163b3a63e5..58d653e49809 100644
--- a/dev-python/autopep8/autopep8-1.7.0.ebuild
+++ b/dev-python/autopep8/autopep8-1.7.0-r1.ebuild
@@ -23,7 +23,8 @@ SLOT="0"
 
 RDEPEND="
>=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest
 
@@ -34,4 +35,5 @@ EPYTEST_DESELECT=(
 
 PATCHES=(
"${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+   "${FILESDIR}"/${P}-tomli.patch
 )

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 91c5dbfceeba..bb50e6c643bd 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -24,6 +24,7 @@ SLOT="0"
 
 RDEPEND="
>=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
+   dev-python/tomli[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests unittest

diff --git a/dev-python/autopep8/files/autopep8-1.7.0-tomli.patch 
b/dev-python/autopep8/files/autopep8-1.7.0-tomli.patch
new file mode 100644
index ..6a8dd147d474
--- /dev/null
+++ b/dev-python/autopep8/files/autopep8-1.7.0-tomli.patch
@@ -0,0 +1,57 @@
+From d0836947df66a052a1d18925a64feb0374598f02 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Wed, 6 Apr 2022 18:30:11 +0200
+Subject: [PATCH] Use tomli in place of unmaintained toml package
+
+Use the modern `tomli` TOML parser instead of `toml`.  The latter
+package is no longer maintained and does not support TOML 1.0.
+---
+ autopep8.py | 10 +-
+ setup.py|  2 +-
+ 2 files changed, 6 insertions(+), 6 deletions(-)
+
+diff --git a/autopep8.py b/autopep8.py
+index d856f711..ab1a88ac 100755
+--- a/autopep8.py
 b/autopep8.py
+@@ -4040,13 +4040,13 @@ def read_config(args, parser):
+ 
+ def read_pyproject_toml(args, parser):
+ """Read pyproject.toml and load configuration."""
+-import toml
++import tomli
+ 
+ config = None
+ 
+ if os.path.exists(args.global_config):
+-with open(args.global_config) as fp:
+-config = toml.load(fp)
++with open(args.global_config, "rb") as fp:
++config = tomli.load(fp)
+ 
+ if not args.ignore_local_config:
+ parent = tail = args.files and os.path.abspath(
+@@ -4054,8 +4054,8 @@ def read_pyproject_toml(args, parser):
+ while tail:
+ pyproject_toml = os.path.join(parent, "pyproject.toml")
+ if os.path.exists(pyproject_toml):
+-with open(pyproject_toml) as fp:
+-config = toml.load(fp)
++with open(pyproject_toml, "rb") as fp:
++config = tomli.load(fp)
+ break
+ (parent, tail) = os.path.split(parent)
+ 
+diff --git a/setup.py b/setup.py
+index caa639bf..4849574a 100755
+--- a/setup.py
 b/setup.py
+@@ -10,7 +10,7 @@
+ 
+ 
+ INSTALL_REQUIRES = (
+-['pycodestyle >= 2.9.1', 'toml']
++['pycodestyle >= 2.9.1', 'tomli']
+ )
+ 
+ 



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

2022-09-25 Thread Arthur Zamarin
commit: 30629ee2310da6980c6ea7b7976e0882843d5a69
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 18:26:43 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 25 18:26:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30629ee2

dev-python/autopep8: Stabilize 1.7.0 ALLARCHES, #872953

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

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

diff --git a/dev-python/autopep8/autopep8-1.7.0.ebuild 
b/dev-python/autopep8/autopep8-1.7.0.ebuild
index 8a4cf8b6e538..31163b3a63e5 100644
--- a/dev-python/autopep8/autopep8-1.7.0.ebuild
+++ b/dev-python/autopep8/autopep8-1.7.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/files/, dev-python/autopep8/

2022-08-21 Thread Arthur Zamarin
commit: 42fab65962f76b527744488210678ea4bda7b468
Author: Jinqiang Zhang  0x0  ee>
AuthorDate: Sun Aug 21 03:36:17 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Aug 21 18:41:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fab659

dev-python/autopep8: enable py3.11

This is part of https://github.com/gentoo/gentoo/pull/26805

Add python 3.11 target to autopep8, and add patch to pass the test cases.

I update the latest version autopep8-1.7.0.

dev-python/python-lsp-server depend on the autopep8 >=1.6.0 and <1.7.0, so I 
also update the autopep8-1.6.0.

Signed-off-by: Jinqiang Zhang  0x0.ee>
Closes: https://github.com/gentoo/gentoo/pull/26891
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/autopep8/autopep8-1.6.0.ebuild  |  8 +--
 dev-python/autopep8/autopep8-1.7.0.ebuild  |  6 -
 ...autopep8-1.6.0-lib2to3-deprecation-pytest.patch | 28 ++
 3 files changed, 39 insertions(+), 3 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.6.0.ebuild 
b/dev-python/autopep8/autopep8-1.6.0.ebuild
index 2c892ed26d7e..ebe36cfed891 100644
--- a/dev-python/autopep8/autopep8-1.6.0.ebuild
+++ b/dev-python/autopep8/autopep8-1.6.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=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -26,3 +26,7 @@ RDEPEND="
dev-python/toml[${PYTHON_USEDEP}]"
 
 distutils_enable_tests unittest
+
+PATCHES=(
+   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+)

diff --git a/dev-python/autopep8/autopep8-1.7.0.ebuild 
b/dev-python/autopep8/autopep8-1.7.0.ebuild
index 6ddc994a7a0e..8a4cf8b6e538 100644
--- a/dev-python/autopep8/autopep8-1.7.0.ebuild
+++ b/dev-python/autopep8/autopep8-1.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -31,3 +31,7 @@ EPYTEST_DESELECT=(
# test require in source build
test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
 )
+
+PATCHES=(
+   "${FILESDIR}"/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
+)

diff --git 
a/dev-python/autopep8/files/autopep8-1.6.0-lib2to3-deprecation-pytest.patch 
b/dev-python/autopep8/files/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
new file mode 100644
index ..9aadf2758c0c
--- /dev/null
+++ b/dev-python/autopep8/files/autopep8-1.6.0-lib2to3-deprecation-pytest.patch
@@ -0,0 +1,28 @@
+--- a/test/test_autopep8.py2022-07-01 16:53:14.197393816 +0300
 b/test/test_autopep8.py2022-07-01 17:26:07.740358186 +0300
+@@ -5729,7 +5729,11 @@
+ list(AUTOPEP8_CMD_TUPLE) + [filename, '--in-place'],
+ stderr=PIPE,
+ )
+-_, err = p.communicate()
++_, error = p.communicate()
++if b'DeprecationWarning: lib2to3 package is deprecated' in error:
++err = bytes()
++else:
++err = error
+ self.assertEqual(err, b'')
+ self.assertEqual(p.returncode, autopep8.EXIT_CODE_OK)
+ 
+@@ -5741,7 +5745,11 @@
+ list(AUTOPEP8_CMD_TUPLE) + [filename, '--in-place'],
+ stderr=PIPE,
+ )
+-_, err = p.communicate()
++_, error = p.communicate()
++if b'DeprecationWarning: lib2to3 package is deprecated' in error:
++err = bytes()
++else:
++err = error
+ self.assertEqual(err, b'')
+ self.assertEqual(p.returncode, autopep8.EXIT_CODE_OK)
+ 



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

2022-08-09 Thread Arthur Zamarin
commit: 2c7e3e604d9937a99db2a1913cf2114b0ab9f868
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Aug  9 17:53:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Aug  9 17:58:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c7e3e60

dev-python/autopep8: add 1.7.0

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.7.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index effc4d3fa392..73e96699c4a9 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617
+DIST autopep8-1.7.0.tar.gz 117055 BLAKE2B 
36e2789551eb671b0bc7481742d9edf25aa622bd3f605fb2491195c45f7630378116e4b0bffb536cf7596b3b1c5ea695796259b944a886d55f05c9891e280d0c
 SHA512 
e93ddf90ff989af71790f70f7e7101f7cc60890c8a976552a097c13b0a0e10c16dfd8770214b19d7fabd59403e6d87a9a37d75a2c6f3ed27f8c82a7d8da95dad

diff --git a/dev-python/autopep8/autopep8-1.7.0.ebuild 
b/dev-python/autopep8/autopep8-1.7.0.ebuild
new file mode 100644
index ..6ddc994a7a0e
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.9.1[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # test require in source build
+   test/test_autopep8.py::SystemTests::test_e101_skip_innocuous
+)



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

2022-05-18 Thread Andrew Ammerlaan
commit: 224f0003dd57fe2ecff5d47fb6bef5246056d769
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed May 18 10:59:07 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed May 18 11:15:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224f0003

dev-python/autopep8: update EAPI 7 -> 8

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

 dev-python/autopep8/autopep8-.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index ad9d9361b236..91c5dbfceeba 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -22,7 +23,7 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
 
-distutils_enable_tests setup.py
+distutils_enable_tests unittest



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

2022-04-06 Thread Michał Górny
commit: fe31354762d1f314317f722c1b7f3d8f797c4b16
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  6 16:21:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  6 17:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe313547

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest  |  1 -
 dev-python/autopep8/autopep8-1.5.7.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 203514e99e97..effc4d3fa392 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1 @@
-DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 
06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202
 SHA512 
b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617

diff --git a/dev-python/autopep8/autopep8-1.5.7.ebuild 
b/dev-python/autopep8/autopep8-1.5.7.ebuild
deleted file mode 100644
index e6d7e406100a..
--- a/dev-python/autopep8/autopep8-1.5.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py



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

2021-12-16 Thread Sam James
commit: 1b6e4bede2b3a95a81821348ca73c3e9a087b5ec
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 17 03:14:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 17 03:14:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b6e4bed

dev-python/autopep8: Revert "Remove old"

This reverts commit 29972801288682885ead17c680a307a0e9d5d391.

Restore 1.5.7 so that stable flake8 can be co-installed with autopep8.

Bug: https://bugs.gentoo.org/829384
Signed-off-by: Sam James  gentoo.org>

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.5.7.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index effc4d3fa392..203514e99e97 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
+DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 
06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202
 SHA512 
b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617

diff --git a/dev-python/autopep8/autopep8-1.5.7.ebuild 
b/dev-python/autopep8/autopep8-1.5.7.ebuild
new file mode 100644
index ..e6d7e406100a
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.5.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests setup.py



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

2021-11-26 Thread Michał Górny
commit: 29972801288682885ead17c680a307a0e9d5d391
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Nov 26 20:54:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 26 21:56:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29972801

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest  |  1 -
 dev-python/autopep8/autopep8-1.5.7.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 203514e99e97..effc4d3fa392 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1 @@
-DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 
06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202
 SHA512 
b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7
 DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617

diff --git a/dev-python/autopep8/autopep8-1.5.7.ebuild 
b/dev-python/autopep8/autopep8-1.5.7.ebuild
deleted file mode 100644
index e6d7e406100a..
--- a/dev-python/autopep8/autopep8-1.5.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-
-distutils_enable_tests setup.py



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

2021-11-26 Thread Arthur Zamarin
commit: c3fbbf4fe7fdf0ea18d78bd9fe1d9943b1ceac9c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 26 20:43:29 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 26 20:43:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fbbf4f

dev-python/autopep8: Stabilize 1.6.0 ALLARCHES, #827562

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

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

diff --git a/dev-python/autopep8/autopep8-1.6.0.ebuild 
b/dev-python/autopep8/autopep8-1.6.0.ebuild
index 54be24f31921..2c892ed26d7e 100644
--- a/dev-python/autopep8/autopep8-1.6.0.ebuild
+++ b/dev-python/autopep8/autopep8-1.6.0.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-10-24 Thread Michał Górny
commit: dcfb4ca09a324a41b24bd03a2a78e62974a466ce
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 24 07:21:09 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 24 07:29:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcfb4ca0

dev-python/autopep8: Bump to 1.6.0

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.6.0.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 6d6433b471a..203514e99e9 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 
06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202
 SHA512 
b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7
+DIST autopep8-1.6.0.tar.gz 122165 BLAKE2B 
606ccf7ab51b52db95287384f9b19fd0f72da9e8fb4537bf395651622a95f88d782679550e61816d60dd3faa2fa096c979575d60cbd95476fa1cd7cf2c4f4180
 SHA512 
f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617

diff --git a/dev-python/autopep8/autopep8-1.6.0.ebuild 
b/dev-python/autopep8/autopep8-1.6.0.ebuild
new file mode 100644
index 000..54be24f3192
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.8.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+
+distutils_enable_tests unittest



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

2021-08-07 Thread Louis Sautier
commit: fa5495a06b4d134e76a3f98398ffbc446cee9dd7
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 20:47:24 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 20:59:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5495a0

dev-python/autopep8: sync live ebuild with 1.5.7

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/autopep8/autopep8-.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 11848b6f772..ad9d9361b23 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -22,8 +22,7 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests setup.py



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

2021-08-07 Thread Louis Sautier
commit: b053351161b3bd2efa5f2e7bcc26f916e8f31f61
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 20:46:54 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 20:59:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0533511

dev-python/autopep8: enable py3.10, drop unused test dependency

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/autopep8/autopep8-1.5.7.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.5.7.ebuild 
b/dev-python/autopep8/autopep8-1.5.7.ebuild
index e0ed8e204c7..e6d7e406100 100644
--- a/dev-python/autopep8/autopep8-1.5.7.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -24,6 +24,5 @@ SLOT="0"
 RDEPEND="
>=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests setup.py



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

2021-06-05 Thread Michał Górny
commit: d1bde45a7b9327dc0b837641fe10a042561d47a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 20:59:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 20:59:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1bde45a

dev-python/autopep8: Remove old

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

 dev-python/autopep8/Manifest  |  2 --
 dev-python/autopep8/autopep8-1.5.5.ebuild | 30 --
 dev-python/autopep8/autopep8-1.5.6.ebuild | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 7722026c356..6d6433b471a 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1 @@
-DIST autopep8-1.5.5.tar.gz 117991 BLAKE2B 
74e9bfed663d68f4a73088fccd879c538d40c564e7527b067d549a15361dfba2adcb853a8895fc61da50972f947ce23900f8067f5b8e715f73d6a80c6c27ef5b
 SHA512 
9982271805131a7330d4a2a46eda65c05f079925393686f2df7eb92dc9e172003f9d788663cb8c0c8849dbae4f64c518c310eb65c3df308a12700abab084c39c
-DIST autopep8-1.5.6.tar.gz 121134 BLAKE2B 
aefeb4cc53ac66fb6eaef4d7af286d6249e7139e5409fe6f6b3568f0c6216d758dd73a950d043e36b6f19cf5de83f62e28ca318c45a7e40ffdeac0f7a9e06cdf
 SHA512 
d283c3e2021025097c6b2f95faf7db12664b7d1f69f82acf9fe94e20fbd49cfcb28ad47437aa3148503c59cf5c2690a842fd795f869731290c80dc9feb86637b
 DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 
06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202
 SHA512 
b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7

diff --git a/dev-python/autopep8/autopep8-1.5.5.ebuild 
b/dev-python/autopep8/autopep8-1.5.5.ebuild
deleted file mode 100644
index 861696f391a..000
--- a/dev-python/autopep8/autopep8-1.5.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py

diff --git a/dev-python/autopep8/autopep8-1.5.6.ebuild 
b/dev-python/autopep8/autopep8-1.5.6.ebuild
deleted file mode 100644
index 6c9336c713f..000
--- a/dev-python/autopep8/autopep8-1.5.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py



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

2021-04-30 Thread Michał Górny
commit: a82f497fbfe6209d451e9277b8301a99a825a82c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 30 07:12:26 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 30 12:22:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82f497f

dev-python/autopep8: Bump to 1.5.7

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

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

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 21d19cee472..7722026c356 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1,3 @@
 DIST autopep8-1.5.5.tar.gz 117991 BLAKE2B 
74e9bfed663d68f4a73088fccd879c538d40c564e7527b067d549a15361dfba2adcb853a8895fc61da50972f947ce23900f8067f5b8e715f73d6a80c6c27ef5b
 SHA512 
9982271805131a7330d4a2a46eda65c05f079925393686f2df7eb92dc9e172003f9d788663cb8c0c8849dbae4f64c518c310eb65c3df308a12700abab084c39c
 DIST autopep8-1.5.6.tar.gz 121134 BLAKE2B 
aefeb4cc53ac66fb6eaef4d7af286d6249e7139e5409fe6f6b3568f0c6216d758dd73a950d043e36b6f19cf5de83f62e28ca318c45a7e40ffdeac0f7a9e06cdf
 SHA512 
d283c3e2021025097c6b2f95faf7db12664b7d1f69f82acf9fe94e20fbd49cfcb28ad47437aa3148503c59cf5c2690a842fd795f869731290c80dc9feb86637b
+DIST autopep8-1.5.7.tar.gz 121537 BLAKE2B 
06f107cab210258fe71b8e912312520797122fd38e3e67fa0d6cf640806690e1255fec63c74c11ec39952a4a50964a3f622ca1166d29299c4f7a7031a1013202
 SHA512 
b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-1.5.7.ebuild
similarity index 85%
copy from dev-python/autopep8/autopep8-.ebuild
copy to dev-python/autopep8/autopep8-1.5.7.ebuild
index a3edf664463..809832964cc 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.7.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{7..9} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
@@ -23,7 +22,7 @@ LICENSE="MIT"
 SLOT="0"
 
 RDEPEND="
-   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
 

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index a3edf664463..11848b6f772 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{7..9} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 



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

2021-04-29 Thread Michał Górny
commit: ac7069b6cebc74a43337f3b98ac6ad5d406350ee
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 29 10:21:23 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 29 10:21:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7069b6

dev-python/autopep8: Stabilize 1.5.6 ALLARCHES, #783267

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

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

diff --git a/dev-python/autopep8/autopep8-1.5.6.ebuild 
b/dev-python/autopep8/autopep8-1.5.6.ebuild
index 9ef96e6cfde..6c9336c713f 100644
--- a/dev-python/autopep8/autopep8-1.5.6.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ppc sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-04-25 Thread Sergei Trofimovich
commit: 51419952abd34fc9732f3c6df41d8c0b8ebf149f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 25 09:15:06 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 25 09:18:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51419952

dev-python/autopep8: stable 1.5.6 for sparc

stable wrt bug #783267

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-1.5.6.ebuild 
b/dev-python/autopep8/autopep8-1.5.6.ebuild
index 382bcd988e1..9ef96e6cfde 100644
--- a/dev-python/autopep8/autopep8-1.5.6.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ppc sparc ~x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-04-25 Thread Sergei Trofimovich
commit: 7314990e9c320c4f266ef9bbfda8ec961f7e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Apr 25 09:13:28 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr 25 09:18:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7314990e

dev-python/autopep8: stable 1.5.6 for ppc

stable wrt bug #783267

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-1.5.6.ebuild 
b/dev-python/autopep8/autopep8-1.5.6.ebuild
index d3ff82ca62d..382bcd988e1 100644
--- a/dev-python/autopep8/autopep8-1.5.6.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-03-17 Thread Michał Górny
commit: 70230e9156c97c3c9b1a481055ad06ebccf585e6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 17 07:33:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 17 07:47:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70230e91

dev-python/autopep8: Bump to 1.5.6

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.5.6.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index fb71d79d652..21d19cee472 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-1.5.5.tar.gz 117991 BLAKE2B 
74e9bfed663d68f4a73088fccd879c538d40c564e7527b067d549a15361dfba2adcb853a8895fc61da50972f947ce23900f8067f5b8e715f73d6a80c6c27ef5b
 SHA512 
9982271805131a7330d4a2a46eda65c05f079925393686f2df7eb92dc9e172003f9d788663cb8c0c8849dbae4f64c518c310eb65c3df308a12700abab084c39c
+DIST autopep8-1.5.6.tar.gz 121134 BLAKE2B 
aefeb4cc53ac66fb6eaef4d7af286d6249e7139e5409fe6f6b3568f0c6216d758dd73a950d043e36b6f19cf5de83f62e28ca318c45a7e40ffdeac0f7a9e06cdf
 SHA512 
d283c3e2021025097c6b2f95faf7db12664b7d1f69f82acf9fe94e20fbd49cfcb28ad47437aa3148503c59cf5c2690a842fd795f869731290c80dc9feb86637b

diff --git a/dev-python/autopep8/autopep8-1.5.6.ebuild 
b/dev-python/autopep8/autopep8-1.5.6.ebuild
new file mode 100644
index 000..d3ff82ca62d
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.5.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.7.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py



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

2021-03-07 Thread Michał Górny
commit: e31cdcdae2f5193ae61516804ba76f8ede09a3c3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  7 20:25:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  7 22:38:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31cdcda

dev-python/autopep8: Remove old

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

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

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index f45a7f8091f..fb71d79d652 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1 @@
-DIST autopep8-1.5.4.tar.gz 121471 BLAKE2B 
4d9d4d0de94757573ad56636d92983d0bedfb2c7a3f25a47d8dba9c78c4e0752aa2ea0cd43f93d9cf37e434178cf89ad6c98b2af3a07f2490147c87a95ff610a
 SHA512 
e613295d080149028361715f748fc9db1b7fc6212ca4e117594a10c3924a67eaad6ff8d94cfcf2c3dea087e0aa1ce6bcadc1b4eb3f07915daa5b002a09913f59
 DIST autopep8-1.5.5.tar.gz 117991 BLAKE2B 
74e9bfed663d68f4a73088fccd879c538d40c564e7527b067d549a15361dfba2adcb853a8895fc61da50972f947ce23900f8067f5b8e715f73d6a80c6c27ef5b
 SHA512 
9982271805131a7330d4a2a46eda65c05f079925393686f2df7eb92dc9e172003f9d788663cb8c0c8849dbae4f64c518c310eb65c3df308a12700abab084c39c

diff --git a/dev-python/autopep8/autopep8-1.5.4.ebuild 
b/dev-python/autopep8/autopep8-1.5.4.ebuild
deleted file mode 100644
index 861696f391a..000
--- a/dev-python/autopep8/autopep8-1.5.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
-   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
-   dev-python/toml[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py



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

2021-03-07 Thread Sam James
commit: a1e83f226c70ef648e1c0b34d6f3577f1bd1fde5
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  7 19:45:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  7 19:45:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e83f22

dev-python/autopep8: Stabilize 1.5.5 ALLARCHES, #774564

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

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

diff --git a/dev-python/autopep8/autopep8-1.5.5.ebuild 
b/dev-python/autopep8/autopep8-1.5.5.ebuild
index daf7a5d9406..861696f391a 100644
--- a/dev-python/autopep8/autopep8-1.5.5.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2021-02-04 Thread Michał Górny
commit: 8a3c8995d0a518cf553edc9117ad745e3f4266ca
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  4 08:03:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  4 08:17:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a3c8995

dev-python/autopep8: Bump to 1.5.5

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

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.5.5.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 9aa3f008aeb..f45a7f8091f 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-1.5.4.tar.gz 121471 BLAKE2B 
4d9d4d0de94757573ad56636d92983d0bedfb2c7a3f25a47d8dba9c78c4e0752aa2ea0cd43f93d9cf37e434178cf89ad6c98b2af3a07f2490147c87a95ff610a
 SHA512 
e613295d080149028361715f748fc9db1b7fc6212ca4e117594a10c3924a67eaad6ff8d94cfcf2c3dea087e0aa1ce6bcadc1b4eb3f07915daa5b002a09913f59
+DIST autopep8-1.5.5.tar.gz 117991 BLAKE2B 
74e9bfed663d68f4a73088fccd879c538d40c564e7527b067d549a15361dfba2adcb853a8895fc61da50972f947ce23900f8067f5b8e715f73d6a80c6c27ef5b
 SHA512 
9982271805131a7330d4a2a46eda65c05f079925393686f2df7eb92dc9e172003f9d788663cb8c0c8849dbae4f64c518c310eb65c3df308a12700abab084c39c

diff --git a/dev-python/autopep8/autopep8-1.5.5.ebuild 
b/dev-python/autopep8/autopep8-1.5.5.ebuild
new file mode 100644
index 000..daf7a5d9406
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.5.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py



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

2020-12-31 Thread Sam James
commit: e4242faa672e3ab0a82308d2bbbc44004a34c9a4
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan  1 01:49:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan  1 01:49:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4242faa

dev-python/autopep8: Stabilize 1.5.4 ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-1.5.4.ebuild 
b/dev-python/autopep8/autopep8-1.5.4.ebuild
index 5ad39ec40fb..cbeadeb16ff 100644
--- a/dev-python/autopep8/autopep8-1.5.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2020-10-18 Thread Sam James
commit: 0be4f8c78bf92d09c103d2c44f034e5eb4bd458a
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 18 19:19:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 18 19:19:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be4f8c7

dev-python/autopep8: Stabilize 1.5.4 ALLARCHES, #749426

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

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

diff --git a/dev-python/autopep8/autopep8-1.5.4.ebuild 
b/dev-python/autopep8/autopep8-1.5.4.ebuild
index 6a7bf88e468..5ad39ec40fb 100644
--- a/dev-python/autopep8/autopep8-1.5.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2020-10-18 Thread Thomas Deutschmann
commit: 85295408c6c94ec15e973da6f2e77a9a125b0a06
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 18 19:05:42 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 18 19:10:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85295408

dev-python/autopep8: x86 stable (bug #749426)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-1.5.4.ebuild 
b/dev-python/autopep8/autopep8-1.5.4.ebuild
index 2bc6afefadf..6a7bf88e468 100644
--- a/dev-python/autopep8/autopep8-1.5.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.5.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2020-10-16 Thread Michał Górny
commit: 047710e078cc67bc750899dc0700d1332e33795e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 16 11:46:30 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 12:00:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047710e0

dev-python/autopep8: Mark ALLARCHES

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

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

diff --git a/dev-python/autopep8/metadata.xml b/dev-python/autopep8/metadata.xml
index 094891e2fd9..560792cb09b 100644
--- a/dev-python/autopep8/metadata.xml
+++ b/dev-python/autopep8/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 autopep8
 hhatto/autopep8



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

2020-09-14 Thread David Seifert
commit: 63610a4fec8fdc1e57925b71d0196f82462a89a7
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep 14 09:51:14 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 14 09:51:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63610a4f

dev-python/autopep8: Version bump to 1.5.4

Bug: https://bugs.gentoo.org/737866
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 9342a27d2c8..d62f1697dfe 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-1.4.4.tar.gz 114796 BLAKE2B 
0eef2550e2e13a79e4c3199dae119ed49b13056d9bbd98be5d9e4c7d0288d12bf6ad30162c0e4c485f6de9b47b4b6ecfe92dcb278f2cb265b75e395bdda77aa8
 SHA512 
06822df7cd02c68980965c1fd987dec03785e14ff0f735dc707c4de99b4d152b0d092e21017ec5d9176b33bcf22f3ef2b0986f38faebab0928443eca4d32
+DIST autopep8-1.5.4.tar.gz 121471 BLAKE2B 
4d9d4d0de94757573ad56636d92983d0bedfb2c7a3f25a47d8dba9c78c4e0752aa2ea0cd43f93d9cf37e434178cf89ad6c98b2af3a07f2490147c87a95ff610a
 SHA512 
e613295d080149028361715f748fc9db1b7fc6212ca4e117594a10c3924a67eaad6ff8d94cfcf2c3dea087e0aa1ce6bcadc1b4eb3f07915daa5b002a09913f59

diff --git a/dev-python/autopep8/autopep8-1.5.4.ebuild 
b/dev-python/autopep8/autopep8-1.5.4.ebuild
new file mode 100644
index 000..4ebce4805b3
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.5.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py



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

2020-09-14 Thread David Seifert
commit: b3f0d7e773a486c59288557bd04f0533d9f55f40
Author: David Seifert  gentoo  org>
AuthorDate: Mon Sep 14 09:51:17 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Sep 14 09:51:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f0d7e7

dev-python/autopep8: Sync live ebuild

Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: David Seifert  gentoo.org>

 dev-python/autopep8/autopep8-.ebuild | 11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 90456b8815b..4ebce4805b3 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -15,14 +15,15 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"
 SLOT="0"
 
-RDEPEND=">=dev-python/pycodestyle-2.5.0[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
+RDEPEND="
+   >=dev-python/pycodestyle-2.6.0[${PYTHON_USEDEP}]
+   dev-python/toml[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests setup.py



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

2020-08-01 Thread Michał Górny
commit: dffab8780f2fa52b69000189ccd988d27046c1a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  1 21:17:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  1 21:23:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffab878

dev-python/autopep8: Remove py2.7

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

 dev-python/autopep8/autopep8-1.4.4.ebuild | 2 +-
 dev-python/autopep8/autopep8-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.4.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.4.ebuild
index 1370a111334..df9895f59c9 100644
--- a/dev-python/autopep8/autopep8-1.4.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 136de80ed7a..90456b8815b 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1



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

2020-05-31 Thread Matt Turner
commit: dfa628dd5c711e12ea56d8c8b45bea079db86431
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Jun  1 00:17:09 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Jun  1 00:17:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfa628dd

dev-python/autopep8: Keyword 1.4.4 alpha, #717372

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-1.4.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.4.ebuild
index e5a2e04f7e8..1370a111334 100644
--- a/dev-python/autopep8/autopep8-1.4.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 LICENSE="MIT"



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

2020-05-15 Thread Sergei Trofimovich
commit: c1161a07128a5a55208355b0aaf0f5502348974f
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May 15 16:45:44 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May 15 17:33:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1161a07

dev-python/autopep8: keyworded 1.4.4 for sparc, bug #717372

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

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

diff --git a/dev-python/autopep8/autopep8-1.4.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.4.ebuild
index 1514f91c087..e5a2e04f7e8 100644
--- a/dev-python/autopep8/autopep8-1.4.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ia64 ~ppc x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2020-05-06 Thread Sergei Trofimovich
commit: 2c40cab3df37eb5ee9c5561dbe1ca075bcac10e9
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed May  6 06:38:54 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed May  6 06:38:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c40cab3

dev-python/autopep8: keyworded 1.4.4 for ppc, bug #717372

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-1.4.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.4.ebuild
index 77766d43b72..1514f91c087 100644
--- a/dev-python/autopep8/autopep8-1.4.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~ia64 x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~ia64 ~ppc x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2020-05-03 Thread Sergei Trofimovich
commit: 2d138e76bd0e2a306282bb06f9fbdb4a7ca7b572
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May  3 21:53:22 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  3 21:55:35 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d138e76

dev-python/autopep8: keyworded 1.4.4 for ia64, bug #717372

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/autopep8/autopep8-1.4.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.4.ebuild
index 5521777cee3..77766d43b72 100644
--- a/dev-python/autopep8/autopep8-1.4.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.4.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~ia64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2020-03-26 Thread Michał Górny
commit: 65401fc6e16df1bdd8050604982f027fcc9645a4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 11:47:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 11:48:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65401fc6

dev-python/autopep8: Remove useless longdesc

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

 dev-python/autopep8/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/autopep8/metadata.xml b/dev-python/autopep8/metadata.xml
index ab844e107fb..094891e2fd9 100644
--- a/dev-python/autopep8/metadata.xml
+++ b/dev-python/autopep8/metadata.xml
@@ -5,7 +5,6 @@
 pyt...@gentoo.org
 Python
   
-  autopep8 formats Python code based on the output of the 
pep8 utility
   
 autopep8
 hhatto/autopep8



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

2020-03-26 Thread Michał Górny
commit: a262d958e5993569dfdc4b628fd2aba3583aa502
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 11:41:16 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 11:47:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a262d958

dev-python/autopep8: Remove redundant versions

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

 dev-python/autopep8/Manifest  |  5 
 dev-python/autopep8/autopep8-1.3.2.ebuild | 44 --
 dev-python/autopep8/autopep8-1.3.3.ebuild | 44 --
 dev-python/autopep8/autopep8-1.3.5.ebuild | 45 ---
 dev-python/autopep8/autopep8-1.4.3.ebuild | 45 ---
 dev-python/autopep8/autopep8-1.4.ebuild   | 45 ---
 6 files changed, 228 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 11e8b486cd6..9342a27d2c8 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,6 +1 @@
-DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 
3148f12616babc26415fc138d5d9e2d2a83cc735449cea54870662dabdfebfd298d96ca716ee62c9143049a2abf05e6a597b0ec6bab90c557dae63999794ea25
 SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
-DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B 
d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626
 SHA512 
e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694
-DIST autopep8-1.3.5.tar.gz 109415 BLAKE2B 
e30a9719dcb2ce5463adc967ea76daa1c919c4b26e879ad69416e06bdff873e288b43a86f2cd797e67428c969e60dfb1f63508bbd8eec8f818f2abd4f68409e9
 SHA512 
3f7b441ede0efe01b3123e9349eeddc1eb62e6198c79e95e7eee532a3c9eca0cedfd4fdb50a872da9be93ad79db68fb13972eb984539f9ca4ebc37b05411cf70
-DIST autopep8-1.4.3.tar.gz 113940 BLAKE2B 
89a75228e80a8c1dae3e2ac10618c14e2dd83e2cbab2c45f6b17fa229a7d49ea0f0b8e95324c7d6eb89152112adae9dc5379a145db01ab48419b4abdd3ee3587
 SHA512 
a51b0f74c056207c869e8b9f178e08854cb274af56734373e2e6ad9626a1d28b6ec5beb7b90c4fa8c71d3d7c4ede199f716854f93f369d669ecc7095b09dee38
 DIST autopep8-1.4.4.tar.gz 114796 BLAKE2B 
0eef2550e2e13a79e4c3199dae119ed49b13056d9bbd98be5d9e4c7d0288d12bf6ad30162c0e4c485f6de9b47b4b6ecfe92dcb278f2cb265b75e395bdda77aa8
 SHA512 
06822df7cd02c68980965c1fd987dec03785e14ff0f735dc707c4de99b4d152b0d092e21017ec5d9176b33bcf22f3ef2b0986f38faebab0928443eca4d32
-DIST autopep8-1.4.tar.gz 107925 BLAKE2B 
a64f3af22d0f7910210c8f49b29e47a4a8a5118135a77ac53f1fbf97ff826b6dd2df034610c8d0298af27765e260d26627bef4d8550fdf31d6cb1068d52a0d18
 SHA512 
ec7dd7879140119227f30bd87bb416a74c402ff1c0b32f45103847774fc33de99d51d1815991441c20e3c81b3fdef73bc4563899da5a6d17b1e682e42f53754b

diff --git a/dev-python/autopep8/autopep8-1.3.2.ebuild 
b/dev-python/autopep8/autopep8-1.3.2.ebuild
deleted file mode 100644
index cc199687a34..000
--- a/dev-python/autopep8/autopep8-1.3.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == ** ]]; then
-   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
-   inherit git-r3
-else
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
-   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
-   )"
-
-python_prepare_all() {
-   # Prevent UnicodeDecodeError with LANG=C
-   sed -e "/é/d" -i MANIFEST.in || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/autopep8/autopep8-1.3.3.ebuild 
b/dev-python/autopep8/autopep8-1.3.3.ebuild
deleted file mode 100644
index 2c90a97d42d..000
--- a/dev-python/autopep8/autopep8-1.3.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_6} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-if [[ ${PV} == 

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

2019-12-15 Thread Agostino Sarubbo
commit: b5b80f049a0362c1e1066a94e9aaf85c073a23f3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 15 14:46:15 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 15 14:46:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b80f04

dev-python/autopep8: x86 stable wrt bug #701670

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

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

diff --git a/dev-python/autopep8/autopep8-1.4.3.ebuild 
b/dev-python/autopep8/autopep8-1.4.3.ebuild
index f5e2bd374d1..513c94362cc 100644
--- a/dev-python/autopep8/autopep8-1.4.3.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2019-12-15 Thread Agostino Sarubbo
commit: 47072bee0f6dfee39409370eb288d8c2136685a4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Dec 15 12:42:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Dec 15 12:42:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47072bee

dev-python/autopep8: amd64 stable wrt bug #701670

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

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

diff --git a/dev-python/autopep8/autopep8-1.4.3.ebuild 
b/dev-python/autopep8/autopep8-1.4.3.ebuild
index 313cabebde5..f5e2bd374d1 100644
--- a/dev-python/autopep8/autopep8-1.4.3.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.3.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == ** ]]; then
inherit git-r3
 else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 fi
 
 LICENSE="MIT"



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

2019-11-29 Thread Michał Górny
commit: f360f79329c6bc6d9294e6ebf79266ff03727036
Author: Zamarin Arthur  gmail  com>
AuthorDate: Sun Nov 10 06:51:46 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 29 19:54:27 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f360f793

dev-python/autopep8: bump v1.4.4

remove dev-python/pep8 dependency
add python3_7,python3_8 support
use distutils_enable_tests for tests

Closes: https://bugs.gentoo.org/697084
Closes: https://bugs.gentoo.org/677074
Closes: https://bugs.gentoo.org/660446

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.4.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index da5bada8491..11e8b486cd6 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -2,4 +2,5 @@ DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 
3148f12616babc26415fc138d5d9e2d2a83cc7
 DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B 
d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626
 SHA512 
e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694
 DIST autopep8-1.3.5.tar.gz 109415 BLAKE2B 
e30a9719dcb2ce5463adc967ea76daa1c919c4b26e879ad69416e06bdff873e288b43a86f2cd797e67428c969e60dfb1f63508bbd8eec8f818f2abd4f68409e9
 SHA512 
3f7b441ede0efe01b3123e9349eeddc1eb62e6198c79e95e7eee532a3c9eca0cedfd4fdb50a872da9be93ad79db68fb13972eb984539f9ca4ebc37b05411cf70
 DIST autopep8-1.4.3.tar.gz 113940 BLAKE2B 
89a75228e80a8c1dae3e2ac10618c14e2dd83e2cbab2c45f6b17fa229a7d49ea0f0b8e95324c7d6eb89152112adae9dc5379a145db01ab48419b4abdd3ee3587
 SHA512 
a51b0f74c056207c869e8b9f178e08854cb274af56734373e2e6ad9626a1d28b6ec5beb7b90c4fa8c71d3d7c4ede199f716854f93f369d669ecc7095b09dee38
+DIST autopep8-1.4.4.tar.gz 114796 BLAKE2B 
0eef2550e2e13a79e4c3199dae119ed49b13056d9bbd98be5d9e4c7d0288d12bf6ad30162c0e4c485f6de9b47b4b6ecfe92dcb278f2cb265b75e395bdda77aa8
 SHA512 
06822df7cd02c68980965c1fd987dec03785e14ff0f735dc707c4de99b4d152b0d092e21017ec5d9176b33bcf22f3ef2b0986f38faebab0928443eca4d32
 DIST autopep8-1.4.tar.gz 107925 BLAKE2B 
a64f3af22d0f7910210c8f49b29e47a4a8a5118135a77ac53f1fbf97ff826b6dd2df034610c8d0298af27765e260d26627bef4d8550fdf31d6cb1068d52a0d18
 SHA512 
ec7dd7879140119227f30bd87bb416a74c402ff1c0b32f45103847774fc33de99d51d1815991441c20e3c81b3fdef73bc4563899da5a6d17b1e682e42f53754b

diff --git a/dev-python/autopep8/autopep8-1.4.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.4.ebuild
new file mode 100644
index 000..eda59462a42
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.4.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND=">=dev-python/pycodestyle-2.4.0[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py



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

2019-11-29 Thread Michał Górny
commit: 03d1e271a0ce6dcd18d2385b5c48017bb6e10af8
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon Nov 25 11:50:59 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 29 19:54:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d1e271

dev-python/autopep8: Fix MissingTestRestrict

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/autopep8/autopep8-1.3.2.ebuild | 1 +
 dev-python/autopep8/autopep8-1.3.3.ebuild | 1 +
 dev-python/autopep8/autopep8-1.3.5.ebuild | 1 +
 dev-python/autopep8/autopep8-1.4.3.ebuild | 1 +
 dev-python/autopep8/autopep8-1.4.ebuild   | 1 +
 5 files changed, 5 insertions(+)

diff --git a/dev-python/autopep8/autopep8-1.3.2.ebuild 
b/dev-python/autopep8/autopep8-1.3.2.ebuild
index 135274085e5..5379d78d612 100644
--- a/dev-python/autopep8/autopep8-1.3.2.ebuild
+++ b/dev-python/autopep8/autopep8-1.3.2.ebuild
@@ -21,6 +21,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]

diff --git a/dev-python/autopep8/autopep8-1.3.3.ebuild 
b/dev-python/autopep8/autopep8-1.3.3.ebuild
index 6e4372f597d..223feda0f66 100644
--- a/dev-python/autopep8/autopep8-1.3.3.ebuild
+++ b/dev-python/autopep8/autopep8-1.3.3.ebuild
@@ -21,6 +21,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]

diff --git a/dev-python/autopep8/autopep8-1.3.5.ebuild 
b/dev-python/autopep8/autopep8-1.3.5.ebuild
index 180fef4ed06..313cabebde5 100644
--- a/dev-python/autopep8/autopep8-1.3.5.ebuild
+++ b/dev-python/autopep8/autopep8-1.3.5.ebuild
@@ -21,6 +21,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]

diff --git a/dev-python/autopep8/autopep8-1.4.3.ebuild 
b/dev-python/autopep8/autopep8-1.4.3.ebuild
index 180fef4ed06..313cabebde5 100644
--- a/dev-python/autopep8/autopep8-1.4.3.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.3.ebuild
@@ -21,6 +21,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]

diff --git a/dev-python/autopep8/autopep8-1.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.ebuild
index 180fef4ed06..313cabebde5 100644
--- a/dev-python/autopep8/autopep8-1.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.4.ebuild
@@ -21,6 +21,7 @@ fi
 LICENSE="MIT"
 SLOT="0"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
>=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]



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

2019-11-29 Thread Michał Górny
commit: 87f6122ad218de0482309d3b840e221fa8d74334
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon Nov 25 11:03:21 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Nov 29 19:54:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f6122a

dev-python/autopep8: update live version

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/autopep8/autopep8-.ebuild | 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 18e92a67fb4..ae057e4cf2d 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{5,6}} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1
@@ -20,14 +20,9 @@ fi
 
 LICENSE="MIT"
 SLOT="0"
-IUSE="test"
 
-RDEPEND="
-   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+RDEPEND=">=dev-python/pycodestyle-2.5.0[${PYTHON_USEDEP}]"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pydiff[${PYTHON_USEDEP}] )"
 
-python_test() {
-   "${PYTHON}" setup.py test || die
-}
+distutils_enable_tests setup.py



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

2018-12-30 Thread Denis Dupeyron
commit: e9d7b9e2dec49e4f5c7f485650b48d7f4d22edb2
Author: Denis Dupeyron  gentoo  org>
AuthorDate: Mon Dec 31 02:27:24 2018 +
Commit: Denis Dupeyron  gentoo  org>
CommitDate: Mon Dec 31 02:27:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d7b9e2

dev-python/autopep8: bump to 1.4.3

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Denis Dupeyron  gentoo.org>

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.4.3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 267d6cac194..da5bada8491 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,4 +1,5 @@
 DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 
3148f12616babc26415fc138d5d9e2d2a83cc735449cea54870662dabdfebfd298d96ca716ee62c9143049a2abf05e6a597b0ec6bab90c557dae63999794ea25
 SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
 DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B 
d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626
 SHA512 
e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694
 DIST autopep8-1.3.5.tar.gz 109415 BLAKE2B 
e30a9719dcb2ce5463adc967ea76daa1c919c4b26e879ad69416e06bdff873e288b43a86f2cd797e67428c969e60dfb1f63508bbd8eec8f818f2abd4f68409e9
 SHA512 
3f7b441ede0efe01b3123e9349eeddc1eb62e6198c79e95e7eee532a3c9eca0cedfd4fdb50a872da9be93ad79db68fb13972eb984539f9ca4ebc37b05411cf70
+DIST autopep8-1.4.3.tar.gz 113940 BLAKE2B 
89a75228e80a8c1dae3e2ac10618c14e2dd83e2cbab2c45f6b17fa229a7d49ea0f0b8e95324c7d6eb89152112adae9dc5379a145db01ab48419b4abdd3ee3587
 SHA512 
a51b0f74c056207c869e8b9f178e08854cb274af56734373e2e6ad9626a1d28b6ec5beb7b90c4fa8c71d3d7c4ede199f716854f93f369d669ecc7095b09dee38
 DIST autopep8-1.4.tar.gz 107925 BLAKE2B 
a64f3af22d0f7910210c8f49b29e47a4a8a5118135a77ac53f1fbf97ff826b6dd2df034610c8d0298af27765e260d26627bef4d8550fdf31d6cb1068d52a0d18
 SHA512 
ec7dd7879140119227f30bd87bb416a74c402ff1c0b32f45103847774fc33de99d51d1815991441c20e3c81b3fdef73bc4563899da5a6d17b1e682e42f53754b

diff --git a/dev-python/autopep8/autopep8-1.4.3.ebuild 
b/dev-python/autopep8/autopep8-1.4.3.ebuild
new file mode 100644
index 000..547637d8dc3
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.4.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2018-09-09 Thread Patrice Clement
commit: e253ecee00fde0c66de69142ba6edaead5379565
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Sep  8 17:40:01 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep  9 21:40:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e253ecee

dev-python/autopep8: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/autopep8/Manifest|  1 +
 dev-python/autopep8/autopep8-1.4.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index b229fcaa535..267d6cac194 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1,4 @@
 DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 
3148f12616babc26415fc138d5d9e2d2a83cc735449cea54870662dabdfebfd298d96ca716ee62c9143049a2abf05e6a597b0ec6bab90c557dae63999794ea25
 SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
 DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B 
d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626
 SHA512 
e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694
 DIST autopep8-1.3.5.tar.gz 109415 BLAKE2B 
e30a9719dcb2ce5463adc967ea76daa1c919c4b26e879ad69416e06bdff873e288b43a86f2cd797e67428c969e60dfb1f63508bbd8eec8f818f2abd4f68409e9
 SHA512 
3f7b441ede0efe01b3123e9349eeddc1eb62e6198c79e95e7eee532a3c9eca0cedfd4fdb50a872da9be93ad79db68fb13972eb984539f9ca4ebc37b05411cf70
+DIST autopep8-1.4.tar.gz 107925 BLAKE2B 
a64f3af22d0f7910210c8f49b29e47a4a8a5118135a77ac53f1fbf97ff826b6dd2df034610c8d0298af27765e260d26627bef4d8550fdf31d6cb1068d52a0d18
 SHA512 
ec7dd7879140119227f30bd87bb416a74c402ff1c0b32f45103847774fc33de99d51d1815991441c20e3c81b3fdef73bc4563899da5a6d17b1e682e42f53754b

diff --git a/dev-python/autopep8/autopep8-1.4.ebuild 
b/dev-python/autopep8/autopep8-1.4.ebuild
new file mode 100644
index 000..9dbeed09290
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2018-07-12 Thread Patrice Clement
commit: 24b9e426940e1e2906bef7983f9e275dbab1ec7b
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Jul 12 22:58:59 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Jul 12 23:04:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b9e426

dev-python/autopep8: version bump.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.3.5.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 704e2cea054..b229fcaa535 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1,3 @@
 DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 
3148f12616babc26415fc138d5d9e2d2a83cc735449cea54870662dabdfebfd298d96ca716ee62c9143049a2abf05e6a597b0ec6bab90c557dae63999794ea25
 SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
 DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B 
d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626
 SHA512 
e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694
+DIST autopep8-1.3.5.tar.gz 109415 BLAKE2B 
e30a9719dcb2ce5463adc967ea76daa1c919c4b26e879ad69416e06bdff873e288b43a86f2cd797e67428c969e60dfb1f63508bbd8eec8f818f2abd4f68409e9
 SHA512 
3f7b441ede0efe01b3123e9349eeddc1eb62e6198c79e95e7eee532a3c9eca0cedfd4fdb50a872da9be93ad79db68fb13972eb984539f9ca4ebc37b05411cf70

diff --git a/dev-python/autopep8/autopep8-1.3.5.ebuild 
b/dev-python/autopep8/autopep8-1.3.5.ebuild
new file mode 100644
index 000..9dbeed09290
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.3.5.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2018-04-29 Thread Michał Górny
commit: 3abbb041dab8b2c0fa41ae4fbe73660336fc9d1b
Author: Marty E. Plummer  startmail  com>
AuthorDate: Fri Apr 27 17:55:26 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 29 10:29:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3abbb041

dev-python/autopep8: git-2->git-r3

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/autopep8/autopep8-1.3.2.ebuild | 11 ---
 dev-python/autopep8/autopep8-1.3.3.ebuild | 11 ---
 dev-python/autopep8/autopep8-.ebuild  | 19 ---
 3 files changed, 28 insertions(+), 13 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.3.2.ebuild 
b/dev-python/autopep8/autopep8-1.3.2.ebuild
index d26545d20f2..704659d6b88 100644
--- a/dev-python/autopep8/autopep8-1.3.2.ebuild
+++ b/dev-python/autopep8/autopep8-1.3.2.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
@@ -10,11 +10,16 @@ inherit distutils-r1
 
 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
 HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/autopep8/autopep8-1.3.3.ebuild 
b/dev-python/autopep8/autopep8-1.3.3.ebuild
index 48c985d0e5c..86abf7bd303 100644
--- a/dev-python/autopep8/autopep8-1.3.3.ebuild
+++ b/dev-python/autopep8/autopep8-1.3.3.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
@@ -10,11 +10,16 @@ inherit distutils-r1
 
 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
 HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 9b6187b0add..1ebdd95ae11 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -1,20 +1,25 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
-inherit distutils-r1 git-2
+inherit distutils-r1
 
 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
 HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.org/project/autopep8/;
-SRC_URI=""
-EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+if [[ ${PV} == ** ]]; then
+   EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
+   inherit git-r3
+else
+   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 
 RDEPEND="



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

2017-12-12 Thread Sebastian Pipping
commit: 59906d45683fd54257d0d4706bc0ae9061a2f33a
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Tue Dec 12 23:51:04 2017 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Wed Dec 13 00:09:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59906d45

dev-python/autopep8: 1.3.3

Package-Manager: Portage-2.3.16, Repoman-2.3.6

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

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 106ed7f3e31..704e2cea054 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1 +1,2 @@
 DIST autopep8-1.3.2.tar.gz 107915 BLAKE2B 
3148f12616babc26415fc138d5d9e2d2a83cc735449cea54870662dabdfebfd298d96ca716ee62c9143049a2abf05e6a597b0ec6bab90c557dae63999794ea25
 SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
+DIST autopep8-1.3.3.tar.gz 108639 BLAKE2B 
d2e6f6f334dfeb5e8ae33f4460c9344ec6b1e234e7f714c7602fae72f1ca5608e12145c40a39b14d28e1d79b0dd91855493d87947407428ba4c1d87834156626
 SHA512 
e327d58311f74c8bb9f18b99f8d866c071166e94f43912b35eedc6062267d4cdb5842bde7c54426c751b1bb76103ec11eb8daa682772a1f71c50962811dbc694

diff --git a/dev-python/autopep8/autopep8-1.3.3.ebuild 
b/dev-python/autopep8/autopep8-1.3.3.ebuild
new file mode 100644
index 000..32c6043fa95
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.3.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2017-09-13 Thread Tim Harder
commit: 2ca5a448254b8e6488678323db09c07dd7480829
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 14 02:06:18 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 14 02:06:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca5a448

dev-python/autopep8: remove old

 dev-python/autopep8/Manifest  |  2 --
 dev-python/autopep8/autopep8-1.0.4.ebuild | 41 ---
 dev-python/autopep8/autopep8-1.2.4.ebuild | 34 -
 3 files changed, 77 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index dc1c6d89006..4983cd35f45 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1 @@
-DIST autopep8-1.0.4.tar.gz 121476 SHA256 
58883a80d501f6f5d97859f100414c6b6f6131fcfc08bd88364c2ecb37a55153 SHA512 
53e902dcdd654b9d67d9a31a2343503b754bec78630a7fd8d229843c53eb27d11c32fd6a4829714ac4d7cbee59b055d12e60453ae4ee01cb6131bf9c5045426f
 WHIRLPOOL 
44748dfce6202e1e82c468862e4505500c939ee88eb474392767e606c537a66736f2788c0b6573db37b7c207f3f4608b2a6ecb0fb231bb8c3c090040d17f0642
-DIST autopep8-1.2.4.tar.gz 105273 SHA256 
38e31e266e29808e8a65a307778ed8e402e1f0d87472009420d6d18146cdeaa2 SHA512 
f56c143d94521487628b225d9a0464ee5c8ca69aaea0c5e43c84f1dd920a0274508c6831da429e716829c38bc7c357842bb6403b8b61c04b464240e3573e05d6
 WHIRLPOOL 
f551f8e2cb8b71664c2e47f7458c9923b70b420c044f980d67172b17f7ea9aa328141f9af648eedb400379dfb5a6ab804671fb1f942f8cca8a3ad851a5e9b3d2
 DIST autopep8-1.3.2.tar.gz 107915 SHA256 
7e82590bf366b4d891ac5c1535554c46a5f79e4400a190a8493e92e75c5037dd SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
 WHIRLPOOL 
8e1d4a9a71e4cc790060a393f5512913d567855d886776b4e32db4ffcef0bb82c793b3af833ddec1dc0f08e585f2d9163ec1c8ee67f118f4b982740ffec89f6e

diff --git a/dev-python/autopep8/autopep8-1.0.4.ebuild 
b/dev-python/autopep8/autopep8-1.0.4.ebuild
deleted file mode 100644
index 8a53ef142c0..000
--- a/dev-python/autopep8/autopep8-1.0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
-SRC_URI="https://github.com/hhatto/${PN}/tarball/ver${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-python_prepare_all() {
-   # Prevent UnicodeDecodeError with LANG=C
-   sed -e "/é/d" -i MANIFEST.in || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}
-
-pkg_postinst() {
-   ewarn "Since this version of autopep depends on >=dev-python/pep8-1.3"
-   ewarn "it is affected by https://github.com/jcrocholl/pep8/issues/45;
-   ewarn "(indentation checks inside triple-quotes)."
-   ewarn "If you do not want to be affected by this, then add the"
-   ewarn "following lines to your local package.mask:"
-   ewarn "  >=dev-python/pep8-1.3"
-   ewarn "  >=dev-python/autopep8-0.6"
-}

diff --git a/dev-python/autopep8/autopep8-1.2.4.ebuild 
b/dev-python/autopep8/autopep8-1.2.4.ebuild
deleted file mode 100644
index fd5e219da4d..000
--- a/dev-python/autopep8/autopep8-1.2.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   # Prevent UnicodeDecodeError with LANG=C
-   sed -e "/é/d" -i MANIFEST.in || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}



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

2017-08-05 Thread Michael Palimaka
commit: cf2a34d9a3a811785e6222527c2e635056e49612
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug  5 09:03:36 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug  5 09:03:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2a34d9

dev-python/autopep8: x86 stable

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

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

diff --git a/dev-python/autopep8/autopep8-1.3.2.ebuild 
b/dev-python/autopep8/autopep8-1.3.2.ebuild
index 854a7cee7c7..feb7d88b55a 100644
--- a/dev-python/autopep8/autopep8-1.3.2.ebuild
+++ b/dev-python/autopep8/autopep8-1.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2017-07-30 Thread Michał Górny
commit: 0a0dfe58613c8148d1d377b9d340af6b86811c0c
Author: David Hicks  hicks  id  au>
AuthorDate: Sat Jul 29 10:29:53 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 30 09:15:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0dfe58

dev-python/autopep8: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

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

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 6b7024ae743..82b8a5ea907 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit distutils-r1 git-2
 DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
 HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
 SRC_URI=""
-EGIT_REPO_URI="git://github.com/hhatto/${PN}.git"
+EGIT_REPO_URI="https://github.com/hhatto/${PN}.git;
 
 LICENSE="MIT"
 SLOT="0"



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

2017-07-15 Thread Tobias Klausmann
commit: 24f1903edebaca857a94ed3a24ce2c7d1bce3a4a
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=24f1903e

dev-python/autopep8-1.3.2-r0: add amd64 keyword

Gentoo-Bug: 624992

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

diff --git a/dev-python/autopep8/autopep8-1.3.2.ebuild 
b/dev-python/autopep8/autopep8-1.3.2.ebuild
index 32c6043fa95..854a7cee7c7 100644
--- a/dev-python/autopep8/autopep8-1.3.2.ebuild
+++ b/dev-python/autopep8/autopep8-1.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2017-05-27 Thread David Seifert
commit: 1388b94c2e3bb1463199f270814a4ef0fb9acffb
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 27 15:34:40 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 27 15:36:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1388b94c

dev-python/autopep8: Version bump to 1.3.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 5e239cfa0cb..b52c3726621 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,3 +1,4 @@
 DIST autopep8-1.0.4.tar.gz 121476 SHA256 
58883a80d501f6f5d97859f100414c6b6f6131fcfc08bd88364c2ecb37a55153 SHA512 
53e902dcdd654b9d67d9a31a2343503b754bec78630a7fd8d229843c53eb27d11c32fd6a4829714ac4d7cbee59b055d12e60453ae4ee01cb6131bf9c5045426f
 WHIRLPOOL 
44748dfce6202e1e82c468862e4505500c939ee88eb474392767e606c537a66736f2788c0b6573db37b7c207f3f4608b2a6ecb0fb231bb8c3c090040d17f0642
 DIST autopep8-1.2.4.tar.gz 105273 SHA256 
38e31e266e29808e8a65a307778ed8e402e1f0d87472009420d6d18146cdeaa2 SHA512 
f56c143d94521487628b225d9a0464ee5c8ca69aaea0c5e43c84f1dd920a0274508c6831da429e716829c38bc7c357842bb6403b8b61c04b464240e3573e05d6
 WHIRLPOOL 
f551f8e2cb8b71664c2e47f7458c9923b70b420c044f980d67172b17f7ea9aa328141f9af648eedb400379dfb5a6ab804671fb1f942f8cca8a3ad851a5e9b3d2
 DIST autopep8-1.3.1.tar.gz 107541 SHA256 
405eaa5199c74a0570125916e6af44d39343c1fcaaafee117fc329a3f86048c4 SHA512 
f20de070b27520a9de56477b7d7b0ea2d3924b882687a43acb4cdbd25a727cfa48e15be4511be1706755e66164164766b405be3230edaecc8563e835e866a030
 WHIRLPOOL 
a5579a23ab9112918c037ab9c10395c9841db919538f7dddb21ae15b8135f6cbc6cbff1403daaaedb95a97b3e6dfc841baa4c73186ebf05a393e276d164b7464
+DIST autopep8-1.3.2.tar.gz 107915 SHA256 
7e82590bf366b4d891ac5c1535554c46a5f79e4400a190a8493e92e75c5037dd SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
 WHIRLPOOL 
8e1d4a9a71e4cc790060a393f5512913d567855d886776b4e32db4ffcef0bb82c793b3af833ddec1dc0f08e585f2d9163ec1c8ee67f118f4b982740ffec89f6e

diff --git a/dev-python/autopep8/autopep8-1.3.2.ebuild 
b/dev-python/autopep8/autopep8-1.3.2.ebuild
new file mode 100644
index 000..32c6043fa95
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.3.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/, dev-python/autopep8/files/

2017-05-27 Thread David Seifert
commit: f713da99cead4085d1275329f49397206a48336d
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 27 14:39:29 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 27 15:35:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f713da99

dev-python/autopep8: Version bump to 1.3.1

* Masked one unit test due to it failing on Gentoo

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/autopep8/Manifest   |  1 +
 dev-python/autopep8/autopep8-1.3.1.ebuild  | 40 ++
 .../files/autopep8-1.3.1-test-line-length.patch| 28 +++
 3 files changed, 69 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index b132a586452..5e239cfa0cb 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,2 +1,3 @@
 DIST autopep8-1.0.4.tar.gz 121476 SHA256 
58883a80d501f6f5d97859f100414c6b6f6131fcfc08bd88364c2ecb37a55153 SHA512 
53e902dcdd654b9d67d9a31a2343503b754bec78630a7fd8d229843c53eb27d11c32fd6a4829714ac4d7cbee59b055d12e60453ae4ee01cb6131bf9c5045426f
 WHIRLPOOL 
44748dfce6202e1e82c468862e4505500c939ee88eb474392767e606c537a66736f2788c0b6573db37b7c207f3f4608b2a6ecb0fb231bb8c3c090040d17f0642
 DIST autopep8-1.2.4.tar.gz 105273 SHA256 
38e31e266e29808e8a65a307778ed8e402e1f0d87472009420d6d18146cdeaa2 SHA512 
f56c143d94521487628b225d9a0464ee5c8ca69aaea0c5e43c84f1dd920a0274508c6831da429e716829c38bc7c357842bb6403b8b61c04b464240e3573e05d6
 WHIRLPOOL 
f551f8e2cb8b71664c2e47f7458c9923b70b420c044f980d67172b17f7ea9aa328141f9af648eedb400379dfb5a6ab804671fb1f942f8cca8a3ad851a5e9b3d2
+DIST autopep8-1.3.1.tar.gz 107541 SHA256 
405eaa5199c74a0570125916e6af44d39343c1fcaaafee117fc329a3f86048c4 SHA512 
f20de070b27520a9de56477b7d7b0ea2d3924b882687a43acb4cdbd25a727cfa48e15be4511be1706755e66164164766b405be3230edaecc8563e835e866a030
 WHIRLPOOL 
a5579a23ab9112918c037ab9c10395c9841db919538f7dddb21ae15b8135f6cbc6cbff1403daaaedb95a97b3e6dfc841baa4c73186ebf05a393e276d164b7464

diff --git a/dev-python/autopep8/autopep8-1.3.1.ebuild 
b/dev-python/autopep8/autopep8-1.3.1.ebuild
new file mode 100644
index 000..fbabaae4407
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
+   )"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.3.1-test-line-length.patch )
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}

diff --git a/dev-python/autopep8/files/autopep8-1.3.1-test-line-length.patch 
b/dev-python/autopep8/files/autopep8-1.3.1-test-line-length.patch
new file mode 100644
index 000..5644a8a8a72
--- /dev/null
+++ b/dev-python/autopep8/files/autopep8-1.3.1-test-line-length.patch
@@ -0,0 +1,28 @@
+Fails with the following message:
+
+==
+FAIL: test_local_pycodestyle_config_line_length 
(test.test_autopep8.ConfigurationTests)
+--
+Traceback (most recent call last):
+  File 
"/var/tmp/portage/dev-python/autopep8-1.3.1/work/autopep8-1.3.1/test/test_autopep8.py",
 line 4724, in test_local_pycodestyle_config_line_length
+self.assertEqual(args.max_line_length, 40)
+AssertionError: 79 != 40
+
+--
+
+--- a/test/test_autopep8.py
 b/test/test_autopep8.py
+@@ -4715,13 +4715,6 @@
+ self.assertEqual(args.global_config, 'False')
+ self.assertEqual(args.indent_size, 2)
+ 
+-def test_local_pycodestyle_config_line_length(self):
+-args = autopep8.parse_args(
+-[os.path.join(FAKE_PYCODESTYLE_CONFIGURATION, 'foo.py'),
+- '--global-config={0}'.format(os.devnull)],
+-apply_config=True)
+-self.assertEqual(args.max_line_length, 40)
+-
+ def test_config_false_with_local_autocomplete(self):
+ args = autopep8.parse_args(
+ [os.path.join(FAKE_CONFIGURATION, 'foo.py'),



[gentoo-commits] repo/gentoo:master commit in: dev-python/autopep8/files/, dev-python/autopep8/

2017-05-27 Thread David Seifert
commit: edd1165aaf308f62023f784c354bb77aac1eb1ac
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 27 15:35:36 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 27 15:36:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edd1165a

dev-python/autopep8: Version bump to 1.3.2

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/autopep8/Manifest   |  1 -
 dev-python/autopep8/autopep8-1.3.1.ebuild  | 40 --
 .../files/autopep8-1.3.1-test-line-length.patch| 28 ---
 3 files changed, 69 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index b52c3726621..dc1c6d89006 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,4 +1,3 @@
 DIST autopep8-1.0.4.tar.gz 121476 SHA256 
58883a80d501f6f5d97859f100414c6b6f6131fcfc08bd88364c2ecb37a55153 SHA512 
53e902dcdd654b9d67d9a31a2343503b754bec78630a7fd8d229843c53eb27d11c32fd6a4829714ac4d7cbee59b055d12e60453ae4ee01cb6131bf9c5045426f
 WHIRLPOOL 
44748dfce6202e1e82c468862e4505500c939ee88eb474392767e606c537a66736f2788c0b6573db37b7c207f3f4608b2a6ecb0fb231bb8c3c090040d17f0642
 DIST autopep8-1.2.4.tar.gz 105273 SHA256 
38e31e266e29808e8a65a307778ed8e402e1f0d87472009420d6d18146cdeaa2 SHA512 
f56c143d94521487628b225d9a0464ee5c8ca69aaea0c5e43c84f1dd920a0274508c6831da429e716829c38bc7c357842bb6403b8b61c04b464240e3573e05d6
 WHIRLPOOL 
f551f8e2cb8b71664c2e47f7458c9923b70b420c044f980d67172b17f7ea9aa328141f9af648eedb400379dfb5a6ab804671fb1f942f8cca8a3ad851a5e9b3d2
-DIST autopep8-1.3.1.tar.gz 107541 SHA256 
405eaa5199c74a0570125916e6af44d39343c1fcaaafee117fc329a3f86048c4 SHA512 
f20de070b27520a9de56477b7d7b0ea2d3924b882687a43acb4cdbd25a727cfa48e15be4511be1706755e66164164766b405be3230edaecc8563e835e866a030
 WHIRLPOOL 
a5579a23ab9112918c037ab9c10395c9841db919538f7dddb21ae15b8135f6cbc6cbff1403daaaedb95a97b3e6dfc841baa4c73186ebf05a393e276d164b7464
 DIST autopep8-1.3.2.tar.gz 107915 SHA256 
7e82590bf366b4d891ac5c1535554c46a5f79e4400a190a8493e92e75c5037dd SHA512 
cb9a5e297ce705722d5e65472dbe749e57fa12fe8dee0d4c3dc20d9e885e0d885339627667110318c89c6bf7e337203a7831c0e2217e5a5d7951edcb98d3df4f
 WHIRLPOOL 
8e1d4a9a71e4cc790060a393f5512913d567855d886776b4e32db4ffcef0bb82c793b3af833ddec1dc0f08e585f2d9163ec1c8ee67f118f4b982740ffec89f6e

diff --git a/dev-python/autopep8/autopep8-1.3.1.ebuild 
b/dev-python/autopep8/autopep8-1.3.1.ebuild
deleted file mode 100644
index fbabaae4407..000
--- a/dev-python/autopep8/autopep8-1.3.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
-   >=dev-python/pycodestyle-2.3[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.3.1-test-line-length.patch )
-
-python_prepare_all() {
-   # Prevent UnicodeDecodeError with LANG=C
-   sed -e "/é/d" -i MANIFEST.in || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-}

diff --git a/dev-python/autopep8/files/autopep8-1.3.1-test-line-length.patch 
b/dev-python/autopep8/files/autopep8-1.3.1-test-line-length.patch
deleted file mode 100644
index 5644a8a8a72..000
--- a/dev-python/autopep8/files/autopep8-1.3.1-test-line-length.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Fails with the following message:
-
-==
-FAIL: test_local_pycodestyle_config_line_length 
(test.test_autopep8.ConfigurationTests)
---
-Traceback (most recent call last):
-  File 
"/var/tmp/portage/dev-python/autopep8-1.3.1/work/autopep8-1.3.1/test/test_autopep8.py",
 line 4724, in test_local_pycodestyle_config_line_length
-self.assertEqual(args.max_line_length, 40)
-AssertionError: 79 != 40
-
---
-
 a/test/test_autopep8.py
-+++ b/test/test_autopep8.py
-@@ -4715,13 +4715,6 @@
- self.assertEqual(args.global_config, 'False')
- self.assertEqual(args.indent_size, 2)
- 
--def test_local_pycodestyle_config_line_length(self):
--args = autopep8.parse_args(
--[os.path.join(FAKE_PYCODESTYLE_CONFIGURATION, 'foo.py'),
-- 

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

2017-05-02 Thread Michał Górny
commit: b9cd87b89127ee3ae526711b1d488c0c9c577ba2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 18:44:08 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 19:15:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9cd87b8

dev-python/autopep8: Clean old versions up

 dev-python/autopep8/Manifest  |  5 ---
 dev-python/autopep8/autopep8-1.1.1.ebuild | 46 ---
 dev-python/autopep8/autopep8-1.1.ebuild   | 46 ---
 dev-python/autopep8/autopep8-1.2.1.ebuild | 34 
 dev-python/autopep8/autopep8-1.2.2.ebuild | 34 
 dev-python/autopep8/autopep8-1.2.ebuild   | 52 ---
 6 files changed, 217 deletions(-)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index f87c55d50dd..b132a586452 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,7 +1,2 @@
 DIST autopep8-1.0.4.tar.gz 121476 SHA256 
58883a80d501f6f5d97859f100414c6b6f6131fcfc08bd88364c2ecb37a55153 SHA512 
53e902dcdd654b9d67d9a31a2343503b754bec78630a7fd8d229843c53eb27d11c32fd6a4829714ac4d7cbee59b055d12e60453ae4ee01cb6131bf9c5045426f
 WHIRLPOOL 
44748dfce6202e1e82c468862e4505500c939ee88eb474392767e606c537a66736f2788c0b6573db37b7c207f3f4608b2a6ecb0fb231bb8c3c090040d17f0642
-DIST autopep8-1.1.1.tar.gz 123488 SHA256 
6cdddca3ba69ecf68efefc00e50def2c6939029af3fab637fd797db76e64d3c0 SHA512 
79301c1a6f5696daf29c3ac07d63c83c81b3c750b254ffd1d410dc5bc0711fda0dd7438ee062c60d4b69f5475518e959e963ac623851851955115d6b4a99c429
 WHIRLPOOL 
51be8fe86afcdd186bd4239b634a1919f671b9da07e9341c23d50fdc773d972753f79fb74e144cb1080dc20230a8e7eab5b9312b05452018e504ad2078176196
-DIST autopep8-1.1.tar.gz 123305 SHA256 
bf9e821b927169986dd5bbed20a3144afd7c4ddbb841e01d1deb09fd1121e7fa SHA512 
6d82ae0ca0a20af2b5aeb467ec36ff0c1e76b45e72a712702e7002312915533c9c380c978fbd5787889a0b3a194b736b0bd830f1b61e302ecea95c968a7ac370
 WHIRLPOOL 
562bd3d27f90e7d7410ccd391c7245e87dd20ac165ed1153ccbc1500ccb90a9a83790028970dd74c49850d5870fab2c4c500c37ca06b3fd3f12e842af1f4ec31
-DIST autopep8-1.2.1.tar.gz 105142 SHA256 
d0a7cdc397e46be0d91a968acb3f561cc1b9244f5df94a2514cf32acfc8a2e94 SHA512 
e19583cae0ba1c616192fadff60af591e8b43482ff62890c65c727e219378966306898d145f0d5173a81ff0043e93f8e01e99088d35c6555e41ce542b1f1ca6b
 WHIRLPOOL 
0b96d28baa687a20d60e5cc4f7be56fd99302c0d8200470ccbe5b3ec8cc800ee2525cabc38b38ceadbc85ab53758698c76ed5379548cd418bb6bf0db94f50f5a
-DIST autopep8-1.2.2.tar.gz 105084 SHA256 
ecc51614755c7f697e83478f87eb6bbd009075a397c15080f0311aaecbbdfca8 SHA512 
9ece09284c75d0165609f93a932e79f19b244fe76143efbdddb03a39313e1c8de3e6c0cd1c29398ddd658c22ac929ea952bf43acd9ab79180622d9026c52cee3
 WHIRLPOOL 
16540fe72b4c65a4b859ae9ec9bedba419d9bb7072c562e26f5bedfdb1d9ef11991b016c937633ec50c3a3bfd5aa753a1a3aec5cd7ef2ab5a0f20f1417fb5372
 DIST autopep8-1.2.4.tar.gz 105273 SHA256 
38e31e266e29808e8a65a307778ed8e402e1f0d87472009420d6d18146cdeaa2 SHA512 
f56c143d94521487628b225d9a0464ee5c8ca69aaea0c5e43c84f1dd920a0274508c6831da429e716829c38bc7c357842bb6403b8b61c04b464240e3573e05d6
 WHIRLPOOL 
f551f8e2cb8b71664c2e47f7458c9923b70b420c044f980d67172b17f7ea9aa328141f9af648eedb400379dfb5a6ab804671fb1f942f8cca8a3ad851a5e9b3d2
-DIST autopep8-1.2.tar.gz 155985 SHA256 
dbd7015e55ebaa964fbd7c022fe75a5d280e6652be99aea86634eb4b68424752 SHA512 
9f9cacbdc1cec4b4fb968d50600895ea411047a528c2a95c6b0cbfb437332eb4b793b190e591c7f36cb69ae4357294b47e7356384e880bd11c114436c112ec82
 WHIRLPOOL 
8a82a2f9ff5f932170be196721ec23f2e12a53c5182f0c82b2c71a640b6f86c6ba50c234dd08d2f6eae55dc08a1c29f26fc7ae1e10e50e007b176c2b312be956

diff --git a/dev-python/autopep8/autopep8-1.1.1.ebuild 
b/dev-python/autopep8/autopep8-1.1.1.ebuild
deleted file mode 100644
index ade1cd6444d..000
--- a/dev-python/autopep8/autopep8-1.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
-HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
-SRC_URI="https://github.com/hhatto/${PN}/tarball/ver${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${DEPEND}
-   test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   # Prevent UnicodeDecodeError with LANG=C
-   sed -e "/é/d" -i MANIFEST.in || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   esetup.py test
-   # from the tox.ini
-   "${PYTHON}" test/acid.py --aggressive test/example.py || die
-   

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

2017-04-20 Thread Michał Górny
commit: a2c82a8a5840ed0edc1a7558c8d2093d9cd027a5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 20 18:22:16 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 20 18:23:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c82a8a

dev-python/autopep8: Tested on py3.6

 dev-python/autopep8/autopep8-1.2.4.ebuild | 2 +-
 dev-python/autopep8/autopep8-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.2.4.ebuild 
b/dev-python/autopep8/autopep8-1.2.4.ebuild
index 25831b03fee..fd5e219da4d 100644
--- a/dev-python/autopep8/autopep8-1.2.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.2.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1

diff --git a/dev-python/autopep8/autopep8-.ebuild 
b/dev-python/autopep8/autopep8-.ebuild
index 1f7206effe9..6b7024ae743 100644
--- a/dev-python/autopep8/autopep8-.ebuild
+++ b/dev-python/autopep8/autopep8-.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy pypy3 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 git-2



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

2017-03-22 Thread Markus Meier
commit: db137e73d09c77d31002253427199dd8f3d6734a
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 22 19:39:35 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 22 19:46:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db137e73

dev-python/autopep8: add ~arm64, bug #605122

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

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

diff --git a/dev-python/autopep8/autopep8-1.2.4.ebuild 
b/dev-python/autopep8/autopep8-1.2.4.ebuild
index 622933dda7e..25831b03fee 100644
--- a/dev-python/autopep8/autopep8-1.2.4.ebuild
+++ b/dev-python/autopep8/autopep8-1.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND="



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

2016-09-11 Thread David Seifert
commit: 1f22cb5fa6ebc7b30e487d78dd350b74073867aa
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Fri Sep  9 17:11:18 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Sep 11 08:48:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f22cb5f

dev-python/autopep8: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2291

Signed-off-by: David Seifert  gentoo.org>

 .../autopep8/files/autopep8-0.5.2-issue-10.patch   | 28 --
 1 file changed, 28 deletions(-)

diff --git a/dev-python/autopep8/files/autopep8-0.5.2-issue-10.patch 
b/dev-python/autopep8/files/autopep8-0.5.2-issue-10.patch
deleted file mode 100644
index 5bd6c95..
--- a/dev-python/autopep8/files/autopep8-0.5.2-issue-10.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From bec4e89cb339beb824541b0b88dda4ea1742835f Mon Sep 17 00:00:00 2001
-From: myint 
-Date: Fri, 4 May 2012 06:09:22 -0700
-Subject: [PATCH] Correct fix_e224() to not modify indentation
-

- autopep8.py |5 -
- 1 files changed, 4 insertions(+), 1 deletions(-)
-
-diff --git a/autopep8.py b/autopep8.py
-index c795cf3..c7ca42c 100755
 a/autopep8.py
-+++ b/autopep8.py
-@@ -230,7 +230,10 @@ class FixPEP8(object):
- 
- def fix_e224(self, result):
- target = self.source[result['line'] - 1]
--fixed = re.sub(r'\t+', ' ', target, 1)
-+offset = result['column']
-+prefix = target[:offset - 1]
-+suffix = target[offset - 1:].replace('\t', ' ')
-+fixed = prefix + " " + suffix
- self.source[result['line'] - 1] = fixed
- 
- def fix_e225(self, result):
--- 
-1.7.8.5
-



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

2016-07-17 Thread Patrick Lauer
commit: 7d44a0237a148669e96438cba9501dbd21b99172
Author: Patrick Lauer  gentoo  org>
AuthorDate: Sun Jul 17 14:37:34 2016 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Sun Jul 17 14:37:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d44a023

dev-python/autopep8: Bump

Package-Manager: portage-2.3.0

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.2.4.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 3c565dd..f87c55d 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -3,4 +3,5 @@ DIST autopep8-1.1.1.tar.gz 123488 SHA256 
6cdddca3ba69ecf68efefc00e50def2c6939029
 DIST autopep8-1.1.tar.gz 123305 SHA256 
bf9e821b927169986dd5bbed20a3144afd7c4ddbb841e01d1deb09fd1121e7fa SHA512 
6d82ae0ca0a20af2b5aeb467ec36ff0c1e76b45e72a712702e7002312915533c9c380c978fbd5787889a0b3a194b736b0bd830f1b61e302ecea95c968a7ac370
 WHIRLPOOL 
562bd3d27f90e7d7410ccd391c7245e87dd20ac165ed1153ccbc1500ccb90a9a83790028970dd74c49850d5870fab2c4c500c37ca06b3fd3f12e842af1f4ec31
 DIST autopep8-1.2.1.tar.gz 105142 SHA256 
d0a7cdc397e46be0d91a968acb3f561cc1b9244f5df94a2514cf32acfc8a2e94 SHA512 
e19583cae0ba1c616192fadff60af591e8b43482ff62890c65c727e219378966306898d145f0d5173a81ff0043e93f8e01e99088d35c6555e41ce542b1f1ca6b
 WHIRLPOOL 
0b96d28baa687a20d60e5cc4f7be56fd99302c0d8200470ccbe5b3ec8cc800ee2525cabc38b38ceadbc85ab53758698c76ed5379548cd418bb6bf0db94f50f5a
 DIST autopep8-1.2.2.tar.gz 105084 SHA256 
ecc51614755c7f697e83478f87eb6bbd009075a397c15080f0311aaecbbdfca8 SHA512 
9ece09284c75d0165609f93a932e79f19b244fe76143efbdddb03a39313e1c8de3e6c0cd1c29398ddd658c22ac929ea952bf43acd9ab79180622d9026c52cee3
 WHIRLPOOL 
16540fe72b4c65a4b859ae9ec9bedba419d9bb7072c562e26f5bedfdb1d9ef11991b016c937633ec50c3a3bfd5aa753a1a3aec5cd7ef2ab5a0f20f1417fb5372
+DIST autopep8-1.2.4.tar.gz 105273 SHA256 
38e31e266e29808e8a65a307778ed8e402e1f0d87472009420d6d18146cdeaa2 SHA512 
f56c143d94521487628b225d9a0464ee5c8ca69aaea0c5e43c84f1dd920a0274508c6831da429e716829c38bc7c357842bb6403b8b61c04b464240e3573e05d6
 WHIRLPOOL 
f551f8e2cb8b71664c2e47f7458c9923b70b420c044f980d67172b17f7ea9aa328141f9af648eedb400379dfb5a6ab804671fb1f942f8cca8a3ad851a5e9b3d2
 DIST autopep8-1.2.tar.gz 155985 SHA256 
dbd7015e55ebaa964fbd7c022fe75a5d280e6652be99aea86634eb4b68424752 SHA512 
9f9cacbdc1cec4b4fb968d50600895ea411047a528c2a95c6b0cbfb437332eb4b793b190e591c7f36cb69ae4357294b47e7356384e880bd11c114436c112ec82
 WHIRLPOOL 
8a82a2f9ff5f932170be196721ec23f2e12a53c5182f0c82b2c71a640b6f86c6ba50c234dd08d2f6eae55dc08a1c29f26fc7ae1e10e50e007b176c2b312be956

diff --git a/dev-python/autopep8/autopep8-1.2.4.ebuild 
b/dev-python/autopep8/autopep8-1.2.4.ebuild
new file mode 100644
index 000..3dcb602
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.2.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2016-02-25 Thread Justin Lecher
commit: 1044818deda3db9b106bac875e6d35012e317a83
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Feb 25 08:15:11 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Feb 25 08:21:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1044818d

dev-python/autopep8: Version Bump

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.2.2.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index 6c2ddbd..3c565dd 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -2,4 +2,5 @@ DIST autopep8-1.0.4.tar.gz 121476 SHA256 
58883a80d501f6f5d97859f100414c6b6f6131f
 DIST autopep8-1.1.1.tar.gz 123488 SHA256 
6cdddca3ba69ecf68efefc00e50def2c6939029af3fab637fd797db76e64d3c0 SHA512 
79301c1a6f5696daf29c3ac07d63c83c81b3c750b254ffd1d410dc5bc0711fda0dd7438ee062c60d4b69f5475518e959e963ac623851851955115d6b4a99c429
 WHIRLPOOL 
51be8fe86afcdd186bd4239b634a1919f671b9da07e9341c23d50fdc773d972753f79fb74e144cb1080dc20230a8e7eab5b9312b05452018e504ad2078176196
 DIST autopep8-1.1.tar.gz 123305 SHA256 
bf9e821b927169986dd5bbed20a3144afd7c4ddbb841e01d1deb09fd1121e7fa SHA512 
6d82ae0ca0a20af2b5aeb467ec36ff0c1e76b45e72a712702e7002312915533c9c380c978fbd5787889a0b3a194b736b0bd830f1b61e302ecea95c968a7ac370
 WHIRLPOOL 
562bd3d27f90e7d7410ccd391c7245e87dd20ac165ed1153ccbc1500ccb90a9a83790028970dd74c49850d5870fab2c4c500c37ca06b3fd3f12e842af1f4ec31
 DIST autopep8-1.2.1.tar.gz 105142 SHA256 
d0a7cdc397e46be0d91a968acb3f561cc1b9244f5df94a2514cf32acfc8a2e94 SHA512 
e19583cae0ba1c616192fadff60af591e8b43482ff62890c65c727e219378966306898d145f0d5173a81ff0043e93f8e01e99088d35c6555e41ce542b1f1ca6b
 WHIRLPOOL 
0b96d28baa687a20d60e5cc4f7be56fd99302c0d8200470ccbe5b3ec8cc800ee2525cabc38b38ceadbc85ab53758698c76ed5379548cd418bb6bf0db94f50f5a
+DIST autopep8-1.2.2.tar.gz 105084 SHA256 
ecc51614755c7f697e83478f87eb6bbd009075a397c15080f0311aaecbbdfca8 SHA512 
9ece09284c75d0165609f93a932e79f19b244fe76143efbdddb03a39313e1c8de3e6c0cd1c29398ddd658c22ac929ea952bf43acd9ab79180622d9026c52cee3
 WHIRLPOOL 
16540fe72b4c65a4b859ae9ec9bedba419d9bb7072c562e26f5bedfdb1d9ef11991b016c937633ec50c3a3bfd5aa753a1a3aec5cd7ef2ab5a0f20f1417fb5372
 DIST autopep8-1.2.tar.gz 155985 SHA256 
dbd7015e55ebaa964fbd7c022fe75a5d280e6652be99aea86634eb4b68424752 SHA512 
9f9cacbdc1cec4b4fb968d50600895ea411047a528c2a95c6b0cbfb437332eb4b793b190e591c7f36cb69ae4357294b47e7356384e880bd11c114436c112ec82
 WHIRLPOOL 
8a82a2f9ff5f932170be196721ec23f2e12a53c5182f0c82b2c71a640b6f86c6ba50c234dd08d2f6eae55dc08a1c29f26fc7ae1e10e50e007b176c2b312be956

diff --git a/dev-python/autopep8/autopep8-1.2.2.ebuild 
b/dev-python/autopep8/autopep8-1.2.2.ebuild
new file mode 100644
index 000..3dcb602
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.2.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy{,3} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+}



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

2015-10-31 Thread Justin Lecher
commit: a478b783f8e4f536a13a7d07b1f6242f77bea7c1
Author: Justin Lecher  gentoo  org>
AuthorDate: Sat Oct 31 13:46:28 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sat Oct 31 13:46:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a478b783

dev-python/autopep8: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/autopep8/autopep8-1.2.1.ebuild | 23 +--
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/dev-python/autopep8/autopep8-1.2.1.ebuild 
b/dev-python/autopep8/autopep8-1.2.1.ebuild
index 60c3f6c..1d34775 100644
--- a/dev-python/autopep8/autopep8-1.2.1.ebuild
+++ b/dev-python/autopep8/autopep8-1.2.1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
 
 inherit distutils-r1 vcs-snapshot
 
@@ -23,9 +23,6 @@ RDEPEND="
 DEPEND="${DEPEND}
test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
 
-# https://github.com/hhatto/autopep8/issues/217
-RESTRICT=test
-
 python_prepare_all() {
# Prevent UnicodeDecodeError with LANG=C
sed -e "/é/d" -i MANIFEST.in || die
@@ -34,22 +31,4 @@ python_prepare_all() {
 
 python_test() {
esetup.py test
-   # from the travis.yml
-   "${PYTHON}" test/test_autopep8.py || die
-   "${PYTHON}" test/acid.py -aaa --experimental test/example.py || die
-   "${PYTHON}" test/acid.py -aaa --experimental 
test/example_with_reduce.py || die
-   "${PYTHON}" test/acid.py -aaa --compare-bytecode --experimental 
test/example.py  die
-   "${PYTHON}" test/acid.py --aggressive --line-range 550 610 
test/inspect_example.py || die
-   "${PYTHON}" test/acid.py --line-range 289 925 test/vectors_example.py 
|| die
-   "${PYTHON}" test/test_suite.py || die
-}
-
-pkg_postinst() {
-   ewarn "Since this version of autopep depends on >=dev-python/pep8-1.3"
-   ewarn "it is affected by https://github.com/jcrocholl/pep8/issues/45;
-   ewarn "(indentation checks inside triple-quotes)."
-   ewarn "If you do not want to be affected by this, then add the"
-   ewarn "following lines to your local package.mask:"
-   ewarn "  >=dev-python/pep8-1.3"
-   ewarn "  >=dev-python/autopep8-0.6"
 }



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

2015-09-20 Thread Justin Lecher
commit: d4d4b1273a1fa3050405cb778657d391759dff85
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 20 09:32:34 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 20 09:33:45 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d4b127

dev-python/autopep8: Version Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/autopep8/Manifest  |  1 +
 dev-python/autopep8/autopep8-1.2.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/autopep8/Manifest b/dev-python/autopep8/Manifest
index ba2b36c..6c2ddbd 100644
--- a/dev-python/autopep8/Manifest
+++ b/dev-python/autopep8/Manifest
@@ -1,4 +1,5 @@
 DIST autopep8-1.0.4.tar.gz 121476 SHA256 
58883a80d501f6f5d97859f100414c6b6f6131fcfc08bd88364c2ecb37a55153 SHA512 
53e902dcdd654b9d67d9a31a2343503b754bec78630a7fd8d229843c53eb27d11c32fd6a4829714ac4d7cbee59b055d12e60453ae4ee01cb6131bf9c5045426f
 WHIRLPOOL 
44748dfce6202e1e82c468862e4505500c939ee88eb474392767e606c537a66736f2788c0b6573db37b7c207f3f4608b2a6ecb0fb231bb8c3c090040d17f0642
 DIST autopep8-1.1.1.tar.gz 123488 SHA256 
6cdddca3ba69ecf68efefc00e50def2c6939029af3fab637fd797db76e64d3c0 SHA512 
79301c1a6f5696daf29c3ac07d63c83c81b3c750b254ffd1d410dc5bc0711fda0dd7438ee062c60d4b69f5475518e959e963ac623851851955115d6b4a99c429
 WHIRLPOOL 
51be8fe86afcdd186bd4239b634a1919f671b9da07e9341c23d50fdc773d972753f79fb74e144cb1080dc20230a8e7eab5b9312b05452018e504ad2078176196
 DIST autopep8-1.1.tar.gz 123305 SHA256 
bf9e821b927169986dd5bbed20a3144afd7c4ddbb841e01d1deb09fd1121e7fa SHA512 
6d82ae0ca0a20af2b5aeb467ec36ff0c1e76b45e72a712702e7002312915533c9c380c978fbd5787889a0b3a194b736b0bd830f1b61e302ecea95c968a7ac370
 WHIRLPOOL 
562bd3d27f90e7d7410ccd391c7245e87dd20ac165ed1153ccbc1500ccb90a9a83790028970dd74c49850d5870fab2c4c500c37ca06b3fd3f12e842af1f4ec31
+DIST autopep8-1.2.1.tar.gz 105142 SHA256 
d0a7cdc397e46be0d91a968acb3f561cc1b9244f5df94a2514cf32acfc8a2e94 SHA512 
e19583cae0ba1c616192fadff60af591e8b43482ff62890c65c727e219378966306898d145f0d5173a81ff0043e93f8e01e99088d35c6555e41ce542b1f1ca6b
 WHIRLPOOL 
0b96d28baa687a20d60e5cc4f7be56fd99302c0d8200470ccbe5b3ec8cc800ee2525cabc38b38ceadbc85ab53758698c76ed5379548cd418bb6bf0db94f50f5a
 DIST autopep8-1.2.tar.gz 155985 SHA256 
dbd7015e55ebaa964fbd7c022fe75a5d280e6652be99aea86634eb4b68424752 SHA512 
9f9cacbdc1cec4b4fb968d50600895ea411047a528c2a95c6b0cbfb437332eb4b793b190e591c7f36cb69ae4357294b47e7356384e880bd11c114436c112ec82
 WHIRLPOOL 
8a82a2f9ff5f932170be196721ec23f2e12a53c5182f0c82b2c71a640b6f86c6ba50c234dd08d2f6eae55dc08a1c29f26fc7ae1e10e50e007b176c2b312be956

diff --git a/dev-python/autopep8/autopep8-1.2.1.ebuild 
b/dev-python/autopep8/autopep8-1.2.1.ebuild
new file mode 100644
index 000..60c3f6c
--- /dev/null
+++ b/dev-python/autopep8/autopep8-1.2.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
+
+inherit distutils-r1 vcs-snapshot
+
+DESCRIPTION="Automatically formats Python code to conform to the PEP 8 style 
guide"
+HOMEPAGE="https://github.com/hhatto/autopep8 
https://pypi.python.org/pypi/autopep8;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/pep8-1.5.7[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${DEPEND}
+   test? ( >=dev-python/pydiff-0.1.2[${PYTHON_USEDEP}] )"
+
+# https://github.com/hhatto/autopep8/issues/217
+RESTRICT=test
+
+python_prepare_all() {
+   # Prevent UnicodeDecodeError with LANG=C
+   sed -e "/é/d" -i MANIFEST.in || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   esetup.py test
+   # from the travis.yml
+   "${PYTHON}" test/test_autopep8.py || die
+   "${PYTHON}" test/acid.py -aaa --experimental test/example.py || die
+   "${PYTHON}" test/acid.py -aaa --experimental 
test/example_with_reduce.py || die
+   "${PYTHON}" test/acid.py -aaa --compare-bytecode --experimental 
test/example.py  die
+   "${PYTHON}" test/acid.py --aggressive --line-range 550 610 
test/inspect_example.py || die
+   "${PYTHON}" test/acid.py --line-range 289 925 test/vectors_example.py 
|| die
+   "${PYTHON}" test/test_suite.py || die
+}
+
+pkg_postinst() {
+   ewarn "Since this version of autopep depends on >=dev-python/pep8-1.3"
+   ewarn "it is affected by https://github.com/jcrocholl/pep8/issues/45;
+   ewarn "(indentation checks inside triple-quotes)."
+   ewarn "If you do not want to be affected by this, then add the"
+   ewarn "following lines to your local package.mask:"
+   ewarn "  >=dev-python/pep8-1.3"
+   ewarn "  >=dev-python/autopep8-0.6"
+}