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

2023-03-17 Thread Michał Górny
commit: 0156457d6dd2d0df8492ab909c42b86acf9b2988
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 11:59:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:22:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0156457d

dev-python/pytest-flake8: Use pypi.eclass

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

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

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
index 06e430e6d1c6..37558791b48b 100644
--- a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
@@ -4,15 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..10} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="pytest plugin for flake8"
 HOMEPAGE="
https://github.com/tholo/pytest-flake8/
https://pypi.org/project/pytest-flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-04-09 Thread Michał Górny
commit: 76054ac058295a2c9c94d74ec081da3b8b8bbb84
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 10 06:33:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 10 06:33:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76054ac0

dev-python/pytest-flake8: Remove old

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

 dev-python/pytest-flake8/Manifest  |  2 --
 .../pytest-flake8/pytest-flake8-1.0.7.ebuild   | 25 -
 .../pytest-flake8/pytest-flake8-1.1.0.ebuild   | 26 --
 3 files changed, 53 deletions(-)

diff --git a/dev-python/pytest-flake8/Manifest 
b/dev-python/pytest-flake8/Manifest
index bc3a748b9462..eb448b6acb51 100644
--- a/dev-python/pytest-flake8/Manifest
+++ b/dev-python/pytest-flake8/Manifest
@@ -1,3 +1 @@
-DIST pytest-flake8-1.0.7.tar.gz 9560 BLAKE2B 
056066a6693fa6988448662e52856eeed49688e834b344e5f60f31f1c3b3ef89043dba06bddbf958b042ab9e702fec056784b252e96c8b4b46fe350a801535cf
 SHA512 
16e7b437ff9fc9afd3520f6b81d9eafeda840c7cd7925f5287ce0e0d5b20a0fa758183cea7ade369e3fec8606eee976e84c5b3142923e4586f559232012bf3a3
-DIST pytest-flake8-1.1.0.tar.gz 9070 BLAKE2B 
fbf4e0d6480b26729aa43d6d7f05d19950c60b0ad047d5c0a788bccde0bf82805122480575022bb46919599208225f0bcbaf2c4e68d2a875814c1f6540fc35b2
 SHA512 
3dd060e711d2540e65583b299809c82d70969d3a13e17cb3cc2f7d92e6cfa841ceefb046d4c1a57e9b198b6474936983d18b9f89ebefa3d5798f5d158215
 DIST pytest-flake8-1.1.1.tar.gz 9144 BLAKE2B 
4f9984181cbadf1d14f2bfaa39a801eb40506457d5178e04a80d49afbd2e54ef10feef0c6cf99ac888442ee75df15663b4f7fa86ff392f34ee4615cbf12f7d13
 SHA512 
c6fed2228520501bc0c007c90b189d43953391c10fe93fdd7c4c68203ddfc64937b9919730f25ebcba0c1003ed266fbcb35d3ab12ed49fb63503bf27615286c0

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
deleted file mode 100644
index 29d153438360..
--- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin for flake8"
-HOMEPAGE="
-   https://github.com/tholo/pytest-flake8/
-   https://pypi.org/project/pytest-flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-
-RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -p flake8
-}

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild
deleted file mode 100644
index 9e196ff22006..
--- a/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin for flake8"
-HOMEPAGE="
-   https://github.com/tholo/pytest-flake8/
-   https://pypi.org/project/pytest-flake8/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-
-RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest -p flake8
-}



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

2022-04-09 Thread Jakov Smolić
commit: 5b0e8a877ae5060123e2024b367d16ebd125baa4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Apr  9 21:24:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Apr  9 21:24:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0e8a87

dev-python/pytest-flake8: Stabilize 1.1.1 ALLARCHES, #837437

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
index 80ff41385fa4..0d35bcd89a9e 100644
--- a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
@@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-python/flake8-4.0[${PYTHON_USEDEP}]



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

2022-03-19 Thread Michał Górny
commit: aa7d4021e58a4c2814b6b4c87ec8f1c3f76c0b76
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 19 08:20:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 19 09:36:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7d4021

dev-python/pytest-flake8: Bump to 1.1.1

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

 dev-python/pytest-flake8/Manifest  |  1 +
 .../pytest-flake8/pytest-flake8-1.1.1.ebuild   | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pytest-flake8/Manifest 
b/dev-python/pytest-flake8/Manifest
index 42eabff6661b..bc3a748b9462 100644
--- a/dev-python/pytest-flake8/Manifest
+++ b/dev-python/pytest-flake8/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-flake8-1.0.7.tar.gz 9560 BLAKE2B 
056066a6693fa6988448662e52856eeed49688e834b344e5f60f31f1c3b3ef89043dba06bddbf958b042ab9e702fec056784b252e96c8b4b46fe350a801535cf
 SHA512 
16e7b437ff9fc9afd3520f6b81d9eafeda840c7cd7925f5287ce0e0d5b20a0fa758183cea7ade369e3fec8606eee976e84c5b3142923e4586f559232012bf3a3
 DIST pytest-flake8-1.1.0.tar.gz 9070 BLAKE2B 
fbf4e0d6480b26729aa43d6d7f05d19950c60b0ad047d5c0a788bccde0bf82805122480575022bb46919599208225f0bcbaf2c4e68d2a875814c1f6540fc35b2
 SHA512 
3dd060e711d2540e65583b299809c82d70969d3a13e17cb3cc2f7d92e6cfa841ceefb046d4c1a57e9b198b6474936983d18b9f89ebefa3d5798f5d158215
+DIST pytest-flake8-1.1.1.tar.gz 9144 BLAKE2B 
4f9984181cbadf1d14f2bfaa39a801eb40506457d5178e04a80d49afbd2e54ef10feef0c6cf99ac888442ee75df15663b4f7fa86ff392f34ee4615cbf12f7d13
 SHA512 
c6fed2228520501bc0c007c90b189d43953391c10fe93fdd7c4c68203ddfc64937b9919730f25ebcba0c1003ed266fbcb35d3ab12ed49fb63503bf27615286c0

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
new file mode 100644
index ..80ff41385fa4
--- /dev/null
+++ b/dev-python/pytest-flake8/pytest-flake8-1.1.1.ebuild
@@ -0,0 +1,30 @@
+# 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..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin for flake8"
+HOMEPAGE="
+   https://github.com/tholo/pytest-flake8/
+   https://pypi.org/project/pytest-flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/flake8-4.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-7.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p flake8
+}



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

2022-03-09 Thread Arthur Zamarin
commit: 15b8eed17887ea5ba34b542a186d196cde573141
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar  9 19:38:26 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar  9 20:06:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b8eed1

dev-python/pytest-flake8: add 1.1.0

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

 dev-python/pytest-flake8/Manifest  |  1 +
 .../pytest-flake8/pytest-flake8-1.1.0.ebuild   | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pytest-flake8/Manifest 
b/dev-python/pytest-flake8/Manifest
index fac0e5aadec9..42eabff6661b 100644
--- a/dev-python/pytest-flake8/Manifest
+++ b/dev-python/pytest-flake8/Manifest
@@ -1 +1,2 @@
 DIST pytest-flake8-1.0.7.tar.gz 9560 BLAKE2B 
056066a6693fa6988448662e52856eeed49688e834b344e5f60f31f1c3b3ef89043dba06bddbf958b042ab9e702fec056784b252e96c8b4b46fe350a801535cf
 SHA512 
16e7b437ff9fc9afd3520f6b81d9eafeda840c7cd7925f5287ce0e0d5b20a0fa758183cea7ade369e3fec8606eee976e84c5b3142923e4586f559232012bf3a3
+DIST pytest-flake8-1.1.0.tar.gz 9070 BLAKE2B 
fbf4e0d6480b26729aa43d6d7f05d19950c60b0ad047d5c0a788bccde0bf82805122480575022bb46919599208225f0bcbaf2c4e68d2a875814c1f6540fc35b2
 SHA512 
3dd060e711d2540e65583b299809c82d70969d3a13e17cb3cc2f7d92e6cfa841ceefb046d4c1a57e9b198b6474936983d18b9f89ebefa3d5798f5d158215

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild
new file mode 100644
index ..9e196ff22006
--- /dev/null
+++ b/dev-python/pytest-flake8/pytest-flake8-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# 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..10} )
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin for flake8"
+HOMEPAGE="
+   https://github.com/tholo/pytest-flake8/
+   https://pypi.org/project/pytest-flake8/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+
+RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest -p flake8
+}



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

2022-01-24 Thread Michał Górny
commit: 8b38ac3e9f735b87225d129beabdffa2de464092
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 24 22:12:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 24 22:12:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b38ac3e

dev-python/pytest-flake8: Fix HOMEPAGE

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

 dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
index 907b852ec5cb..29d153438360 100644
--- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
@@ -6,8 +6,10 @@ EAPI=7
 PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
-DESCRIPTION="py.test plugin for flake8"
-HOMEPAGE="https://github.com/tholo/pytest-flake8 
https://pypi.org/project/pytest-flake8";
+DESCRIPTION="pytest plugin for flake8"
+HOMEPAGE="
+   https://github.com/tholo/pytest-flake8/
+   https://pypi.org/project/pytest-flake8/";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2022-01-24 Thread Michał Górny
commit: 4b2249c3fddc596c6cc9f1d1306f7168a64d1c67
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 23 15:21:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 24 22:09:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2249c3

dev-python/pytest-flake8: Enable pytest-flake8 plugin explicitly

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

 dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
index 6398ac03bfb8..907b852ec5cb 100644
--- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,3 +17,7 @@ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
x86"
 RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest
+
+python_test() {
+   epytest -p flake8
+}



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

2021-09-01 Thread Arthur Zamarin
commit: 1ac1f5d5f5377c5c2c60282ac85ed7ec845060c6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep  1 17:59:17 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep  1 18:30:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac1f5d5

dev-python/pytest-flake8: enable py3.10

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

 dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
index 5c07f0c34d6..6398ac03bfb 100644
--- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="py.test plugin for flake8"
@@ -14,8 +14,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 
-RDEPEND="
-   >=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.5[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]"
 
 distutils_enable_tests pytest



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

2021-03-03 Thread Michał Górny
commit: c4740342b84dd7f5234360946f464528d95046e5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar  3 12:49:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar  3 12:54:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4740342

dev-python/pytest-flake8: Remove old

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

 dev-python/pytest-flake8/Manifest  |  1 -
 .../pytest-flake8/pytest-flake8-0.9.1.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/pytest-flake8/Manifest 
b/dev-python/pytest-flake8/Manifest
index 3d46e6809e1..fac0e5aadec 100644
--- a/dev-python/pytest-flake8/Manifest
+++ b/dev-python/pytest-flake8/Manifest
@@ -1,2 +1 @@
-DIST pytest-flake8-0.9.1.tar.gz 7959 BLAKE2B 
d0ef55385dbbf47968abdfc14e69a0420cd52bdf65c0f74ec72abeb1ab28ad27806593dd592f448f3c01dcdf29af4042c1e1c8affde46a1405ba7b4155c174a4
 SHA512 
eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1
 DIST pytest-flake8-1.0.7.tar.gz 9560 BLAKE2B 
056066a6693fa6988448662e52856eeed49688e834b344e5f60f31f1c3b3ef89043dba06bddbf958b042ab9e702fec056784b252e96c8b4b46fe350a801535cf
 SHA512 
16e7b437ff9fc9afd3520f6b81d9eafeda840c7cd7925f5287ce0e0d5b20a0fa758183cea7ade369e3fec8606eee976e84c5b3142923e4586f559232012bf3a3

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
deleted file mode 100644
index ff60840deaa..000
--- a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin for flake8"
-HOMEPAGE="https://github.com/tholo/pytest-flake8 
https://pypi.org/project/pytest-flake8";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/flake8-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-python_test() {
-   pytest -v || die "tests failed with ${EPYTHON}"
-}



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

2021-03-03 Thread Agostino Sarubbo
commit: 0ea1149bf116568348ac8066b2bbdc9b99c6cf4e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  3 12:36:42 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  3 12:36:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ea1149b

dev-python/pytest-flake8: amd64/x86 stable (ALLARCHES policy) wrt bug #773937

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
index 84c861885f2..5c07f0c34d6 100644
--- a/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-1.0.7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=dev-python/flake8-3.5.0[${PYTHON_USEDEP}]



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

2020-05-04 Thread Michał Górny
commit: a4966bf020aaeae772fc02aca21389f1f248959c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  4 11:43:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  4 11:43:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4966bf0

dev-python/pytest-flake8: Remove old

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

 dev-python/pytest-flake8/Manifest  |  1 -
 .../pytest-flake8/pytest-flake8-0.8.1.ebuild   | 25 --
 2 files changed, 26 deletions(-)

diff --git a/dev-python/pytest-flake8/Manifest 
b/dev-python/pytest-flake8/Manifest
index 1360ec299cb..a0577a1ff53 100644
--- a/dev-python/pytest-flake8/Manifest
+++ b/dev-python/pytest-flake8/Manifest
@@ -1,2 +1 @@
-DIST pytest-flake8-0.8.1.tar.gz 7359 BLAKE2B 
fd45d50fa68e329569a5964407fae301075907aabf0ec2c85c7ad9b9c28aa7a92acfaf9b7b4e06036c940ca6c7a35388cefb0d9b9151471fe98c968a43cf5a95
 SHA512 
b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89
 DIST pytest-flake8-0.9.1.tar.gz 7959 BLAKE2B 
d0ef55385dbbf47968abdfc14e69a0420cd52bdf65c0f74ec72abeb1ab28ad27806593dd592f448f3c01dcdf29af4042c1e1c8affde46a1405ba7b4155c174a4
 SHA512 
eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
deleted file mode 100644
index d391b017378..000
--- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin for flake8"
-HOMEPAGE="https://github.com/tholo/pytest-flake8 
https://pypi.org/project/pytest-flake8";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/flake8-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"



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

2020-02-08 Thread David Seifert
commit: ccbc28387da38680b658aa3c0993d763f1d04eea
Author: David Seifert  gentoo  org>
AuthorDate: Sat Feb  8 18:54:39 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb  8 18:54:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccbc2838

dev-python/pytest-flake8: [QA] Fix VariableInHomepage

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

 dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
index cb297114cf3..d391b017378 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_6 )
 inherit distutils-r1
 
 DESCRIPTION="py.test plugin for flake8"
-HOMEPAGE="https://github.com/tholo/${PN} https://pypi.org/project/${PN}";
+HOMEPAGE="https://github.com/tholo/pytest-flake8 
https://pypi.org/project/pytest-flake8";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2020-02-05 Thread Michał Górny
commit: 11b38a94fd3c30b08d49e448942a90735236c59d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 20:02:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 20:10:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b38a94

dev-python/pytest-flake8: Remove py2

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

 dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild | 2 +-
 dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
index 7ade828412c..cb297114cf3 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
index 1667ba9e06d..9a28f875f21 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-04-10 Thread Matthew Thode
commit: 0a8be7b6fda4b13d3ac7ed7bbe105f460450d535
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 22:04:34 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 22:43:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a8be7b6

dev-python/pytest-flake8: add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
index 9a229ccae91..eae886bba17 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
@@ -1,14 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 
 DESCRIPTION="py.test plugin for flake8"
-HOMEPAGE="https://github.com/tholo/${PN} https://pypi.org/project/${PN}";
+HOMEPAGE="https://github.com/tholo/pytest-flake8 
https://pypi.org/project/pytest-flake8";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2018-06-13 Thread Matt Thode
commit: fd6bdf9cbd1c1c2ddc64d6b01c5af4171649e728
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 13 19:24:26 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 13 19:40:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd6bdf9c

dev-python/pytest-flake8: 0.9.1 stable amd64 and x86 for keyring

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
index 6ef8fc62051..9a229ccae91 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="



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

2018-02-23 Thread Thomas Deutschmann
commit: 30ca123634c8f5a1310fe2466ae1342182deef90
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Feb 24 02:10:07 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Feb 24 03:21:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ca1236

dev-python/pytest-flake8: Bump to v0.9.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/pytest-flake8/Manifest  |  1 +
 .../pytest-flake8/pytest-flake8-0.9.1.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pytest-flake8/Manifest 
b/dev-python/pytest-flake8/Manifest
index cd86caea576..1360ec299cb 100644
--- a/dev-python/pytest-flake8/Manifest
+++ b/dev-python/pytest-flake8/Manifest
@@ -1 +1,2 @@
 DIST pytest-flake8-0.8.1.tar.gz 7359 BLAKE2B 
fd45d50fa68e329569a5964407fae301075907aabf0ec2c85c7ad9b9c28aa7a92acfaf9b7b4e06036c940ca6c7a35388cefb0d9b9151471fe98c968a43cf5a95
 SHA512 
b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89
+DIST pytest-flake8-0.9.1.tar.gz 7959 BLAKE2B 
d0ef55385dbbf47968abdfc14e69a0420cd52bdf65c0f74ec72abeb1ab28ad27806593dd592f448f3c01dcdf29af4042c1e1c8affde46a1405ba7b4155c174a4
 SHA512 
eeb4f66022e367d92dee94544ae8fa99b79c1de0579a80e91c22e6f050752010cb7ad6c24094736d23ae753615b186a957b8b0f94c09754005183a971a1e4aa1

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
new file mode 100644
index 000..9b0fa3e9c97
--- /dev/null
+++ b/dev-python/pytest-flake8/pytest-flake8-0.9.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin for flake8"
+HOMEPAGE="https://github.com/tholo/${PN} https://pypi.python.org/pypi/${PN}";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/flake8-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+python_test() {
+   pytest -v || die "tests failed with ${EPYTHON}"
+}



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

2017-11-07 Thread Patrick Lauer
commit: c30f6e927437c73a8365241a762e83cab97d4ca9
Author: Patrick Lauer  gentoo  org>
AuthorDate: Wed Nov  8 07:06:12 2017 +
Commit: Patrick Lauer  gentoo  org>
CommitDate: Wed Nov  8 07:07:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30f6e92

dev-python/pytest-flake8: Add py36

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
index 3023f8be88d..a42af5a698e 100644
--- a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
+++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2017-07-06 Thread Aaron Swenson
commit: e4116fc198036810823cacc954ba255ca1cf9e8b
Author: Aaron W. Swenson  gentoo  org>
AuthorDate: Fri Jul  7 00:07:32 2017 +
Commit: Aaron Swenson  gentoo  org>
CommitDate: Fri Jul  7 00:09:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4116fc1

Initial commit. Required by weasyprint.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/pytest-flake8/Manifest  |  1 +
 dev-python/pytest-flake8/metadata.xml  | 16 ++
 .../pytest-flake8/pytest-flake8-0.8.1.ebuild   | 25 ++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/pytest-flake8/Manifest 
b/dev-python/pytest-flake8/Manifest
new file mode 100644
index 000..1bb722a7517
--- /dev/null
+++ b/dev-python/pytest-flake8/Manifest
@@ -0,0 +1 @@
+DIST pytest-flake8-0.8.1.tar.gz 7359 SHA256 
aa10a6db147485d71dad391d4149388904c3072194d51755f64784ff128845fd SHA512 
b49b4d42712040492161f144cce807b661f2d8fe5b484b29ad1a519fd5b0b0cfb6abd42c3ae8999f21263c4776fb773f91bf0776971b6b6727607d33fb49ca89
 WHIRLPOOL 
a1e5531216244617e647f10c0550c8a1b9c74929b0b1dec4d392930b02fbb699e15209ebd705e3571012d7cf7c81ecd0427f5a10e00c61e70dec00917caebb8e

diff --git a/dev-python/pytest-flake8/metadata.xml 
b/dev-python/pytest-flake8/metadata.xml
new file mode 100644
index 000..2ef8e4f36f3
--- /dev/null
+++ b/dev-python/pytest-flake8/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+titanof...@gentoo.org
+Aaron W. Swenson
+  
+  
+pytest-flake8
+tholo/pytest-flake8
+  
+

diff --git a/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild 
b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
new file mode 100644
index 000..3023f8be88d
--- /dev/null
+++ b/dev-python/pytest-flake8/pytest-flake8-0.8.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin for flake8"
+HOMEPAGE="https://github.com/tholo/${PN} https://pypi.python.org/pypi/${PN}";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/flake8-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"