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

2024-05-18 Thread Michał Górny
commit: 449fbf8588b0fe428b62649b8d84c62304219507
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 18 06:06:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 18 06:11:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449fbf85

dev-python/minimock: Enable py3.13

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

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

diff --git a/dev-python/minimock/minimock-1.3.0-r1.ebuild 
b/dev-python/minimock/minimock-1.3.0-r1.ebuild
index 6c7b4f0631ce..eb064a624e67 100644
--- a/dev-python/minimock/minimock-1.3.0-r1.ebuild
+++ b/dev-python/minimock/minimock-1.3.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



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

2023-11-24 Thread Arthur Zamarin
commit: 1209086ad103f2ab62c56f73f6ec0697b6e5ad5f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:45:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:45:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1209086a

dev-python/minimock: Stabilize 1.3.0-r1 arm64, #918279

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

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

diff --git a/dev-python/minimock/minimock-1.3.0-r1.ebuild 
b/dev-python/minimock/minimock-1.3.0-r1.ebuild
index ff0e541b978f..6c7b4f0631ce 100644
--- a/dev-python/minimock/minimock-1.3.0-r1.ebuild
+++ b/dev-python/minimock/minimock-1.3.0-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc x86"
+KEYWORDS="amd64 arm arm64 ppc x86"
 
 DOCS=( CHANGELOG.txt README.rst )
 



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

2022-07-24 Thread Michał Górny
commit: 2c744d9f25e585d0036da2b1fdd09f9ad8211166
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 24 18:40:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 24 18:40:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c744d9f

dev-python/minimock: Remove old

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

 dev-python/minimock/Manifest  |  1 -
 dev-python/minimock/minimock-1.3.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/minimock/Manifest b/dev-python/minimock/Manifest
index 6f53f4d0a114..292be498d951 100644
--- a/dev-python/minimock/Manifest
+++ b/dev-python/minimock/Manifest
@@ -1,2 +1 @@
 DIST minimock-1.3.0.gh.tar.gz 13828 BLAKE2B 
ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824
 SHA512 
de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196
-DIST minimock-1.3.0.tar.gz 13828 BLAKE2B 
ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824
 SHA512 
de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196

diff --git a/dev-python/minimock/minimock-1.3.0.ebuild 
b/dev-python/minimock/minimock-1.3.0.ebuild
deleted file mode 100644
index dda36847f069..
--- a/dev-python/minimock/minimock-1.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_P="MiniMock-${PV}"
-
-DESCRIPTION="The simplest possible mock library"
-HOMEPAGE="https://pypi.org/project/MiniMock/;
-SRC_URI="https://github.com/lowks/minimock/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc x86"
-
-DOCS=( CHANGELOG.txt README.rst )
-
-distutils_enable_tests nose
-
-src_prepare() {
-   sed -i -e '/cov/d' setup.cfg || die
-   default
-}



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

2022-07-24 Thread Sam James
commit: aef84d7b4961aed0aa8ad86adf5afec181aa55de
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 24 16:27:22 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 24 16:27:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef84d7b

dev-python/minimock: Stabilize 1.3.0-r1 ALLARCHES, #860627

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

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

diff --git a/dev-python/minimock/minimock-1.3.0-r1.ebuild 
b/dev-python/minimock/minimock-1.3.0-r1.ebuild
index ff4cbf3dee73..372612099916 100644
--- a/dev-python/minimock/minimock-1.3.0-r1.ebuild
+++ b/dev-python/minimock/minimock-1.3.0-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 
 DOCS=( CHANGELOG.txt README.rst )
 



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

2022-06-23 Thread Michał Górny
commit: bdb55501752eec3ddc503e9589152a31e47c939d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 24 04:30:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 24 05:16:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb55501

dev-python/minimock: Use PEP517 build

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

 dev-python/minimock/Manifest |  1 +
 dev-python/minimock/minimock-1.3.0-r1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/dev-python/minimock/Manifest b/dev-python/minimock/Manifest
index 30aa149a6444..6f53f4d0a114 100644
--- a/dev-python/minimock/Manifest
+++ b/dev-python/minimock/Manifest
@@ -1 +1,2 @@
+DIST minimock-1.3.0.gh.tar.gz 13828 BLAKE2B 
ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824
 SHA512 
de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196
 DIST minimock-1.3.0.tar.gz 13828 BLAKE2B 
ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824
 SHA512 
de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196

diff --git a/dev-python/minimock/minimock-1.3.0-r1.ebuild 
b/dev-python/minimock/minimock-1.3.0-r1.ebuild
new file mode 100644
index ..157ddf2d15df
--- /dev/null
+++ b/dev-python/minimock/minimock-1.3.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+MY_P="MiniMock-${PV}"
+DESCRIPTION="The simplest possible mock library"
+HOMEPAGE="
+   https://github.com/lowks/minimock/
+   https://pypi.org/project/MiniMock/
+"
+SRC_URI="
+   https://github.com/lowks/minimock/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+DOCS=( CHANGELOG.txt README.rst )
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest --doctest-modules
+}



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

2022-06-23 Thread Michał Górny
commit: c79360f316717bfc20edf498f576367dab2d944e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 24 04:30:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 24 05:16:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79360f3

dev-python/minimock: Enable py3.11

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

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

diff --git a/dev-python/minimock/minimock-1.3.0-r1.ebuild 
b/dev-python/minimock/minimock-1.3.0-r1.ebuild
index 157ddf2d15df..ff4cbf3dee73 100644
--- a/dev-python/minimock/minimock-1.3.0-r1.ebuild
+++ b/dev-python/minimock/minimock-1.3.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2021-08-05 Thread Michał Górny
commit: 6c2f534ab3a1ca157f6e0667defb85800fd4beaf
Author: Arthur Zamarin  gmail  com>
AuthorDate: Sat Jul 31 19:16:29 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug  5 21:45:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2f534a

dev-python/minimock: enable py3.10, disable coverage

Signed-off-by: Arthur Zamarin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21864
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/minimock/minimock-1.3.0.ebuild | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/minimock/minimock-1.3.0.ebuild 
b/dev-python/minimock/minimock-1.3.0.ebuild
index 626cb3a2d8b..dda36847f06 100644
--- a/dev-python/minimock/minimock-1.3.0.ebuild
+++ b/dev-python/minimock/minimock-1.3.0.ebuild
@@ -3,12 +3,11 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
-MY_PN="MiniMock"
-MY_P="${MY_PN}-${PV}"
+MY_P="MiniMock-${PV}"
 
 DESCRIPTION="The simplest possible mock library"
 HOMEPAGE="https://pypi.org/project/MiniMock/;
@@ -21,3 +20,8 @@ KEYWORDS="amd64 arm ~arm64 ppc x86"
 DOCS=( CHANGELOG.txt README.rst )
 
 distutils_enable_tests nose
+
+src_prepare() {
+   sed -i -e '/cov/d' setup.cfg || die
+   default
+}



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

2021-04-05 Thread Michał Górny
commit: 3710414c5dadf6a6fad7dafdcc6ae6758ac00d2c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr  5 17:58:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr  5 17:58:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3710414c

dev-python/minimock: Remove old

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

 dev-python/minimock/Manifest |  1 -
 dev-python/minimock/minimock-1.2.8-r1.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/minimock/Manifest b/dev-python/minimock/Manifest
index 5cf22c444ed..30aa149a644 100644
--- a/dev-python/minimock/Manifest
+++ b/dev-python/minimock/Manifest
@@ -1,2 +1 @@
-DIST MiniMock-1.2.8.tar.gz 13217 BLAKE2B 
333957307ed6c596bfc20ed18d4e40039208d589c1a9190e388c7dc3be53489994b2f45e8140f54850e4129a5a69c0fc361e3c4cb1d63a3bac579a7b86004856
 SHA512 
91133251a6e6b1acc11e6ac4f24404807134f8a7fca49d5f7365d7fdfc6bdd1527e7382da8d89408b1ad30331a176026dd31bcb0c3b7367b7f778fc61ca7
 DIST minimock-1.3.0.tar.gz 13828 BLAKE2B 
ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824
 SHA512 
de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
deleted file mode 100644
index 5078bec564e..000
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-MY_PN="MiniMock"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="The simplest possible mock library"
-HOMEPAGE="https://pypi.org/project/MiniMock/;
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc x86"
-
-DOCS=( docs/changelog.rst docs/index.rst )
-
-python_test() {
-   "${PYTHON}" -m doctest -v minimock.py || die "Tests fail with 
${EPYTHON}"
-}



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

2021-03-03 Thread Sam James
commit: b6e2c0e225fa13eb3a3d80bab6ecf13f370ec89e
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  4 04:04:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  4 04:19:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e2c0e2

dev-python/minimock: version bump 1.3.0

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

 dev-python/minimock/Manifest  |  1 +
 dev-python/minimock/minimock-1.3.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/minimock/Manifest b/dev-python/minimock/Manifest
index ffaeae0e64b..5cf22c444ed 100644
--- a/dev-python/minimock/Manifest
+++ b/dev-python/minimock/Manifest
@@ -1 +1,2 @@
 DIST MiniMock-1.2.8.tar.gz 13217 BLAKE2B 
333957307ed6c596bfc20ed18d4e40039208d589c1a9190e388c7dc3be53489994b2f45e8140f54850e4129a5a69c0fc361e3c4cb1d63a3bac579a7b86004856
 SHA512 
91133251a6e6b1acc11e6ac4f24404807134f8a7fca49d5f7365d7fdfc6bdd1527e7382da8d89408b1ad30331a176026dd31bcb0c3b7367b7f778fc61ca7
+DIST minimock-1.3.0.tar.gz 13828 BLAKE2B 
ed60d9725ada7173f88cdd64d76e3674fbeff352f4ead919f2a3a94ec871189051da29da5ee285b4d663eee143da847c95e35286cf33a587abb7fe95e02a4824
 SHA512 
de7feef7fee044ba45a52d7c83905d082ad2ed2c3d12b294a6995086b377a22317730326946d048b19063758f158a9bee7bbb6a79c9ae0b4ba7a93e4a21ea196

diff --git a/dev-python/minimock/minimock-1.3.0.ebuild 
b/dev-python/minimock/minimock-1.3.0.ebuild
new file mode 100644
index 000..3ca7df2
--- /dev/null
+++ b/dev-python/minimock/minimock-1.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+MY_PN="MiniMock"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="The simplest possible mock library"
+HOMEPAGE="https://pypi.org/project/MiniMock/;
+SRC_URI="https://github.com/lowks/minimock/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+DOCS=( CHANGELOG.txt README.rst )
+
+distutils_enable_tests nose



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

2021-03-03 Thread Sam James
commit: f3852318d92a926349ef83e9027c7b55ddd049d4
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  4 04:00:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  4 04:19:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3852318

dev-python/minimock: mark ALLARCHES

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

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

diff --git a/dev-python/minimock/metadata.xml b/dev-python/minimock/metadata.xml
index 30eec1dc6f5..9fbb331a08c 100644
--- a/dev-python/minimock/metadata.xml
+++ b/dev-python/minimock/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

lowks/minimock
MiniMock



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

2021-03-03 Thread Sam James
commit: b20ea20d30cc85d20099635c23c3a4f04f7f39da
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  4 03:59:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  4 04:19:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20ea20d

dev-python/minimock: add github remote-id

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

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

diff --git a/dev-python/minimock/metadata.xml b/dev-python/minimock/metadata.xml
index 986d7014586..30eec1dc6f5 100644
--- a/dev-python/minimock/metadata.xml
+++ b/dev-python/minimock/metadata.xml
@@ -6,6 +6,7 @@
Python


+   lowks/minimock
MiniMock

 



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

2021-03-03 Thread Sam James
commit: dc1c150af6399debe526381ae7224a7c4ed5fa37
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar  4 04:00:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar  4 04:19:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1c150a

dev-python/minimock: add Python 3.9

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

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

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index b49a8ccfe85..5078bec564e 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 



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

2020-11-08 Thread Steve Arnold
commit: c25dfdf2ddff5c9c8d2b079be6e97c3f2d2022de
Author: Steve Arnold  gentoo  org>
AuthorDate: Sun Nov  8 19:08:33 2020 +
Commit: Steve Arnold  gentoo  org>
CommitDate: Sun Nov  8 19:08:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25dfdf2

dev-python/minimock: keyword for arm64 (test deps)

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

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

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index 6d973164842..526c5687240 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ppc x86"
+KEYWORDS="amd64 arm ~arm64 ppc x86"
 
 DOCS=( docs/changelog.rst docs/index.rst )
 



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

2020-04-23 Thread Michał Górny
commit: d01f1d3eeba731690bb299a9bd8778030db1f2d7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 23 17:41:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 23 17:50:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01f1d3e

dev-python/minimock: Remove py2

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

 dev-python/minimock/minimock-1.2.8-r1.ebuild | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index 662be37ce07..f955df25ddb 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
@@ -17,11 +17,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm ppc x86"
 
-# future breaks minimock hard -- probably makes it think it's on python3...
-# https://github.com/lowks/minimock/issues/5
-RDEPEND="$(python_gen_cond_dep '!!dev-python/future[${PYTHON_USEDEP}]' -2)"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 S="${WORKDIR}/${MY_P}"
 
 DOCS=( docs/changelog.rst docs/index.rst )



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

2020-04-23 Thread Michał Górny
commit: 79486c88f6819eb1f0ba8b83c3f93c7a1946461d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 23 17:45:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 23 17:50:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79486c88

dev-python/minimock: Enable py3.{7,8}

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

 dev-python/minimock/minimock-1.2.8-r1.ebuild | 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index f955df25ddb..6d973164842 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=( python3_6 )
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1
 
@@ -12,15 +12,14 @@ MY_P="${MY_PN}-${PV}"
 DESCRIPTION="The simplest possible mock library"
 HOMEPAGE="https://pypi.org/project/MiniMock/;
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm ppc x86"
 
-S="${WORKDIR}/${MY_P}"
-
 DOCS=( docs/changelog.rst docs/index.rst )
 
 python_test() {
-   "${PYTHON}" -m doctest minimock.py || die "Tests fail with ${EPYTHON}"
+   "${PYTHON}" -m doctest -v minimock.py || die "Tests fail with 
${EPYTHON}"
 }



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

2017-05-17 Thread Michał Górny
commit: 51ceef2c411d39d9831e2ec78b59ac6fdbe64c4d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 16:13:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 16:22:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ceef2c

dev-python/minimock: Add a blocker on dev-python/future

 dev-python/minimock/minimock-1.2.8-r1.ebuild | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index 66b0bd9cc14..f90db0e0816 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -17,6 +17,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 arm ppc x86"
 
+# future breaks minimock hard -- probably makes it think it's on python3...
+# https://github.com/lowks/minimock/issues/5
+RDEPEND="$(python_gen_cond_dep '!!dev-python/future[${PYTHON_USEDEP}]' -2)"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}"



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

2017-05-17 Thread Michał Górny
commit: 080474e89932363e711b3a0099294f05f299c6a6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 16:14:41 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 16:22:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080474e8

dev-python/minimock: Tested on py3.5&3.6

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

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index d17b05dcf3e..e35d075291c 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1
 



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

2017-05-17 Thread Michał Górny
commit: 50085f27113863e0da8ef156f0fefb8c6807fbf7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 17 16:14:06 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 17 16:22:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50085f27

dev-python/minimock: Enable tests

 dev-python/minimock/minimock-1.2.8-r1.ebuild | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild 
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index f90db0e0816..d17b05dcf3e 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -25,3 +25,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 S="${WORKDIR}/${MY_P}"
 
 DOCS=( docs/changelog.rst docs/index.rst )
+
+python_test() {
+   "${PYTHON}" -m doctest minimock.py || die "Tests fail with ${EPYTHON}"
+}