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

2023-05-24 Thread Sam James
commit: 67861ce5c6f73b39f6265c3cd4815639d478dd20
Author: Sam James  gentoo  org>
AuthorDate: Wed May 24 08:28:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 24 08:36:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67861ce5

dev-python/pytest-expect: enable py3.12

Tested via dev-python/html5lib's test suite.

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
index d13e58975a47..9d7d3ff01846 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.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-expect/

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

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

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
index 2e18371e4583..d13e58975a47 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.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="pytest plugin that stores test expectations by saving the set of 
failing tests"
 HOMEPAGE="
https://github.com/gsnedders/pytest-expect/
https://pypi.org/project/pytest-expect/
 "
-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-expect/

2022-06-13 Thread Michał Górny
commit: 2da878fa31c113add3da136296da3c96f99e52f8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 13 08:19:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 13 08:19:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2da878fa

dev-python/pytest-expect: Remove old

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

 .../pytest-expect/pytest-expect-1.1.0-r1.ebuild | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
deleted file mode 100644
index b85bde2739c6..
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="py.test plugin that stores test expectations by saving the set of 
failing tests"
-HOMEPAGE="https://github.com/gsnedders/pytest-expect/ 
https://pypi.org/project/pytest-expect/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-# no tests
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/u-msgpack-python[${PYTHON_USEDEP}]"



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

2022-06-11 Thread Michał Górny
commit: 5562fc17ba27f39612072f8627b766860d1a548f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 12 05:46:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 12 05:46:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5562fc17

dev-python/pytest-expect: Mark ALLARCHES

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

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

diff --git a/dev-python/pytest-expect/metadata.xml 
b/dev-python/pytest-expect/metadata.xml
index 85d2433382ee..664bd58020cb 100644
--- a/dev-python/pytest-expect/metadata.xml
+++ b/dev-python/pytest-expect/metadata.xml
@@ -13,4 +13,5 @@
pyt...@gentoo.org
Python

+   
 



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

2022-05-11 Thread Michał Górny
commit: b72d0875fd91ff39d1eff1c386a5bfa2f72e29de
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 17:40:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 17:54:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72d0875

dev-python/pytest-expect: EAPI 8, PEP517

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

 .../pytest-expect/pytest-expect-1.1.0-r2.ebuild| 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
new file mode 100644
index ..ffa30e75d716
--- /dev/null
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
@@ -0,0 +1,27 @@
+# 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="pytest plugin that stores test expectations by saving the set of 
failing tests"
+HOMEPAGE="
+   https://github.com/gsnedders/pytest-expect/
+   https://pypi.org/project/pytest-expect/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+# no tests
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/u-msgpack-python[${PYTHON_USEDEP}]
+"



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

2022-05-11 Thread Michał Górny
commit: 4a9a6b7821e5f3ca278fff7408ab0606831624a6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 17:40:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 17:54:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9a6b78

dev-python/pytest-expect: Enable py3.11

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
index ffa30e75d716..a6b8fa81adda 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r2.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.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-expect/

2021-09-25 Thread James Le Cuirot
commit: 2de454738a7c5a3d6419858cd3ff96f4c274b9fc
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Sep 25 21:19:15 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Sep 25 21:27:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de45473

dev-python/pytest-expect: Keyword 1.1.0-r1 for ~m68k

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 1b3a2ce59ab..4cf73b58229 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 # no tests
 RESTRICT="test"
 



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

2021-05-07 Thread Michał Górny
commit: 6328cce3e6cb7efe77049594620a80b7a91ad394
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri May  7 01:05:52 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  7 11:57:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6328cce3

dev-python/pytest-expect: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 1c1f5817b43..9bfdfcc59cf 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.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
 
@@ -13,11 +13,9 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-IUSE=""
+# no tests
+RESTRICT="test"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/u-msgpack[${PYTHON_USEDEP}]"
-
-# no tests...
-RESTRICT="test"



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

2021-05-07 Thread Michał Górny
commit: e12260ba6d1852ce431e64c93f9ad65747eacf2f
Author: Jakov Smolic  sartura  hr>
AuthorDate: Fri May  7 01:06:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  7 11:57:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12260ba

dev-python/pytest-expect: Update metadata

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pytest-expect/metadata.xml 
b/dev-python/pytest-expect/metadata.xml
index 97346aec507..d6d9f5a0b7c 100644
--- a/dev-python/pytest-expect/metadata.xml
+++ b/dev-python/pytest-expect/metadata.xml
@@ -7,6 +7,7 @@


zmed...@gentoo.org
+   Zac Medico


pyt...@gentoo.org



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

2020-08-01 Thread Michał Górny
commit: 9257e49d73c3ff625ae705c91ef3556cca58536b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  1 07:54:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug  1 10:09:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9257e49d

dev-python/pytest-expect: Remove py2

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 33a5f2566e0..87a8f34bb03 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
 
 inherit distutils-r1
 



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

2020-07-19 Thread Michał Górny
commit: 3f05f3765cc7c80e02f23cd2b2eea246187be2e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 19 18:20:27 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 19 18:33:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f05f376

dev-python/pytest-expect: Remove old

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

 .../pytest-expect/pytest-expect-1.1.0.ebuild   | 24 --
 1 file changed, 24 deletions(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
deleted file mode 100644
index dd0c5cac25a..000
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ /dev/null
@@ -1,24 +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="py.test plugin that stores test expectations by saving the set of 
failing tests"
-HOMEPAGE="https://github.com/gsnedders/pytest-expect/ 
https://pypi.org/project/pytest-expect/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE=""
-
-RDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/u-msgpack[${PYTHON_USEDEP}]"
-
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"



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

2020-07-14 Thread Sam James
commit: 9b7d9fff95464d62a42958400d9004c6e53fd144
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 14 16:18:50 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 14 16:18:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7d9fff

dev-python/pytest-expect: s390 stable (bug #726552)

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index d594e0cfcf2..33a5f2566e0 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-06-10 Thread Michał Górny
commit: 633c3ad515198a32213f499aa6a266b7d244b2d4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 10 08:08:25 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 10 08:11:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633c3ad5

dev-python/pytest-expect: Add python@ as (co-)maint

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

 dev-python/pytest-expect/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pytest-expect/metadata.xml 
b/dev-python/pytest-expect/metadata.xml
index b6e0ef32153..97346aec507 100644
--- a/dev-python/pytest-expect/metadata.xml
+++ b/dev-python/pytest-expect/metadata.xml
@@ -8,4 +8,8 @@

zmed...@gentoo.org

+   
+   pyt...@gentoo.org
+   Python
+   
 



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

2020-06-06 Thread Mart Raudsepp
commit: 50828ec072bb6f1ed503eeb32e66847335a0dab0
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat Jun  6 16:14:33 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jun  6 19:30:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50828ec0

dev-python/pytest-expect: arm64 stable (bug #726552)

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-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 218177bd438..d594e0cfcf2 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-06-05 Thread Sergei Trofimovich
commit: fcb1f5c3fedc72256bc1fd834844e176ee21f8d8
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun  5 16:01:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun  5 16:10:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb1f5c3

dev-python/pytest-expect: stable 1.1.0-r1 for hppa, bug #726552

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index f223507f9a9..218177bd438 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 RDEPEND="



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

2020-06-04 Thread Agostino Sarubbo
commit: e8cf1006c277ed62b3597aaff868dc96c8aecb2a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  4 06:34:35 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  4 06:35:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8cf1006

dev-python/pytest-expect: x86 stable wrt bug #726552

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2020-06-04 Thread Agostino Sarubbo
commit: cb8ab110bb5b3c1fbacd76a214420a1c4d1e03bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  4 06:22:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  4 06:22:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8ab110

dev-python/pytest-expect: amd64 stable wrt bug #726552

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 536efb57ffe..d3bc647ff3c 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86"
 IUSE=""
 
 RDEPEND="



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

2020-06-03 Thread Agostino Sarubbo
commit: dd6ff1ff1d6310376aa1d0342b48f93497267d2e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  3 15:17:14 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  3 15:17:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6ff1ff

dev-python/pytest-expect: ppc64 stable wrt bug #726552

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 687292b28e4..536efb57ffe 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
~x86"
 IUSE=""
 
 RDEPEND="



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

2020-06-03 Thread Agostino Sarubbo
commit: 8d28b07e8fe7027171e1b69478b08af67cc857c1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Jun  3 15:11:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Jun  3 15:11:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d28b07e

dev-python/pytest-expect: arm stable wrt bug #726552

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 07545cbe900..687292b28e4 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE=""
 
 RDEPEND="



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

2020-06-01 Thread Sergei Trofimovich
commit: 37f4a89fe2fe8aa43db8ff0d4163fff5597e
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jun  1 20:42:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 20:51:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f4a89f

dev-python/pytest-expect: stable 1.1.0-r1 for ppc

stable wrt bug #726552

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 1bf831854a7..07545cbe900 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 sparc 
~x86"
 IUSE=""
 
 RDEPEND="



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

2020-06-01 Thread Sergei Trofimovich
commit: daa9150a3234bf775ee0cadeaea6922793fdd22b
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jun  1 18:46:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jun  1 19:52:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa9150a

dev-python/pytest-expect: stable 1.1.0-r1 for sparc, bug #726552

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



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

2020-05-26 Thread Michał Górny
commit: d4f0013f4df13d1c57b57b38e297b6a19040440b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 26 16:06:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 26 16:23:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f0013f

dev-python/pytest-expect: Port to py39

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

 dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
index 5148896cb8e..ef30899cfd9 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8,9}} pypy3 )
 
 inherit distutils-r1
 
@@ -19,9 +19,5 @@ RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/u-msgpack[${PYTHON_USEDEP}]"
 
-BDEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
 # no tests...
 RESTRICT="test"



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

2019-11-26 Thread Patrick McLean
commit: 60db45f9b08387d083b269044b34cef364096874
Author: Patrick McLean  sony  com>
AuthorDate: Tue Nov 26 23:39:00 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Nov 27 01:13:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60db45f9

dev-python/pytest-expect: revbump, EAPI=7, py38

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Patrick McLean  gentoo.org>

 .../pytest-expect/pytest-expect-1.1.0-r1.ebuild| 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
new file mode 100644
index 000..c94a4af4d0a
--- /dev/null
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin that stores test expectations by saving the set of 
failing tests"
+HOMEPAGE="https://github.com/gsnedders/pytest-expect/ 
https://pypi.org/project/pytest-expect/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/u-msgpack[${PYTHON_USEDEP}]"
+
+BDEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# no tests...
+RESTRICT="test"



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

2019-11-02 Thread Mikle Kolyada
commit: 1712e5635ec0498c04427f46e4e321e55f0a319c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Nov  2 08:19:09 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Nov  2 08:19:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1712e563

dev-python/pytest-expect: Add ~sh keyword wrt bug #617916

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="sh"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 043a6256e1e..21635f2acab 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
 IUSE=""
 
 RDEPEND="



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

2019-01-05 Thread Mikle Kolyada
commit: 4c40481ee355c9cd351c51b56147a5397436dd6e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Jan  5 17:17:57 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Jan  5 17:19:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c40481e

dev-python/pytest-expect: mark s390 stable

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

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 6ddb7b912de..028f106b7ec 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE=""
 
 RDEPEND="



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

2018-07-21 Thread Mikle Kolyada
commit: cba5228f2fc3ec88f74c97e4260c77a36ea3cb11
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Jul 22 02:10:23 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Jul 22 02:10:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cba5228f

dev-python/pytest-expect: arm stable wrt bug #659658

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

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



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

2018-07-20 Thread Tobias Klausmann
commit: 606c9477d45c4680ec227105cdf152b97e52ec65
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Jul 20 15:52:53 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Jul 20 15:52:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=606c9477

dev-python/pytest-expect-1.1.0-r0: alpha stable

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

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

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



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

2018-07-15 Thread Sergei Trofimovich
commit: 13aa876977a3c6b5b00c0e38a8e931076b5bd3dd
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 15 10:21:38 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 15 10:24:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13aa8769

dev-python/pytest-expect: stable 1.1.0 for ppc, bug #659658

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.42, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

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

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



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

2018-07-14 Thread Sergei Trofimovich
commit: 4b1ec8b4727123f214d198ec89ae6a9ef34e7049
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul 14 20:03:54 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul 14 20:03:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1ec8b4

dev-python/pytest-expect: stable 1.1.0 for ppc64, bug #659658

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.42, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

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

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



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

2018-07-02 Thread Sergei Trofimovich
commit: 82ecd88d6d5cd82fd26ddc8eeeff727c79b08f76
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul  2 20:27:25 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul  2 21:24:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ecd88d

dev-python/pytest-expect: stable 1.1.0 for hppa/sparc

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa sparc"

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

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



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

2018-07-01 Thread Pacho Ramos
commit: 501179636988f223ae32fe296643b96f30e487a6
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jul  1 15:01:48 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jul  1 15:19:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50117963

dev-python/pytest-expect: amd64 stable, bug #659658

Package-Manager: Portage-2.3.41, Repoman-2.3.9

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

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



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

2018-06-30 Thread Sergei Trofimovich
commit: 4b2a799255975c0cfd9cfb80cd782bb779ee0362
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 17:54:31 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 17:54:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2a7992

dev-python/pytest-expect: stable 1.1.0 for ia64, bug #659658

Bug: https://bugs.gentoo.org/659658
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

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

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



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

2018-02-17 Thread Patrice Clement
commit: 55eb8177fb69a794d2d06ebce36e19ffcec81ee7
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 17 18:42:05 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 17 21:50:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55eb8177

dev-python/pytest-expect: add ~amd64-fbsd keyword.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 3684c79857e..731b4b8a78f 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.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,10 +12,13 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE=""
 
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
+RDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
dev-python/u-msgpack[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
+
+DEPEND="
+   ${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"



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

2017-12-20 Thread Sergei Trofimovich
commit: 7e35d0a50af850d9b4bed317f87196626171e380
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 20 21:52:31 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 20 21:52:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e35d0a5

dev-python/pytest-expect: keyworded 1.1.0 for sparc, bug #617914 (thanks to 
Rolf Eike Beer)

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

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

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



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

2017-11-23 Thread Matt Turner
commit: baf5e1f979e4d4870119e4d071add67ab6a429f9
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 23 22:29:25 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 23 22:31:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf5e1f9

dev-python/pytest-expect-1.1.0: added ~alpha, bug 617914

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

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



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

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

dev-python/pytest-expect: keyworded 1.1.0 for ppc, bug #617914

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

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 40949fc5bcf..dd16adc315c 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-08-19 Thread Tim Harder
commit: 42fb54bdafb180f77e04aa8c252e63f480f961be
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:10:12 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fb54bd

dev-python/pytest-expect: keyword ~x86

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 6d96c495c39..40949fc5bcf 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-07-01 Thread Sergei Trofimovich
commit: e829ff735ddd78e249cb4f12d66dcc8f1b18fb99
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 11:18:40 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 11:18:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e829ff73

dev-python/pytest-expect: ia64 keyworded, bug #617914

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

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index cc92dd9f06d..6d96c495c39 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~mips ~ppc64"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc64"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-26 Thread Mart Raudsepp
commit: 22c000494571bcbf300841d25ce74e2c0e24a920
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May 26 20:53:18 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May 26 20:55:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c00049

dev-python/pytest-expect: keyworded for ~mips

Gentoo-bug: 617914
Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 173880b8232..cc92dd9f06d 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc64"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~mips ~ppc64"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-26 Thread Markus Meier
commit: e2726aed7b7e02d07c949ae2dd86c836518d0375
Author: Markus Meier  gentoo  org>
AuthorDate: Fri May 26 18:36:23 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Fri May 26 18:36:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2726aed

dev-python/pytest-expect: add ~arm, bug #617914

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

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index bc69884ccb2..173880b8232 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~hppa ~ppc64"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc64"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-23 Thread Michael Weber
commit: 1a27c16c0a9e37c14472b2d8769e14070fbb3362
Author: Michael Weber  gentoo  org>
AuthorDate: Tue May 23 19:59:58 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Tue May 23 20:00:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a27c16c

dev-python/pytest-expect: add ~ppc64 keyword (bug 617914)

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

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index a00b177a701..bc69884ccb2 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~hppa"
+KEYWORDS="~amd64 arm64 ~hppa ~ppc64"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-18 Thread Michael Weber
commit: 344609930832b782dfb69d2dc727bcc059592858
Author: Michael Weber  gentoo  org>
AuthorDate: Thu May 18 19:39:36 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Thu May 18 19:59:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34460993

dev-python/pytest-expect: arm64 stable (bug 617156).

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

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index 37350bcab5d..a00b177a701 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa"
+KEYWORDS="~amd64 arm64 ~hppa"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-17 Thread Markus Meier
commit: 7dee9b4afcc7815e2ba855ea12323dc2444d82e5
Author: Markus Meier  gentoo  org>
AuthorDate: Wed May 17 19:22:14 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed May 17 19:22:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dee9b4a

dev-python/pytest-expect: add ~arm64, bug #617914

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

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index afb00591714..37350bcab5d 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa"
+KEYWORDS="~amd64 ~arm64 ~hppa"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-10 Thread Jeroen Roovers
commit: 1f618953cf99e4d894d2c8f50c2be31318e9a19f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed May 10 20:08:53 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed May 10 20:10:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f618953

dev-python/pytest-expect: Mark ~hppa (bug #617914).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

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

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
index c547dff331c..afb00591714 100644
--- a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
 IUSE=""
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]



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

2017-05-08 Thread Zac Medico
commit: 67ab3605c513e62f491eff431fcabfc1766b299f
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May  9 01:39:11 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May  9 01:40:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ab3605

dev-python/pytest-expect: add package

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pytest-expect/Manifest   |  1 +
 dev-python/pytest-expect/metadata.xml   | 11 +++
 dev-python/pytest-expect/pytest-expect-1.1.0.ebuild | 21 +
 3 files changed, 33 insertions(+)

diff --git a/dev-python/pytest-expect/Manifest 
b/dev-python/pytest-expect/Manifest
new file mode 100644
index 000..e9a6f42baf4
--- /dev/null
+++ b/dev-python/pytest-expect/Manifest
@@ -0,0 +1 @@
+DIST pytest-expect-1.1.0.tar.gz 3595 SHA256 
36b4462704450798197d090809a05f4e13649d9cba9acdc557ce9517da1fd847 SHA512 
41d2b296844e9dab9429f34eec37fe106a4e6c2039824c37067ed048dcc328b13e666b22d3482ccfc6153af4e44b5d895f3011ec45df55ffa07a98459e3caefd
 WHIRLPOOL 
b56ca4fb02dc9a844fe12128f09531ba1a199276276f976472e24ca2337990b9b99fac691d6118a714408531d373e25dad23586da43d1ea07cb5821ff0312e93

diff --git a/dev-python/pytest-expect/metadata.xml 
b/dev-python/pytest-expect/metadata.xml
new file mode 100644
index 000..b6e0ef32153
--- /dev/null
+++ b/dev-python/pytest-expect/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pytest-expect
+   gsnedders/pytest-expect
+   
+   
+   zmed...@gentoo.org
+   
+

diff --git a/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild 
b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
new file mode 100644
index 000..c547dff331c
--- /dev/null
+++ b/dev-python/pytest-expect/pytest-expect-1.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="py.test plugin that stores test expectations by saving the set of 
failing tests"
+HOMEPAGE="https://github.com/gsnedders/pytest-expect/ 
https://pypi.python.org/pypi/pytest-expect/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/u-msgpack[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"