* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2017-05-17 16:22 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2017-05-17 16:22 UTC (permalink / raw
To: gentoo-commits
commit: 080474e89932363e711b3a0099294f05f299c6a6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 16:14:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 16:22:46 2017 +0000
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
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2017-05-17 16:22 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2017-05-17 16:22 UTC (permalink / raw
To: gentoo-commits
commit: 51ceef2c411d39d9831e2ec78b59ac6fdbe64c4d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 16:13:57 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 16:22:45 2017 +0000
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}"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2017-05-17 16:22 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2017-05-17 16:22 UTC (permalink / raw
To: gentoo-commits
commit: 50085f27113863e0da8ef156f0fefb8c6807fbf7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 16:14:06 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 16:22:46 2017 +0000
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}"
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2020-04-23 17:50 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-04-23 17:50 UTC (permalink / raw
To: gentoo-commits
commit: d01f1d3eeba731690bb299a9bd8778030db1f2d7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 17:41:11 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 17:50:39 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01f1d3e
dev-python/minimock: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> 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 )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2020-04-23 17:50 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2020-04-23 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 79486c88f6819eb1f0ba8b83c3f93c7a1946461d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 17:45:26 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 17:50:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79486c88
dev-python/minimock: Enable py3.{7,8}
Signed-off-by: Michał Górny <mgorny <AT> 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}"
}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2020-11-08 19:08 Steve Arnold
0 siblings, 0 replies; 18+ messages in thread
From: Steve Arnold @ 2020-11-08 19:08 UTC (permalink / raw
To: gentoo-commits
commit: c25dfdf2ddff5c9c8d2b079be6e97c3f2d2022de
Author: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 19:08:33 2020 +0000
Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 19:08:33 2020 +0000
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 <nerdboy <AT> 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 )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2021-03-04 4:19 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-04 4:19 UTC (permalink / raw
To: gentoo-commits
commit: dc1c150af6399debe526381ae7224a7c4ed5fa37
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 04:00:15 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 04:19:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1c150a
dev-python/minimock: add Python 3.9
Signed-off-by: Sam James <sam <AT> 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
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2021-03-04 4:19 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-04 4:19 UTC (permalink / raw
To: gentoo-commits
commit: b6e2c0e225fa13eb3a3d80bab6ecf13f370ec89e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 04:04:47 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 04:19:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e2c0e2
dev-python/minimock: version bump 1.3.0
Signed-off-by: Sam James <sam <AT> 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 91133251a6e6b1acc11e6ac4f24404807134f8a7fca49d5f7365d7fdfc6bdd1527e7382da8d866669408b1ad30331a176026dd31bcb0c3b7367b7f778fc61ca7
+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 00000000000..3ca7df2cccc
--- /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
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2021-03-04 4:19 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-04 4:19 UTC (permalink / raw
To: gentoo-commits
commit: f3852318d92a926349ef83e9027c7b55ddd049d4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 04:00:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 04:19:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3852318
dev-python/minimock: mark ALLARCHES
Signed-off-by: Sam James <sam <AT> 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 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
<remote-id type="github">lowks/minimock</remote-id>
<remote-id type="pypi">MiniMock</remote-id>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2021-03-04 4:19 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2021-03-04 4:19 UTC (permalink / raw
To: gentoo-commits
commit: b20ea20d30cc85d20099635c23c3a4f04f7f39da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 03:59:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 04:19:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20ea20d
dev-python/minimock: add github remote-id
Signed-off-by: Sam James <sam <AT> 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 @@
<name>Python</name>
</maintainer>
<upstream>
+ <remote-id type="github">lowks/minimock</remote-id>
<remote-id type="pypi">MiniMock</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2021-04-05 18:00 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-04-05 18:00 UTC (permalink / raw
To: gentoo-commits
commit: 3710414c5dadf6a6fad7dafdcc6ae6758ac00d2c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 5 17:58:48 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 17:58:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3710414c
dev-python/minimock: Remove old
Signed-off-by: Michał Górny <mgorny <AT> 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 91133251a6e6b1acc11e6ac4f24404807134f8a7fca49d5f7365d7fdfc6bdd1527e7382da8d866669408b1ad30331a176026dd31bcb0c3b7367b7f778fc61ca7
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..00000000000
--- 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}"
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2021-08-05 21:46 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2021-08-05 21:46 UTC (permalink / raw
To: gentoo-commits
commit: 6c2f534ab3a1ca157f6e0667defb85800fd4beaf
Author: Arthur Zamarin <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sat Jul 31 19:16:29 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 21:45:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2f534a
dev-python/minimock: enable py3.10, disable coverage
Signed-off-by: Arthur Zamarin <arthurzam <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/21864
Signed-off-by: Michał Górny <mgorny <AT> 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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2022-06-24 5:16 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2022-06-24 5:16 UTC (permalink / raw
To: gentoo-commits
commit: bdb55501752eec3ddc503e9589152a31e47c939d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 04:30:33 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 05:16:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb55501
dev-python/minimock: Use PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> 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 000000000000..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
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2022-06-24 5:16 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2022-06-24 5:16 UTC (permalink / raw
To: gentoo-commits
commit: c79360f316717bfc20edf498f576367dab2d944e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 04:30:41 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 05:16:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79360f3
dev-python/minimock: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> 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
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2022-07-24 16:29 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-07-24 16:29 UTC (permalink / raw
To: gentoo-commits
commit: aef84d7b4961aed0aa8ad86adf5afec181aa55de
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 16:27:22 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 16:27:22 2022 +0000
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 <sam <AT> 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 )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2022-07-24 18:41 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2022-07-24 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 2c744d9f25e585d0036da2b1fdd09f9ad8211166
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 18:40:55 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 24 18:40:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c744d9f
dev-python/minimock: Remove old
Signed-off-by: Michał Górny <mgorny <AT> 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..000000000000
--- 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
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2023-11-24 15:45 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2023-11-24 15:45 UTC (permalink / raw
To: gentoo-commits
commit: 1209086ad103f2ab62c56f73f6ec0697b6e5ad5f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 15:45:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 15:45:07 2023 +0000
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 <arthurzam <AT> 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 )
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/
@ 2024-05-18 6:11 Michał Górny
0 siblings, 0 replies; 18+ messages in thread
From: Michał Górny @ 2024-05-18 6:11 UTC (permalink / raw
To: gentoo-commits
commit: 449fbf8588b0fe428b62649b8d84c62304219507
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 06:06:17 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 18 06:11:16 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449fbf85
dev-python/minimock: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> 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
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2024-05-18 6:11 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04 4:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/minimock/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 6:11 Michał Górny
2023-11-24 15:45 Arthur Zamarin
2022-07-24 18:41 Michał Górny
2022-07-24 16:29 Sam James
2022-06-24 5:16 Michał Górny
2022-06-24 5:16 Michał Górny
2021-08-05 21:46 Michał Górny
2021-04-05 18:00 Michał Górny
2021-03-04 4:19 Sam James
2021-03-04 4:19 Sam James
2021-03-04 4:19 Sam James
2020-11-08 19:08 Steve Arnold
2020-04-23 17:50 Michał Górny
2020-04-23 17:50 Michał Górny
2017-05-17 16:22 Michał Górny
2017-05-17 16:22 Michał Górny
2017-05-17 16:22 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox