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

2023-11-22 Thread Michał Górny
commit: 1af6674e96792315ec067e9ee099371255e0e7ea
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 22 11:58:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 22 11:59:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af6674e

dev-python/pyhamcrest: Remove old

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

 dev-python/pyhamcrest/Manifest|  1 -
 dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 0170c93eca81..19a5afa368f8 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,2 +1 @@
-DIST PyHamcrest-2.0.4.gh.tar.gz 59952 BLAKE2B 
76d8bbe2581c178f26cabac5207b6f26f0e86d66848a51fb24d313fdafffc75d40a02f02a73462358ca55a6b50941f849c542340b854aed83a37cef5876d90e4
 SHA512 
6ee558fe04dce839d5d5d20b90ecf82fed96570e1c5b3a827fce19dba167bf4702ea707560b19e2d6e82be20913deb6cf17fa7e140733899a92abb28e9f2aa56
 DIST PyHamcrest-2.1.0.gh.tar.gz 62526 BLAKE2B 
5f4a836c6f0e61977fe0d572987a75fa9803d2362afb95d27d22aa8a567844823452b99c40c8160cca4407a60dbbeff3f6fdf03163da9ee643e082a64e83c512
 SHA512 
99017a75954b346622f9bd261a4f8827f82eb42a19551a7f96f9097a763e57afcc367a41a4cca742bda60ee0e7c3bcc2ca7025348e318f41e67c97c7a60961b5

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
deleted file mode 100644
index d524a8ae4ccd..
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P="PyHamcrest-${PV}"
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="
-   https://github.com/hamcrest/PyHamcrest/
-   https://pypi.org/project/PyHamcrest/
-"
-SRC_URI="
-   https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples"
-
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx doc \
-   dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2023-11-22 Thread Sam James
commit: b1002f7e74d5d77f4c711614ab286ae651a67ef2
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov 22 11:05:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov 22 11:10:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1002f7e

dev-python/pyhamcrest: Stabilize 2.1.0 ALLARCHES, #917721

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild
index d4de03edcdef..d524a8ae4ccd 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples"
 
 BDEPEND="



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

2023-10-22 Thread Michał Górny
commit: 1f1ae5fd9d06a7e420d3cb494ea56be06717c1d3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 22 18:43:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 22 19:14:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1ae5fd

dev-python/pyhamcrest: Bump to 2.1.0

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

 dev-python/pyhamcrest/Manifest|  1 +
 dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index d9bbb9460f54..0170c93eca81 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1 +1,2 @@
 DIST PyHamcrest-2.0.4.gh.tar.gz 59952 BLAKE2B 
76d8bbe2581c178f26cabac5207b6f26f0e86d66848a51fb24d313fdafffc75d40a02f02a73462358ca55a6b50941f849c542340b854aed83a37cef5876d90e4
 SHA512 
6ee558fe04dce839d5d5d20b90ecf82fed96570e1c5b3a827fce19dba167bf4702ea707560b19e2d6e82be20913deb6cf17fa7e140733899a92abb28e9f2aa56
+DIST PyHamcrest-2.1.0.gh.tar.gz 62526 BLAKE2B 
5f4a836c6f0e61977fe0d572987a75fa9803d2362afb95d27d22aa8a567844823452b99c40c8160cca4407a60dbbeff3f6fdf03163da9ee643e082a64e83c512
 SHA512 
99017a75954b346622f9bd261a4f8827f82eb42a19551a7f96f9097a763e57afcc367a41a4cca742bda60ee0e7c3bcc2ca7025348e318f41e67c97c7a60961b5

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild
new file mode 100644
index ..d4de03edcdef
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-2.1.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P="PyHamcrest-${PV}"
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="
+   https://github.com/hamcrest/PyHamcrest/
+   https://pypi.org/project/PyHamcrest/
+"
+SRC_URI="
+   https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx doc \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2023-05-29 Thread Michał Górny
commit: afbc721200e2655dd3c7a29a292fdfe5282d21e8
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon May 29 12:12:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 29 12:26:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbc7212

dev-python/pyhamcrest: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31214
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
index 28b54aaa1e0c..d524a8ae4ccd 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2022-09-10 Thread Michał Górny
commit: c404ea12770a8f5356e8c775ea19ea22a0fbe490
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep 11 05:28:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep 11 05:29:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c404ea12

dev-python/pyhamcrest: Remove old

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

 dev-python/pyhamcrest/Manifest   |  1 -
 dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 2680b8a5a93e..d9bbb9460f54 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,2 +1 @@
-DIST PyHamcrest-2.0.3.gh.tar.gz 59353 BLAKE2B 
b393f250f1a5f3f2d3014ae8a6e20ec659e034d8e681fcbb16f4e9fbe69ba7a94ce342a79584cfc99dff6af57e1d9763efd5ff8b5d891951289d9047cab4270c
 SHA512 
4a28c0ae04db11a86c44dff001e919a5bb6b820af8ffd60b1a1f2846f257d79daac76fbdeac4a0039d149e643043258a0685382a3a4b52c6d4586b8be95e1657
 DIST PyHamcrest-2.0.4.gh.tar.gz 59952 BLAKE2B 
76d8bbe2581c178f26cabac5207b6f26f0e86d66848a51fb24d313fdafffc75d40a02f02a73462358ca55a6b50941f849c542340b854aed83a37cef5876d90e4
 SHA512 
6ee558fe04dce839d5d5d20b90ecf82fed96570e1c5b3a827fce19dba167bf4702ea707560b19e2d6e82be20913deb6cf17fa7e140733899a92abb28e9f2aa56

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
deleted file mode 100644
index 0e053987b9b9..
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-MY_P="PyHamcrest-${PV}"
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="
-   https://github.com/hamcrest/PyHamcrest/
-   https://pypi.org/project/PyHamcrest/
-"
-SRC_URI="
-   https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples"
-
-distutils_enable_sphinx doc \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2022-09-10 Thread Jakov Smolić
commit: 2e238d5dabf520794bdec090fba2e861d2f93473
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Sep 10 22:37:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Sep 10 22:37:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e238d5d

dev-python/pyhamcrest: Stabilize 2.0.4 ALLARCHES, #869569

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
index 821699b69fbc..9545031f4e59 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples"
 
 BDEPEND="



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

2022-08-11 Thread Michał Górny
commit: 0e8378334e32bed396fd4c6907d1e8a54f4c145d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 11 09:22:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 11 09:59:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e837833

dev-python/pyhamcrest: Bump to 2.0.4

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

 dev-python/pyhamcrest/Manifest|  1 +
 dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 4ab9c06d2890..2680b8a5a93e 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1 +1,2 @@
 DIST PyHamcrest-2.0.3.gh.tar.gz 59353 BLAKE2B 
b393f250f1a5f3f2d3014ae8a6e20ec659e034d8e681fcbb16f4e9fbe69ba7a94ce342a79584cfc99dff6af57e1d9763efd5ff8b5d891951289d9047cab4270c
 SHA512 
4a28c0ae04db11a86c44dff001e919a5bb6b820af8ffd60b1a1f2846f257d79daac76fbdeac4a0039d149e643043258a0685382a3a4b52c6d4586b8be95e1657
+DIST PyHamcrest-2.0.4.gh.tar.gz 59952 BLAKE2B 
76d8bbe2581c178f26cabac5207b6f26f0e86d66848a51fb24d313fdafffc75d40a02f02a73462358ca55a6b50941f849c542340b854aed83a37cef5876d90e4
 SHA512 
6ee558fe04dce839d5d5d20b90ecf82fed96570e1c5b3a827fce19dba167bf4702ea707560b19e2d6e82be20913deb6cf17fa7e140733899a92abb28e9f2aa56

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
new file mode 100644
index ..821699b69fbc
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.4.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+MY_P="PyHamcrest-${PV}"
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="
+   https://github.com/hamcrest/PyHamcrest/
+   https://pypi.org/project/PyHamcrest/
+"
+SRC_URI="
+   https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="examples"
+
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx doc \
+   dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

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

dev-python/pyhamcrest: Remove old

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

 dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild | 29 ---
 1 file changed, 29 deletions(-)

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
deleted file mode 100644
index 8177f93d9866..
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-MY_P="PyHamcrest-${PV}"
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
-SRC_URI="
-   https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples"
-
-distutils_enable_sphinx doc \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2022-06-13 Thread Agostino Sarubbo
commit: 08b6ab0a0a6e19508915732f1acbd7ad52c3bbed
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun 13 07:06:51 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun 13 07:06:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b6ab0a

dev-python/pyhamcrest: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable 
(ALLARCHES policy) wrt bug #851393

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
index 6412107551b8..0e053987b9b9 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
@@ -22,7 +22,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples"
 
 distutils_enable_sphinx doc \



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

2022-05-12 Thread Michał Górny
commit: f7cc94f8f2d4e10ec49960eff984896e97565fea
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 13:31:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 13:36:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cc94f8

dev-python/pyhamcrest: Enable py3.11

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
index 587a165032ce..6412107551b8 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-12 Thread Michał Górny
commit: 9256661fc329cdaeb4a3b46b00ec2e12eff2aebe
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 13:31:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 13:36:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9256661f

dev-python/pyhamcrest: Use PEP517 build

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

 dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild | 35 
 1 file changed, 35 insertions(+)

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
new file mode 100644
index ..587a165032ce
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P="PyHamcrest-${PV}"
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="
+   https://github.com/hamcrest/PyHamcrest/
+   https://pypi.org/project/PyHamcrest/
+"
+SRC_URI="
+   https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="examples"
+
+distutils_enable_sphinx doc \
+   dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2022-01-27 Thread James Le Cuirot
commit: dcb1c05138c663ed754b1a82304935d4ee14043c
Author: James Le Cuirot  gentoo  org>
AuthorDate: Thu Jan 27 22:51:32 2022 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Thu Jan 27 22:56:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb1c051

dev-python/pyhamcrest: Keyword 2.0.3 for ~m68k

The tests pass.

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
index 3a4661d584a6..8732fc92b1d1 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples"
 
 distutils_enable_sphinx doc \



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

2022-01-26 Thread Michał Górny
commit: f70aee519b3e66d32aafa387f388d191da299858
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 21:30:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 21:31:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70aee51

dev-python/pyhamcrest: Add pypy3 love

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
index b788e41820f5..3a4661d584a6 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 MY_P="PyHamcrest-${PV}"



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

2022-01-13 Thread Michał Górny
commit: 2e0af8c79d695cd8036b1fa781106c54fa0edfa3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 13 21:52:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 13 21:52:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0af8c7

dev-python/pyhamcrest: Remove old

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

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

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index a39a9730da15..4ab9c06d2890 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,2 +1 @@
-DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 
749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56
 SHA512 
d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8
 DIST PyHamcrest-2.0.3.gh.tar.gz 59353 BLAKE2B 
b393f250f1a5f3f2d3014ae8a6e20ec659e034d8e681fcbb16f4e9fbe69ba7a94ce342a79584cfc99dff6af57e1d9763efd5ff8b5d891951289d9047cab4270c
 SHA512 
4a28c0ae04db11a86c44dff001e919a5bb6b820af8ffd60b1a1f2846f257d79daac76fbdeac4a0039d149e643043258a0685382a3a4b52c6d4586b8be95e1657

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
deleted file mode 100644
index 95693a93178d..
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-MY_PN="PyHamcrest"
-
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
-SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples"
-
-distutils_enable_sphinx doc \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2022-01-13 Thread Arthur Zamarin
commit: 049cd7b559a2367cef25a189b3d888d350a45cea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 13 19:26:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 13 19:26:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=049cd7b5

dev-python/pyhamcrest: Stabilize 2.0.3 ALLARCHES, #831151

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
index d7f479376a63..b788e41820f5 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3.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=8
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples"
 
 distutils_enable_sphinx doc \



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

2021-12-13 Thread Michał Górny
commit: f39ecd18fc456d3226d892ce2f2e366e643af10a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 13 07:33:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 13 08:09:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f39ecd18

dev-python/pyhamcrest: Bump to 2.0.3

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

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

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index a5c41a927641..a39a9730da15 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1 +1,2 @@
 DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 
749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56
 SHA512 
d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8
+DIST PyHamcrest-2.0.3.gh.tar.gz 59353 BLAKE2B 
b393f250f1a5f3f2d3014ae8a6e20ec659e034d8e681fcbb16f4e9fbe69ba7a94ce342a79584cfc99dff6af57e1d9763efd5ff8b5d891951289d9047cab4270c
 SHA512 
4a28c0ae04db11a86c44dff001e919a5bb6b820af8ffd60b1a1f2846f257d79daac76fbdeac4a0039d149e643043258a0685382a3a4b52c6d4586b8be95e1657

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
new file mode 100644
index ..d7f479376a63
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+MY_P="PyHamcrest-${PV}"
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
+SRC_URI="
+   https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="examples"
+
+distutils_enable_sphinx doc \
+   dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2021-05-10 Thread Michał Górny
commit: 09aa33624b3419c6a45c826faa2586505b19bb90
Author: Jakov Smolic  sartura  hr>
AuthorDate: Mon May 10 12:37:54 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 10 21:56:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09aa3362

dev-python/pyhamcrest: Port to python3.10

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
index ef041451533..95693a93178 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2020-11-28 Thread Sam James
commit: 31d60001953adec8a07451b49849ea2ad92f1766
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 11:37:45 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 11:37:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d60001

dev-python/pyhamcrest: ~x64-macos keyworded

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
index 7566d36864c..1245c973aac 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="examples"
 
 distutils_enable_sphinx doc \



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

2020-08-04 Thread Michał Górny
commit: 86631c326eb5580a31b9256a59c133309a5daad8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug  1 21:09:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug  4 11:59:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86631c32

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

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

 dev-python/pyhamcrest/Manifest |  1 -
 dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index deaea02caa3..a5c41a92764 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,2 +1 @@
-DIST PyHamcrest-1.10.1.gh.tar.gz 59019 BLAKE2B 
1a090533ea8fe2dff9ad232b2e6dbf82841c38f3699e57750e2309b06a46e70ae5a9c7d087baf06de53e17323a5e36edee1a01d7a4442374d15b76a7723c2031
 SHA512 
f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b
 DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 
749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56
 SHA512 
d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
deleted file mode 100644
index 333017e06de..000
--- a/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
+++ /dev/null
@@ -1,36 +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..9} )
-
-inherit distutils-r1
-
-MY_PN="PyHamcrest"
-
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
-SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_sphinx doc \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2020-07-30 Thread Michał Górny
commit: c89876eb36c1c4d0ab77550b1564f03c715e2e1e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 20:43:48 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 20:46:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89876eb

dev-python/pyhamcrest: Remove old

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

 dev-python/pyhamcrest/Manifest   |  1 -
 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 60 
 2 files changed, 61 deletions(-)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 935a77e4c4a..deaea02caa3 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,3 +1,2 @@
 DIST PyHamcrest-1.10.1.gh.tar.gz 59019 BLAKE2B 
1a090533ea8fe2dff9ad232b2e6dbf82841c38f3699e57750e2309b06a46e70ae5a9c7d087baf06de53e17323a5e36edee1a01d7a4442374d15b76a7723c2031
 SHA512 
f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b
-DIST PyHamcrest-1.9.0.gh.tar.gz 57650 BLAKE2B 
c497688f03ec3b072d8ab076fc096a442d5cbbd94493eae57779879ccb6f281477aeeb7f7a67e539442010e60194f9f04a6deddd1d2267e9743742b45433f124
 SHA512 
3a878637ed5138365416c170871a63640f089047b723c7ec8db893dd716c0b1cdad16a98584700405693b954af7d4868a8543d1a3fc58ded22b493c8c61661b4
 DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 
749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56
 SHA512 
d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
deleted file mode 100644
index 6c7080cb324..000
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,60 +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..9} )
-
-inherit distutils-r1
-
-MY_PN="PyHamcrest"
-
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
-SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
-DEPEND="
-   test? (
-   ${RDEPEND}
-   >=dev-python/pytest-2.6[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_sphinx doc \
-   dev-python/sphinx_rtd_theme
-
-python_prepare_all() {
-   # enables coverage testing which we don't want
-   rm pytest.ini || die
-
-   # Known test failures. Remove them for now.
-   rm tests/hamcrest_unit_test/base_description_test.py || die "removing 
test #1 failed"
-   rm tests/hamcrest_unit_test/core/is_test.py || die "removing test #2 
failed"
-   rm tests/hamcrest_unit_test/core/isinstanceof_test.py || die "removing 
test #3 failed"
-
-   # These fail on HPPA. Drop them too.
-   if use hppa; then
-   rm tests/hamcrest_unit_test/base_matcher_test.py || die 
"removing test #4 failed"
-   rm tests/hamcrest_unit_test/core/described_as_test.py || die 
"removing test #5 failed"
-   fi
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   pytest -vv || die "Tests failed under ${EPYTHON}"
-   "${EPYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2020-07-13 Thread Sam James
commit: f6e55321e10a1c094943cc7bd59d2720b2b6afd5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 16:18:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 16:18:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e55321

dev-python/pyhamcrest: ALLARCHES stable (via arm, bug #732354)

Closes: https://bugs.gentoo.org/732354
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
index c174ee60c0f..333017e06de 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-07-13 Thread Sam James
commit: 968f072dab10fafaca07b5b8bf9ec23fa3734dc8
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 13 16:16:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 13 16:16:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=968f072d

dev-python/pyhamcrest: arm stable (bug #732354)

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
index 85ed0b0e2a8..c174ee60c0f 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-07-09 Thread Michał Górny
commit: 38eaa4594997a230dc0a06d2422e7115ad165ce5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 13:40:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 13:42:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38eaa459

dev-python/pyhamcrest: Mark ALLARCHES

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

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

diff --git a/dev-python/pyhamcrest/metadata.xml 
b/dev-python/pyhamcrest/metadata.xml
index bb75201b649..5eb981bffdb 100644
--- a/dev-python/pyhamcrest/metadata.xml
+++ b/dev-python/pyhamcrest/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

PyHamcrest
hamcrest/PyHamcrest



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

2020-07-09 Thread Michał Górny
commit: b529f789b98d9ef98cd4e559214a14054449e434
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  9 13:41:36 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  9 13:42:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b529f789

dev-python/pyhamcrest: Stabilize 2.0.2 ALLARCHES, #731504

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
index 3f05864d0be..0b57b1bb6ce 100644
--- a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples"
 
 distutils_enable_sphinx doc \



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

2020-05-27 Thread Michał Górny
commit: 71b17078827cd1d8b7db81e6446158ca15b9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 12:26:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 12:26:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b17078

dev-python/pyhamcrest: Take it for python@

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

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

diff --git a/dev-python/pyhamcrest/metadata.xml 
b/dev-python/pyhamcrest/metadata.xml
index c9e22b107cd..bb75201b649 100644
--- a/dev-python/pyhamcrest/metadata.xml
+++ b/dev-python/pyhamcrest/metadata.xml
@@ -1,7 +1,10 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   pyt...@gentoo.org
+   Python
+   

PyHamcrest
hamcrest/PyHamcrest



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

2020-05-27 Thread Michał Górny
commit: 3643011e781fafdd8891bb853e0eb53120e49a56
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 12:24:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 12:26:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3643011e

dev-python/pyhamcrest: Bump to 2.0.2

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

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

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 33812a1949e..935a77e4c4a 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,2 +1,3 @@
 DIST PyHamcrest-1.10.1.gh.tar.gz 59019 BLAKE2B 
1a090533ea8fe2dff9ad232b2e6dbf82841c38f3699e57750e2309b06a46e70ae5a9c7d087baf06de53e17323a5e36edee1a01d7a4442374d15b76a7723c2031
 SHA512 
f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b
 DIST PyHamcrest-1.9.0.gh.tar.gz 57650 BLAKE2B 
c497688f03ec3b072d8ab076fc096a442d5cbbd94493eae57779879ccb6f281477aeeb7f7a67e539442010e60194f9f04a6deddd1d2267e9743742b45433f124
 SHA512 
3a878637ed5138365416c170871a63640f089047b723c7ec8db893dd716c0b1cdad16a98584700405693b954af7d4868a8543d1a3fc58ded22b493c8c61661b4
+DIST PyHamcrest-2.0.2.gh.tar.gz 55491 BLAKE2B 
749f227b8cb1180a64e24cdbf97b6f610b9871b21215a761642d19fdd43ad8e175718b12cfb0de2cdb5c6ae8c3c5271e04b7c3b489e01ac689769e24202ece56
 SHA512 
d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8

diff --git a/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
new file mode 100644
index 000..ec73612b5ef
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-2.0.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PN="PyHamcrest"
+
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
+SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+distutils_enable_sphinx doc \
+   dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2020-05-27 Thread Michał Górny
commit: 1ce7a4242c9d4e181ac946364e75af5964f0e981
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 12:21:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 12:26:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce7a424

dev-python/pyhamcrest: Bump to 1.10.1

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

 dev-python/pyhamcrest/Manifest |  1 +
 dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index d968610eb0d..33812a1949e 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1 +1,2 @@
+DIST PyHamcrest-1.10.1.gh.tar.gz 59019 BLAKE2B 
1a090533ea8fe2dff9ad232b2e6dbf82841c38f3699e57750e2309b06a46e70ae5a9c7d087baf06de53e17323a5e36edee1a01d7a4442374d15b76a7723c2031
 SHA512 
f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b
 DIST PyHamcrest-1.9.0.gh.tar.gz 57650 BLAKE2B 
c497688f03ec3b072d8ab076fc096a442d5cbbd94493eae57779879ccb6f281477aeeb7f7a67e539442010e60194f9f04a6deddd1d2267e9743742b45433f124
 SHA512 
3a878637ed5138365416c170871a63640f089047b723c7ec8db893dd716c0b1cdad16a98584700405693b954af7d4868a8543d1a3fc58ded22b493c8c61661b4

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
new file mode 100644
index 000..85ed0b0e2a8
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-1.10.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
+
+inherit distutils-r1
+
+MY_PN="PyHamcrest"
+
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
+SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_sphinx doc \
+   dev-python/sphinx_rtd_theme
+distutils_enable_tests pytest
+
+python_install_all() {
+   use examples && dodoc -r examples
+   distutils-r1_python_install_all
+}



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

2020-05-27 Thread Michał Górny
commit: 07cb63a1c6ccd046d33c27d5b7e7d6d708878744
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 08:42:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 08:42:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07cb63a1

dev-python/pyhamcrest: Port to py39

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

 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 46bbf1b22e5..6c7080cb324 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
 
 inherit distutils-r1
 
@@ -21,9 +21,9 @@ IUSE="examples test"
 RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
test? (
+   ${RDEPEND}
>=dev-python/pytest-2.6[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)"
@@ -50,7 +50,7 @@ python_prepare_all() {
 }
 
 python_test() {
-   py.test -vv || die "Tests failed under ${EPYTHON}"
+   pytest -vv || die "Tests failed under ${EPYTHON}"
"${EPYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
 }
 



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

2020-05-06 Thread Mikle Kolyada
commit: 1fb753ba1352ee0d5aab586cb2a86715e5fb0499
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:44:26 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb753ba

dev-python/pyhamcrest: ppc stable wrt bug #710566

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 3c8856348db..46bbf1b22e5 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-05-06 Thread Mikle Kolyada
commit: c8401135bddc4c9d88d7751595fd4887b60abd10
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 18:42:45 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 18:42:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8401135

dev-python/pyhamcrest: Add ~ppc keyword wrt bug #661320

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 921cb4c7f9b..3c8856348db 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-05-06 Thread Mikle Kolyada
commit: ea247bbd3d6971122d006c1425bc623e7180
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  6 14:27:40 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  6 14:27:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea247ddd

dev-python/pyhamcrest: s390 stable wrt bug #710566

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="s390"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 4cbb8094ee1..921cb4c7f9b 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-05-03 Thread Sergei Trofimovich
commit: e10c589c39853829ae53a20a6a94a4be407de899
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun May  3 21:53:12 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun May  3 21:55:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10c589c

dev-python/pyhamcrest: keyworded 1.9.0-r1 for ia64, bug #661320

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index af768d7f74a..4cbb8094ee1 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-04-06 Thread Sergei Trofimovich
commit: 88b1acb7be0055c1dc2264d6b6c6e5a1833a55c5
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr  6 16:58:40 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr  6 17:54:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b1acb7

dev-python/pyhamcrest: stable 1.9.0-r1 for hppa, bug #710566

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index ef5d1585d77..af768d7f74a 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~mips ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-04-05 Thread Sergei Trofimovich
commit: b890c11ced057f7d4ac2f2e15abcd47f8c9f764e
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Apr  5 19:29:57 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Apr  5 21:53:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b890c11c

dev-python/pyhamcrest: keyworded 1.9.0-r1 for hppa, bug #661320

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 8668e810507..ef5d1585d77 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-03-25 Thread Georgy Yakovlev
commit: dedfb94f36135c8e98bece3631bf9b664306f107
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Wed Mar 25 05:46:42 2020 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Wed Mar 25 06:07:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedfb94f

dev-python/pyhamcrest: keyword on ~ppc64, bug #661320

Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 11cb2bf30d6..a77b725590c 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ~ppc64 ~sh sparc ~x86 ~amd64-linux 
~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-03-24 Thread Michał Górny
commit: 0d3bf20d884cdb07b619fec2d9a7cbd22c7da7c6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 25 05:39:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 25 05:40:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3bf20d

dev-python/pyhamcrest: Keyword ~x86, bug #661320

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 3d3ac12ea0f..11cb2bf30d6 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh sparc ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="examples test"
 RESTRICT="!test? ( test )"
 



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

2020-03-18 Thread Michał Górny
commit: 5ba0e02a8a31b72ac50beab70650d540a99e328a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 18 06:46:28 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 18 07:27:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba0e02a

dev-python/pyhamcrest: Switch to distutils_enable_sphinx

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

 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 22 --
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 9030f0d5741..3d3ac12ea0f 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -12,31 +12,24 @@ MY_PN="PyHamcrest"
 DESCRIPTION="Hamcrest framework for matcher objects"
 HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
 SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh sparc ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
+IUSE="examples test"
 RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   $(python_gen_cond_dep '>=dev-python/sphinx-2[${PYTHON_USEDEP}]' 
-3)
-   $(python_gen_cond_dep 
'dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]' -3)
-   )
test? (
>=dev-python/pytest-2.6[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
)"
 
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( -3 )
-}
+distutils_enable_sphinx doc \
+   dev-python/sphinx_rtd_theme
 
 python_prepare_all() {
# enables coverage testing which we don't want
@@ -56,13 +49,6 @@ python_prepare_all() {
distutils-r1_python_prepare_all
 }
 
-python_compile_all() {
-   if use doc; then
-   esetup.py build_sphinx
-   HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
-   fi
-}
-
 python_test() {
py.test -vv || die "Tests failed under ${EPYTHON}"
"${EPYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"



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

2020-02-24 Thread Agostino Sarubbo
commit: 2e57e43d4ba62da96d59f605afa0d45c09deceeb
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 24 12:00:19 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 24 12:00:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e57e43d

dev-python/pyhamcrest: sparc stable wrt bug #710566

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 485b0a159f7..9030f0d5741 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh ~sparc ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh sparc ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
 RESTRICT="!test? ( test )"



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

2020-02-23 Thread Mikle Kolyada
commit: 23ed16937bfba5d940eb85f3e6bbc23445b79895
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Feb 23 12:11:59 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Feb 23 12:11:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ed1693

dev-python/pyhamcrest: arm stable wrt bug #710566

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 37c195ef582..485b0a159f7 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~sh ~sparc ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~mips ~sh ~sparc ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
 RESTRICT="!test? ( test )"



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

2020-02-22 Thread Andreas Sturmlechner
commit: 6ab784f0613b3e29b88c2b89ef2989fef4a39e11
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 22 16:55:49 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 22 20:22:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab784f0

dev-python/pyhamcrest: Drop 1.9.0 (r0)

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

 dev-python/pyhamcrest/Manifest|  1 -
 dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild | 52 ---
 2 files changed, 53 deletions(-)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 2b62afa078c..d968610eb0d 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,2 +1 @@
 DIST PyHamcrest-1.9.0.gh.tar.gz 57650 BLAKE2B 
c497688f03ec3b072d8ab076fc096a442d5cbbd94493eae57779879ccb6f281477aeeb7f7a67e539442010e60194f9f04a6deddd1d2267e9743742b45433f124
 SHA512 
3a878637ed5138365416c170871a63640f089047b723c7ec8db893dd716c0b1cdad16a98584700405693b954af7d4868a8543d1a3fc58ded22b493c8c61661b4
-DIST PyHamcrest-1.9.0.tar.gz 376623 BLAKE2B 
808c74aa4dff89467c126cbc0e18029a9504cb27bbf03662a90666f85c76d7d7617260f50d35acde3a8e9e437b846589423cbb3697f8ceb86d0b5b838c586ebd
 SHA512 
3b8393d0079b619b208ec7f06ed5133c4ff9d9dba050f818adf56347fc2225fd1c85d60f3dc262b7b9722061f0b8e4966180b6b96245a371e578d0d51633b4b0

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
deleted file mode 100644
index 4bb3d7d9b0f..000
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
+++ /dev/null
@@ -1,52 +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 )
-
-inherit distutils-r1
-
-MY_PN="PyHamcrest"
-
-DESCRIPTION="Hamcrest framework for matcher objects"
-HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc examples test"
-
-RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   doc? (
-   >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
-   )
-   test? (
-   >=dev-python/pytest-2.6[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   )"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RESTRICT="test"
-# the pypi tarball is missing the tests
-# and the 1.9.0 tag is missing in GitHub
-
-python_compile_all() {
-   use doc && esetup.py build_sphinx
-}
-
-python_test() {
-   py.test -v || die "Tests failed under ${EPYTHON}"
-   "${PYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
-}
-
-python_install_all() {
-   use doc && local HTML_DOCS=( doc/_build/html/. )
-   use examples && dodoc -r examples
-
-   distutils-r1_python_install_all
-}



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

2020-01-22 Thread Thomas Deutschmann
commit: 70502dc4cedaa0fd943c145dec767ffb18c378f2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Jan 22 22:51:00 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Jan 22 23:40:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70502dc4

dev-python/pyhamcrest: add Python 3.8 support

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 5fec9f66af4..37c195ef582 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
 
 inherit distutils-r1
 



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

2020-01-02 Thread Sergei Trofimovich
commit: ed09d3fef8aa8103ed5c356d4d19e6472a20692d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan  2 09:49:52 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan  2 09:58:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed09d3fe

dev-python/pyhamcrest: keyworded 1.9.0-r1 for sparc, bug #661320

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 4e29ae715de..9d533879f3f 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~sh ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~sh ~sparc ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
 RESTRICT="!test? ( test )"



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

2019-12-07 Thread Matt Turner
commit: b8b9672854b87b1265e343846d88e3001864c3b0
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Dec  7 22:54:43 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Dec  7 23:07:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8b96728

dev-python/pyhamcrest-1.9.0-r1: add ~mips

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 6ab5387d5ef..4e29ae715de 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~sh ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~mips ~sh ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
 RESTRICT="!test? ( test )"



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

2019-12-02 Thread Aaron Bauman
commit: 1a5c9d1f00fd253140d4e8068ee99669a770f085
Author: Aaron Bauman  gentoo  org>
AuthorDate: Tue Dec  3 02:59:29 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 03:02:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a5c9d1f

dev-python/pyhamcrest: amd64 stable

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 80a64d74242..99a301f46f0 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
 RESTRICT="!test? ( test )"



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

2019-11-29 Thread David Seifert
commit: fd2855146d1053985596c57dcae1827590058082
Author: David Seifert  gentoo  org>
AuthorDate: Fri Nov 29 23:32:42 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Nov 29 23:32:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd285514

dev-python/pyhamcrest: Fix USE="doc" failure

Closes: https://bugs.gentoo.org/661396
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: David Seifert  gentoo.org>

 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 84ed83d2543..80a64d74242 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -17,14 +17,15 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
+REQUIRED_USE="doc? ( || ( $(python_gen_useflags -3) ) )"
 RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? (
-   >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}]
-   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '>=dev-python/sphinx-2[${PYTHON_USEDEP}]' 
-3)
+   $(python_gen_cond_dep 
'dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]' -3)
)
test? (
>=dev-python/pytest-2.6[${PYTHON_USEDEP}]
@@ -33,6 +34,10 @@ DEPEND="${RDEPEND}
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 
+pkg_setup() {
+   use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( -3 )
+}
+
 python_prepare_all() {
# enables coverage testing which we don't want
rm pytest.ini || die
@@ -52,17 +57,18 @@ python_prepare_all() {
 }
 
 python_compile_all() {
-   use doc && esetup.py build_sphinx
+   if use doc; then
+   esetup.py build_sphinx
+   HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
+   fi
 }
 
 python_test() {
py.test -vv || die "Tests failed under ${EPYTHON}"
-   "${PYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
+   "${EPYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
 }
 
 python_install_all() {
-   use doc && local HTML_DOCS=( doc/_build/html/. )
use examples && dodoc -r examples
-
distutils-r1_python_install_all
 }



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

2019-11-29 Thread Aaron Bauman
commit: b6212325f32b51420110d8aa6c8d773611d6b9b4
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 29 21:42:33 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 29 21:43:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6212325

dev-python/pyhamcrest: drop bad tests on HPPA

Bug: https://bugs.gentoo.org/691446

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 6e8d193c9e8..84ed83d2543 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -42,6 +42,12 @@ python_prepare_all() {
rm tests/hamcrest_unit_test/core/is_test.py || die "removing test #2 
failed"
rm tests/hamcrest_unit_test/core/isinstanceof_test.py || die "removing 
test #3 failed"
 
+   # These fail on HPPA. Drop them too.
+   if use hppa; then
+   rm tests/hamcrest_unit_test/base_matcher_test.py || die 
"removing test #4 failed"
+   rm tests/hamcrest_unit_test/core/described_as_test.py || die 
"removing test #5 failed"
+   fi
+
distutils-r1_python_prepare_all
 }
 



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

2019-11-29 Thread Aaron Bauman
commit: bb37cb350a48b144d2957b7f6d05b2137a00c99b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 29 20:58:10 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 29 20:58:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb37cb35

dev-python/pyhamcrest: fix tests

* 3 tests that fail are now explicitly removed
* Fix test RESTRICT

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 8 
 1 file changed, 8 insertions(+)

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 301ac10f680..6e8d193c9e8 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 
 inherit distutils-r1
@@ -16,6 +17,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}
@@ -34,6 +36,12 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 python_prepare_all() {
# enables coverage testing which we don't want
rm pytest.ini || die
+
+   # Known test failures. Remove them for now.
+   rm tests/hamcrest_unit_test/base_description_test.py || die "removing 
test #1 failed"
+   rm tests/hamcrest_unit_test/core/is_test.py || die "removing test #2 
failed"
+   rm tests/hamcrest_unit_test/core/isinstanceof_test.py || die "removing 
test #3 failed"
+
distutils-r1_python_prepare_all
 }
 



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

2019-11-29 Thread Aaron Bauman
commit: 4ce138ea06e3d5550530528174dcdc3ba96d0362
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 29 18:41:06 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 29 20:35:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce138ea

dev-python/pyhamcrest: arm64 keyworded (bug #661320)

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 9d46ea1df2d..301ac10f680 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~sh ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2019-06-25 Thread Michael Haubenwallner
commit: d155fe168810ed8796f0ee4c4aa3ca59e32792c2
Author: Michael Haubenwallner  gentoo  org>
AuthorDate: Tue Jun 25 11:53:32 2019 +
Commit: Michael Haubenwallner  gentoo  org>
CommitDate: Tue Jun 25 12:08:41 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d155fe16

dev-python/pyhamcrest: add ~x86-linux keyword

Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Michael Haubenwallner  gentoo.org>

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 6824c380767..21d36581c51 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux ~x86-linux"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2019-05-02 Thread Mikle Kolyada
commit: 8b3278a81916578e35fb2d81018226061bc4acf3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu May  2 22:01:26 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu May  2 22:01:26 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b3278a8

dev-python/pyhamcrest: Add ~alpha keyword wrt bug #661320

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="~alpha"

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 60e864013be..6824c380767 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2019-03-20 Thread Fabian Groffen
commit: 98105773f1904565972af9c320b29a3d2fa5e545
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Mar 20 10:29:14 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Mar 20 10:29:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98105773

dev-python/pyhamcrest: marked ~amd64-linux

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 8364afe1d5e..c87d6490028 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~sh ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~sh ~amd64-fbsd ~amd64-linux"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2019-01-17 Thread Mikle Kolyada
commit: 7c335d00fb5e2f4c2ac37340afd6bceb0dd27edf
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:42:34 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:42:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c335d00

dev-python/pyhamcrest: Add ~sh keyword wrt bug #661320

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index c376b449460..8364afe1d5e 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~sh ~amd64-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2018-12-03 Thread Mikle Kolyada
commit: 78ee1d44a6fc504348846976a604078726d96bfd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Dec  3 13:09:45 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Dec  3 14:12:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ee1d44

dev-python/pyhamcrest: Add ~arm keyword wrt bug #661320

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 772b9f693b9..c376b449460 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~amd64-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2018-07-16 Thread Michał Górny
commit: 069945962af1c371b774ebabd576be0464a54929
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 16 20:07:04 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 16 20:38:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06994596

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

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 51bee8b5eab..772b9f693b9 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> ${MY_PN
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~amd64-fbsd"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2018-07-16 Thread Michał Górny
commit: 07d3fe227590eea9053b3ffeade00f14c22c5363
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 16 13:57:59 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 16 19:57:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d3fe22

dev-python/pyhamcrest: Enable py3.7

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
index 4149b8e2ad3..51bee8b5eab 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.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,7} )
 
 inherit distutils-r1
 



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

2018-07-16 Thread Michał Górny
commit: 0fae70a0880d2a182fe3544cd904e56e702a7484
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 16 14:03:32 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 16 14:05:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fae70a0

dev-python/pyhamcrest: Enable tests

 dev-python/pyhamcrest/Manifest   |  1 +
 dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild | 54 
 2 files changed, 55 insertions(+)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index d52753b709c..2b62afa078c 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1 +1,2 @@
+DIST PyHamcrest-1.9.0.gh.tar.gz 57650 BLAKE2B 
c497688f03ec3b072d8ab076fc096a442d5cbbd94493eae57779879ccb6f281477aeeb7f7a67e539442010e60194f9f04a6deddd1d2267e9743742b45433f124
 SHA512 
3a878637ed5138365416c170871a63640f089047b723c7ec8db893dd716c0b1cdad16a98584700405693b954af7d4868a8543d1a3fc58ded22b493c8c61661b4
 DIST PyHamcrest-1.9.0.tar.gz 376623 BLAKE2B 
808c74aa4dff89467c126cbc0e18029a9504cb27bbf03662a90666f85c76d7d7617260f50d35acde3a8e9e437b846589423cbb3697f8ceb86d0b5b838c586ebd
 SHA512 
3b8393d0079b619b208ec7f06ed5133c4ff9d9dba050f818adf56347fc2225fd1c85d60f3dc262b7b9722061f0b8e4966180b6b96245a371e578d0d51633b4b0

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
new file mode 100644
index 000..4149b8e2ad3
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_PN="PyHamcrest"
+
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
+SRC_URI="https://github.com/hamcrest/PyHamcrest/archive/V${PV}.tar.gz -> 
${MY_PN}-${PV}.gh.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples test"
+
+RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/pytest-2.6[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_prepare_all() {
+   # enables coverage testing which we don't want
+   rm pytest.ini || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   py.test -vv || die "Tests failed under ${EPYTHON}"
+   "${PYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}



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

2018-03-30 Thread Aaron Bauman
commit: 5b9fa74724cb435dea1b1319c8db36ab6387db47
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Mar 30 18:09:43 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Mar 30 18:35:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9fa747

dev-python/pyhamcrest: amd64 stable

Bug: https://bugs.gentoo.org/644614
Package-Manager: Portage-2.3.26, Repoman-2.3.7

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
index b8007ad5a05..596f8cb8457 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.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
@@ -14,7 +14,7 @@ 
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc examples test"
 
 RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"



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

2017-05-10 Thread Zac Medico
commit: dc3b3b7828397b06a5bfe7be0703d841c1ec08a3
Author: Zac Medico  gentoo  org>
AuthorDate: Thu May 11 03:16:52 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu May 11 03:16:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3b3b78

dev-python/pyhamcrest: Add python3.6 to PYTHON_COMPAT

Package-Manager: Portage-2.3.5, Repoman-2.3.2

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

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
index fdbe1eb1b69..b8007ad5a05 100644
--- a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# 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} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2016-09-09 Thread Tiziano Müller
commit: 363985f5ea600f8d1e0a0e8ff380518d5d51bf7e
Author: Tiziano Müller  gentoo  org>
AuthorDate: Fri Sep  9 13:04:36 2016 +
Commit: Tiziano Müller  gentoo  org>
CommitDate: Fri Sep  9 13:05:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=363985f5

dev-python/pyhamcrest: version bump (including EAPI 6 bump and py-3.5 support)

Package-Manager: portage-2.3.0

 dev-python/pyhamcrest/Manifest|  1 +
 dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/pyhamcrest/Manifest b/dev-python/pyhamcrest/Manifest
index 2413ce8..c24570b 100644
--- a/dev-python/pyhamcrest/Manifest
+++ b/dev-python/pyhamcrest/Manifest
@@ -1,3 +1,4 @@
 DIST PyHamcrest-1.8.2.tar.gz 372308 SHA256 
bd14093c561f9af8ce8271a630929f4a45be7a4e79bec53c83b876a0547d303e SHA512 
ff90a6bb1e2319d25ba8c29e998796544d5840599e7d9a4a178022e6b5bcabd23d35433073152a2707d555aab3aa96c316b8db54d7ec1c0ca2ef1cdf50e4df40
 WHIRLPOOL 
e207d109420ea3d1eb6cf14c65a3d2eb9e1dcabcc30b7917f4c95cb445a554c2fea8e5766213fd513c9323c33b58a63f0d9b102b52062ed7f61b148aeba3c770
 DIST PyHamcrest-1.8.3.tar.gz 376145 SHA256 
118c48351451ec027cceed781841c19b836739e21f71a26649fe97fca0d346d5 SHA512 
4e11a3ca93886c58b512b5ad77f95c2df3771476d6ca0e99eb6e20c0292819a5f985b7004b3523c756255e503cfe4e266fdb776b285e430a7bd987164f9df14a
 WHIRLPOOL 
4210a503b5eb1f60e7f6757d21b0887f96cfe8b5f261d490f5589d3bbd0e099b91d1dd0264025e3730c94b78419cc8e762e66ded8e33dba3b37dc3764beba4ea
 DIST PyHamcrest-1.8.5.tar.gz 376456 SHA256 
db990f17477bb0e78f726e8b04fe3ac78f697011e5c8ecb0928567db14efca55 SHA512 
7841f704fdad8653bad923dc243431b4c3d82a9646d1138528356162bd556bc5d16178fbc6b1f27918e8ac1df6c54afb4d5eb8b3286536df33dd85ace475ea2d
 WHIRLPOOL 
721fd1101a32b44bfd1cc8e8fc5e63a776ce5c5b3e126311f7f185cee092ebe6035151737db1b99edeca0e9d395a4eb1c1811a83aaed015be4dc6ce2499609f3
+DIST PyHamcrest-1.9.0.tar.gz 376623 SHA256 
8ffaa0a53da57e89de14ced7185ac746227a8894dbd5a3c718bf05ddbd1d56cd SHA512 
3b8393d0079b619b208ec7f06ed5133c4ff9d9dba050f818adf56347fc2225fd1c85d60f3dc262b7b9722061f0b8e4966180b6b96245a371e578d0d51633b4b0
 WHIRLPOOL 
2fcd5a30131c7bdf87fe79640d2eee9b4c773be9a25fd79fc8b82d8915d5cd00c6c574b02224e8a2b83cf1590d69884d15c5d300e053b8edcf9468fbe03861a5

diff --git a/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild 
b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
new file mode 100644
index ..0e087fe
--- /dev/null
+++ b/dev-python/pyhamcrest/pyhamcrest-1.9.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit distutils-r1
+
+MY_PN="PyHamcrest"
+
+DESCRIPTION="Hamcrest framework for matcher objects"
+HOMEPAGE="https://github.com/hamcrest/PyHamcrest;
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc examples test"
+
+RDEPEND=">=dev-python/six-1.4[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   >=dev-python/sphinx-1.2.2[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   >=dev-python/pytest-2.6[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   )"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RESTRICT="test"
+# the pypi tarball is missing the tests
+# and the 1.9.0 tag is missing in GitHub
+
+python_compile_all() {
+   use doc && esetup.py build_sphinx
+}
+
+python_test() {
+   py.test -v || die "Tests failed under ${EPYTHON}"
+   "${PYTHON}" tests/object_import.py || die "Tests failed under 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( doc/_build/html/. )
+   use examples && dodoc -r examples
+
+   distutils-r1_python_install_all
+}