[gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/files/, dev-python/manuel/

2024-04-11 Thread Michał Górny
commit: b071db53ee47693765e938fe6fff990af0e2ce7e
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr 11 17:14:13 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr 11 19:04:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b071db53

dev-python/manuel: Remove old

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

 dev-python/manuel/Manifest |  1 -
 .../files/manuel-1.12.4-tests-python311.patch  | 22 
 dev-python/manuel/manuel-1.12.4.ebuild | 40 --
 3 files changed, 63 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 1507c365d2bb..288e3f7d0e6c 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
-DIST manuel-1.12.4.tar.gz 45369 BLAKE2B 
e15f9261854fbad8ee1e1dc8645ec286a212c460a78fff1576b6886d8bf462ffe9a5484338fd9efc2bf053a7689e16b08de55f763ae319e66a363c5c28cf2a60
 SHA512 
cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633
 DIST manuel-3f4d94d2ace3bdab4acad6896c93f5c96d6bee92.tar.gz 39774 BLAKE2B 
7be5bad5ee39358e1b0229c02c86c9492cae09684d8a942b9f5dcf0afe31037f635295019306d404a1fb0b81e40bb523d194cc499a89b32600f1a330ddaf4d2d
 SHA512 
f96fe6c9438b00d7562d64ead32ef84dcc4746281f066e4e7c175b1b274691ccd615c31e1d26fdc25a67e67d03f28b52182652921ab2c9ff365f59aaa475adaf

diff --git a/dev-python/manuel/files/manuel-1.12.4-tests-python311.patch 
b/dev-python/manuel/files/manuel-1.12.4-tests-python311.patch
deleted file mode 100644
index 5a6ef9dc3b7d..
--- a/dev-python/manuel/files/manuel-1.12.4-tests-python311.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-https://github.com/benji-york/manuel/pull/32
-
-From d9f12d03e39bb76e4bb3ba43ad51af6d3e9d45c0 Mon Sep 17 00:00:00 2001
-From: Matt Jolly 
-Date: Mon, 6 Jun 2022 22:44:22 +1000
-Subject: [PATCH] Replace TextTestResult with TestResult for Py3.11
-
 a/src/manuel/index.txt
-+++ b/src/manuel/index.txt
-@@ -211,10 +211,7 @@ When tests are run this way:
- 
- >>> sys.stdout.writeln = lambda s: sys.stdout.write(s+'\n')
- >>> suite = loader.loadTestsFromTestCase(MyTest)
-->>> result = suite.run(unittest.TextTestResult(sys.stdout, True, 3))
--test1 (tests.MyTest) ... ok
--test2 (tests.MyTest) ... ok
--test3 (tests.MyTest) ... FAIL
-+>>> result = suite.run(unittest.TestResult(True, 3))
- 
- >>> for _, e in result.errors:
- ... print(e); print
-

diff --git a/dev-python/manuel/manuel-1.12.4.ebuild 
b/dev-python/manuel/manuel-1.12.4.ebuild
deleted file mode 100644
index 99f6fb6c3452..
--- a/dev-python/manuel/manuel-1.12.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
-HOMEPAGE="
-   https://github.com/benji-york/manuel/
-   https://pypi.org/project/manuel/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-tests-python311.patch
-)
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # unused rdep
-   sed -e "/'setuptools'/d" -i setup.py || die
-   distutils-r1_src_prepare
-}



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

2024-04-11 Thread Arthur Zamarin
commit: 77b3291ea60881bbaefc5a1d9a6c3e5211396a6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 11 16:37:22 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 11 16:37:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b3291e

dev-python/manuel: Stabilize 1.12.4_p20231129 ALLARCHES, #929159

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

 dev-python/manuel/manuel-1.12.4_p20231129.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/manuel/manuel-1.12.4_p20231129.ebuild 
b/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
index 17f31d055f8e..fb67a618aa21 100644
--- a/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
+++ b/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2024-03-23 Thread Michał Górny
commit: 06e3a0740a48f579ba07c03b99a12bd76e56646c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 10:39:56 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 10:39:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3a074

dev-python/manuel: Add 1.12.4_p20231129 snapshot

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

 dev-python/manuel/Manifest   |  1 +
 dev-python/manuel/manuel-1.12.4_p20231129.ebuild | 48 
 2 files changed, 49 insertions(+)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 46991793c680..1507c365d2bb 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1 +1,2 @@
 DIST manuel-1.12.4.tar.gz 45369 BLAKE2B 
e15f9261854fbad8ee1e1dc8645ec286a212c460a78fff1576b6886d8bf462ffe9a5484338fd9efc2bf053a7689e16b08de55f763ae319e66a363c5c28cf2a60
 SHA512 
cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633
+DIST manuel-3f4d94d2ace3bdab4acad6896c93f5c96d6bee92.tar.gz 39774 BLAKE2B 
7be5bad5ee39358e1b0229c02c86c9492cae09684d8a942b9f5dcf0afe31037f635295019306d404a1fb0b81e40bb523d194cc499a89b32600f1a330ddaf4d2d
 SHA512 
f96fe6c9438b00d7562d64ead32ef84dcc4746281f066e4e7c175b1b274691ccd615c31e1d26fdc25a67e67d03f28b52182652921ab2c9ff365f59aaa475adaf

diff --git a/dev-python/manuel/manuel-1.12.4_p20231129.ebuild 
b/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
new file mode 100644
index ..17f31d055f8e
--- /dev/null
+++ b/dev-python/manuel/manuel-1.12.4_p20231129.ebuild
@@ -0,0 +1,48 @@
+# 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} )
+
+inherit distutils-r1
+
+EGIT_COMMIT=3f4d94d2ace3bdab4acad6896c93f5c96d6bee92
+MY_P=${PN}-${EGIT_COMMIT}
+
+DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
+HOMEPAGE="
+   https://github.com/benji-york/manuel/
+   https://pypi.org/project/manuel/
+"
+SRC_URI="
+   https://github.com/benji-york/manuel/archive/${EGIT_COMMIT}.tar.gz
+   -> ${MY_P}.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+src_prepare() {
+   # unused rdep
+   sed -e "/'setuptools'/d" -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # tests are installed to site-packages but dependent data files
+   # are not, so run them from src instead
+   local -x PYTHONPATH=src
+   "${EPYTHON}" -m unittest -vv manuel.tests.test_suite || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/files/, dev-python/manuel/

2022-11-08 Thread Sam James
commit: 742dc5d19dd0a6c824b7086437df3fad2e8f4603
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  9 06:42:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  9 06:53:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742dc5d1

dev-python/manuel: enable py3.11

Thanks-to: Matt Jolly  footclan.ninja>
Signed-off-by: Sam James  gentoo.org>

 .../files/manuel-1.12.4-tests-python311.patch  | 22 ++
 dev-python/manuel/manuel-1.12.4.ebuild |  6 +-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/dev-python/manuel/files/manuel-1.12.4-tests-python311.patch 
b/dev-python/manuel/files/manuel-1.12.4-tests-python311.patch
new file mode 100644
index ..5a6ef9dc3b7d
--- /dev/null
+++ b/dev-python/manuel/files/manuel-1.12.4-tests-python311.patch
@@ -0,0 +1,22 @@
+https://github.com/benji-york/manuel/pull/32
+
+From d9f12d03e39bb76e4bb3ba43ad51af6d3e9d45c0 Mon Sep 17 00:00:00 2001
+From: Matt Jolly 
+Date: Mon, 6 Jun 2022 22:44:22 +1000
+Subject: [PATCH] Replace TextTestResult with TestResult for Py3.11
+
+--- a/src/manuel/index.txt
 b/src/manuel/index.txt
+@@ -211,10 +211,7 @@ When tests are run this way:
+ 
+ >>> sys.stdout.writeln = lambda s: sys.stdout.write(s+'\n')
+ >>> suite = loader.loadTestsFromTestCase(MyTest)
+->>> result = suite.run(unittest.TextTestResult(sys.stdout, True, 3))
+-test1 (tests.MyTest) ... ok
+-test2 (tests.MyTest) ... ok
+-test3 (tests.MyTest) ... FAIL
++>>> result = suite.run(unittest.TestResult(True, 3))
+ 
+ >>> for _, e in result.errors:
+ ... print(e); print
+

diff --git a/dev-python/manuel/manuel-1.12.4.ebuild 
b/dev-python/manuel/manuel-1.12.4.ebuild
index 53d57dc4f904..51d2168b7d8b 100644
--- a/dev-python/manuel/manuel-1.12.4.ebuild
+++ b/dev-python/manuel/manuel-1.12.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 
@@ -28,6 +28,10 @@ BDEPEND="
)
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-tests-python311.patch
+)
+
 distutils_enable_tests setup.py
 
 src_prepare() {



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

2022-07-29 Thread Michał Górny
commit: 49e93aa0faa99b8977f9a1f3c3cea99a5e945ba0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 29 17:58:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 29 18:02:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e93aa0

dev-python/manuel: Remove old

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

 dev-python/manuel/Manifest |  1 -
 dev-python/manuel/manuel-1.11.2.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 4a94990aabb3..46991793c680 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
-DIST manuel-1.11.2.tar.gz 51846 BLAKE2B 
0650c9db757a7e8bd0ba12dcdfda8ff071107d460fab7d24715796e477960ebe41375a10cd83a1c7881c76e6fa1e7cdd5cda383be75adffeea7e1cd6d763df13
 SHA512 
bbfd3ca58ccb0fb40ecbf54a5be0e73989e93ec026b8c686a7ef4e746c650ffed6f2fc5f119fe58e7c13a4a13cacb8c568384a69b1068413ab6bd6f01664a72f
 DIST manuel-1.12.4.tar.gz 45369 BLAKE2B 
e15f9261854fbad8ee1e1dc8645ec286a212c460a78fff1576b6886d8bf462ffe9a5484338fd9efc2bf053a7689e16b08de55f763ae319e66a363c5c28cf2a60
 SHA512 
cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633

diff --git a/dev-python/manuel/manuel-1.11.2.ebuild 
b/dev-python/manuel/manuel-1.11.2.ebuild
deleted file mode 100644
index 174420a9eaf2..
--- a/dev-python/manuel/manuel-1.11.2.ebuild
+++ /dev/null
@@ -1,37 +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=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
-HOMEPAGE="
-   https://github.com/benji-york/manuel/
-   https://pypi.org/project/manuel/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # unused rdep
-   sed -i -e "/'setuptools'/d" setup.py || die
-   distutils-r1_src_prepare
-}



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

2022-07-29 Thread Arthur Zamarin
commit: c1262ef60359b038d0ed69f5d95b69b53312bf1d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 29 16:37:53 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 29 16:37:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1262ef6

dev-python/manuel: Stabilize 1.12.4 ALLARCHES, #862049

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

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

diff --git a/dev-python/manuel/manuel-1.12.4.ebuild 
b/dev-python/manuel/manuel-1.12.4.ebuild
index 735e15d14dfe..53d57dc4f904 100644
--- a/dev-python/manuel/manuel-1.12.4.ebuild
+++ b/dev-python/manuel/manuel-1.12.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-06-24 Thread Arthur Zamarin
commit: 984c0343021a0c83c982c3d730f3277b96464e9b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jun 24 19:47:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jun 24 20:32:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984c0343

dev-python/manuel: add 1.12.4

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

 dev-python/manuel/Manifest |  1 +
 dev-python/manuel/manuel-1.12.4.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 49d752317b50..4a94990aabb3 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1 +1,2 @@
 DIST manuel-1.11.2.tar.gz 51846 BLAKE2B 
0650c9db757a7e8bd0ba12dcdfda8ff071107d460fab7d24715796e477960ebe41375a10cd83a1c7881c76e6fa1e7cdd5cda383be75adffeea7e1cd6d763df13
 SHA512 
bbfd3ca58ccb0fb40ecbf54a5be0e73989e93ec026b8c686a7ef4e746c650ffed6f2fc5f119fe58e7c13a4a13cacb8c568384a69b1068413ab6bd6f01664a72f
+DIST manuel-1.12.4.tar.gz 45369 BLAKE2B 
e15f9261854fbad8ee1e1dc8645ec286a212c460a78fff1576b6886d8bf462ffe9a5484338fd9efc2bf053a7689e16b08de55f763ae319e66a363c5c28cf2a60
 SHA512 
cd65307f2ca94e66d88bc0c7c75702d49f505b358ebb812fd20906036ba10f2d1d11d2d69404b88c5f10b584dea05a988b5dc8ba07210b9d20ebd8a11b701633

diff --git a/dev-python/manuel/manuel-1.12.4.ebuild 
b/dev-python/manuel/manuel-1.12.4.ebuild
new file mode 100644
index ..735e15d14dfe
--- /dev/null
+++ b/dev-python/manuel/manuel-1.12.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
+HOMEPAGE="
+   https://github.com/benji-york/manuel/
+   https://pypi.org/project/manuel/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # unused rdep
+   sed -e "/'setuptools'/d" -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-06-16 Thread Michał Górny
commit: 5c5af72827bf5f527a98f7f6140a2a699557cbac
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 11:18:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 11:24:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5af728

dev-python/manuel: Remove old

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

 dev-python/manuel/Manifest|  1 -
 dev-python/manuel/manuel-1.10.1-r1.ebuild | 37 ---
 dev-python/manuel/manuel-1.10.1.ebuild| 22 --
 3 files changed, 60 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 6f96712b7795..49d752317b50 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
-DIST manuel-1.10.1.tar.gz 42142 BLAKE2B 
91d23d804b3f5a2c6f696a8c7a8701f09ae6e881ac9a1c76004be301ab77f58596d0bdae4b11f484e495ea581d66d55d5bed05f5b36d81951d35923c8bfc163d
 SHA512 
39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b
 DIST manuel-1.11.2.tar.gz 51846 BLAKE2B 
0650c9db757a7e8bd0ba12dcdfda8ff071107d460fab7d24715796e477960ebe41375a10cd83a1c7881c76e6fa1e7cdd5cda383be75adffeea7e1cd6d763df13
 SHA512 
bbfd3ca58ccb0fb40ecbf54a5be0e73989e93ec026b8c686a7ef4e746c650ffed6f2fc5f119fe58e7c13a4a13cacb8c568384a69b1068413ab6bd6f01664a72f

diff --git a/dev-python/manuel/manuel-1.10.1-r1.ebuild 
b/dev-python/manuel/manuel-1.10.1-r1.ebuild
deleted file mode 100644
index 174420a9eaf2..
--- a/dev-python/manuel/manuel-1.10.1-r1.ebuild
+++ /dev/null
@@ -1,37 +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=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
-HOMEPAGE="
-   https://github.com/benji-york/manuel/
-   https://pypi.org/project/manuel/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/zope-testing[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-   # unused rdep
-   sed -i -e "/'setuptools'/d" setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
deleted file mode 100644
index 75e78a5b5b82..
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
-HOMEPAGE="https://github.com/benji-york/manuel/ 
https://pypi.org/project/manuel/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py



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

2022-06-16 Thread Jakov Smolić
commit: 3e0db8428b177d6d38c2913a204c1a88eab6a4a7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 09:36:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 09:36:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e0db842

dev-python/manuel: Stabilize 1.11.2 ALLARCHES, #852404

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

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

diff --git a/dev-python/manuel/manuel-1.11.2.ebuild 
b/dev-python/manuel/manuel-1.11.2.ebuild
index 300f45e5df0c..174420a9eaf2 100644
--- a/dev-python/manuel/manuel-1.11.2.ebuild
+++ b/dev-python/manuel/manuel-1.11.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-05-16 Thread Michał Górny
commit: fc95f7201c8064b1b048e86a10f756804f0a55fe
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 06:49:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 07:55:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc95f720

dev-python/manuel: Bump to 1.11.2

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

 dev-python/manuel/Manifest |  1 +
 dev-python/manuel/manuel-1.11.2.ebuild | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 0125a86de5a6..6f96712b7795 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1 +1,2 @@
 DIST manuel-1.10.1.tar.gz 42142 BLAKE2B 
91d23d804b3f5a2c6f696a8c7a8701f09ae6e881ac9a1c76004be301ab77f58596d0bdae4b11f484e495ea581d66d55d5bed05f5b36d81951d35923c8bfc163d
 SHA512 
39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b
+DIST manuel-1.11.2.tar.gz 51846 BLAKE2B 
0650c9db757a7e8bd0ba12dcdfda8ff071107d460fab7d24715796e477960ebe41375a10cd83a1c7881c76e6fa1e7cdd5cda383be75adffeea7e1cd6d763df13
 SHA512 
bbfd3ca58ccb0fb40ecbf54a5be0e73989e93ec026b8c686a7ef4e746c650ffed6f2fc5f119fe58e7c13a4a13cacb8c568384a69b1068413ab6bd6f01664a72f

diff --git a/dev-python/manuel/manuel-1.11.2.ebuild 
b/dev-python/manuel/manuel-1.11.2.ebuild
new file mode 100644
index ..300f45e5df0c
--- /dev/null
+++ b/dev-python/manuel/manuel-1.11.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
+HOMEPAGE="
+   https://github.com/benji-york/manuel/
+   https://pypi.org/project/manuel/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # unused rdep
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-04-22 Thread Arthur Zamarin
commit: 425b2437103e23ba78bbd6d3f92160d4de2b7c87
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 22 15:11:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 22 15:11:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=425b2437

dev-python/manuel: Stabilize 1.10.1-r1 x86, #839699

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

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

diff --git a/dev-python/manuel/manuel-1.10.1-r1.ebuild 
b/dev-python/manuel/manuel-1.10.1-r1.ebuild
index c092f9ae0c22..174420a9eaf2 100644
--- a/dev-python/manuel/manuel-1.10.1-r1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-04-22 Thread Arthur Zamarin
commit: dff7f69f7745073ba2463c58c65f2190e3bd8d52
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 22 15:11:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 22 15:11:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff7f69f

dev-python/manuel: Stabilize 1.10.1-r1 amd64, #839699

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

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

diff --git a/dev-python/manuel/manuel-1.10.1-r1.ebuild 
b/dev-python/manuel/manuel-1.10.1-r1.ebuild
index a46aaf8ef6f1..c092f9ae0c22 100644
--- a/dev-python/manuel/manuel-1.10.1-r1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-04-22 Thread Arthur Zamarin
commit: 7f1378c6a8b402dfc17006448e814da672920a58
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Apr 22 15:10:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Apr 22 15:10:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1378c6

dev-python/manuel: Stabilize 1.10.1-r1 arm64, #839699

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

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

diff --git a/dev-python/manuel/manuel-1.10.1-r1.ebuild 
b/dev-python/manuel/manuel-1.10.1-r1.ebuild
index 300f45e5df0c..a46aaf8ef6f1 100644
--- a/dev-python/manuel/manuel-1.10.1-r1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-04-11 Thread Michał Górny
commit: 998495aed106e96640c9f5cfda3169a71ed56957
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 11 18:54:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 11 19:58:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998495ae

dev-python/manuel: EAPI 8, PEP517

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

 dev-python/manuel/manuel-1.10.1-r1.ebuild | 37 +++
 1 file changed, 37 insertions(+)

diff --git a/dev-python/manuel/manuel-1.10.1-r1.ebuild 
b/dev-python/manuel/manuel-1.10.1-r1.ebuild
new file mode 100644
index ..300f45e5df0c
--- /dev/null
+++ b/dev-python/manuel/manuel-1.10.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
+HOMEPAGE="
+   https://github.com/benji-york/manuel/
+   https://pypi.org/project/manuel/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/zope-testing[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+   # unused rdep
+   sed -i -e "/'setuptools'/d" setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-04-09 Thread Jakov Smolić
commit: 4e5a47d884bb71724e7285459ce4e15f7ff07610
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Apr  9 21:46:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Apr  9 21:46:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5a47d8

dev-python/manuel: Keyword 1.10.1 riscv, #837527

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

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

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
index bcff3eec2461..75e78a5b5b82 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"



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

2021-10-09 Thread Sam James
commit: af980341e61d76618b707fe9218412e9463e7740
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 02:19:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 02:19:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af980341

dev-python/manuel: Keyword 1.10.1 arm64, #814350

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

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

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
index 1b2433c7955..bcff3eec246 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"



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

2021-10-09 Thread Sam James
commit: 3081e0037d28628665d86a442a4551872e629b20
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 00:08:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 00:08:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3081e003

dev-python/manuel: Keyword 1.10.1 ppc64, #814350

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

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

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
index c0d30fa23a5..1b2433c7955 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~ppc64 x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"



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

2021-10-09 Thread Sam James
commit: dfb777e4c1770bfcca3a1806b0e53dac04788521
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  9 20:18:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  9 20:18:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfb777e4

dev-python/manuel: Keyword 1.10.1 arm, #814350

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

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

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
index 96120aee9f8..c0d30fa23a5 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"



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

2021-05-31 Thread Michał Górny
commit: a3663ec6abbde57dfca634e42d6171d1ed033aae
Author: Zamarin Arthur  gmail  com>
AuthorDate: Mon May 31 09:28:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 12:08:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3663ec6

dev-python/manuel: bump to python 3.10

passes tests

Signed-off-by: Zamarin Arthur  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
index 402aa2a23dc..96120aee9f8 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS="rdepend"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1
 



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

2021-02-21 Thread Michał Górny
commit: 51d4f2ebea6a02c6335d4433e2733047a2fde8c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 21 08:23:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 21 08:23:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d4f2eb

dev-python/manuel: Remove old

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

 dev-python/manuel/Manifest|  1 -
 dev-python/manuel/manuel-1.9.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index e7358217b92..0125a86de5a 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
 DIST manuel-1.10.1.tar.gz 42142 BLAKE2B 
91d23d804b3f5a2c6f696a8c7a8701f09ae6e881ac9a1c76004be301ab77f58596d0bdae4b11f484e495ea581d66d55d5bed05f5b36d81951d35923c8bfc163d
 SHA512 
39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b
-DIST manuel-1.9.0.tar.gz 39640 BLAKE2B 
1b699b92816297fee13a65ed2c4fc9ee3683f8e47e7fbf06178c97167ae29cabcedc48edec48b053f725889b39111b3634f0305ac651b5674292d046434fd134
 SHA512 
519b0fd1bd7ef3414dec69f721a6f1265603d28e3b61681acf46e9fba6fdc66efb6c0a82d814af8348bb7c07c3c4c299ae94ea7d6415436592ac37fccaacf18a

diff --git a/dev-python/manuel/manuel-1.9.0.ebuild 
b/dev-python/manuel/manuel-1.9.0.ebuild
deleted file mode 100644
index 61e17d04a80..000
--- a/dev-python/manuel/manuel-1.9.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manuel lets you build tested documentation"
-HOMEPAGE="https://github.com/benji-york/manuel/ 
https://pypi.org/project/manuel/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]"
-
-# Required to run tests
-DISTUTILS_IN_SOURCE_BUILD=1
-
-#DOCS=( CHANGES.rst )
-
-#PATCHES=( "${FILESDIR}"/${P}-rm_zope_test.patch )
-
-#python_test() {
-#  PYTHONPATH=src/:${PYTHONPATH} esetup.py test
-#}



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

2021-02-21 Thread Sam James
commit: a5d9537f95432ec170ebacda5c3960bbc98ef9b4
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 21 08:13:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 21 08:13:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d9537f

dev-python/manuel: mark ALLARCHES

Bug: https://bugs.gentoo.org/771837
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/manuel/metadata.xml b/dev-python/manuel/metadata.xml
index 79fde842e20..c4286d8446f 100644
--- a/dev-python/manuel/metadata.xml
+++ b/dev-python/manuel/metadata.xml
@@ -5,6 +5,7 @@
pyt...@gentoo.org
Python

+   

benji-york/manuel
manuel



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

2021-02-21 Thread Sam James
commit: 8807df92ddbbd77284f7f680eb32df1924a338c7
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 21 08:12:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 21 08:12:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8807df92

dev-python/manuel: Stabilize 1.10.1 amd64, #771837

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

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

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
index fbe9419c6fd..402aa2a23dc 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"



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

2021-02-21 Thread Sam James
commit: 73cf4795f4adbd3463f90b696dab453ef5373056
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 21 08:12:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 21 08:12:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cf4795

dev-python/manuel: Stabilize 1.10.1 x86, #771837

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

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

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
index a5b32a0a45e..fbe9419c6fd 100644
--- a/dev-python/manuel/manuel-1.10.1.ebuild
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
 BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"



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

2021-01-30 Thread Conrad Kostecki
commit: 9614795b9a2132ea179db8ad911477910a58e48e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jan 30 15:05:23 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jan 30 15:05:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9614795b

dev-python/manuel: bump to version 1.10.1

Changes:
* Update to EAPI=7
* Fix Tests
* Remove unused sections
* Add support for newer python versions

All tests passed up to python3_9.

Closes: https://bugs.gentoo.org/767034
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-python/manuel/Manifest |  1 +
 dev-python/manuel/manuel-1.10.1.ebuild | 22 ++
 dev-python/manuel/metadata.xml | 16 
 3 files changed, 31 insertions(+), 8 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 8ab00f097af..e7358217b92 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1 +1,2 @@
+DIST manuel-1.10.1.tar.gz 42142 BLAKE2B 
91d23d804b3f5a2c6f696a8c7a8701f09ae6e881ac9a1c76004be301ab77f58596d0bdae4b11f484e495ea581d66d55d5bed05f5b36d81951d35923c8bfc163d
 SHA512 
39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b
 DIST manuel-1.9.0.tar.gz 39640 BLAKE2B 
1b699b92816297fee13a65ed2c4fc9ee3683f8e47e7fbf06178c97167ae29cabcedc48edec48b053f725889b39111b3634f0305ac651b5674292d046434fd134
 SHA512 
519b0fd1bd7ef3414dec69f721a6f1265603d28e3b61681acf46e9fba6fdc66efb6c0a82d814af8348bb7c07c3c4c299ae94ea7d6415436592ac37fccaacf18a

diff --git a/dev-python/manuel/manuel-1.10.1.ebuild 
b/dev-python/manuel/manuel-1.10.1.ebuild
new file mode 100644
index 000..a5b32a0a45e
--- /dev/null
+++ b/dev-python/manuel/manuel-1.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="rdepend"
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Lets you mix and match traditional doctests with custom test 
syntax"
+HOMEPAGE="https://github.com/benji-york/manuel/ 
https://pypi.org/project/manuel/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
+BDEPEND="test? ( dev-python/zope-testing[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests setup.py

diff --git a/dev-python/manuel/metadata.xml b/dev-python/manuel/metadata.xml
index cfc835588bc..79fde842e20 100644
--- a/dev-python/manuel/metadata.xml
+++ b/dev-python/manuel/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pyt...@gentoo.org
-Python
-  
-  
-benji-york/manuel
-manuel
-  
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   benji-york/manuel
+   manuel
+   
 



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

2020-10-16 Thread Michał Górny
commit: e3cff0a513ecf019311791d50cee5edac2d7da6e
Author: Jakov Smolic  sartura  hr>
AuthorDate: Thu Oct 15 05:53:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 16 18:21:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3cff0a5

dev-python/manuel: correct DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748339
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/manuel/manuel-1.9.0.ebuild | 7 ++-
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/manuel/manuel-1.9.0.ebuild 
b/dev-python/manuel/manuel-1.9.0.ebuild
index f7f535aa438..0516848a17b 100644
--- a/dev-python/manuel/manuel-1.9.0.ebuild
+++ b/dev-python/manuel/manuel-1.9.0.ebuild
@@ -3,7 +3,8 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
@@ -18,10 +19,6 @@ KEYWORDS="amd64 x86"
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]"
 
-DEPEND="
-   ${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
 # Required to run tests
 DISTUTILS_IN_SOURCE_BUILD=1
 



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

2020-03-27 Thread Michał Górny
commit: c31838dd3c5decf25149ae92a289cb6e27390aa0
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 21:10:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 21:11:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31838dd

dev-python/manuel: Remove redundant versions

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

 dev-python/manuel/Manifest|  1 -
 dev-python/manuel/manuel-1.8.0.ebuild | 31 ---
 2 files changed, 32 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 5e2344a9aad..8ab00f097af 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
-DIST manuel-1.8.0.tar.gz 207600 BLAKE2B 
f7bad36491d49254c7aea17550cbd4fa00b6c3c122061586785da4bddc514f51a2d5a8df3b048fe78c7b01036ca903330ea614c998fdd04d1e8cca002930c962
 SHA512 
8099df44cfd28c8ac6256f346bf8cd36091893a38d3c297099866b1a5db97286b9c9e69f3f12054d7eee9ae3985ca0a003d7b2cc082d28d59850bbcad6b57c57
 DIST manuel-1.9.0.tar.gz 39640 BLAKE2B 
1b699b92816297fee13a65ed2c4fc9ee3683f8e47e7fbf06178c97167ae29cabcedc48edec48b053f725889b39111b3634f0305ac651b5674292d046434fd134
 SHA512 
519b0fd1bd7ef3414dec69f721a6f1265603d28e3b61681acf46e9fba6fdc66efb6c0a82d814af8348bb7c07c3c4c299ae94ea7d6415436592ac37fccaacf18a

diff --git a/dev-python/manuel/manuel-1.8.0.ebuild 
b/dev-python/manuel/manuel-1.8.0.ebuild
deleted file mode 100644
index 307de66e3b1..000
--- a/dev-python/manuel/manuel-1.8.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Manuel lets you build tested documentation"
-HOMEPAGE="https://github.com/benji-york/manuel/ 
https://pypi.org/project/manuel/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-# Required to run tests
-DISTUTILS_IN_SOURCE_BUILD=1
-
-DOCS=( CHANGES.rst )
-
-PATCHES=( "${FILESDIR}"/${P}-rm_zope_test.patch )
-
-python_test() {
-   PYTHONPATH=src/:${PYTHONPATH} esetup.py test
-}



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

2020-02-05 Thread Michał Górny
commit: 30346e2ed658c340426c79366f2a79a63704d176
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 16:16:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 16:24:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30346e2e

dev-python/manuel: Remove py2

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

 dev-python/manuel/manuel-1.8.0.ebuild | 2 +-
 dev-python/manuel/manuel-1.9.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/manuel/manuel-1.8.0.ebuild 
b/dev-python/manuel/manuel-1.8.0.ebuild
index e4ca4e9630a..307de66e3b1 100644
--- a/dev-python/manuel/manuel-1.8.0.ebuild
+++ b/dev-python/manuel/manuel-1.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/manuel/manuel-1.9.0.ebuild 
b/dev-python/manuel/manuel-1.9.0.ebuild
index 888269e9711..55378235ace 100644
--- a/dev-python/manuel/manuel-1.9.0.ebuild
+++ b/dev-python/manuel/manuel-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



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

2020-01-06 Thread Rick Farina
commit: bdf041c95ae6b041e27be142c6e40e7b48d4ade5
Author: Rick Farina  gentoo  org>
AuthorDate: Mon Jan  6 21:21:03 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Mon Jan  6 21:28:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf041c9

dev-python/manuel: python 3.7

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

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

diff --git a/dev-python/manuel/manuel-1.9.0.ebuild 
b/dev-python/manuel/manuel-1.9.0.ebuild
index ed19b8ad80a..888269e9711 100644
--- a/dev-python/manuel/manuel-1.9.0.ebuild
+++ b/dev-python/manuel/manuel-1.9.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python{2_7,3_6,3_7} )
 
 inherit distutils-r1
 



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

2018-08-11 Thread Patrice Clement
commit: 7c028337720868ab2c40f38ceeb36667e44f3a80
Author: Patrice Clement  gentoo  org>
AuthorDate: Fri Aug 10 18:45:00 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Aug 11 22:39:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c028337

dev-python/manuel: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/manuel/Manifest|  1 +
 dev-python/manuel/manuel-1.9.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 146027d12ad..5e2344a9aad 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1 +1,2 @@
 DIST manuel-1.8.0.tar.gz 207600 BLAKE2B 
f7bad36491d49254c7aea17550cbd4fa00b6c3c122061586785da4bddc514f51a2d5a8df3b048fe78c7b01036ca903330ea614c998fdd04d1e8cca002930c962
 SHA512 
8099df44cfd28c8ac6256f346bf8cd36091893a38d3c297099866b1a5db97286b9c9e69f3f12054d7eee9ae3985ca0a003d7b2cc082d28d59850bbcad6b57c57
+DIST manuel-1.9.0.tar.gz 39640 BLAKE2B 
1b699b92816297fee13a65ed2c4fc9ee3683f8e47e7fbf06178c97167ae29cabcedc48edec48b053f725889b39111b3634f0305ac651b5674292d046434fd134
 SHA512 
519b0fd1bd7ef3414dec69f721a6f1265603d28e3b61681acf46e9fba6fdc66efb6c0a82d814af8348bb7c07c3c4c299ae94ea7d6415436592ac37fccaacf18a

diff --git a/dev-python/manuel/manuel-1.9.0.ebuild 
b/dev-python/manuel/manuel-1.9.0.ebuild
new file mode 100644
index 000..516294c9b32
--- /dev/null
+++ b/dev-python/manuel/manuel-1.9.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Manuel lets you build tested documentation"
+HOMEPAGE="https://github.com/benji-york/manuel/ 
https://pypi.org/project/manuel/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]"
+
+DEPEND="
+   ${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+# Required to run tests
+DISTUTILS_IN_SOURCE_BUILD=1
+
+#DOCS=( CHANGES.rst )
+
+#PATCHES=( "${FILESDIR}"/${P}-rm_zope_test.patch )
+
+#python_test() {
+#  PYTHONPATH=src/:${PYTHONPATH} esetup.py test
+#}



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

2016-10-11 Thread Patrice Clement
commit: d39e452329de1f4970ca97acc11ac4a1ab42f83d
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct 11 17:04:42 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 17:09:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39e4523

dev-python/manuel: Stable for amd64+x86.

Package-Manager: portage-2.3.0

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

diff --git a/dev-python/manuel/manuel-1.8.0.ebuild 
b/dev-python/manuel/manuel-1.8.0.ebuild
index 497c62b..3a95dcf 100644
--- a/dev-python/manuel/manuel-1.8.0.ebuild
+++ b/dev-python/manuel/manuel-1.8.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/files/, dev-python/manuel/

2016-10-11 Thread Patrice Clement
commit: b5f312d23839444ad8bf16b3c1577cdc9411d478
Author: Patrice Clement  gentoo  org>
AuthorDate: Tue Oct 11 17:07:02 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Oct 11 17:09:12 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f312d2

dev-python/manuel: clean up old.

Package-Manager: portage-2.3.0

 dev-python/manuel/Manifest |  1 -
 .../manuel/files/manuel-1.7-rm_zope_test.patch | 92 --
 dev-python/manuel/manuel-1.7.1.ebuild  | 33 
 3 files changed, 126 deletions(-)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index f0b48b4..94bae12 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1,2 +1 @@
-DIST manuel-1.7.1-20130316.tar.bz2 24910 SHA256 
4b23c562c84fe771d897b1ce237ba065940ffd5a847bc23bb6ec81070e0d0824 SHA512 
94dab56165b92761aa710aba057338ba3062faa375600885e9943e067726ced492493bee5d203883dad604d424f8599fab35fd605e024e2a4139fb5e1a32698e
 WHIRLPOOL 
75909a8fb55f264198733b3b0b0344c5a8e2039e23e55daab2a3dc4aba67ab7d0226ec4197e588a3625cf38062940008ebf0ca8c72a42b8b5077e2e1c38f39dd
 DIST manuel-1.8.0.tar.gz 207600 SHA256 
a974d7e83652b26be30f6f513fac95d28b9ffa5ae2819a5c63e2ef8594913eb6 SHA512 
8099df44cfd28c8ac6256f346bf8cd36091893a38d3c297099866b1a5db97286b9c9e69f3f12054d7eee9ae3985ca0a003d7b2cc082d28d59850bbcad6b57c57
 WHIRLPOOL 
7870484499d8c18916bf8349ed1a8a9be84eb074440b8c875f3a0468137edf45425a51545da3517a6c81a862708114eea2fa8561eaa219ccb1ff958d8fcb2afe

diff --git a/dev-python/manuel/files/manuel-1.7-rm_zope_test.patch 
b/dev-python/manuel/files/manuel-1.7-rm_zope_test.patch
deleted file mode 100644
index 3487e5f..
--- a/dev-python/manuel/files/manuel-1.7-rm_zope_test.patch
+++ /dev/null
@@ -1,92 +0,0 @@
-diff -ur manuel-1.7.1.orig/src/manuel/tests.py manuel-1.7.1/src/manuel/tests.py
 src/manuel/tests.py2012-04-17 03:08:54.0 +0800
-+++ src/manuel/tests.py2012-05-21 20:43:20.981722893 +0800
-@@ -9,16 +9,17 @@
- import os.path
- import re
- import unittest
--import zope.testing.renormalizing
- 
- doctest = manuel.absolute_import('doctest')
- 
- here = os.path.dirname(os.path.abspath(__file__))
- 
--checker = zope.testing.renormalizing.RENormalizing([
-+try:
-+checker = zope.testing.renormalizing.RENormalizing([
- (re.compile(r">> list(suite)[0].shortDescription()
-+list(suite)[0].shortDescription()
- 'bugs.txt'
-
-
-
-
-

diff --git a/dev-python/manuel/manuel-1.7.1.ebuild 
b/dev-python/manuel/manuel-1.7.1.ebuild
deleted file mode 100644
index 15e19b1..
--- a/dev-python/manuel/manuel-1.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-
-inherit distutils-r1

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

2016-05-29 Thread Pacho Ramos
commit: 6f6582f59e440549a73411050240e99adff4e5ae
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:10:13 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:17:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6582f5

dev-python/manuel: Cleanup due to #390951

Package-Manager: portage-2.3.0_rc1

 dev-python/manuel/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/manuel/metadata.xml b/dev-python/manuel/metadata.xml
index d49a3e1..cfc8355 100644
--- a/dev-python/manuel/metadata.xml
+++ b/dev-python/manuel/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-idel...@gentoo.org
-Ian Delaney
-  
   
 pyt...@gentoo.org
 Python



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

2016-02-24 Thread Justin Lecher
commit: fb1e46b65da832f01ea46718657bdfdae93b250c
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Feb 24 09:07:59 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Feb 24 09:23:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1e46b6

dev-python/manuel: Add python3.5 support

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher  gentoo.org>

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

diff --git a/dev-python/manuel/manuel-1.8.0.ebuild 
b/dev-python/manuel/manuel-1.8.0.ebuild
index 23938d0..497c62b 100644
--- a/dev-python/manuel/manuel-1.8.0.ebuild
+++ b/dev-python/manuel/manuel-1.8.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/manuel/files/, dev-python/manuel/

2015-09-20 Thread Justin Lecher
commit: 2d26b7f3ec173ee642b94bc593a656ecb2332f69
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Sep 20 08:55:10 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Sep 20 09:33:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d26b7f3

dev-python/manuel: Verison Bump

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/manuel/Manifest |   1 +
 .../manuel/files/manuel-1.8.0-rm_zope_test.patch   | 120 +
 dev-python/manuel/manuel-1.8.0.ebuild  |  32 ++
 3 files changed, 153 insertions(+)

diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest
index 43cfad1..f0b48b4 100644
--- a/dev-python/manuel/Manifest
+++ b/dev-python/manuel/Manifest
@@ -1 +1,2 @@
 DIST manuel-1.7.1-20130316.tar.bz2 24910 SHA256 
4b23c562c84fe771d897b1ce237ba065940ffd5a847bc23bb6ec81070e0d0824 SHA512 
94dab56165b92761aa710aba057338ba3062faa375600885e9943e067726ced492493bee5d203883dad604d424f8599fab35fd605e024e2a4139fb5e1a32698e
 WHIRLPOOL 
75909a8fb55f264198733b3b0b0344c5a8e2039e23e55daab2a3dc4aba67ab7d0226ec4197e588a3625cf38062940008ebf0ca8c72a42b8b5077e2e1c38f39dd
+DIST manuel-1.8.0.tar.gz 207600 SHA256 
a974d7e83652b26be30f6f513fac95d28b9ffa5ae2819a5c63e2ef8594913eb6 SHA512 
8099df44cfd28c8ac6256f346bf8cd36091893a38d3c297099866b1a5db97286b9c9e69f3f12054d7eee9ae3985ca0a003d7b2cc082d28d59850bbcad6b57c57
 WHIRLPOOL 
7870484499d8c18916bf8349ed1a8a9be84eb074440b8c875f3a0468137edf45425a51545da3517a6c81a862708114eea2fa8561eaa219ccb1ff958d8fcb2afe

diff --git a/dev-python/manuel/files/manuel-1.8.0-rm_zope_test.patch 
b/dev-python/manuel/files/manuel-1.8.0-rm_zope_test.patch
new file mode 100644
index 000..d1b61cc
--- /dev/null
+++ b/dev-python/manuel/files/manuel-1.8.0-rm_zope_test.patch
@@ -0,0 +1,120 @@
+ setup.py |  6 --
+ src/manuel/index.txt | 26 --
+ src/manuel/tests.py  | 13 +
+ 3 files changed, 17 insertions(+), 28 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index 4561779..b6730c8 100644
+--- a/setup.py
 b/setup.py
+@@ -20,8 +20,6 @@ with open('README.rst') as readme:
+ with open('CHANGES.rst') as changes:
+ long_description = readme.read() + '\n\n' + changes.read()
+ 
+-tests_require = ['zope.testing']
+-
+ setup(
+ name='manuel',
+ version='1.8.0',
+@@ -44,10 +42,6 @@ setup(
+ 'License :: OSI Approved :: Apache Software License',
+ ],
+ license='Apache Software License, Version 2.0',
+-extras_require={
+-'tests': tests_require,
+-},
+-tests_require=tests_require,
+ test_suite='manuel.tests.test_suite',
+ install_requires=[
+ 'setuptools',
+diff --git a/src/manuel/index.txt b/src/manuel/index.txt
+index c1d85f3..a315317 100644
+--- a/src/manuel/index.txt
 b/src/manuel/index.txt
+@@ -166,16 +166,16 @@ can pass in your own class to `TestSuite`.
+ 
+ .. code-block:: python
+ 
+- import os.path
+- import manuel.testing
++import os.path
++import manuel.testing
+ 
+- class StripDirsTestCase(manuel.testing.TestCase):
+- def shortDescription(self):
+- return os.path.basename(str(self))
+- suite = manuel.testing.TestSuite(
+- m, path_to_test, TestCase=StripDirsTestCase)
++class StripDirsTestCase(manuel.testing.TestCase):
++def shortDescription(self):
++return os.path.basename(str(self))
++suite = manuel.testing.TestSuite(
++m, path_to_test, TestCase=StripDirsTestCase)
+ 
+->>> list(suite)[0].shortDescription()
++list(suite)[0].shortDescription()
+ 'bugs.txt'
+ 
+ 
+@@ -236,16 +236,6 @@ checkers 
`_
+smoothes over the differences between CPython's and PyPy's NameError
+messages:
+ 
+-.. code-block:: python
+-
+-import re
+-import zope.testing.renormalizing
+-checker = zope.testing.renormalizing.RENormalizing([
+-(re.compile(r"NameError: global name '([a-zA-Z0-9_]+)' is not 
defined"),
+- r"NameError: name '\1' is not defined"),
+-])
+-
+-
+ .. reset-globs
+ .. _capture:
+ 
+diff --git a/src/manuel/tests.py b/src/manuel/tests.py
+index 07723a6..b1a3a76 100644
+--- a/src/manuel/tests.py
 b/src/manuel/tests.py
+@@ -11,11 +11,12 @@ import manuel.testing
+ import os.path
+ import re
+ import unittest
+-import zope.testing.renormalizing
+ 
+ here = os.path.dirname(os.path.abspath(__file__))
+ 
+-checker = zope.testing.renormalizing.RENormalizing([
++try:
++  import zope.testing.renormalizing
++  checker = zope.testing.renormalizing.RENormalizing([
+ (re.compile(r"