[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-fixture-config/, profiles/

2024-02-10 Thread Jakov Smolić
commit: 4db41fd88aea640384ed89f1ace06987e8679a4a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Feb 10 12:08:59 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Feb 10 12:08:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4db41fd8

dev-python/pytest-fixture-config: treeclean

Closes: https://bugs.gentoo.org/921836
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pytest-fixture-config/Manifest  |  1 -
 dev-python/pytest-fixture-config/metadata.xml  | 21 --
 .../pytest-fixture-config-1.7.0-r2.ebuild  | 33 --
 profiles/package.mask  |  6 
 4 files changed, 61 deletions(-)

diff --git a/dev-python/pytest-fixture-config/Manifest 
b/dev-python/pytest-fixture-config/Manifest
deleted file mode 100644
index cd6c26d940aa..
--- a/dev-python/pytest-fixture-config/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest-fixture-config-1.7.0.tar.gz 9884 BLAKE2B 
d844b07a8b7d59f6761ee71147a0945225a3f30bdd9b0751972bf6149b444ad95c49f3d5001d6414c535c1a230ed1e47ceb90b26c50324ec21165430e633cc21
 SHA512 
c86191efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746

diff --git a/dev-python/pytest-fixture-config/metadata.xml 
b/dev-python/pytest-fixture-config/metadata.xml
deleted file mode 100644
index 17b4f2cefce4..
--- a/dev-python/pytest-fixture-config/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   pyt...@gentoo.org
-   Python
-   
-   
-   
-   
-   eeas...@gmail.com
-   Edward Easton
-   
-   pytest-fixture-config
-   man-group/pytest-plugins
-   
-   
-   Simple configuration objects for Py.test fixtures.  Allows you 
to skip
-   tests when their required config variables aren't set.
-   
-

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
deleted file mode 100644
index 3364df7e0250..
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="
-   https://github.com/man-group/pytest-plugins/
-   https://pypi.org/project/pytest-fixture-config/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-   test? (
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/profiles/package.mask b/profiles/package.mask
index 4e78946ad888..2dfbee621601 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -148,12 +148,6 @@ dev-java/osgi-enterprise-api
 dev-java/osgi-compendium
 dev-java/osgi-foundation
 
-# Michał Górny  (2024-01-11)
-# These plugins are no longer maintained.  At least
-# dev-python/pytest-virtualenv is broken.  They have no revdeps left.
-# Removal on 2024-02-10.  Bug #921836.
-dev-python/pytest-fixture-config
-
 # Andreas Sturmlechner  (2023-12-25)
 # Masked until KF6 is unmasked.
 ~media-libs/mpvqt-1.0.0



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

2023-05-24 Thread Michał Górny
commit: d1b9cb2e6f68ca8be8e7ca59c47b76112629004b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 24 09:23:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 24 12:19:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b9cb2e

dev-python/pytest-fixture-config: Enable py3.12

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
index acfe021202d4..3364df7e0250 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-03-17 Thread Michał Górny
commit: 7a637e76921511e8419cd0db38988c7b1ff9ea5d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 11:59:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:22:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a637e76

dev-python/pytest-fixture-config: Use pypi.eclass

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

 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
index 4ac4ef588178..acfe021202d4 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
@@ -4,16 +4,16 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Virtualenv fixture for py.test"
 HOMEPAGE="
https://github.com/man-group/pytest-plugins/
https://pypi.org/project/pytest-fixture-config/
 "
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



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

2023-02-17 Thread Sam James
commit: 6b37cb16e68f5ef9e35457d1a3235cfc895478db
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 17 08:35:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 17 08:51:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b37cb16

dev-python/pytest-fixture-config: drop py2 cruft

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

 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild   | 4 
 1 file changed, 4 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
index 9ff59bf1482e..4ac4ef588178 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
@@ -22,10 +22,6 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k 
~mips ppc ppc64 ~riscv
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
 "
-# block pytest plugins that will be broken by the upgrade
-RDEPEND+="
-   

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

2022-06-13 Thread Michał Górny
commit: e20ef0b12fbbbf2ac594de3fbcbbbc19245294ef
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 13 08:20:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 13 08:20:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20ef0b1

dev-python/pytest-fixture-config: Remove old

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

 .../pytest-fixture-config-1.7.0-r1.ebuild  | 30 --
 1 file changed, 30 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
deleted file mode 100644
index 313f95cc7865..
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,30 +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} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/man-group/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-"
-# block pytest plugins that will be broken by the upgrade
-RDEPEND+="
-   !

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

2022-05-12 Thread Michał Górny
commit: 079c5c2f0fa83688734af70a3c431850a23e42bb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 12:45:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 13:14:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=079c5c2f

dev-python/pytest-fixture-config: Use PEP517 build

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

 .../pytest-fixture-config-1.7.0-r2.ebuild  | 37 ++
 1 file changed, 37 insertions(+)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
new file mode 100644
index ..d0d051b7093d
--- /dev/null
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
@@ -0,0 +1,37 @@
+# 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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Virtualenv fixture for py.test"
+HOMEPAGE="
+   https://github.com/man-group/pytest-plugins/
+   https://pypi.org/project/pytest-fixture-config/
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+# block pytest plugins that will be broken by the upgrade
+RDEPEND+="
+   !

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

2022-05-12 Thread Michał Górny
commit: 7bdcd4dbda14e68b1f149d685b38ae2d085c32f8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 12:46:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 13:14:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdcd4db

dev-python/pytest-fixture-config: Enable py3.11

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
index d0d051b7093d..60f88fc37e4b 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-01-26 Thread James Le Cuirot
commit: 1f5dd19444344409b51b09f8a0a06216ed518a4f
Author: James Le Cuirot  gentoo  org>
AuthorDate: Wed Jan 26 22:41:18 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Wed Jan 26 22:41:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5dd194

dev-python/pytest-fixture-config: Keyword 1.7.0-r1 for ~m68k

The tests pass.

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

 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index a3d6240ccd60..9f6909887f36 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2021-07-28 Thread Marek Szuba
commit: 7dcf9b66df61f730bf2a68548663a660934edde0
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 28 21:03:48 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 28 23:37:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dcf9b66

dev-python/pytest-fixture-config: keyword 1.7.0-r1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index f410e635d27..a3d6240ccd6 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2021-05-05 Thread Michał Górny
commit: 9e5342f23738dd0e2df030a1909538557327bfd0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  5 18:14:51 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  5 18:19:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5342f2

dev-python/pytest-fixture-config: Enable python3.10

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 2d2a9a12211..f410e635d27 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 
 inherit distutils-r1
 



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

2021-03-28 Thread Sam James
commit: e8183bc78bf356c5e7c5d016f17736124fe0cc41
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 28 12:08:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 28 12:16:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8183bc7

dev-python/pytest-fixture-config: ~x64-macos keyworded

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

 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 0acdbcc4206..90b4e0cd5c9 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-07-12 Thread Michał Górny
commit: d8f6ec63d30b50f0e38dd084c7b2d09c7434319c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 12 19:50:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 12 20:19:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f6ec63

dev-python/pytest-fixture-config: Remove py2 version

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

 .../pytest-fixture-config-1.7.0.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
deleted file mode 100644
index d2db63806a9..000
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/man-group/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-   test? ( dev-python/six[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest



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

2020-06-14 Thread Aaron Bauman
commit: da61925fb6c75b0fcdd472270be13cf5b723
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sat Jun 13 08:42:12 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Jun 15 02:33:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da61925f

dev-python/pytest-fixture-config: update HOMEPAGE

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/pytest-fixture-config/metadata.xml  | 2 +-
 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-fixture-config/metadata.xml 
b/dev-python/pytest-fixture-config/metadata.xml
index 3677d9bd044..b53238d9031 100644
--- a/dev-python/pytest-fixture-config/metadata.xml
+++ b/dev-python/pytest-fixture-config/metadata.xml
@@ -12,7 +12,7 @@
Edward Easton

pytest-fixture-config
-   manahl/pytest-plugins
+   man-group/pytest-plugins


Simple configuration objects for Py.test fixtures.  Allows you 
to skip

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index dbe95ee084b..adfb9b03d92 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
+HOMEPAGE="https://github.com/man-group/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
index febeb13cd76..d2db63806a9 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
+HOMEPAGE="https://github.com/man-group/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"



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

2020-05-25 Thread Michał Górny
commit: 49bad3c33bc73fd05fcda1dc41a4146a0fafc9b9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 25 19:55:38 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 25 20:14:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49bad3c3

dev-python/pytest-fixture-config: Port to py39

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 1ef1827e1b6..dbe95ee084b 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
index 1b541a379fd..febeb13cd76 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.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,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-05-11 Thread Mart Raudsepp
commit: 6c0e065e372f8bc08efa3d48ded5a359e99d8cf8
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Mon May 11 13:31:00 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May 11 15:30:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c0e065e

dev-python/pytest-fixture-config: s390 stable via arm64 (ALLARCHES, bug #720584)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 72fa882d351..1ef1827e1b6 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-11 Thread Mart Raudsepp
commit: 31470533722a9c62153c6fa5d15ee8a02f1f272c
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun May 10 23:27:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May 11 06:18:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31470533

dev-python/pytest-fixture-config: arm64 stable (bug #720584)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 490c4ade0c9..72fa882d351 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-08 Thread Sergei Trofimovich
commit: 416483fad1e8105d7eb78139e12eeb0d48aa2d4a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May  8 09:27:20 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 09:30:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416483fa

dev-python/pytest-fixture-config: stable 1.7.0-r1 for hppa, bug #720584

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index bfa392e0bf8..490c4ade0c9 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-04 Thread Agostino Sarubbo
commit: ca82b7bc2ea3fa5fc33c8b884faa960af23a0ff0
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May  4 16:50:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May  4 16:50:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca82b7bc

dev-python/pytest-fixture-config: ppc stable wrt bug #720584

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 83b350fe07a..bfa392e0bf8 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-03 Thread Michał Górny
commit: 6f3ce9bb87dae9eca368a404c9cd30f13ffd2b21
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  3 19:49:13 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  3 20:03:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f3ce9bb

dev-python/pytest-fixture-config: Block py2 pytest-virtualenv

Since dev-python/pytest normally loads all plugins, and PMs don't
necessarily enforce dependencies of these that are not part of @world,
it is possible to break their depgraph and break pytest on py2.7
completely.  Add a blocker to make that harder.

Closes: https://bugs.gentoo.org/720828
Signed-off-by: Michał Górny  gentoo.org>

 .../pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild   | 4 
 1 file changed, 4 insertions(+)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 123812aa6d1..83b350fe07a 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -17,6 +17,10 @@ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc 
ppc64 ~s390 sparc x86"
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
 "
+# block pytest plugins that will be broken by the upgrade
+RDEPEND+="
+   

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

2020-05-03 Thread Agostino Sarubbo
commit: 39344c082245acf143a7482fea282aa1fe26e706
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 19:00:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 19:02:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39344c08

dev-python/pytest-fixture-config: x86 stable wrt bug #720584

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 2247d28b1d0..123812aa6d1 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-03 Thread Agostino Sarubbo
commit: 5b07bc5566bb6cd22005d28453354f36e5c00e12
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 15:11:58 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 15:11:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b07bc55

dev-python/pytest-fixture-config: ppc64 stable wrt bug #720584

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 86d99734225..2247d28b1d0 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-03 Thread Agostino Sarubbo
commit: 880a0f5dc43482096164d87cf8bd522b110e0d8e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 12:28:28 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 12:28:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880a0f5d

dev-python/pytest-fixture-config: amd64 stable wrt bug #720584

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index fab3e3f89bf..86d99734225 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-03 Thread Agostino Sarubbo
commit: b28fffe35b754681a68f8de5cabe19c8f88fe41c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:24:34 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:25:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28fffe3

dev-python/pytest-fixture-config: sparc stable wrt bug #720584

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
index 261bc2e4f9e..fab3e3f89bf 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-03-28 Thread Michał Górny
commit: 75a38a39a0bd2b87138b4ef43e3a5617c7c25f19
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 18:34:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 18:48:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a38a39

dev-python/pytest-fixture-config: Stabilize 1.7.0 ALLARCHES

Closes: https://bugs.gentoo.org/714454
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
index 9d312f7bc21..018cf1e2e24 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-03-28 Thread Michał Górny
commit: 8ceed363403dcf4ebab1160ee6944b26067c55fd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 18:36:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 18:48:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ceed363

dev-python/pytest-fixture-config: Remove redundant versions

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

 dev-python/pytest-fixture-config/Manifest  |  1 -
 .../pytest-fixture-config-1.2.11.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytest-fixture-config/Manifest 
b/dev-python/pytest-fixture-config/Manifest
index 8688d4962c4..cd6c26d940a 100644
--- a/dev-python/pytest-fixture-config/Manifest
+++ b/dev-python/pytest-fixture-config/Manifest
@@ -1,2 +1 @@
-DIST pytest-fixture-config-1.2.11.tar.gz 6525 BLAKE2B 
cae41f542fedfcc8587dd5a4cc117480f22fc8abd6f5b85b38451e8199c52d2cb20c4a44fd014504fdc6835be940b4935c95e73dd16cd42049a0e01737a65f6b
 SHA512 
9d335621c7aec41ce769f450fb618ca1611a0e97bf3bd3bdaf43bb827dde62af28fb255a36643c4e6e9c958e7f7efe3f4fc308b3129fe7625c0504c0c46f1518
 DIST pytest-fixture-config-1.7.0.tar.gz 9884 BLAKE2B 
d844b07a8b7d59f6761ee71147a0945225a3f30bdd9b0751972bf6149b444ad95c49f3d5001d6414c535c1a230ed1e47ceb90b26c50324ec21165430e633cc21
 SHA512 
c86191efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
deleted file mode 100644
index e876418d844..000
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-   test? (
-   ${RDEPEND}
-   dev-python/six[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   esetup.py test
-}



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

2020-03-28 Thread Michał Górny
commit: 8d9dacb7e7768ea1a7f9f7b3b815d6d9e066d64c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 28 18:34:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 28 18:48:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d9dacb7

dev-python/pytest-fixture-config: Mark ALLARCHES

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

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

diff --git a/dev-python/pytest-fixture-config/metadata.xml 
b/dev-python/pytest-fixture-config/metadata.xml
index 761d5b961e6..3677d9bd044 100644
--- a/dev-python/pytest-fixture-config/metadata.xml
+++ b/dev-python/pytest-fixture-config/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   


eeas...@gmail.com



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

2020-03-25 Thread Sergei Trofimovich
commit: f4e07a470313f81c6f385687224df7951a320bce
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 25 22:58:19 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 25 23:08:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e07a47

dev-python/pytest-fixture-config: stable 1.7.0 for sparc, bug #714454

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

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

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
index c0c855805bf..9d312f7bc21 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-03-25 Thread Agostino Sarubbo
commit: 4b1b8ac0c306f8139d3f991ca8ccf7d62d73a60f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:41:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:42:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1b8ac0

dev-python/pytest-fixture-config: x86 stable wrt bug #714454

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

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

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
index d49e05c2aa9..c0c855805bf 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-03-25 Thread Agostino Sarubbo
commit: e310ccdd030b0f87a41ff80de1d04e88d70973b8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar 25 15:26:52 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar 25 15:26:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e310ccdd

dev-python/pytest-fixture-config: ia64 stable wrt bug #714454

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

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

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
index 5e26988c4de..d49e05c2aa9 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-03-08 Thread Michał Górny
commit: 70a4a503dd369a11e530c7ec511eed90f88cbcc8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  8 06:32:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  8 08:24:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a4a503

dev-python/pytest-fixture-config: Revbump to drop py2

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

 .../pytest-fixture-config-1.7.0-r1.ebuild  | 26 ++
 1 file changed, 26 insertions(+)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
new file mode 100644
index 000..8cb9f4650c3
--- /dev/null
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Virtualenv fixture for py.test"
+HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools-git[${PYTHON_USEDEP}]
+   test? ( dev-python/six[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest



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

2020-03-08 Thread Michał Górny
commit: 9831c504f8f5f0a05dba24a21f7d12ae2336e820
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  8 07:11:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  8 08:25:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9831c504

dev-python/pytest-fixture-config: Take into python@

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

 dev-python/pytest-fixture-config/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/pytest-fixture-config/metadata.xml 
b/dev-python/pytest-fixture-config/metadata.xml
index eee36b417e3..761d5b961e6 100644
--- a/dev-python/pytest-fixture-config/metadata.xml
+++ b/dev-python/pytest-fixture-config/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   pyt...@gentoo.org
+   Python
+   


eeas...@gmail.com



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

2019-11-19 Thread Michał Górny
commit: cae8d32e8fdc4c4432af2d46eef13ad2fcca3cd3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 19 08:58:31 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 19 09:05:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae8d32e

dev-python/pytest-fixture-config: Bump to 1.7.0

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

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

diff --git a/dev-python/pytest-fixture-config/Manifest 
b/dev-python/pytest-fixture-config/Manifest
index 31b37e18b2c..0069775eb49 100644
--- a/dev-python/pytest-fixture-config/Manifest
+++ b/dev-python/pytest-fixture-config/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-fixture-config-1.2.11.tar.gz 6525 BLAKE2B 
cae41f542fedfcc8587dd5a4cc117480f22fc8abd6f5b85b38451e8199c52d2cb20c4a44fd014504fdc6835be940b4935c95e73dd16cd42049a0e01737a65f6b
 SHA512 
9d335621c7aec41ce769f450fb618ca1611a0e97bf3bd3bdaf43bb827dde62af28fb255a36643c4e6e9c958e7f7efe3f4fc308b3129fe7625c0504c0c46f1518
 DIST pytest-fixture-config-1.2.2.tar.gz 4995 BLAKE2B 
fee7acb10140320b2ae14968fd99bb11f6c23f54cc86fc74a52855b58071c8deaefb1343c4d92726f7fad5e873c25c426f04d8ced3ecece3d953dee4c7693b7c
 SHA512 
c2d2346c50c8a73e37ce217e240eabdecf872700c9f4b020f1ca7532a06e6a5dc6b140356d96b1bf8c83f1cf737d95775abaa206c3dcf7e02555b26aa995f12d
+DIST pytest-fixture-config-1.7.0.tar.gz 9884 BLAKE2B 
d844b07a8b7d59f6761ee71147a0945225a3f30bdd9b0751972bf6149b444ad95c49f3d5001d6414c535c1a230ed1e47ceb90b26c50324ec21165430e633cc21
 SHA512 
c86191efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
new file mode 100644
index 000..4a9ef3f6013
--- /dev/null
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.7.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Virtualenv fixture for py.test"
+HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools-git[${PYTHON_USEDEP}]
+   test? ( dev-python/six[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest



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

2019-11-19 Thread Michał Górny
commit: 2a27296f0169ae7a1df0d7c5ae31144d762a7960
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 19 09:00:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 19 09:05:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a27296f

dev-python/pytest-fixture-config: Fix remaining MissingTestRestrict

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index d848cde95a3..d437a78d041 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -14,6 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2019-11-19 Thread Michał Górny
commit: d907598489bed6bca74f59eb3172adf2363e2c3f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 19 09:00:29 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 19 09:05:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9075984

dev-python/pytest-fixture-config: Remove old

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

 dev-python/pytest-fixture-config/Manifest  |  1 -
 .../pytest-fixture-config-1.2.2.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/pytest-fixture-config/Manifest 
b/dev-python/pytest-fixture-config/Manifest
index 0069775eb49..8688d4962c4 100644
--- a/dev-python/pytest-fixture-config/Manifest
+++ b/dev-python/pytest-fixture-config/Manifest
@@ -1,3 +1,2 @@
 DIST pytest-fixture-config-1.2.11.tar.gz 6525 BLAKE2B 
cae41f542fedfcc8587dd5a4cc117480f22fc8abd6f5b85b38451e8199c52d2cb20c4a44fd014504fdc6835be940b4935c95e73dd16cd42049a0e01737a65f6b
 SHA512 
9d335621c7aec41ce769f450fb618ca1611a0e97bf3bd3bdaf43bb827dde62af28fb255a36643c4e6e9c958e7f7efe3f4fc308b3129fe7625c0504c0c46f1518
-DIST pytest-fixture-config-1.2.2.tar.gz 4995 BLAKE2B 
fee7acb10140320b2ae14968fd99bb11f6c23f54cc86fc74a52855b58071c8deaefb1343c4d92726f7fad5e873c25c426f04d8ced3ecece3d953dee4c7693b7c
 SHA512 
c2d2346c50c8a73e37ce217e240eabdecf872700c9f4b020f1ca7532a06e6a5dc6b140356d96b1bf8c83f1cf737d95775abaa206c3dcf7e02555b26aa995f12d
 DIST pytest-fixture-config-1.7.0.tar.gz 9884 BLAKE2B 
d844b07a8b7d59f6761ee71147a0945225a3f30bdd9b0751972bf6149b444ad95c49f3d5001d6414c535c1a230ed1e47ceb90b26c50324ec21165430e633cc21
 SHA512 
c86191efff338255734ddb4a8b615880c32a12c981160e9e7575d38adff8c5febad46bb9b4208634e39d4cfa73dec342265ccc1951168c1b12fd334cd746

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.2.ebuild
deleted file mode 100644
index 36eb49a0256..000
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Virtualenv fixture for py.test"
-HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.org/project/pytest-fixture-config/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-"
-
-DEPEND="
-   ${RDEPEND}
-   test? ( dev-python/six[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   distutils_install_for_testing
-
-   esetup.py test || die "Tests failed under ${EPYTHON}"
-}



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

2018-07-01 Thread Mikle Kolyada
commit: e3dab14aa5932651e1a737eba0deef5d74658153
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul  1 13:42:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul  1 13:42:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3dab14a

dev-python/pytest-fixture-config: mark s390 stable

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 83388f2cdc8..b8031b9b891 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-04-21 Thread Thomas Deutschmann
commit: 4cc47871ad0b12b9494e60f59b67c22dbf314cf5
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Apr 21 23:50:51 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Apr 21 23:50:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc47871

dev-python/pytest-fixture-config: x86 stable (bug #641304)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 2fc914c8b76..5a39a0a315f 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-04-09 Thread Stephen Klimaszewski
commit: 5ff88c6c1b246da35655deb36ad4fdc4a80ab593
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Mon Apr  9 20:04:45 2018 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Mon Apr  9 20:22:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ff88c6c

dev-python/pytest-fixture-config: arm64 stable, bug #641304

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index a456663d15a..8b6d2ada092 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-03-21 Thread Markus Meier
commit: e341cc2faa517eea7a090825fea82e3a13f0643e
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Mar 21 19:39:23 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Mar 21 19:39:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e341cc2f

dev-python/pytest-fixture-config: arm stable, bug #641304

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 72f60e041bd..a456663d15a 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-03-14 Thread Matt Turner
commit: a3c7db9ec0da62dee4772674e86a31c4745ff9e9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Mar 15 01:00:34 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Mar 15 01:01:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c7db9e

dev-python/pytest-fixture-config-1.2.11: alpha stable, bug 641304

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 5560a4f6101..72f60e041bd 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-03-11 Thread Matt Turner
commit: 497e6a3a76fadef3a0229b8ea434c2043270e5fe
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 11 23:06:11 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 11 23:06:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=497e6a3a

dev-python/pytest-fixture-config-1.2.11: added ~alpha, bug 631608

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index adae8eb3777..5560a4f6101 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-02-21 Thread Michał Górny
commit: 639ad2fb92c8cf53b350be2f7f226126da92c6d0
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 21 13:53:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 21 17:20:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639ad2fb

dev-python/pytest-fixture-config: Tested on ~amd64-fbsd (bug #631608)

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 6c46923ac16..adae8eb3777 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



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

2018-01-07 Thread Mikle Kolyada
commit: 6ae9c4e0213bfcf5ecece4bd16ede114f81a53e2
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jan  7 22:25:47 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jan  7 22:26:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ae9c4e0

dev-python/pytest-fixture-config: add ~arm (bug #631608)

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index aa91d8c3271..6c46923ac16 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.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
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-27 Thread Sergei Trofimovich
commit: 8bf736128b6a4c147e2014dc03af28ec08dc45b8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Dec 27 15:58:22 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 27 20:37:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf73612

dev-python/pytest-fixture-config: stable 1.2.11 for sparc, bug #641304

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 7207cae6290..aa91d8c3271 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-27 Thread Sergei Trofimovich
commit: b7986935516558fac1efbb6ff65af4c3c5deea10
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 27 20:05:27 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 27 20:05:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7986935

dev-python/pytest-fixture-config: stable 1.2.11 for hppa, bug #641304

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index f46f05d25a2..7207cae6290 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 hppa ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-26 Thread Jason Zaman
commit: 26d9d6a47a9c908b061ffa81ec7c2fbb1c1157e4
Author: Jason Zaman  gentoo  org>
AuthorDate: Tue Dec 26 16:10:45 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Tue Dec 26 16:16:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d9d6a4

dev-python/pytest-fixture-config: amd64 stable

Gentoo-bug: 641304
Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index bfbb52d3c67..f46f05d25a2 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-23 Thread Sergei Trofimovich
commit: c7662e9121b9259f9938c5155674482bc9d3d8e5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Dec 23 21:52:11 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Dec 23 21:58:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7662e91

dev-python/pytest-fixture-config: stable 1.2.11 for ppc/ppc64, bug #641304

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc ppc64"

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 26d1e6d68fd..bfbb52d3c67 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ia64 ~mips ppc ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-23 Thread Markus Meier
commit: 17f47b32885ecd701bc96f30b2007c0f92484d30
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Dec 23 11:16:37 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Dec 23 11:16:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f47b32

dev-python/pytest-fixture-config: add ~arm64, bug #631608

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm64"

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 6ec9e39b960..26d1e6d68fd 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-21 Thread Sergei Trofimovich
commit: 7a4ac97098dd40850fef3ce7888a23da7230d7fa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Dec 21 22:30:09 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Dec 21 22:34:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4ac970

dev-python/pytest-fixture-config: stable 1.2.11 for ia64, bug #641304

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 84996c172dc..6ec9e39b960 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-19 Thread Sergei Trofimovich
commit: 0aad2aac1bcf4d2dc6c1271131160c3cc1cdc675
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Dec 19 22:55:33 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Dec 19 23:01:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aad2aac

dev-python/pytest-fixture-config: keyworded 1.2.11 for sparc, bug #631608 
(thanks to Rolf Eike Beer)

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

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index c065b7f1f9b..84996c172dc 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-12-03 Thread Matt Turner
commit: fc8047220d7c50b379598dc13bcc7b6ec624caa9
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Dec  4 02:30:30 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Dec  4 02:30:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc804722

dev-python/pytest-fixture-config-1.2.11: added ~mips, bug 631608

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index b5fc191522f..c065b7f1f9b 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-09-23 Thread Sergei Trofimovich
commit: 434229309c80653f5f3071f47a07eea851c627e1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 13:05:01 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 13:05:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43422930

dev-python/pytest-fixture-config: keyworded 1.2.11 for ia64, bug #631608

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 854a692673b..b5fc191522f 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-09-23 Thread Sergei Trofimovich
commit: 31377436734a0ef2969374732193e40e8436ebe7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 23 10:31:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 23 10:39:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31377436

dev-python/pytest-fixture-config: keyworded 1.2.11 for ppc, bug #631608

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index e93b3850c8b..854a692673b 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-09-22 Thread Sergei Trofimovich
commit: c0b55e78db466a40075a97cdc31da5e1cfab3bb4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 22 11:44:19 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 22 19:40:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b55e78

dev-python/pytest-fixture-config: keyworded 1.2.11 for ppc64, bug #631608

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index 62dfb8e1520..e93b3850c8b 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



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

2017-09-20 Thread Tim Harder
commit: a9e850c09a1d6a4d9ef4063e34dd39d43cafd94e
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 21 04:16:41 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 21 05:12:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e850c0

dev-python/pytest-fixture-config: add pypy/pypy3 to PYTHON_COMPAT

 dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
index a607d181c71..62dfb8e1520 100644
--- a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 
 inherit distutils-r1
 



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

2017-09-20 Thread Tim Harder
commit: f8bdccb1ee551de4b02f3fcb9db9fa71b7a85677
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Sep 21 02:55:39 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Sep 21 05:12:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bdccb1

dev-python/pytest-fixture-config: version bump to 1.2.11

 dev-python/pytest-fixture-config/Manifest  |  1 +
 .../pytest-fixture-config-1.2.11.ebuild| 33 ++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-fixture-config/Manifest 
b/dev-python/pytest-fixture-config/Manifest
index b8242f377f8..97e3030bfcf 100644
--- a/dev-python/pytest-fixture-config/Manifest
+++ b/dev-python/pytest-fixture-config/Manifest
@@ -1 +1,2 @@
+DIST pytest-fixture-config-1.2.11.tar.gz 6525 SHA256 
6d4c064b614e4afbcd93b56d4ca14c44a295370e7843daf69925ff5c0fbe94a0 SHA512 
9d335621c7aec41ce769f450fb618ca1611a0e97bf3bd3bdaf43bb827dde62af28fb255a36643c4e6e9c958e7f7efe3f4fc308b3129fe7625c0504c0c46f1518
 WHIRLPOOL 
9386794f00575efbc06fcf212f132cf11a91df942e5807ecaad7651b67298dad577a8831450ae462c185732101262278e92a208f08fd11af2d15ae3664290485
 DIST pytest-fixture-config-1.2.2.tar.gz 4995 SHA256 
5df71da68709a233a7a9f1aa262091ac17ddfd4c170912d07030801fd360b781 SHA512 
c2d2346c50c8a73e37ce217e240eabdecf872700c9f4b020f1ca7532a06e6a5dc6b140356d96b1bf8c83f1cf737d95775abaa206c3dcf7e02555b26aa995f12d
 WHIRLPOOL 
97488a31b1b39f5964df34900e4ff8209e425746a7791172cdc6804c98561fa73a7d28d668bbea4fa55082d81c07a50387891a60c8503eedd761bc8f9639673d

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
new file mode 100644
index 000..a607d181c71
--- /dev/null
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.11.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Virtualenv fixture for py.test"
+HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.python.org/pypi/pytest-fixture-config;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools-git[${PYTHON_USEDEP}]
+   test? (
+   ${RDEPEND}
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+python_test() {
+   esetup.py test
+}



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

2017-01-03 Thread Brian Dolbec
commit: ddce240d6d40ddac52e5aa373f33b48638414315
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan  3 21:34:07 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Wed Jan  4 04:48:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddce240d

dev-python/pytest-fixture-config: New pkg, dep of dev-python/pytest-virtualenv

Indirect test dep for buildbot.

Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1

 dev-python/pytest-fixture-config/Manifest  |  1 +
 dev-python/pytest-fixture-config/metadata.xml  | 19 +
 .../pytest-fixture-config-1.2.2.ebuild | 33 ++
 3 files changed, 53 insertions(+)

diff --git a/dev-python/pytest-fixture-config/Manifest 
b/dev-python/pytest-fixture-config/Manifest
new file mode 100644
index ..b8242f3
--- /dev/null
+++ b/dev-python/pytest-fixture-config/Manifest
@@ -0,0 +1 @@
+DIST pytest-fixture-config-1.2.2.tar.gz 4995 SHA256 
5df71da68709a233a7a9f1aa262091ac17ddfd4c170912d07030801fd360b781 SHA512 
c2d2346c50c8a73e37ce217e240eabdecf872700c9f4b020f1ca7532a06e6a5dc6b140356d96b1bf8c83f1cf737d95775abaa206c3dcf7e02555b26aa995f12d
 WHIRLPOOL 
97488a31b1b39f5964df34900e4ff8209e425746a7791172cdc6804c98561fa73a7d28d668bbea4fa55082d81c07a50387891a60c8503eedd761bc8f9639673d

diff --git a/dev-python/pytest-fixture-config/metadata.xml 
b/dev-python/pytest-fixture-config/metadata.xml
new file mode 100644
index ..f94f6e1
--- /dev/null
+++ b/dev-python/pytest-fixture-config/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   dol...@gentoo.org
+   Primary maintainer
+   
+   
+   
+   eeas...@gmail.com
+   Edward Easton
+   
+   pytest-fixture-config
+   
+   
+   Simple configuration objects for Py.test fixtures.  Allows you 
to skip
+   tests when their required config variables aren't set.
+   
+

diff --git 
a/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.2.ebuild 
b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.2.ebuild
new file mode 100644
index ..22ba5ea
--- /dev/null
+++ b/dev-python/pytest-fixture-config/pytest-fixture-config-1.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Virtualenv fixture for py.test"
+HOMEPAGE="https://github.com/manahl/pytest-plugins 
https://pypi.python.org/pypi/pytest-fixture-config;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/setuptools-git[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+   ${RDEPEND}
+   test? ( dev-python/six[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   distutils_install_for_testing
+
+   esetup.py test || die "Tests failed under ${EPYTHON}"
+}