[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 8e85ddd8f07c9030b4ad11461bea086347d3e71c
Author: Michał Górny gentoo org>
AuthorDate: Sun Dec 21 17:38:00 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Dec 21 17:38:00 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e85ddd8
dev-python/sybil: Remove py3.11
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-9.2.0-r1.ebuild | 2 +-
dev-python/sybil/sybil-9.3.0.ebuild| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sybil/sybil-9.2.0-r1.ebuild
b/dev-python/sybil/sybil-9.2.0-r1.ebuild
index 5827ceb7559b..27583d25082f 100644
--- a/dev-python/sybil/sybil-9.2.0-r1.ebuild
+++ b/dev-python/sybil/sybil-9.2.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
diff --git a/dev-python/sybil/sybil-9.3.0.ebuild
b/dev-python/sybil/sybil-9.3.0.ebuild
index 8bd6fe153b0e..804c71da610b 100644
--- a/dev-python/sybil/sybil-9.3.0.ebuild
+++ b/dev-python/sybil/sybil-9.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 3af45bfffb526bea749e3b3deffcf76cfe7b2580
Author: Michał Górny gentoo org>
AuthorDate: Wed Dec 3 04:31:33 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Dec 3 04:40:15 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af45bff
dev-python/sybil: Bump to 9.3.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-9.3.0.ebuild | 38 +
2 files changed, 39 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 47b043f4414a..c55c9041e018 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-9.2.0.gh.tar.gz 77600 BLAKE2B
1890c40653e21d116adac30d2623c0626b49bd56c0d7c162d765455ad11f45e769948d34ab3db20d73d62d79384b31598955a568b64672350245471e6a0a57a9
SHA512
0c9188f7c98a1c562b773e7a0f1de430d5ecb98738911b5bda5e3e01ac5a2ce4186d1765d7559711b6b9c819497529ac1196eeec27eb2946730b9913105a8e1e
+DIST sybil-9.3.0.gh.tar.gz 79832 BLAKE2B
e3dfe125fa678ab6cfd1c4c7af59def3d9b02c506f193e0f7035dd074a1c949e6a30926155a41de8f05766a0c709d03cd3463e84def165cb1ac1526b0c95b553
SHA512
2ea4bc51c8b87cdc034c2d6b4d6016c9b1333d613de9ca49b67fca25b7d3aa800ef790b220db9973e70996f692cb9736dd3dadaf3c0275430f73471e95d96caa
diff --git a/dev-python/sybil/sybil-9.3.0.ebuild
b/dev-python/sybil/sybil-9.3.0.ebuild
new file mode 100644
index ..8bd6fe153b0e
--- /dev/null
+++ b/dev-python/sybil/sybil-9.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc
~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7b184181dc554fb4f888f7e909d9aae2c09cd0b9
Author: Michał Górny gentoo org>
AuthorDate: Wed Dec 3 04:31:07 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Dec 3 04:40:14 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b184181
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-9.1.0.ebuild | 42 -
dev-python/sybil/sybil-9.2.0.ebuild | 38 -
3 files changed, 81 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 8a4799d70a7c..47b043f4414a 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-9.1.0.gh.tar.gz 75369 BLAKE2B
db9397d212042ea230b6357f8003d620a45e9b8332f7f326cbc7d6dbc188c9c72bac105871a2b56b51e28d6149535aa86c732fbb28ff63f6d265c3751f129e11
SHA512
1b0498ed14114398d0580eb35f3a6c693bc2bbef9cec47beb7084581e82487b15b6fd5266c2cb8927ea412624e3c1a66c65f14f6007196ab7aa9dcd0668cd3d8
DIST sybil-9.2.0.gh.tar.gz 77600 BLAKE2B
1890c40653e21d116adac30d2623c0626b49bd56c0d7c162d765455ad11f45e769948d34ab3db20d73d62d79384b31598955a568b64672350245471e6a0a57a9
SHA512
0c9188f7c98a1c562b773e7a0f1de430d5ecb98738911b5bda5e3e01ac5a2ce4186d1765d7559711b6b9c819497529ac1196eeec27eb2946730b9913105a8e1e
diff --git a/dev-python/sybil/sybil-9.1.0.ebuild
b/dev-python/sybil/sybil-9.1.0.ebuild
deleted file mode 100644
index af1cae322a6d..
--- a/dev-python/sybil/sybil-9.1.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-8[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
diff --git a/dev-python/sybil/sybil-9.2.0.ebuild
b/dev-python/sybil/sybil-9.2.0.ebuild
deleted file mode 100644
index 1abdd9b26b18..
--- a/dev-python/sybil/sybil-9.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2019-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-8[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7747529f9c71d1343b7f90c76f0eb8a91eefd5e3
Author: Sam James gentoo org>
AuthorDate: Tue Dec 2 10:34:20 2025 +
Commit: Sam James gentoo org>
CommitDate: Tue Dec 2 10:34:20 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7747529f
dev-python/sybil: Stabilize 9.2.0-r1 ALLARCHES, #966483
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-9.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.2.0-r1.ebuild
b/dev-python/sybil/sybil-9.2.0-r1.ebuild
index 8bd6fe153b0e..5827ceb7559b 100644
--- a/dev-python/sybil/sybil-9.2.0-r1.ebuild
+++ b/dev-python/sybil/sybil-9.2.0-r1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: e7880988f0595bd32dbce8c3b3f0bbee4d5c720f
Author: Sam James gentoo org>
AuthorDate: Tue Dec 2 03:07:08 2025 +
Commit: Sam James gentoo org>
CommitDate: Tue Dec 2 03:07:08 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7880988
dev-python/sybil: disable py3.10
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-9.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.1.0.ebuild
b/dev-python/sybil/sybil-9.1.0.ebuild
index 21cbbb19f0a2..af1cae322a6d 100644
--- a/dev-python/sybil/sybil-9.1.0.ebuild
+++ b/dev-python/sybil/sybil-9.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 932ce0b8d2802beed84b2ff0cf28ccc9ffa5ca35
Author: Joe Kappus wt gd>
AuthorDate: Mon Dec 1 19:46:34 2025 +
Commit: Sam James gentoo org>
CommitDate: Tue Dec 2 03:04:57 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932ce0b8
dev-python/sybil: enable py3.14
Tests pass, needed for pkgcheck on stable.
Signed-off-by: Joe Kappus wt.gd>
Part-of: https://github.com/gentoo/gentoo/pull/44778
Closes: https://github.com/gentoo/gentoo/pull/44778
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-9.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.1.0.ebuild
b/dev-python/sybil/sybil-9.1.0.ebuild
index 35a54b1ac05e..21cbbb19f0a2 100644
--- a/dev-python/sybil/sybil-9.1.0.ebuild
+++ b/dev-python/sybil/sybil-9.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: eda8c9727a088d7553394c269d3f130069456580
Author: Sam James gentoo org>
AuthorDate: Sat Nov 1 18:20:14 2025 +
Commit: Sam James gentoo org>
CommitDate: Sat Nov 1 18:34:54 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda8c972
dev-python/sybil: enable py3.14
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-9.2.0-r1.ebuild | 38 ++
1 file changed, 38 insertions(+)
diff --git a/dev-python/sybil/sybil-9.2.0-r1.ebuild
b/dev-python/sybil/sybil-9.2.0-r1.ebuild
new file mode 100644
index ..8bd6fe153b0e
--- /dev/null
+++ b/dev-python/sybil/sybil-9.2.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc
~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 436d62c29975d318c5ff8bd32947d7307ad95632
Author: Arthur Zamarin gentoo org>
AuthorDate: Tue Sep 9 20:03:32 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Tue Sep 9 20:03:32 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436d62c2
dev-python/sybil: Stabilize 9.2.0 ALLARCHES, #962590
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/sybil/sybil-9.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.2.0.ebuild
b/dev-python/sybil/sybil-9.2.0.ebuild
index 3be6e6edc858..1abdd9b26b18 100644
--- a/dev-python/sybil/sybil-9.2.0.ebuild
+++ b/dev-python/sybil/sybil-9.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: d8a0f2d104962f01b986625ed02356a0b8997887
Author: Michał Górny gentoo org>
AuthorDate: Sat Aug 9 05:40:05 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Aug 9 05:40:05 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8a0f2d1
dev-python/sybil: Bump to 9.2.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-9.2.0.ebuild | 38 +
2 files changed, 39 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 98d7d89f2b4f..8a4799d70a7c 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-9.1.0.gh.tar.gz 75369 BLAKE2B
db9397d212042ea230b6357f8003d620a45e9b8332f7f326cbc7d6dbc188c9c72bac105871a2b56b51e28d6149535aa86c732fbb28ff63f6d265c3751f129e11
SHA512
1b0498ed14114398d0580eb35f3a6c693bc2bbef9cec47beb7084581e82487b15b6fd5266c2cb8927ea412624e3c1a66c65f14f6007196ab7aa9dcd0668cd3d8
+DIST sybil-9.2.0.gh.tar.gz 77600 BLAKE2B
1890c40653e21d116adac30d2623c0626b49bd56c0d7c162d765455ad11f45e769948d34ab3db20d73d62d79384b31598955a568b64672350245471e6a0a57a9
SHA512
0c9188f7c98a1c562b773e7a0f1de430d5ecb98738911b5bda5e3e01ac5a2ce4186d1765d7559711b6b9c819497529ac1196eeec27eb2946730b9913105a8e1e
diff --git a/dev-python/sybil/sybil-9.2.0.ebuild
b/dev-python/sybil/sybil-9.2.0.ebuild
new file mode 100644
index ..3be6e6edc858
--- /dev/null
+++ b/dev-python/sybil/sybil-9.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc
~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 3604a36b153ebedd2d770df6d1bf4cec6b60f4ba
Author: Sam James gentoo org>
AuthorDate: Sun Apr 13 21:27:06 2025 +
Commit: Sam James gentoo org>
CommitDate: Sun Apr 13 21:27:06 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3604a36b
dev-python/sybil: Keyword 9.1.0 hppa, #926965
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-9.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.1.0.ebuild
b/dev-python/sybil/sybil-9.1.0.ebuild
index c2a6ddc44e01..b6bef5049ce0 100644
--- a/dev-python/sybil/sybil-9.1.0.ebuild
+++ b/dev-python/sybil/sybil-9.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 2b9d5de990d6ac2a518b1fee62c851db06b2510f
Author: Arthur Zamarin gentoo org>
AuthorDate: Sat Mar 8 09:32:38 2025 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Sat Mar 8 09:32:38 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9d5de9
dev-python/sybil: Stabilize 9.1.0 ALLARCHES, #950780
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/sybil/sybil-9.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.1.0.ebuild
b/dev-python/sybil/sybil-9.1.0.ebuild
index 4b7c7c471eda..c2a6ddc44e01 100644
--- a/dev-python/sybil/sybil-9.1.0.ebuild
+++ b/dev-python/sybil/sybil-9.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 07d1a6baf0065e077b700c1ce89c7a3f0b0cd09e
Author: Michał Górny gentoo org>
AuthorDate: Sat Mar 8 10:48:34 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Mar 8 10:50:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d1a6ba
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-9.0.0.ebuild | 42 -
2 files changed, 43 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index dee695d38c3c..98d7d89f2b4f 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-9.0.0.gh.tar.gz 75154 BLAKE2B
adc04da47539cb17001538776f1b73c2a27eae07fcc63ace38925fb46e2679f21133354b78da02299d9f87d047d68ee4ba623fc555c9efd17e965a067e8c8646
SHA512
098efe001c17606cbf3ab4095ca9b85e784a13af67d48d898a2622c18c6a506507ba743a232bb8c270734b9fadb24aeff356833a854a45285521a06c3ed8
DIST sybil-9.1.0.gh.tar.gz 75369 BLAKE2B
db9397d212042ea230b6357f8003d620a45e9b8332f7f326cbc7d6dbc188c9c72bac105871a2b56b51e28d6149535aa86c732fbb28ff63f6d265c3751f129e11
SHA512
1b0498ed14114398d0580eb35f3a6c693bc2bbef9cec47beb7084581e82487b15b6fd5266c2cb8927ea412624e3c1a66c65f14f6007196ab7aa9dcd0668cd3d8
diff --git a/dev-python/sybil/sybil-9.0.0.ebuild
b/dev-python/sybil/sybil-9.0.0.ebuild
deleted file mode 100644
index 571bf958f1f3..
--- a/dev-python/sybil/sybil-9.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-8[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 00da8ff0ff21090231d28bc008c5bcd5f9fb97d0
Author: Michał Górny gentoo org>
AuthorDate: Wed Feb 19 06:37:35 2025 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Feb 19 07:56:30 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00da8ff0
dev-python/sybil: Bump to 9.1.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-9.1.0.ebuild | 42 +
2 files changed, 43 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index a5e0ff156bb9..dee695d38c3c 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-9.0.0.gh.tar.gz 75154 BLAKE2B
adc04da47539cb17001538776f1b73c2a27eae07fcc63ace38925fb46e2679f21133354b78da02299d9f87d047d68ee4ba623fc555c9efd17e965a067e8c8646
SHA512
098efe001c17606cbf3ab4095ca9b85e784a13af67d48d898a2622c18c6a506507ba743a232bb8c270734b9fadb24aeff356833a854a45285521a06c3ed8
+DIST sybil-9.1.0.gh.tar.gz 75369 BLAKE2B
db9397d212042ea230b6357f8003d620a45e9b8332f7f326cbc7d6dbc188c9c72bac105871a2b56b51e28d6149535aa86c732fbb28ff63f6d265c3751f129e11
SHA512
1b0498ed14114398d0580eb35f3a6c693bc2bbef9cec47beb7084581e82487b15b6fd5266c2cb8927ea412624e3c1a66c65f14f6007196ab7aa9dcd0668cd3d8
diff --git a/dev-python/sybil/sybil-9.1.0.ebuild
b/dev-python/sybil/sybil-9.1.0.ebuild
new file mode 100644
index ..4b7c7c471eda
--- /dev/null
+++ b/dev-python/sybil/sybil-9.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2019-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7436694a19bd34fd0e57669dc7c086e08fe1ddc7
Author: Michał Górny gentoo org>
AuthorDate: Sat Nov 30 11:45:20 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Nov 30 11:45:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7436694a
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-8.0.1.ebuild | 42 -
2 files changed, 43 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 1ce0161325c2..a5e0ff156bb9 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-8.0.1.gh.tar.gz 75321 BLAKE2B
dc3b4dcafd7d10549d75767a86a32d6509c1fc6683617d533b64bedb9499dfa1405656eed049622d32d9aef13f74e20ba2a46bf5eb57bd8306e086a31353b2cb
SHA512
06f0012198e575c0a90274c970880c5fbbcf0738ea57a4cc9692999ea3ad9e40be217e741b3b6ddcfd947f1787c3d60e68ee4d52d547f9929cf3fd2c89880bcc
DIST sybil-9.0.0.gh.tar.gz 75154 BLAKE2B
adc04da47539cb17001538776f1b73c2a27eae07fcc63ace38925fb46e2679f21133354b78da02299d9f87d047d68ee4ba623fc555c9efd17e965a067e8c8646
SHA512
098efe001c17606cbf3ab4095ca9b85e784a13af67d48d898a2622c18c6a506507ba743a232bb8c270734b9fadb24aeff356833a854a45285521a06c3ed8
diff --git a/dev-python/sybil/sybil-8.0.1.ebuild
b/dev-python/sybil/sybil-8.0.1.ebuild
deleted file mode 100644
index 571bf958f1f3..
--- a/dev-python/sybil/sybil-8.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-8[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 896e66f45f22756ff8501be2ce2d2d1c34620d75
Author: Michał Górny gentoo org>
AuthorDate: Sat Nov 30 11:40:09 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Nov 30 11:40:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896e66f4
dev-python/sybil: Stabilize 9.0.0 ALLARCHES, #945459
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-9.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-9.0.0.ebuild
b/dev-python/sybil/sybil-9.0.0.ebuild
index 6244e3506d0c..571bf958f1f3 100644
--- a/dev-python/sybil/sybil-9.0.0.ebuild
+++ b/dev-python/sybil/sybil-9.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 6dda719461ee22a6be3434253841401a19db7e66
Author: Michał Górny gentoo org>
AuthorDate: Sat Nov 16 08:14:50 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Nov 16 08:18:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dda7194
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-8.0.0.ebuild | 42 -
2 files changed, 43 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index c991c541e688..1ce0161325c2 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1,2 @@
-DIST sybil-8.0.0.gh.tar.gz 75118 BLAKE2B
f62f15dab48af23423d8ce9e8a49f3b772fad7d029360d0a98f36a8d2386fc2fc76a2510550ada6b2256848364fa0c998ba939f625c00f1628b8d1a07ad298b5
SHA512
00a02c786e29596fadc3f016c97bc492723fdd956b430ddca2a5e66d38cab424410cf3c74b46f5fff84d3bf3d39ba397068562c5bdca3cff142ce42ad0048487
DIST sybil-8.0.1.gh.tar.gz 75321 BLAKE2B
dc3b4dcafd7d10549d75767a86a32d6509c1fc6683617d533b64bedb9499dfa1405656eed049622d32d9aef13f74e20ba2a46bf5eb57bd8306e086a31353b2cb
SHA512
06f0012198e575c0a90274c970880c5fbbcf0738ea57a4cc9692999ea3ad9e40be217e741b3b6ddcfd947f1787c3d60e68ee4d52d547f9929cf3fd2c89880bcc
DIST sybil-9.0.0.gh.tar.gz 75154 BLAKE2B
adc04da47539cb17001538776f1b73c2a27eae07fcc63ace38925fb46e2679f21133354b78da02299d9f87d047d68ee4ba623fc555c9efd17e965a067e8c8646
SHA512
098efe001c17606cbf3ab4095ca9b85e784a13af67d48d898a2622c18c6a506507ba743a232bb8c270734b9fadb24aeff356833a854a45285521a06c3ed8
diff --git a/dev-python/sybil/sybil-8.0.0.ebuild
b/dev-python/sybil/sybil-8.0.0.ebuild
deleted file mode 100644
index 571bf958f1f3..
--- a/dev-python/sybil/sybil-8.0.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
- >=dev-python/pytest-8[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: d8f80b782e80b46a8ee7ebde619ac25e0ee20519
Author: Michał Górny gentoo org>
AuthorDate: Sat Nov 16 08:09:31 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Nov 16 08:09:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8f80b78
dev-python/sybil: Stabilize 8.0.1 ALLARCHES, #943608
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-8.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-8.0.1.ebuild
b/dev-python/sybil/sybil-8.0.1.ebuild
index 6244e3506d0c..571bf958f1f3 100644
--- a/dev-python/sybil/sybil-8.0.1.ebuild
+++ b/dev-python/sybil/sybil-8.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: f6ad276d42233b81e8ed1300a27730dabcb6e473
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 13 06:36:35 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 13 06:55:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6ad276d
dev-python/sybil: Bump to 9.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-9.0.0.ebuild | 42 +
2 files changed, 43 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index deec8d4ec70f..c991c541e688 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-8.0.0.gh.tar.gz 75118 BLAKE2B
f62f15dab48af23423d8ce9e8a49f3b772fad7d029360d0a98f36a8d2386fc2fc76a2510550ada6b2256848364fa0c998ba939f625c00f1628b8d1a07ad298b5
SHA512
00a02c786e29596fadc3f016c97bc492723fdd956b430ddca2a5e66d38cab424410cf3c74b46f5fff84d3bf3d39ba397068562c5bdca3cff142ce42ad0048487
DIST sybil-8.0.1.gh.tar.gz 75321 BLAKE2B
dc3b4dcafd7d10549d75767a86a32d6509c1fc6683617d533b64bedb9499dfa1405656eed049622d32d9aef13f74e20ba2a46bf5eb57bd8306e086a31353b2cb
SHA512
06f0012198e575c0a90274c970880c5fbbcf0738ea57a4cc9692999ea3ad9e40be217e741b3b6ddcfd947f1787c3d60e68ee4d52d547f9929cf3fd2c89880bcc
+DIST sybil-9.0.0.gh.tar.gz 75154 BLAKE2B
adc04da47539cb17001538776f1b73c2a27eae07fcc63ace38925fb46e2679f21133354b78da02299d9f87d047d68ee4ba623fc555c9efd17e965a067e8c8646
SHA512
098efe001c17606cbf3ab4095ca9b85e784a13af67d48d898a2622c18c6a506507ba743a232bb8c270734b9fadb24aeff356833a854a45285521a06c3ed8
diff --git a/dev-python/sybil/sybil-9.0.0.ebuild
b/dev-python/sybil/sybil-9.0.0.ebuild
new file mode 100644
index ..6244e3506d0c
--- /dev/null
+++ b/dev-python/sybil/sybil-9.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 25a9dcbd58b20dbc70d818a73caba20aa9eeb96f
Author: Michał Górny gentoo org>
AuthorDate: Thu Oct 31 05:08:55 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Oct 31 05:17:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a9dcbd
dev-python/sybil: Bump to 8.0.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-8.0.1.ebuild | 42 +
2 files changed, 43 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index db9e5d2f18c0..deec8d4ec70f 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-8.0.0.gh.tar.gz 75118 BLAKE2B
f62f15dab48af23423d8ce9e8a49f3b772fad7d029360d0a98f36a8d2386fc2fc76a2510550ada6b2256848364fa0c998ba939f625c00f1628b8d1a07ad298b5
SHA512
00a02c786e29596fadc3f016c97bc492723fdd956b430ddca2a5e66d38cab424410cf3c74b46f5fff84d3bf3d39ba397068562c5bdca3cff142ce42ad0048487
+DIST sybil-8.0.1.gh.tar.gz 75321 BLAKE2B
dc3b4dcafd7d10549d75767a86a32d6509c1fc6683617d533b64bedb9499dfa1405656eed049622d32d9aef13f74e20ba2a46bf5eb57bd8306e086a31353b2cb
SHA512
06f0012198e575c0a90274c970880c5fbbcf0738ea57a4cc9692999ea3ad9e40be217e741b3b6ddcfd947f1787c3d60e68ee4d52d547f9929cf3fd2c89880bcc
diff --git a/dev-python/sybil/sybil-8.0.1.ebuild
b/dev-python/sybil/sybil-8.0.1.ebuild
new file mode 100644
index ..6244e3506d0c
--- /dev/null
+++ b/dev-python/sybil/sybil-8.0.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: bdbb64cd8edc1a3cf9b1e69b668927203c1b7b5a
Author: Sam James gentoo org>
AuthorDate: Sat Oct 12 15:04:12 2024 +
Commit: Sam James gentoo org>
CommitDate: Sat Oct 12 15:04:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbb64cd
dev-python/sybil: Stabilize 8.0.0 sparc, #940437
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-8.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-8.0.0.ebuild
b/dev-python/sybil/sybil-8.0.0.ebuild
index d02cc33bf5c1..571bf958f1f3 100644
--- a/dev-python/sybil/sybil-8.0.0.ebuild
+++ b/dev-python/sybil/sybil-8.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 802bf6af726625daa9c5f3b364ed9e6914696414
Author: Sam James gentoo org>
AuthorDate: Sat Oct 12 06:30:33 2024 +
Commit: Sam James gentoo org>
CommitDate: Sat Oct 12 06:32:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802bf6af
dev-python/sybil: Stabilize 8.0.0 ALLARCHES, #941303
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-8.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-8.0.0.ebuild
b/dev-python/sybil/sybil-8.0.0.ebuild
index 6244e3506d0c..d02cc33bf5c1 100644
--- a/dev-python/sybil/sybil-8.0.0.ebuild
+++ b/dev-python/sybil/sybil-8.0.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: a1008e34ff271e28b33020323ce6144a183c0e20
Author: Michał Górny gentoo org>
AuthorDate: Sat Oct 5 07:38:37 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Oct 5 07:38:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1008e34
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-7.0.0.ebuild | 39 -
2 files changed, 40 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index e2160f556385..64ce6d5fd09f 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1,2 @@
-DIST sybil-7.0.0.gh.tar.gz 74678 BLAKE2B
17ff70054211437c1b1d2053c6f3cea78ba6e401310853ce1b8397caf992267338a7f868b33174d5bbba1c54c1709bade7f4474a0bcb2e8a59e6e9a93e308574
SHA512
ebc0300d0d36abf6307f9104887eb5f9daa78fa9a86bb985b3fbeb05ffbf1ed8a682c681a207dcd1ee0cb37b8448567a50c19ca3657f391a58655253798665d4
DIST sybil-7.1.1.gh.tar.gz 75224 BLAKE2B
df6946089aacdcd65ba76466e8bdc22481df9b9a3c2653d61ea5d29d1c323d33eecaf38dc718613d3503b38b2953b0deac7c8408b6e9b3fb37d519468361e7f1
SHA512
9c4ee6a166562a63281e151e6fcff4a274ac77d94180f35492f806d05da72daed4b9ae48b4095a90f6679bac226469e5d2ef5f48767a40f513efd295c9597b2c
DIST sybil-8.0.0.gh.tar.gz 75118 BLAKE2B
f62f15dab48af23423d8ce9e8a49f3b772fad7d029360d0a98f36a8d2386fc2fc76a2510550ada6b2256848364fa0c998ba939f625c00f1628b8d1a07ad298b5
SHA512
00a02c786e29596fadc3f016c97bc492723fdd956b430ddca2a5e66d38cab424410cf3c74b46f5fff84d3bf3d39ba397068562c5bdca3cff142ce42ad0048487
diff --git a/dev-python/sybil/sybil-7.0.0.ebuild
b/dev-python/sybil/sybil-7.0.0.ebuild
deleted file mode 100644
index dc21f4fc3b22..
--- a/dev-python/sybil/sybil-7.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 657b4eacc375ba2c74d6e5b9ab3091b84d028bee
Author: Sam James gentoo org>
AuthorDate: Sat Oct 5 07:27:45 2024 +
Commit: Sam James gentoo org>
CommitDate: Sat Oct 5 07:27:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657b4eac
dev-python/sybil: Stabilize 7.1.1 ALLARCHES, #940779
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-7.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-7.1.1.ebuild
b/dev-python/sybil/sybil-7.1.1.ebuild
index 6244e3506d0c..d02cc33bf5c1 100644
--- a/dev-python/sybil/sybil-7.1.1.ebuild
+++ b/dev-python/sybil/sybil-7.1.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/pytest-8[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 1e7cf889b05aa5021d5bb31b8962b2792731147b
Author: Michał Górny gentoo org>
AuthorDate: Sat Sep 28 13:33:24 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Sep 28 13:35:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7cf889
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-6.1.1.ebuild | 39 -
2 files changed, 40 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index b2d9ec8fd740..e2160f556385 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,4 +1,3 @@
-DIST sybil-6.1.1.gh.tar.gz 71447 BLAKE2B
44ced68adfae094454c9dc4ae55b7327fc9d149728ec9f2faafc42057bc9e99572289100e310f16afdde7741841964a365c008fc9a16092d270ce88dfb0d89be
SHA512
f14bb09b8886bd17ccd3a56d3dfc8e2ff510ad04f7b9c8deadff826571e36547934af6855e0a6cbed43e0c0767a0f0af8f80afcecf4a8db74b041fae9d84bd5a
DIST sybil-7.0.0.gh.tar.gz 74678 BLAKE2B
17ff70054211437c1b1d2053c6f3cea78ba6e401310853ce1b8397caf992267338a7f868b33174d5bbba1c54c1709bade7f4474a0bcb2e8a59e6e9a93e308574
SHA512
ebc0300d0d36abf6307f9104887eb5f9daa78fa9a86bb985b3fbeb05ffbf1ed8a682c681a207dcd1ee0cb37b8448567a50c19ca3657f391a58655253798665d4
DIST sybil-7.1.1.gh.tar.gz 75224 BLAKE2B
df6946089aacdcd65ba76466e8bdc22481df9b9a3c2653d61ea5d29d1c323d33eecaf38dc718613d3503b38b2953b0deac7c8408b6e9b3fb37d519468361e7f1
SHA512
9c4ee6a166562a63281e151e6fcff4a274ac77d94180f35492f806d05da72daed4b9ae48b4095a90f6679bac226469e5d2ef5f48767a40f513efd295c9597b2c
DIST sybil-8.0.0.gh.tar.gz 75118 BLAKE2B
f62f15dab48af23423d8ce9e8a49f3b772fad7d029360d0a98f36a8d2386fc2fc76a2510550ada6b2256848364fa0c998ba939f625c00f1628b8d1a07ad298b5
SHA512
00a02c786e29596fadc3f016c97bc492723fdd956b430ddca2a5e66d38cab424410cf3c74b46f5fff84d3bf3d39ba397068562c5bdca3cff142ce42ad0048487
diff --git a/dev-python/sybil/sybil-6.1.1.ebuild
b/dev-python/sybil/sybil-6.1.1.ebuild
deleted file mode 100644
index dc21f4fc3b22..
--- a/dev-python/sybil/sybil-6.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 0099974b0575b50fdfb3e1aa69ed18e20076766c Author: Arthur Zamarin gentoo org> AuthorDate: Sat Sep 28 13:17:19 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Sep 28 13:17:19 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0099974b dev-python/sybil: Stabilize 7.0.0 ALLARCHES, #940413 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-7.0.0.ebuild b/dev-python/sybil/sybil-7.0.0.ebuild index e8ed9cd20ff9..dc21f4fc3b22 100644 --- a/dev-python/sybil/sybil-7.0.0.ebuild +++ b/dev-python/sybil/sybil-7.0.0.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: ce8b38fe364e5c810c4bf3a3b5c45cae06483f35
Author: Michał Górny gentoo org>
AuthorDate: Sat Sep 21 06:40:10 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Sep 21 07:40:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce8b38fe
dev-python/sybil: Bump to 8.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-8.0.0.ebuild | 42 +
2 files changed, 43 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index fb9eb29b6f77..b2d9ec8fd740 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1,4 @@
DIST sybil-6.1.1.gh.tar.gz 71447 BLAKE2B
44ced68adfae094454c9dc4ae55b7327fc9d149728ec9f2faafc42057bc9e99572289100e310f16afdde7741841964a365c008fc9a16092d270ce88dfb0d89be
SHA512
f14bb09b8886bd17ccd3a56d3dfc8e2ff510ad04f7b9c8deadff826571e36547934af6855e0a6cbed43e0c0767a0f0af8f80afcecf4a8db74b041fae9d84bd5a
DIST sybil-7.0.0.gh.tar.gz 74678 BLAKE2B
17ff70054211437c1b1d2053c6f3cea78ba6e401310853ce1b8397caf992267338a7f868b33174d5bbba1c54c1709bade7f4474a0bcb2e8a59e6e9a93e308574
SHA512
ebc0300d0d36abf6307f9104887eb5f9daa78fa9a86bb985b3fbeb05ffbf1ed8a682c681a207dcd1ee0cb37b8448567a50c19ca3657f391a58655253798665d4
DIST sybil-7.1.1.gh.tar.gz 75224 BLAKE2B
df6946089aacdcd65ba76466e8bdc22481df9b9a3c2653d61ea5d29d1c323d33eecaf38dc718613d3503b38b2953b0deac7c8408b6e9b3fb37d519468361e7f1
SHA512
9c4ee6a166562a63281e151e6fcff4a274ac77d94180f35492f806d05da72daed4b9ae48b4095a90f6679bac226469e5d2ef5f48767a40f513efd295c9597b2c
+DIST sybil-8.0.0.gh.tar.gz 75118 BLAKE2B
f62f15dab48af23423d8ce9e8a49f3b772fad7d029360d0a98f36a8d2386fc2fc76a2510550ada6b2256848364fa0c998ba939f625c00f1628b8d1a07ad298b5
SHA512
00a02c786e29596fadc3f016c97bc492723fdd956b430ddca2a5e66d38cab424410cf3c74b46f5fff84d3bf3d39ba397068562c5bdca3cff142ce42ad0048487
diff --git a/dev-python/sybil/sybil-8.0.0.ebuild
b/dev-python/sybil/sybil-8.0.0.ebuild
new file mode 100644
index ..6244e3506d0c
--- /dev/null
+++ b/dev-python/sybil/sybil-8.0.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 920d02549caae06b1f4ae434a569f4bcdb860cf1
Author: Michał Górny gentoo org>
AuthorDate: Tue Sep 17 05:33:29 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Sep 17 05:33:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920d0254
dev-python/sybil: Bump to 7.1.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-7.1.1.ebuild | 42 +
2 files changed, 43 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index eceb5d95b93f..fb9eb29b6f77 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-6.1.1.gh.tar.gz 71447 BLAKE2B
44ced68adfae094454c9dc4ae55b7327fc9d149728ec9f2faafc42057bc9e99572289100e310f16afdde7741841964a365c008fc9a16092d270ce88dfb0d89be
SHA512
f14bb09b8886bd17ccd3a56d3dfc8e2ff510ad04f7b9c8deadff826571e36547934af6855e0a6cbed43e0c0767a0f0af8f80afcecf4a8db74b041fae9d84bd5a
DIST sybil-7.0.0.gh.tar.gz 74678 BLAKE2B
17ff70054211437c1b1d2053c6f3cea78ba6e401310853ce1b8397caf992267338a7f868b33174d5bbba1c54c1709bade7f4474a0bcb2e8a59e6e9a93e308574
SHA512
ebc0300d0d36abf6307f9104887eb5f9daa78fa9a86bb985b3fbeb05ffbf1ed8a682c681a207dcd1ee0cb37b8448567a50c19ca3657f391a58655253798665d4
+DIST sybil-7.1.1.gh.tar.gz 75224 BLAKE2B
df6946089aacdcd65ba76466e8bdc22481df9b9a3c2653d61ea5d29d1c323d33eecaf38dc718613d3503b38b2953b0deac7c8408b6e9b3fb37d519468361e7f1
SHA512
9c4ee6a166562a63281e151e6fcff4a274ac77d94180f35492f806d05da72daed4b9ae48b4095a90f6679bac226469e5d2ef5f48767a40f513efd295c9597b2c
diff --git a/dev-python/sybil/sybil-7.1.1.ebuild
b/dev-python/sybil/sybil-7.1.1.ebuild
new file mode 100644
index ..6244e3506d0c
--- /dev/null
+++ b/dev-python/sybil/sybil-7.1.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/pytest-8[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: a9cb61cfaa2c13a7608ad3c6d4c3435e654d94f6
Author: Michał Górny gentoo org>
AuthorDate: Fri Sep 13 02:57:32 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Sep 13 03:12:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cb61cf
dev-python/sybil: Bump to 7.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-7.0.0.ebuild | 39 +
2 files changed, 40 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index f407fb342633..eceb5d95b93f 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-6.1.1.gh.tar.gz 71447 BLAKE2B
44ced68adfae094454c9dc4ae55b7327fc9d149728ec9f2faafc42057bc9e99572289100e310f16afdde7741841964a365c008fc9a16092d270ce88dfb0d89be
SHA512
f14bb09b8886bd17ccd3a56d3dfc8e2ff510ad04f7b9c8deadff826571e36547934af6855e0a6cbed43e0c0767a0f0af8f80afcecf4a8db74b041fae9d84bd5a
+DIST sybil-7.0.0.gh.tar.gz 74678 BLAKE2B
17ff70054211437c1b1d2053c6f3cea78ba6e401310853ce1b8397caf992267338a7f868b33174d5bbba1c54c1709bade7f4474a0bcb2e8a59e6e9a93e308574
SHA512
ebc0300d0d36abf6307f9104887eb5f9daa78fa9a86bb985b3fbeb05ffbf1ed8a682c681a207dcd1ee0cb37b8448567a50c19ca3657f391a58655253798665d4
diff --git a/dev-python/sybil/sybil-7.0.0.ebuild
b/dev-python/sybil/sybil-7.0.0.ebuild
new file mode 100644
index ..e8ed9cd20ff9
--- /dev/null
+++ b/dev-python/sybil/sybil-7.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: af755167a4f9f92db8ad642cd8d1bc40c4ce7fb0 Author: Jakov Smolić gentoo org> AuthorDate: Thu Aug 29 06:33:54 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Thu Aug 29 06:33:54 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af755167 dev-python/sybil: Stabilize 6.1.1 ppc, #938646 Signed-off-by: Jakov Smolić gentoo.org> dev-python/sybil/sybil-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.1.1.ebuild b/dev-python/sybil/sybil-6.1.1.ebuild index 0081ac733be2..dc21f4fc3b22 100644 --- a/dev-python/sybil/sybil-6.1.1.ebuild +++ b/dev-python/sybil/sybil-6.1.1.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: e432c8dccf5acd5cb0c4e6f94a8b367f025e0917 Author: Jakov Smolić gentoo org> AuthorDate: Thu Aug 29 06:33:41 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Thu Aug 29 06:33:41 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432c8dc dev-python/sybil: Stabilize 6.1.1 ppc64, #938646 Signed-off-by: Jakov Smolić gentoo.org> dev-python/sybil/sybil-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.1.1.ebuild b/dev-python/sybil/sybil-6.1.1.ebuild index a115b4ad82b8..0081ac733be2 100644 --- a/dev-python/sybil/sybil-6.1.1.ebuild +++ b/dev-python/sybil/sybil-6.1.1.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: ba6ab04dce7b6825996743bc7ad615a07c24be2a Author: Jakov Smolić gentoo org> AuthorDate: Thu Aug 29 05:09:33 2024 + Commit: Jakov Smolić gentoo org> CommitDate: Thu Aug 29 05:09:33 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba6ab04d dev-python/sybil: Stabilize 6.1.1 arm, #938646 Signed-off-by: Jakov Smolić gentoo.org> dev-python/sybil/sybil-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.1.1.ebuild b/dev-python/sybil/sybil-6.1.1.ebuild index 826e4341cda0..a115b4ad82b8 100644 --- a/dev-python/sybil/sybil-6.1.1.ebuild +++ b/dev-python/sybil/sybil-6.1.1.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: d795edd310368bec7f475589e05be0d3e69e0896
Author: Michał Górny gentoo org>
AuthorDate: Wed Jun 19 17:15:01 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Jun 19 17:21:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d795edd3
dev-python/sybil: Enable py3.13
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-6.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-6.1.1.ebuild
b/dev-python/sybil/sybil-6.1.1.ebuild
index 72135c802961..826e4341cda0 100644
--- a/dev-python/sybil/sybil-6.1.1.ebuild
+++ b/dev-python/sybil/sybil-6.1.1.ebuild
@@ -4,7 +4,7 @@
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/sybil/
commit: 3517de6a2ba5e27d0535f5c83b92b94890ce3a68
Author: Michał Górny gentoo org>
AuthorDate: Sat May 25 06:33:04 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sat May 25 06:33:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3517de6a
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-6.1.0.ebuild | 39 -
2 files changed, 40 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 9142a713ce46..f407fb342633 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-6.1.0.gh.tar.gz 70823 BLAKE2B
dfdd931f1f2bb7944a97ceb92425e55accc8d7587c829b65be9b6b65007f8a32b076938e1114bbee76d0a9592ba29335cf88e982aa00d1a3ad17c8523f162548
SHA512
2048073c8ef8a9c0f71dabe39ada1404eef3d83509fe3f3e0a7e6b5d1f65a24242c8faf14aaac9ea12b21ab5908dee9bae9d03d9907f09a830d73a3b6e52f8d3
DIST sybil-6.1.1.gh.tar.gz 71447 BLAKE2B
44ced68adfae094454c9dc4ae55b7327fc9d149728ec9f2faafc42057bc9e99572289100e310f16afdde7741841964a365c008fc9a16092d270ce88dfb0d89be
SHA512
f14bb09b8886bd17ccd3a56d3dfc8e2ff510ad04f7b9c8deadff826571e36547934af6855e0a6cbed43e0c0767a0f0af8f80afcecf4a8db74b041fae9d84bd5a
diff --git a/dev-python/sybil/sybil-6.1.0.ebuild
b/dev-python/sybil/sybil-6.1.0.ebuild
deleted file mode 100644
index 72135c802961..
--- a/dev-python/sybil/sybil-6.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-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
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 72ac8c89c81ca27b1258984452b11ac1274f94bb Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 25 06:27:42 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat May 25 06:27:42 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ac8c89 dev-python/sybil: Stabilize 6.1.1 ALLARCHES, #932685 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-6.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.1.1.ebuild b/dev-python/sybil/sybil-6.1.1.ebuild index adf69fd38724..72135c802961 100644 --- a/dev-python/sybil/sybil-6.1.1.ebuild +++ b/dev-python/sybil/sybil-6.1.1.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: cdcb050c4d76e3bd89c38bac31723f819c07276f
Author: Michał Górny gentoo org>
AuthorDate: Fri May 10 02:00:29 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Fri May 10 02:02:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdcb050c
dev-python/sybil: Bump to 6.1.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-6.1.1.ebuild | 39 +
2 files changed, 40 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 64b0a17a44bc..9142a713ce46 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-6.1.0.gh.tar.gz 70823 BLAKE2B
dfdd931f1f2bb7944a97ceb92425e55accc8d7587c829b65be9b6b65007f8a32b076938e1114bbee76d0a9592ba29335cf88e982aa00d1a3ad17c8523f162548
SHA512
2048073c8ef8a9c0f71dabe39ada1404eef3d83509fe3f3e0a7e6b5d1f65a24242c8faf14aaac9ea12b21ab5908dee9bae9d03d9907f09a830d73a3b6e52f8d3
+DIST sybil-6.1.1.gh.tar.gz 71447 BLAKE2B
44ced68adfae094454c9dc4ae55b7327fc9d149728ec9f2faafc42057bc9e99572289100e310f16afdde7741841964a365c008fc9a16092d270ce88dfb0d89be
SHA512
f14bb09b8886bd17ccd3a56d3dfc8e2ff510ad04f7b9c8deadff826571e36547934af6855e0a6cbed43e0c0767a0f0af8f80afcecf4a8db74b041fae9d84bd5a
diff --git a/dev-python/sybil/sybil-6.1.1.ebuild
b/dev-python/sybil/sybil-6.1.1.ebuild
new file mode 100644
index ..adf69fd38724
--- /dev/null
+++ b/dev-python/sybil/sybil-6.1.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-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
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7838ac0afc5931d6d1035ade6e6e5313f9302863
Author: Michał Górny gentoo org>
AuthorDate: Wed May 8 08:09:49 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Wed May 8 08:15:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7838ac0a
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-6.0.3.ebuild | 39 -
2 files changed, 40 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index c6558a2d551c..64b0a17a44bc 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-6.0.3.gh.tar.gz 67772 BLAKE2B
e90b7a01373d931ca056bfce1336bab8a579a25e17000675d77cd849081275970b455c7bc77f30e0fd104073115915fc4f4477b010eafd35e57aec322fb42fc4
SHA512
1fb42b944b237556012ace6fcc5eb3d0f067f0ca043ceafa0e201a8076870fc7e06ae62813eec90d486de6e4b71ebf29176dfff6573de423480c688ff005004d
DIST sybil-6.1.0.gh.tar.gz 70823 BLAKE2B
dfdd931f1f2bb7944a97ceb92425e55accc8d7587c829b65be9b6b65007f8a32b076938e1114bbee76d0a9592ba29335cf88e982aa00d1a3ad17c8523f162548
SHA512
2048073c8ef8a9c0f71dabe39ada1404eef3d83509fe3f3e0a7e6b5d1f65a24242c8faf14aaac9ea12b21ab5908dee9bae9d03d9907f09a830d73a3b6e52f8d3
diff --git a/dev-python/sybil/sybil-6.0.3.ebuild
b/dev-python/sybil/sybil-6.0.3.ebuild
deleted file mode 100644
index 72135c802961..
--- a/dev-python/sybil/sybil-6.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-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
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7ee224b7ce52f64dc03a2416348b231e3aeeab4e
Author: Michał Górny gentoo org>
AuthorDate: Tue Apr 23 04:41:57 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Tue Apr 23 05:38:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee224b7
dev-python/sybil: Bump to 6.1.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-6.1.0.ebuild | 39 +
2 files changed, 40 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 6334c9906f97..c6558a2d551c 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-6.0.3.gh.tar.gz 67772 BLAKE2B
e90b7a01373d931ca056bfce1336bab8a579a25e17000675d77cd849081275970b455c7bc77f30e0fd104073115915fc4f4477b010eafd35e57aec322fb42fc4
SHA512
1fb42b944b237556012ace6fcc5eb3d0f067f0ca043ceafa0e201a8076870fc7e06ae62813eec90d486de6e4b71ebf29176dfff6573de423480c688ff005004d
+DIST sybil-6.1.0.gh.tar.gz 70823 BLAKE2B
dfdd931f1f2bb7944a97ceb92425e55accc8d7587c829b65be9b6b65007f8a32b076938e1114bbee76d0a9592ba29335cf88e982aa00d1a3ad17c8523f162548
SHA512
2048073c8ef8a9c0f71dabe39ada1404eef3d83509fe3f3e0a7e6b5d1f65a24242c8faf14aaac9ea12b21ab5908dee9bae9d03d9907f09a830d73a3b6e52f8d3
diff --git a/dev-python/sybil/sybil-6.1.0.ebuild
b/dev-python/sybil/sybil-6.1.0.ebuild
new file mode 100644
index ..adf69fd38724
--- /dev/null
+++ b/dev-python/sybil/sybil-6.1.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-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
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 46b36b9eae046f0bac5772acf8981372173e699c Author: Matoro Mahri matoro tk> AuthorDate: Thu Apr 18 18:35:36 2024 + Commit: Ionen Wolkens gentoo org> CommitDate: Fri Apr 19 06:37:46 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b36b9e dev-python/sybil: Keyword 6.0.3 alpha, #926965 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> dev-python/sybil/sybil-6.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.0.3.ebuild b/dev-python/sybil/sybil-6.0.3.ebuild index 44638d2db406..72135c802961 100644 --- a/dev-python/sybil/sybil-6.0.3.ebuild +++ b/dev-python/sybil/sybil-6.0.3.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 0c18538f2f721930c87c93c5ba09d453c1d86b37 Author: Matoro Mahri matoro tk> AuthorDate: Thu Apr 18 15:43:13 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Apr 18 16:10:53 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c18538f dev-python/sybil: Keyword 6.0.3 ppc, #926965 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-6.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.0.3.ebuild b/dev-python/sybil/sybil-6.0.3.ebuild index abc3c11244cb..866f33a1d769 100644 --- a/dev-python/sybil/sybil-6.0.3.ebuild +++ b/dev-python/sybil/sybil-6.0.3.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: a86a50ab8d6984aaaef020ee62451ce16363366c Author: Matoro Mahri matoro tk> AuthorDate: Thu Apr 18 15:44:18 2024 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Apr 18 16:10:55 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86a50ab dev-python/sybil: Keyword 6.0.3 loong, #926965 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-6.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.0.3.ebuild b/dev-python/sybil/sybil-6.0.3.ebuild index 866f33a1d769..44638d2db406 100644 --- a/dev-python/sybil/sybil-6.0.3.ebuild +++ b/dev-python/sybil/sybil-6.0.3.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/files/, dev-python/sybil/
commit: 614e42e269e9236f5a75c23533ceb7bdea64
Author: Michał Górny gentoo org>
AuthorDate: Sun Feb 18 02:42:07 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Feb 18 02:42:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=614e42e2
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/files/sybil-6.0.2-pytest-8.patch | 40 -
dev-python/sybil/sybil-6.0.2-r1.ebuild| 44 ---
3 files changed, 85 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 8ccec810aac4..6334c9906f97 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-6.0.2.gh.tar.gz 67619 BLAKE2B
ec723cb21d2ac1232bd6e9a3e3edb0bc65c705048c2d288df778b4dd19a1b46c956f7d2bd57dfa028d7a8a06357501ffc1226ba171e2073abec51f8d3c536d86
SHA512
9966173b5fb013be1f298b586052d8c10b76efb43bf5230f3d0b780e6d6238e7e33840eeb7c8b9860911351ea612766ed19ea2a61d48424465f3b58e408da5d2
DIST sybil-6.0.3.gh.tar.gz 67772 BLAKE2B
e90b7a01373d931ca056bfce1336bab8a579a25e17000675d77cd849081275970b455c7bc77f30e0fd104073115915fc4f4477b010eafd35e57aec322fb42fc4
SHA512
1fb42b944b237556012ace6fcc5eb3d0f067f0ca043ceafa0e201a8076870fc7e06ae62813eec90d486de6e4b71ebf29176dfff6573de423480c688ff005004d
diff --git a/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
b/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
deleted file mode 100644
index 2447289c0266..
--- a/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From d7428b4cfe5f817037030d025028bf09fd7992ee Mon Sep 17 00:00:00 2001
-From: Adam Dangoor
-Date: Mon, 29 Jan 2024 11:29:16 +
-Subject: [PATCH] Add fixes for Pytest 8.0.0
-
- CHANGELOG.rst | 5 +
- sybil/integration/pytest.py | 17 +
- 2 files changed, 18 insertions(+), 4 deletions(-)
-
-diff --git a/sybil/integration/pytest.py b/sybil/integration/pytest.py
-index 8ce6c72..cad311d 100644
a/sybil/integration/pytest.py
-+++ b/sybil/integration/pytest.py
-@@ -53,12 +53,21 @@ def __init__(self, parent, sybil, example: Example) ->
None:
- def request_fixtures(self, names):
- # pytest fixtures dance:
- fm = self.session._fixturemanager
--closure = fm.getfixtureclosure(names, self)
--initialnames, names_closure, arg2fixturedefs = closure
--fixtureinfo = FuncFixtureInfo(names, initialnames, names_closure,
arg2fixturedefs)
-+if PYTEST_VERSION >= (8, 0, 0):
-+closure = fm.getfixtureclosure(initialnames=names,
parentnode=self, ignore_args=set())
-+names_closure, arg2fixturedefs = closure
-+fixtureinfo = FuncFixtureInfo(argnames=names, initialnames=names,
names_closure=names_closure, name2fixturedefs=arg2fixturedefs)
-+else:
-+closure = fm.getfixtureclosure(names, self)
-+initialnames, names_closure, arg2fixturedefs = closure
-+fixtureinfo = FuncFixtureInfo(names, initialnames, names_closure,
arg2fixturedefs)
- self._fixtureinfo = fixtureinfo
- self.funcargs = {}
--self._request = fixtures.FixtureRequest(self, _ispytest=True)
-+if PYTEST_VERSION >= (8, 0, 0):
-+self._request = fixtures.TopRequest(pyfuncitem=self,
_ispytest=True)
-+self.fixturenames = names_closure
-+else:
-+self._request = fixtures.FixtureRequest(self, _ispytest=True)
-
- def reportinfo(self) -> Tuple[Union["os.PathLike[str]", str],
Optional[int], str]:
- info = '%s line=%i column=%i' % (
diff --git a/dev-python/sybil/sybil-6.0.2-r1.ebuild
b/dev-python/sybil/sybil-6.0.2-r1.ebuild
deleted file mode 100644
index 0a280c114202..
--- a/dev-python/sybil/sybil-6.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2019-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
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
- # https://github.com/simplistix/sybil/pull/108
- "${FILESDIR}/${P}-pytest-8.patch"
-)
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 1f358775aac38039f8fb9439df756767e6aa3f7f Author: Sam James gentoo org> AuthorDate: Sat Feb 17 22:24:47 2024 + Commit: Sam James gentoo org> CommitDate: Sat Feb 17 22:24:47 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f358775 dev-python/sybil: Stabilize 6.0.3 ALLARCHES, #924801 Signed-off-by: Sam James gentoo.org> dev-python/sybil/sybil-6.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.0.3.ebuild b/dev-python/sybil/sybil-6.0.3.ebuild index dfd594060e6f..0ee344c60cf3 100644 --- a/dev-python/sybil/sybil-6.0.3.ebuild +++ b/dev-python/sybil/sybil-6.0.3.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 82284e35b83c04ddf4136085774c507baf8b1acd
Author: Michał Górny gentoo org>
AuthorDate: Thu Feb 1 04:32:52 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Feb 1 04:47:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82284e35
dev-python/sybil: Bump to 6.0.3
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-6.0.3.ebuild | 39 +
2 files changed, 40 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index ef976f0a27d4..8ccec810aac4 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-6.0.2.gh.tar.gz 67619 BLAKE2B
ec723cb21d2ac1232bd6e9a3e3edb0bc65c705048c2d288df778b4dd19a1b46c956f7d2bd57dfa028d7a8a06357501ffc1226ba171e2073abec51f8d3c536d86
SHA512
9966173b5fb013be1f298b586052d8c10b76efb43bf5230f3d0b780e6d6238e7e33840eeb7c8b9860911351ea612766ed19ea2a61d48424465f3b58e408da5d2
+DIST sybil-6.0.3.gh.tar.gz 67772 BLAKE2B
e90b7a01373d931ca056bfce1336bab8a579a25e17000675d77cd849081275970b455c7bc77f30e0fd104073115915fc4f4477b010eafd35e57aec322fb42fc4
SHA512
1fb42b944b237556012ace6fcc5eb3d0f067f0ca043ceafa0e201a8076870fc7e06ae62813eec90d486de6e4b71ebf29176dfff6573de423480c688ff005004d
diff --git a/dev-python/sybil/sybil-6.0.3.ebuild
b/dev-python/sybil/sybil-6.0.3.ebuild
new file mode 100644
index ..dfd594060e6f
--- /dev/null
+++ b/dev-python/sybil/sybil-6.0.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2019-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
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/, dev-python/sybil/files/
commit: 641ddb19001069f92660b78b8877805fe23680d7
Author: Michał Górny gentoo org>
AuthorDate: Mon Jan 29 14:43:52 2024 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Jan 29 14:53:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641ddb19
dev-python/sybil: Add a fix for pytest-8
Closes: https://bugs.gentoo.org/923237
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/files/sybil-6.0.2-pytest-8.patch | 40 ++
.../{sybil-6.0.2.ebuild => sybil-6.0.2-r1.ebuild} | 12 ++-
2 files changed, 51 insertions(+), 1 deletion(-)
diff --git a/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
b/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
new file mode 100644
index ..2447289c0266
--- /dev/null
+++ b/dev-python/sybil/files/sybil-6.0.2-pytest-8.patch
@@ -0,0 +1,40 @@
+From d7428b4cfe5f817037030d025028bf09fd7992ee Mon Sep 17 00:00:00 2001
+From: Adam Dangoor
+Date: Mon, 29 Jan 2024 11:29:16 +
+Subject: [PATCH] Add fixes for Pytest 8.0.0
+
+---
+ CHANGELOG.rst | 5 +
+ sybil/integration/pytest.py | 17 +
+ 2 files changed, 18 insertions(+), 4 deletions(-)
+
+diff --git a/sybil/integration/pytest.py b/sybil/integration/pytest.py
+index 8ce6c72..cad311d 100644
+--- a/sybil/integration/pytest.py
b/sybil/integration/pytest.py
+@@ -53,12 +53,21 @@ def __init__(self, parent, sybil, example: Example) ->
None:
+ def request_fixtures(self, names):
+ # pytest fixtures dance:
+ fm = self.session._fixturemanager
+-closure = fm.getfixtureclosure(names, self)
+-initialnames, names_closure, arg2fixturedefs = closure
+-fixtureinfo = FuncFixtureInfo(names, initialnames, names_closure,
arg2fixturedefs)
++if PYTEST_VERSION >= (8, 0, 0):
++closure = fm.getfixtureclosure(initialnames=names,
parentnode=self, ignore_args=set())
++names_closure, arg2fixturedefs = closure
++fixtureinfo = FuncFixtureInfo(argnames=names, initialnames=names,
names_closure=names_closure, name2fixturedefs=arg2fixturedefs)
++else:
++closure = fm.getfixtureclosure(names, self)
++initialnames, names_closure, arg2fixturedefs = closure
++fixtureinfo = FuncFixtureInfo(names, initialnames, names_closure,
arg2fixturedefs)
+ self._fixtureinfo = fixtureinfo
+ self.funcargs = {}
+-self._request = fixtures.FixtureRequest(self, _ispytest=True)
++if PYTEST_VERSION >= (8, 0, 0):
++self._request = fixtures.TopRequest(pyfuncitem=self,
_ispytest=True)
++self.fixturenames = names_closure
++else:
++self._request = fixtures.FixtureRequest(self, _ispytest=True)
+
+ def reportinfo(self) -> Tuple[Union["os.PathLike[str]", str],
Optional[int], str]:
+ info = '%s line=%i column=%i' % (
diff --git a/dev-python/sybil/sybil-6.0.2.ebuild
b/dev-python/sybil/sybil-6.0.2-r1.ebuild
similarity index 77%
rename from dev-python/sybil/sybil-6.0.2.ebuild
rename to dev-python/sybil/sybil-6.0.2-r1.ebuild
index 27065ab0f6bb..0a280c114202 100644
--- a/dev-python/sybil/sybil-6.0.2.ebuild
+++ b/dev-python/sybil/sybil-6.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,3 +32,13 @@ BDEPEND="
"
distutils_enable_tests pytest
+
+PATCHES=(
+ # https://github.com/simplistix/sybil/pull/108
+ "${FILESDIR}/${P}-pytest-8.patch"
+)
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest
+}
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: ecb9a20244cf37171381742f10bf6531caa8dba4
Author: Michał Górny gentoo org>
AuthorDate: Sat Dec 9 15:01:19 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Dec 9 15:01:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecb9a202
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 3 ---
dev-python/sybil/sybil-5.0.3.ebuild | 34 --
dev-python/sybil/sybil-6.0.0.ebuild | 34 --
dev-python/sybil/sybil-6.0.1.ebuild | 34 --
4 files changed, 105 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index fc1a2778c110..ef976f0a27d4 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,4 +1 @@
-DIST sybil-5.0.3.gh.tar.gz 56660 BLAKE2B
99af245f765630523ab2c6cb21452a0c3a970109102900530f5528ac0902d0472ceb09778bd266e9071816de1da397480e53220a974c5cc38f40367d552cef5e
SHA512
0e2a96457b506558b4e9c58890a370c63dbde2c36780dd031cfe8de828f15a2f790c55df81d86800599302958006e704e627b7e8a5d3dd786398ce5f8ea46d35
-DIST sybil-6.0.0.gh.tar.gz 67505 BLAKE2B
b7408802d5f6796701603762f1e48dbd2f218b5ae80fad940f1ba1fdf0643d1f16cb0a88d94b6385f6ff47d4ab18463be613f736613fa5f0baa3f9ff056ebfa8
SHA512
a03cb7e874a6a41f41ca21e9110f0b8f0d45bb94a5cd7c4f0eb0528ce01db4ac9ca6d8d84663d8851c01dda5da3cb232bcadb33594c5c10e5775f390db37ee9a
-DIST sybil-6.0.1.gh.tar.gz 67593 BLAKE2B
443881e81da6456f0790929556334513a8e50d54a0053ddb88b07e29e736e9429ea59fdc30b2d7ff7bdf7e1ec9e272864568aa64fb20a52377d0ee0b39ce30aa
SHA512
e71f06744ff07f973ac7f131cd58d4df3697b1cf42a5983b9a93b657d9bfc9358084dcdec00de624b5e89ffa518e64d45591bf616fb53f5e4659ff9755893cd9
DIST sybil-6.0.2.gh.tar.gz 67619 BLAKE2B
ec723cb21d2ac1232bd6e9a3e3edb0bc65c705048c2d288df778b4dd19a1b46c956f7d2bd57dfa028d7a8a06357501ffc1226ba171e2073abec51f8d3c536d86
SHA512
9966173b5fb013be1f298b586052d8c10b76efb43bf5230f3d0b780e6d6238e7e33840eeb7c8b9860911351ea612766ed19ea2a61d48424465f3b58e408da5d2
diff --git a/dev-python/sybil/sybil-5.0.3.ebuild
b/dev-python/sybil/sybil-5.0.3.ebuild
deleted file mode 100644
index 27065ab0f6bb..
--- a/dev-python/sybil/sybil-5.0.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-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
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/sybil/sybil-6.0.0.ebuild
b/dev-python/sybil/sybil-6.0.0.ebuild
deleted file mode 100644
index 38d5f40dd52e..
--- a/dev-python/sybil/sybil-6.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-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
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/sybil/sybil-6.0.1.ebuild
b/dev-python/sybil/sybil-6.0.1.ebuild
deleted file mode 100644
index 38d5f40dd52e..
--- a/dev-python/sybil/sybil-6.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-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
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 53462827794d605706753c7d64e7f4200bd77096 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 9 14:58:23 2023 + Commit: Michał Górny gentoo org> CommitDate: Sat Dec 9 14:58:23 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53462827 dev-python/sybil: Stabilize 6.0.2 ALLARCHES, #919565 Signed-off-by: Michał Górny gentoo.org> dev-python/sybil/sybil-6.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-6.0.2.ebuild b/dev-python/sybil/sybil-6.0.2.ebuild index 38d5f40dd52e..27065ab0f6bb 100644 --- a/dev-python/sybil/sybil-6.0.2.ebuild +++ b/dev-python/sybil/sybil-6.0.2.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 31c40ed8fa73d504b9730bfceaab993599fa6d34
Author: Michał Górny gentoo org>
AuthorDate: Thu Nov 23 14:34:12 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Nov 23 14:34:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31c40ed8
dev-python/sybil: Bump to 6.0.2
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-6.0.2.ebuild | 34 ++
2 files changed, 35 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 8103cfbfccfe..fc1a2778c110 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1,4 @@
DIST sybil-5.0.3.gh.tar.gz 56660 BLAKE2B
99af245f765630523ab2c6cb21452a0c3a970109102900530f5528ac0902d0472ceb09778bd266e9071816de1da397480e53220a974c5cc38f40367d552cef5e
SHA512
0e2a96457b506558b4e9c58890a370c63dbde2c36780dd031cfe8de828f15a2f790c55df81d86800599302958006e704e627b7e8a5d3dd786398ce5f8ea46d35
DIST sybil-6.0.0.gh.tar.gz 67505 BLAKE2B
b7408802d5f6796701603762f1e48dbd2f218b5ae80fad940f1ba1fdf0643d1f16cb0a88d94b6385f6ff47d4ab18463be613f736613fa5f0baa3f9ff056ebfa8
SHA512
a03cb7e874a6a41f41ca21e9110f0b8f0d45bb94a5cd7c4f0eb0528ce01db4ac9ca6d8d84663d8851c01dda5da3cb232bcadb33594c5c10e5775f390db37ee9a
DIST sybil-6.0.1.gh.tar.gz 67593 BLAKE2B
443881e81da6456f0790929556334513a8e50d54a0053ddb88b07e29e736e9429ea59fdc30b2d7ff7bdf7e1ec9e272864568aa64fb20a52377d0ee0b39ce30aa
SHA512
e71f06744ff07f973ac7f131cd58d4df3697b1cf42a5983b9a93b657d9bfc9358084dcdec00de624b5e89ffa518e64d45591bf616fb53f5e4659ff9755893cd9
+DIST sybil-6.0.2.gh.tar.gz 67619 BLAKE2B
ec723cb21d2ac1232bd6e9a3e3edb0bc65c705048c2d288df778b4dd19a1b46c956f7d2bd57dfa028d7a8a06357501ffc1226ba171e2073abec51f8d3c536d86
SHA512
9966173b5fb013be1f298b586052d8c10b76efb43bf5230f3d0b780e6d6238e7e33840eeb7c8b9860911351ea612766ed19ea2a61d48424465f3b58e408da5d2
diff --git a/dev-python/sybil/sybil-6.0.2.ebuild
b/dev-python/sybil/sybil-6.0.2.ebuild
new file mode 100644
index ..38d5f40dd52e
--- /dev/null
+++ b/dev-python/sybil/sybil-6.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-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
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: c62c1f13ae7cc1bacd9fc5cefbe4fbf5e5e547b6
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 22 10:28:51 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 22 10:32:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62c1f13
dev-python/sybil: Bump to 6.0.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-6.0.1.ebuild | 34 ++
2 files changed, 35 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 6be0e9543072..8103cfbfccfe 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-5.0.3.gh.tar.gz 56660 BLAKE2B
99af245f765630523ab2c6cb21452a0c3a970109102900530f5528ac0902d0472ceb09778bd266e9071816de1da397480e53220a974c5cc38f40367d552cef5e
SHA512
0e2a96457b506558b4e9c58890a370c63dbde2c36780dd031cfe8de828f15a2f790c55df81d86800599302958006e704e627b7e8a5d3dd786398ce5f8ea46d35
DIST sybil-6.0.0.gh.tar.gz 67505 BLAKE2B
b7408802d5f6796701603762f1e48dbd2f218b5ae80fad940f1ba1fdf0643d1f16cb0a88d94b6385f6ff47d4ab18463be613f736613fa5f0baa3f9ff056ebfa8
SHA512
a03cb7e874a6a41f41ca21e9110f0b8f0d45bb94a5cd7c4f0eb0528ce01db4ac9ca6d8d84663d8851c01dda5da3cb232bcadb33594c5c10e5775f390db37ee9a
+DIST sybil-6.0.1.gh.tar.gz 67593 BLAKE2B
443881e81da6456f0790929556334513a8e50d54a0053ddb88b07e29e736e9429ea59fdc30b2d7ff7bdf7e1ec9e272864568aa64fb20a52377d0ee0b39ce30aa
SHA512
e71f06744ff07f973ac7f131cd58d4df3697b1cf42a5983b9a93b657d9bfc9358084dcdec00de624b5e89ffa518e64d45591bf616fb53f5e4659ff9755893cd9
diff --git a/dev-python/sybil/sybil-6.0.1.ebuild
b/dev-python/sybil/sybil-6.0.1.ebuild
new file mode 100644
index ..38d5f40dd52e
--- /dev/null
+++ b/dev-python/sybil/sybil-6.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-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
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: d9ee5fee9ee87acc1d73d59e861360392be3a044
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 22 06:59:54 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 22 07:48:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ee5fee
dev-python/sybil: Bump to 6.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-6.0.0.ebuild | 34 ++
2 files changed, 35 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 0ef57f81a096..6be0e9543072 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-5.0.3.gh.tar.gz 56660 BLAKE2B
99af245f765630523ab2c6cb21452a0c3a970109102900530f5528ac0902d0472ceb09778bd266e9071816de1da397480e53220a974c5cc38f40367d552cef5e
SHA512
0e2a96457b506558b4e9c58890a370c63dbde2c36780dd031cfe8de828f15a2f790c55df81d86800599302958006e704e627b7e8a5d3dd786398ce5f8ea46d35
+DIST sybil-6.0.0.gh.tar.gz 67505 BLAKE2B
b7408802d5f6796701603762f1e48dbd2f218b5ae80fad940f1ba1fdf0643d1f16cb0a88d94b6385f6ff47d4ab18463be613f736613fa5f0baa3f9ff056ebfa8
SHA512
a03cb7e874a6a41f41ca21e9110f0b8f0d45bb94a5cd7c4f0eb0528ce01db4ac9ca6d8d84663d8851c01dda5da3cb232bcadb33594c5c10e5775f390db37ee9a
diff --git a/dev-python/sybil/sybil-6.0.0.ebuild
b/dev-python/sybil/sybil-6.0.0.ebuild
new file mode 100644
index ..38d5f40dd52e
--- /dev/null
+++ b/dev-python/sybil/sybil-6.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-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
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 99c9332ddb43e4b936617f540e55c9f5a1696fd7
Author: Michał Górny gentoo org>
AuthorDate: Thu Aug 24 12:48:03 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Aug 24 12:48:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99c9332d
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-5.0.2.ebuild | 34 --
2 files changed, 35 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 50c3aab15e6a..0ef57f81a096 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-5.0.2.gh.tar.gz 56319 BLAKE2B
56c64c0110a7d0e808eaf786a22e8ce30572a8546be85987b4c26d86e1d8ea8c3f35557463a032a32b23861e7403a4196b03ab0b4d2641d6854f5d4cfd6d4b18
SHA512
43b8a7e6067d99a82e1ef07fce0a2034402db086f5a2043c0c4136eca8bf27a2e53d26f03d0e717b05076a5e65cfc259e685c883a7526840135454a6c68c3100
DIST sybil-5.0.3.gh.tar.gz 56660 BLAKE2B
99af245f765630523ab2c6cb21452a0c3a970109102900530f5528ac0902d0472ceb09778bd266e9071816de1da397480e53220a974c5cc38f40367d552cef5e
SHA512
0e2a96457b506558b4e9c58890a370c63dbde2c36780dd031cfe8de828f15a2f790c55df81d86800599302958006e704e627b7e8a5d3dd786398ce5f8ea46d35
diff --git a/dev-python/sybil/sybil-5.0.2.ebuild
b/dev-python/sybil/sybil-5.0.2.ebuild
deleted file mode 100644
index 6ddabc557450..
--- a/dev-python/sybil/sybil-5.0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 405655424528e6fd680b8c99f8aaf3663b6ef577 Author: Sam James gentoo org> AuthorDate: Thu Aug 24 12:39:07 2023 + Commit: Sam James gentoo org> CommitDate: Thu Aug 24 12:39:07 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40565542 dev-python/sybil: Stabilize 5.0.3 ALLARCHES, #912922 Signed-off-by: Sam James gentoo.org> dev-python/sybil/sybil-5.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-5.0.3.ebuild b/dev-python/sybil/sybil-5.0.3.ebuild index 38d5f40dd52e..27065ab0f6bb 100644 --- a/dev-python/sybil/sybil-5.0.3.ebuild +++ b/dev-python/sybil/sybil-5.0.3.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: d093e2ab34da8f5ae95b9413920f7cbf64ba521f
Author: Michał Górny gentoo org>
AuthorDate: Sun Jul 23 15:11:14 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Jul 23 15:14:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d093e2ab
dev-python/sybil: Enable py3.12
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-5.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-5.0.3.ebuild
b/dev-python/sybil/sybil-5.0.3.ebuild
index e18ec7aee855..38d5f40dd52e 100644
--- a/dev-python/sybil/sybil-5.0.3.ebuild
+++ b/dev-python/sybil/sybil-5.0.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: dad191a87128353c343f330b7843558e9faaa29b
Author: Arthur Zamarin gentoo org>
AuthorDate: Fri Jul 14 16:59:05 2023 +
Commit: Arthur Zamarin gentoo org>
CommitDate: Fri Jul 14 16:59:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad191a8
dev-python/sybil: add 5.0.3
Signed-off-by: Arthur Zamarin gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-5.0.3.ebuild | 34 ++
2 files changed, 35 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 485e17628ca4..50c3aab15e6a 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-5.0.2.gh.tar.gz 56319 BLAKE2B
56c64c0110a7d0e808eaf786a22e8ce30572a8546be85987b4c26d86e1d8ea8c3f35557463a032a32b23861e7403a4196b03ab0b4d2641d6854f5d4cfd6d4b18
SHA512
43b8a7e6067d99a82e1ef07fce0a2034402db086f5a2043c0c4136eca8bf27a2e53d26f03d0e717b05076a5e65cfc259e685c883a7526840135454a6c68c3100
+DIST sybil-5.0.3.gh.tar.gz 56660 BLAKE2B
99af245f765630523ab2c6cb21452a0c3a970109102900530f5528ac0902d0472ceb09778bd266e9071816de1da397480e53220a974c5cc38f40367d552cef5e
SHA512
0e2a96457b506558b4e9c58890a370c63dbde2c36780dd031cfe8de828f15a2f790c55df81d86800599302958006e704e627b7e8a5d3dd786398ce5f8ea46d35
diff --git a/dev-python/sybil/sybil-5.0.3.ebuild
b/dev-python/sybil/sybil-5.0.3.ebuild
new file mode 100644
index ..e18ec7aee855
--- /dev/null
+++ b/dev-python/sybil/sybil-5.0.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 6f6e6562e853709e5dd10e673ee714d7ccc4bac1
Author: Michał Górny gentoo org>
AuthorDate: Sun Jun 11 16:13:01 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Jun 11 16:13:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6e6562
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 2 --
dev-python/sybil/sybil-5.0.0.ebuild | 33 -
dev-python/sybil/sybil-5.0.1.ebuild | 34 --
3 files changed, 69 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 12f99d7aed0a..485e17628ca4 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1 @@
-DIST sybil-5.0.0.gh.tar.gz 55213 BLAKE2B
c95c051ee1a2edf5f9be0cc1dc23caf4c48a6e6b29e16c5b1e9f1ab785012d774eed8f972467132ecad530d59f992dd802474178e32df0a47fcfed36192689de
SHA512
6511ad1ba6c814d0ab951f96e2ea7e4791fac3fbcae47693e8562fafe8e0c73648407e10036ebed42ac4ebb1458208677d850f46dbe238419f7ae545f8add6b6
-DIST sybil-5.0.1.gh.tar.gz 55327 BLAKE2B
710830830402904d630d5405ddaa403cd4249061d76a066015dc77cb868f2009ef368675de518dfd98b9d42f1dc8056fca751fb67394ec1f62bc06c66c3665c7
SHA512
72894949f3a0c41ec2424688edd19e9a796e46c7ce66da3223c206dc02bb4857c711b8269faefe539c26d73686e5a82a5185d943843dec3577ff96a59d0b8072
DIST sybil-5.0.2.gh.tar.gz 56319 BLAKE2B
56c64c0110a7d0e808eaf786a22e8ce30572a8546be85987b4c26d86e1d8ea8c3f35557463a032a32b23861e7403a4196b03ab0b4d2641d6854f5d4cfd6d4b18
SHA512
43b8a7e6067d99a82e1ef07fce0a2034402db086f5a2043c0c4136eca8bf27a2e53d26f03d0e717b05076a5e65cfc259e685c883a7526840135454a6c68c3100
diff --git a/dev-python/sybil/sybil-5.0.0.ebuild
b/dev-python/sybil/sybil-5.0.0.ebuild
deleted file mode 100644
index 16cfedcd364d..
--- a/dev-python/sybil/sybil-5.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/sybil/sybil-5.0.1.ebuild
b/dev-python/sybil/sybil-5.0.1.ebuild
deleted file mode 100644
index 24e991ed8c00..
--- a/dev-python/sybil/sybil-5.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-# tests are missing in sdist, as of 5.0.1
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: f689fe3730f1c523f015f167d1b59c7d12c73af1 Author: Sam James gentoo org> AuthorDate: Sun Jun 11 13:31:27 2023 + Commit: Sam James gentoo org> CommitDate: Sun Jun 11 13:31:27 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f689fe37 dev-python/sybil: Stabilize 5.0.2 ALLARCHES, #908369 Signed-off-by: Sam James gentoo.org> dev-python/sybil/sybil-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-5.0.2.ebuild b/dev-python/sybil/sybil-5.0.2.ebuild index e18ec7aee855..6ddabc557450 100644 --- a/dev-python/sybil/sybil-5.0.2.ebuild +++ b/dev-python/sybil/sybil-5.0.2.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 51f9c66c0bf198a7b323196643eec36a1db2d693
Author: Michał Górny gentoo org>
AuthorDate: Sat May 20 05:25:56 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sat May 20 05:34:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f9c66c
dev-python/sybil: Bump to 5.0.2
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-5.0.2.ebuild | 34 ++
2 files changed, 35 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index c2674052741a..12f99d7aed0a 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-5.0.0.gh.tar.gz 55213 BLAKE2B
c95c051ee1a2edf5f9be0cc1dc23caf4c48a6e6b29e16c5b1e9f1ab785012d774eed8f972467132ecad530d59f992dd802474178e32df0a47fcfed36192689de
SHA512
6511ad1ba6c814d0ab951f96e2ea7e4791fac3fbcae47693e8562fafe8e0c73648407e10036ebed42ac4ebb1458208677d850f46dbe238419f7ae545f8add6b6
DIST sybil-5.0.1.gh.tar.gz 55327 BLAKE2B
710830830402904d630d5405ddaa403cd4249061d76a066015dc77cb868f2009ef368675de518dfd98b9d42f1dc8056fca751fb67394ec1f62bc06c66c3665c7
SHA512
72894949f3a0c41ec2424688edd19e9a796e46c7ce66da3223c206dc02bb4857c711b8269faefe539c26d73686e5a82a5185d943843dec3577ff96a59d0b8072
+DIST sybil-5.0.2.gh.tar.gz 56319 BLAKE2B
56c64c0110a7d0e808eaf786a22e8ce30572a8546be85987b4c26d86e1d8ea8c3f35557463a032a32b23861e7403a4196b03ab0b4d2641d6854f5d4cfd6d4b18
SHA512
43b8a7e6067d99a82e1ef07fce0a2034402db086f5a2043c0c4136eca8bf27a2e53d26f03d0e717b05076a5e65cfc259e685c883a7526840135454a6c68c3100
diff --git a/dev-python/sybil/sybil-5.0.2.ebuild
b/dev-python/sybil/sybil-5.0.2.ebuild
new file mode 100644
index ..e18ec7aee855
--- /dev/null
+++ b/dev-python/sybil/sybil-5.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 5135e2bcc68bbd2e5db29bfb5b0df24cedd6a5a9
Author: Michał Górny gentoo org>
AuthorDate: Thu May 11 06:31:44 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Thu May 11 06:31:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5135e2bc
dev-python/sybil: Bump to 5.0.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-5.0.1.ebuild | 34 ++
2 files changed, 35 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 7f4232773c17..c2674052741a 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-5.0.0.gh.tar.gz 55213 BLAKE2B
c95c051ee1a2edf5f9be0cc1dc23caf4c48a6e6b29e16c5b1e9f1ab785012d774eed8f972467132ecad530d59f992dd802474178e32df0a47fcfed36192689de
SHA512
6511ad1ba6c814d0ab951f96e2ea7e4791fac3fbcae47693e8562fafe8e0c73648407e10036ebed42ac4ebb1458208677d850f46dbe238419f7ae545f8add6b6
+DIST sybil-5.0.1.gh.tar.gz 55327 BLAKE2B
710830830402904d630d5405ddaa403cd4249061d76a066015dc77cb868f2009ef368675de518dfd98b9d42f1dc8056fca751fb67394ec1f62bc06c66c3665c7
SHA512
72894949f3a0c41ec2424688edd19e9a796e46c7ce66da3223c206dc02bb4857c711b8269faefe539c26d73686e5a82a5185d943843dec3577ff96a59d0b8072
diff --git a/dev-python/sybil/sybil-5.0.1.ebuild
b/dev-python/sybil/sybil-5.0.1.ebuild
new file mode 100644
index ..24e991ed8c00
--- /dev/null
+++ b/dev-python/sybil/sybil-5.0.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+# tests are missing in sdist, as of 5.0.1
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: c31860c42701b33e313c322219ccb9d6f4721377
Author: Michał Górny gentoo org>
AuthorDate: Wed Apr 5 08:10:43 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Apr 5 08:10:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31860c4
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 2 --
dev-python/sybil/sybil-4.0.0.ebuild | 33 -
dev-python/sybil/sybil-4.0.1.ebuild | 33 -
3 files changed, 68 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 802a305c5b31..7f4232773c17 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1 @@
-DIST sybil-4.0.0.gh.tar.gz 50845 BLAKE2B
5c7144ad1dd131f98c48f18cf6770782529a3c86a3f976461f032c9024ef93dc2de3c8bc327421a55a3f505982608e15cdcfe022f964c4fd871bd9de61205d68
SHA512
6cf0422ba856a85ba5dd105481cb2d06eb2ff196aee263a36e7ab44c7d45185df022bd859afc92b3b42dc418142e441f377adda82c0b5b0d1410697b563db994
-DIST sybil-4.0.1.gh.tar.gz 51137 BLAKE2B
f18a84a8ee6524c8af2a54ea17d50e04dba90be54bf5345061d2b6ee161de5c19cb8e1a1849f83401ac5a175453a927f2e068129ccaa4707a48509bb0dc73015
SHA512
70db2aae9f8503af8c5ecb65c5d63e928ba81bc7324473b056a6c1cbb4dac9674c34252665e7b28a1134c37190cdb2fd00c37633a68ea4ac61104a12ea72
DIST sybil-5.0.0.gh.tar.gz 55213 BLAKE2B
c95c051ee1a2edf5f9be0cc1dc23caf4c48a6e6b29e16c5b1e9f1ab785012d774eed8f972467132ecad530d59f992dd802474178e32df0a47fcfed36192689de
SHA512
6511ad1ba6c814d0ab951f96e2ea7e4791fac3fbcae47693e8562fafe8e0c73648407e10036ebed42ac4ebb1458208677d850f46dbe238419f7ae545f8add6b6
diff --git a/dev-python/sybil/sybil-4.0.0.ebuild
b/dev-python/sybil/sybil-4.0.0.ebuild
deleted file mode 100644
index 16cfedcd364d..
--- a/dev-python/sybil/sybil-4.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/sybil/sybil-4.0.1.ebuild
b/dev-python/sybil/sybil-4.0.1.ebuild
deleted file mode 100644
index 930ce7413c4e..
--- a/dev-python/sybil/sybil-4.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="
- https://github.com/simplistix/sybil/
- https://pypi.org/project/sybil/
-"
-SRC_URI="
- https://github.com/simplistix/sybil/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-BDEPEND="
- test? (
- dev-python/myst-parser[${PYTHON_USEDEP}]
- dev-python/seedir[${PYTHON_USEDEP}]
- dev-python/testfixtures[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 60c1d8d1450977db2617f019408945ff93265e4c Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 5 07:08:29 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Wed Apr 5 07:08:33 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c1d8d1 dev-python/sybil: Stabilize 5.0.0 ALLARCHES, #903832 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-5.0.0.ebuild b/dev-python/sybil/sybil-5.0.0.ebuild index 930ce7413c4e..16cfedcd364d 100644 --- a/dev-python/sybil/sybil-5.0.0.ebuild +++ b/dev-python/sybil/sybil-5.0.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 072a0dcb80250bb2a3491335b27e6db034af3a84
Author: Michał Górny gentoo org>
AuthorDate: Sun Mar 26 17:40:54 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Mar 26 18:02:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072a0dcb
dev-python/sybil: Bump to 5.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-5.0.0.ebuild | 33 +
2 files changed, 34 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 6d145acccb0e..802a305c5b31 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-4.0.0.gh.tar.gz 50845 BLAKE2B
5c7144ad1dd131f98c48f18cf6770782529a3c86a3f976461f032c9024ef93dc2de3c8bc327421a55a3f505982608e15cdcfe022f964c4fd871bd9de61205d68
SHA512
6cf0422ba856a85ba5dd105481cb2d06eb2ff196aee263a36e7ab44c7d45185df022bd859afc92b3b42dc418142e441f377adda82c0b5b0d1410697b563db994
DIST sybil-4.0.1.gh.tar.gz 51137 BLAKE2B
f18a84a8ee6524c8af2a54ea17d50e04dba90be54bf5345061d2b6ee161de5c19cb8e1a1849f83401ac5a175453a927f2e068129ccaa4707a48509bb0dc73015
SHA512
70db2aae9f8503af8c5ecb65c5d63e928ba81bc7324473b056a6c1cbb4dac9674c34252665e7b28a1134c37190cdb2fd00c37633a68ea4ac61104a12ea72
+DIST sybil-5.0.0.gh.tar.gz 55213 BLAKE2B
c95c051ee1a2edf5f9be0cc1dc23caf4c48a6e6b29e16c5b1e9f1ab785012d774eed8f972467132ecad530d59f992dd802474178e32df0a47fcfed36192689de
SHA512
6511ad1ba6c814d0ab951f96e2ea7e4791fac3fbcae47693e8562fafe8e0c73648407e10036ebed42ac4ebb1458208677d850f46dbe238419f7ae545f8add6b6
diff --git a/dev-python/sybil/sybil-5.0.0.ebuild
b/dev-python/sybil/sybil-5.0.0.ebuild
new file mode 100644
index ..930ce7413c4e
--- /dev/null
+++ b/dev-python/sybil/sybil-5.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst-parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/, sci-mathematics/alectryon/, sci-libs/scikit-image/, ...
commit: a2e235cdcfe173a7c40481cea536d164db36efcc
Author: Michał Górny gentoo org>
AuthorDate: Thu Mar 2 04:57:52 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Mar 2 04:57:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e235cd
Rename dev-python/{myst_parser → myst-parser}
Signed-off-by: Michał Górny gentoo.org>
dev-python/ansible-compat/ansible-compat-2.2.7.ebuild | 2 +-
dev-python/jupyter_core/jupyter_core-5.1.5.ebuild | 2 +-
dev-python/jupyter_core/jupyter_core-5.2.0.ebuild | 2 +-
dev-python/jupyter_server/jupyter_server-1.19.1.ebuild | 2 +-
dev-python/jupyter_ydoc/jupyter_ydoc-0.2.2.ebuild | 2 +-
dev-python/jupyter_ydoc/jupyter_ydoc-0.3.1.ebuild | 2 +-
dev-python/jupyterlab/jupyterlab-3.5.3.ebuild | 2 +-
dev-python/jupyterlab/jupyterlab-3.6.1-r1.ebuild| 2 +-
dev-python/jupyterlab_server/jupyterlab_server-2.19.0.ebuild| 2 +-
dev-python/{myst_parser => myst-parser}/Manifest| 0
dev-python/{myst_parser => myst-parser}/metadata.xml| 0
.../myst-parser-0.18.1-r1.ebuild} | 0
dev-python/nbclassic/nbclassic-0.5.1.ebuild | 2 +-
dev-python/nbclassic/nbclassic-0.5.2.ebuild | 2 +-
dev-python/nbformat/nbformat-5.7.3.ebuild | 2 +-
dev-python/pyrate-limiter/pyrate-limiter-2.10.0.ebuild | 2 +-
dev-python/pyrate-limiter/pyrate-limiter-2.8.2.ebuild | 2 +-
dev-python/pyrate-limiter/pyrate-limiter-2.9.1.ebuild | 2 +-
dev-python/pyzmq/pyzmq-25.0.0.ebuild| 2 +-
dev-python/sphinx-basic-ng/sphinx-basic-ng-0.0.1_alpha12.ebuild | 2 +-
dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta1.ebuild | 2 +-
dev-python/sybil/sybil-4.0.0.ebuild | 2 +-
dev-python/sybil/sybil-4.0.1.ebuild | 2 +-
dev-python/traitlets/traitlets-5.9.0.ebuild | 2 +-
profiles/updates/1Q-2023| 1 +
sci-libs/scikit-image/scikit-image-0.19.3-r1.ebuild | 2 +-
sci-mathematics/alectryon/alectryon-1.4.0-r1.ebuild | 2 +-
27 files changed, 24 insertions(+), 23 deletions(-)
diff --git a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
index 39bd146bfb5d..a66381447db6 100644
--- a/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
+++ b/dev-python/ansible-compat/ansible-compat-2.2.7.ebuild
@@ -51,6 +51,6 @@ EPYTEST_DESELECT=(
distutils_enable_sphinx docs \
dev-python/ansible-pygments \
- dev-python/myst_parser \
+ dev-python/myst-parser \
dev-python/sphinx_ansible_theme
distutils_enable_tests pytest
diff --git a/dev-python/jupyter_core/jupyter_core-5.1.5.ebuild
b/dev-python/jupyter_core/jupyter_core-5.1.5.ebuild
index 1d407a0069d8..b224f1d901f3 100644
--- a/dev-python/jupyter_core/jupyter_core-5.1.5.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-5.1.5.ebuild
@@ -31,7 +31,7 @@ BDEPEND="
"
distutils_enable_sphinx docs \
- dev-python/myst_parser \
+ dev-python/myst-parser \
dev-python/sphinx-autodoc-typehints \
dev-python/sphinxcontrib-github-alt \
dev-python/sphinxcontrib-spelling \
diff --git a/dev-python/jupyter_core/jupyter_core-5.2.0.ebuild
b/dev-python/jupyter_core/jupyter_core-5.2.0.ebuild
index 632659336271..22dd77d4121d 100644
--- a/dev-python/jupyter_core/jupyter_core-5.2.0.ebuild
+++ b/dev-python/jupyter_core/jupyter_core-5.2.0.ebuild
@@ -31,7 +31,7 @@ BDEPEND="
"
distutils_enable_sphinx docs \
- dev-python/myst_parser \
+ dev-python/myst-parser \
dev-python/sphinx-autodoc-typehints \
dev-python/sphinxcontrib-github-alt \
dev-python/sphinxcontrib-spelling \
diff --git a/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
b/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
index 6d394ff204d6..2728a8e24bdb 100644
--- a/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
+++ b/dev-python/jupyter_server/jupyter_server-1.19.1.ebuild
@@ -46,7 +46,7 @@ BDEPEND="
distutils_enable_sphinx docs/source \
dev-python/pydata-sphinx-theme \
- dev-python/myst_parser \
+ dev-python/myst-parser \
dev-python/ipython \
dev-python/sphinxemoji \
dev-python/sphinxcontrib-github-alt \
diff --git a/dev-python/jupyter_ydoc/jupyter_ydoc-0.2.2.ebuild
b/dev-python/jupyter_ydoc/jupyter_ydoc-0.2.2.ebuild
index 42240178e1de..30740cad3bdd 100644
--- a/dev-python/jupyter_ydoc/jupyter_ydoc-0.2.2.ebuild
+++ b/dev-python/jupyter_y
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: eb6a24cae8e256d578299ba275ec15a1d8fb7dc7
Author: Michał Górny gentoo org>
AuthorDate: Wed Feb 8 16:15:16 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Feb 8 17:36:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6a24ca
dev-python/sybil: Bump to 4.0.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-4.0.1.ebuild | 33 +
2 files changed, 34 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 4c733f1eb53c..6d145acccb0e 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-4.0.0.gh.tar.gz 50845 BLAKE2B
5c7144ad1dd131f98c48f18cf6770782529a3c86a3f976461f032c9024ef93dc2de3c8bc327421a55a3f505982608e15cdcfe022f964c4fd871bd9de61205d68
SHA512
6cf0422ba856a85ba5dd105481cb2d06eb2ff196aee263a36e7ab44c7d45185df022bd859afc92b3b42dc418142e441f377adda82c0b5b0d1410697b563db994
+DIST sybil-4.0.1.gh.tar.gz 51137 BLAKE2B
f18a84a8ee6524c8af2a54ea17d50e04dba90be54bf5345061d2b6ee161de5c19cb8e1a1849f83401ac5a175453a927f2e068129ccaa4707a48509bb0dc73015
SHA512
70db2aae9f8503af8c5ecb65c5d63e928ba81bc7324473b056a6c1cbb4dac9674c34252665e7b28a1134c37190cdb2fd00c37633a68ea4ac61104a12ea72
diff --git a/dev-python/sybil/sybil-4.0.1.ebuild
b/dev-python/sybil/sybil-4.0.1.ebuild
new file mode 100644
index ..434b487af5d0
--- /dev/null
+++ b/dev-python/sybil/sybil-4.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/myst_parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: caf01fda83067d130d3fc5f2b5582ab9a08ca71e
Author: Michał Górny gentoo org>
AuthorDate: Sat Jan 28 13:06:32 2023 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Jan 28 13:06:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf01fda
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-3.0.1.ebuild | 19 ---
2 files changed, 20 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index c5dc440f16fa..4c733f1eb53c 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-3.0.1.tar.gz 38265 BLAKE2B
3a9dd8d85a5a6228944f104d255826b4dfee80f5a349da3a0fa69edcfa0953145378f002c1bf834e21c0d382fc96a993b927bdc92bb3e9a84d34998ad6ade62f
SHA512
312c57f0de646b1e7a3b992806362c1020b2d567c805d248e94ab22a336a8fc77704234e123e1ec74987bfea620b2f8c4d3714d32aee03587c615d3d90fe5558
DIST sybil-4.0.0.gh.tar.gz 50845 BLAKE2B
5c7144ad1dd131f98c48f18cf6770782529a3c86a3f976461f032c9024ef93dc2de3c8bc327421a55a3f505982608e15cdcfe022f964c4fd871bd9de61205d68
SHA512
6cf0422ba856a85ba5dd105481cb2d06eb2ff196aee263a36e7ab44c7d45185df022bd859afc92b3b42dc418142e441f377adda82c0b5b0d1410697b563db994
diff --git a/dev-python/sybil/sybil-3.0.1.ebuild
b/dev-python/sybil/sybil-3.0.1.ebuild
deleted file mode 100644
index d5d6d0307347..
--- a/dev-python/sybil/sybil-3.0.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2019-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="https://github.com/simplistix/sybil";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7495494aae7bc03ee3f07e8eafc6cfb12f652708 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 28 12:07:59 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 28 12:07:59 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7495494a dev-python/sybil: Stabilize 4.0.0 arm64, #892377 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index 16f11898258d..6f6dc80a567f 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: ac100f2ade6fd150088def733d913372efa056f6 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 28 08:30:48 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 28 08:30:48 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac100f2a dev-python/sybil: Keyword 4.0.0 arm, #888483 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index d3743a7c9e4f..16f11898258d 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: ef3e3c590cd1263b2584ccb512a95337f9db5fde Author: Arthur Zamarin gentoo org> AuthorDate: Sat Jan 28 08:30:31 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Jan 28 08:30:31 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3e3c59 dev-python/sybil: Keyword 4.0.0 arm64, #888483 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index 547ce4766e3b..d3743a7c9e4f 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~riscv x86" +KEYWORDS="amd64 ~arm64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: d40374aab10347ecbe3d229d3bd1bbde6b53acac Author: Sam James gentoo org> AuthorDate: Thu Jan 26 22:03:23 2023 + Commit: Sam James gentoo org> CommitDate: Thu Jan 26 22:03:36 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d40374aa dev-python/sybil: Stabilize 4.0.0 ALLARCHES, #892107 Signed-off-by: Sam James gentoo.org> dev-python/sybil/sybil-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index 399d0e56bd19..547ce4766e3b 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 208997442f98324c8d51d31761e6d548fd4f846c Author: Yixun Lan gentoo org> AuthorDate: Tue Jan 3 08:19:53 2023 + Commit: Yixun Lan gentoo org> CommitDate: Tue Jan 3 08:19:53 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20899744 dev-python/sybil: Keyword 4.0.0 riscv, #888483 Signed-off-by: Yixun Lan gentoo.org> dev-python/sybil/sybil-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index cbe87def85d2..611976549102 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2022 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7149b2467fd37dada1b3489a54bf43528452ab8a Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 31 10:49:27 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 31 10:49:27 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7149b246 dev-python/sybil: Keyword 4.0.0 x86, #888483 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/sybil/sybil-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sybil/sybil-4.0.0.ebuild b/dev-python/sybil/sybil-4.0.0.ebuild index a54934b5878a..cbe87def85d2 100644 --- a/dev-python/sybil/sybil-4.0.0.ebuild +++ b/dev-python/sybil/sybil-4.0.0.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" BDEPEND=" test? (
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: e67db2f29d0dbb8170fd398a715ff0d4b2426db1
Author: Michał Górny gentoo org>
AuthorDate: Mon Dec 26 09:18:17 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Dec 26 09:40:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e67db2f2
dev-python/sybil: Add test dep on dev-python/testfixtures
Closes: https://bugs.gentoo.org/888495
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-4.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/sybil/sybil-4.0.0.ebuild
b/dev-python/sybil/sybil-4.0.0.ebuild
index 1cb06c5c1fb1..a54934b5878a 100644
--- a/dev-python/sybil/sybil-4.0.0.ebuild
+++ b/dev-python/sybil/sybil-4.0.0.ebuild
@@ -26,6 +26,7 @@ BDEPEND="
test? (
dev-python/myst_parser[${PYTHON_USEDEP}]
dev-python/seedir[${PYTHON_USEDEP}]
+ dev-python/testfixtures[${PYTHON_USEDEP}]
)
"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 5e0bf4941f5df82788420dce2a30ad79647ce8de
Author: Michał Górny gentoo org>
AuthorDate: Mon Dec 26 07:05:38 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Dec 26 07:10:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e0bf494
dev-python/sybil: Bump to 4.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-4.0.0.ebuild | 32
2 files changed, 33 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index df143e6c4dbb..c5dc440f16fa 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-3.0.1.tar.gz 38265 BLAKE2B
3a9dd8d85a5a6228944f104d255826b4dfee80f5a349da3a0fa69edcfa0953145378f002c1bf834e21c0d382fc96a993b927bdc92bb3e9a84d34998ad6ade62f
SHA512
312c57f0de646b1e7a3b992806362c1020b2d567c805d248e94ab22a336a8fc77704234e123e1ec74987bfea620b2f8c4d3714d32aee03587c615d3d90fe5558
+DIST sybil-4.0.0.gh.tar.gz 50845 BLAKE2B
5c7144ad1dd131f98c48f18cf6770782529a3c86a3f976461f032c9024ef93dc2de3c8bc327421a55a3f505982608e15cdcfe022f964c4fd871bd9de61205d68
SHA512
6cf0422ba856a85ba5dd105481cb2d06eb2ff196aee263a36e7ab44c7d45185df022bd859afc92b3b42dc418142e441f377adda82c0b5b0d1410697b563db994
diff --git a/dev-python/sybil/sybil-4.0.0.ebuild
b/dev-python/sybil/sybil-4.0.0.ebuild
new file mode 100644
index ..1cb06c5c1fb1
--- /dev/null
+++ b/dev-python/sybil/sybil-4.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="
+ https://github.com/simplistix/sybil/
+ https://pypi.org/project/sybil/
+"
+SRC_URI="
+ https://github.com/simplistix/sybil/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ dev-python/myst_parser[${PYTHON_USEDEP}]
+ dev-python/seedir[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 9e26a59e7bf82437d8969d6231524dc089cd86a2
Author: Sam James gentoo org>
AuthorDate: Wed Nov 9 06:37:57 2022 +
Commit: Sam James gentoo org>
CommitDate: Wed Nov 9 06:53:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e26a59e
dev-python/sybil: enable py3.11
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-3.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-3.0.1.ebuild
b/dev-python/sybil/sybil-3.0.1.ebuild
index 1254f47d97fb..81b6917eab4f 100644
--- a/dev-python/sybil/sybil-3.0.1.ebuild
+++ b/dev-python/sybil/sybil-3.0.1.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/sybil/files/, dev-python/sybil/
commit: dab13bdbda7c938bd71682d68cd9a99984285cf1
Author: Michał Górny gentoo org>
AuthorDate: Thu Mar 31 14:05:19 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Mar 31 14:05:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab13bdb
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
.../sybil/files/sybil-3.0.0-test-order.patch | 45 --
dev-python/sybil/sybil-3.0.0.ebuild| 21 --
3 files changed, 67 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 7eb33000d04d..df143e6c4dbb 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-3.0.0.tar.gz 38011 BLAKE2B
7a42d5b0f3f13ac111d9edc9f74cb4d968f49680bb33d267ee762e830b134fa8c2e1697834d6a6a7aa09c9cd1dc52552379ca43e6667ee844f54f34b8bd3ffc7
SHA512
b6f5b5ebdeeab2ecbe17b6f83f0bc7e83e68f8e784b6a0eea292020db42294f8a1d0288d208f8a5803d5866038c3226f0b7d0d177c91469c4651364078d1bb4d
DIST sybil-3.0.1.tar.gz 38265 BLAKE2B
3a9dd8d85a5a6228944f104d255826b4dfee80f5a349da3a0fa69edcfa0953145378f002c1bf834e21c0d382fc96a993b927bdc92bb3e9a84d34998ad6ade62f
SHA512
312c57f0de646b1e7a3b992806362c1020b2d567c805d248e94ab22a336a8fc77704234e123e1ec74987bfea620b2f8c4d3714d32aee03587c615d3d90fe5558
diff --git a/dev-python/sybil/files/sybil-3.0.0-test-order.patch
b/dev-python/sybil/files/sybil-3.0.0-test-order.patch
deleted file mode 100644
index 1badf5b06a19..
--- a/dev-python/sybil/files/sybil-3.0.0-test-order.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 4d1e1c891bd619a0dec0a265a930bf49050833d1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?=
-Date: Wed, 27 Oct 2021 13:07:01 +0200
-Subject: [PATCH] Restore sorting of test paths to make tests reliable again
-
-11496eb5761761b687ad4889b4173d3124caa844 has replaced the all_documents
-method with a direct call to glob. This has implicitly resulted
-in removal of path sorting that in turn means that the test output
-depends on filesystem order now and is no longer reliable.
-In particular, the tests can now fail randomly depending
-on the underlying filesystem, unpack/checkout order, etc. Restore
-explicit sorting to make test order predictable again.
-
-Fixes #34
- sybil/integration/unittest.py | 2 +-
- tests/test_sybil.py | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/sybil/integration/unittest.py b/sybil/integration/unittest.py
-index 7129ddf..ce34caf 100644
a/sybil/integration/unittest.py
-+++ b/sybil/integration/unittest.py
-@@ -38,7 +38,7 @@ def unittest_integration(sybil: 'Sybil'):
-
- def load_tests(loader=None, tests=None, pattern=None):
- suite = TestSuite()
--for path in sybil.path.glob('**/*'):
-+for path in sorted(sybil.path.glob('**/*')):
- if path.is_file() and sybil.should_parse(path):
- document = sybil.parse(path)
-
-diff --git a/tests/test_sybil.py b/tests/test_sybil.py
-index 74a04ea..72a5aea 100644
a/tests/test_sybil.py
-+++ b/tests/test_sybil.py
-@@ -243,7 +243,7 @@ def parse(document):
-
- def test_namespace(capsys):
- sybil = Sybil([parse], path='./samples')
--documents = [sybil.parse(p) for p in sybil.path.glob('sample*.txt')]
-+documents = [sybil.parse(p) for p in
sorted(sybil.path.glob('sample*.txt'))]
- actual = []
- for document in documents:
- for example in document:
diff --git a/dev-python/sybil/sybil-3.0.0.ebuild
b/dev-python/sybil/sybil-3.0.0.ebuild
deleted file mode 100644
index 0b0c9f2b1cfe..
--- a/dev-python/sybil/sybil-3.0.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="https://github.com/simplistix/sybil";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-distutils_enable_tests pytest
-
-PATCHES=(
- "${FILESDIR}"/${P}-test-order.patch
-)
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 76a4e01193246e562e65d940bcdd00940d0b696b
Author: Jakov Smolić gentoo org>
AuthorDate: Thu Mar 31 13:54:44 2022 +
Commit: Jakov Smolić gentoo org>
CommitDate: Thu Mar 31 13:54:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a4e011
dev-python/sybil: Stabilize 3.0.1 ALLARCHES, #836533
Signed-off-by: Jakov Smolić gentoo.org>
dev-python/sybil/sybil-3.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-3.0.1.ebuild
b/dev-python/sybil/sybil-3.0.1.ebuild
index 15c8b5282f0d..1254f47d97fb 100644
--- a/dev-python/sybil/sybil-3.0.1.ebuild
+++ b/dev-python/sybil/sybil-3.0.1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: c86cf4c73601cb85bfc97d0add3b696ccb839604
Author: Michał Górny gentoo org>
AuthorDate: Fri Feb 25 23:06:03 2022 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Feb 25 23:16:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86cf4c7
dev-python/sybil: Bump to 3.0.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-3.0.1.ebuild | 19 +++
2 files changed, 20 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index b9f456145acf..7eb33000d04d 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-3.0.0.tar.gz 38011 BLAKE2B
7a42d5b0f3f13ac111d9edc9f74cb4d968f49680bb33d267ee762e830b134fa8c2e1697834d6a6a7aa09c9cd1dc52552379ca43e6667ee844f54f34b8bd3ffc7
SHA512
b6f5b5ebdeeab2ecbe17b6f83f0bc7e83e68f8e784b6a0eea292020db42294f8a1d0288d208f8a5803d5866038c3226f0b7d0d177c91469c4651364078d1bb4d
+DIST sybil-3.0.1.tar.gz 38265 BLAKE2B
3a9dd8d85a5a6228944f104d255826b4dfee80f5a349da3a0fa69edcfa0953145378f002c1bf834e21c0d382fc96a993b927bdc92bb3e9a84d34998ad6ade62f
SHA512
312c57f0de646b1e7a3b992806362c1020b2d567c805d248e94ab22a336a8fc77704234e123e1ec74987bfea620b2f8c4d3714d32aee03587c615d3d90fe5558
diff --git a/dev-python/sybil/sybil-3.0.1.ebuild
b/dev-python/sybil/sybil-3.0.1.ebuild
new file mode 100644
index ..15c8b5282f0d
--- /dev/null
+++ b/dev-python/sybil/sybil-3.0.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2019-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="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/simplistix/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/, dev-python/sybil/files/
commit: 4ad4303ec9ffbaffa02cece5a31790d055af4e6a
Author: Michał Górny gentoo org>
AuthorDate: Thu Dec 2 09:41:56 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Dec 2 09:41:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ad4303e
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/files/sybil-2.0.1-py310.patch | 94 --
dev-python/sybil/sybil-2.0.1.ebuild| 21 --
3 files changed, 116 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index d344d3574395..b9f456145acf 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-2.0.1.tar.gz 29316 BLAKE2B
cf03bc1595efab535d1248b9d267dcd01547f02539977c12b8753e70d13ea0744a6ab76dc1e44fd1c46d192577aa4c1a9b5d5d52678928acfd63937358fa3e33
SHA512
4f3be7686c1acf6812623a756fa79b41e3fbe5d4c3b4c7cf5dfe39fbe56806b4ef3acd24e25968ab9119b2c65ad5c30eabe32f1a93fb62ba8d3893ef123e69f0
DIST sybil-3.0.0.tar.gz 38011 BLAKE2B
7a42d5b0f3f13ac111d9edc9f74cb4d968f49680bb33d267ee762e830b134fa8c2e1697834d6a6a7aa09c9cd1dc52552379ca43e6667ee844f54f34b8bd3ffc7
SHA512
b6f5b5ebdeeab2ecbe17b6f83f0bc7e83e68f8e784b6a0eea292020db42294f8a1d0288d208f8a5803d5866038c3226f0b7d0d177c91469c4651364078d1bb4d
diff --git a/dev-python/sybil/files/sybil-2.0.1-py310.patch
b/dev-python/sybil/files/sybil-2.0.1-py310.patch
deleted file mode 100644
index 15d46bae929b..
--- a/dev-python/sybil/files/sybil-2.0.1-py310.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-From 022fe7d654bdeba6db6eb26c0f9434f0882174bf Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?=
-Date: Wed, 9 Jun 2021 10:49:33 +0200
-Subject: [PATCH 1/3] tests: adjust for slightly different whitespace under
- python3.10
-
-'> raise' is now '>raise' (extra space).
-
-For https://bugzilla.redhat.com/show_bug.cgi?id=1908278.
-The tests now pass with python3-3.9.5-2.fc34.x86_64 and
-python3-3.10.0~b2-3.fc35.x86_64.
- tests/test_functional.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test_functional.py b/tests/test_functional.py
-index f8d41de..5a2e356 100644
a/tests/test_functional.py
-+++ b/tests/test_functional.py
-@@ -99,14 +99,14 @@ def pytest_sessionfinish(self, session):
- 'sybil teardown 4\n'
- 'session_fixture teardown')
- out.then_find('_ fail.rst line=1 column=1 _')
--out.then_find( "> raise Exception('the start!')")
-+out.then_find( " raise Exception('the start!')")
- out.then_find('_ fail.rst line=8 column=1 _')
- out.then_find('Y count was 3 instead of 2')
- out.then_find('fail.rst:8: SybilFailure')
- out.then_find('_ fail.rst line=10 column=1 _')
- out.then_find('ValueError: X count was 3 instead of 4')
- out.then_find('_ fail.rst line=14 column=1 _')
--out.then_find("> raise Exception('boom!')")
-+out.then_find(" raise Exception('boom!')")
- out.then_find('fail.rst:18: Exception')
-
-
-
-From 9723fc90f0b1f8f48c1109d501a31309f93add92 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?=
-Date: Wed, 9 Jun 2021 10:50:06 +0200
-Subject: [PATCH 2/3] tests: adjust for different line numbers under python3.10
-
-I think this is related to
-https://docs.python.org/3.10/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools
-
-For https://bugzilla.redhat.com/show_bug.cgi?id=1908278.
-The tests now pass with python3-3.9.5-2.fc34.x86_64 and
-python3-3.10.0~b2-3.fc35.x86_64.
- tests/test_codeblock.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/tests/test_codeblock.py b/tests/test_codeblock.py
-index c9f8b17..c30ae3a 100644
a/tests/test_codeblock.py
-+++ b/tests/test_codeblock.py
-@@ -44,7 +44,7 @@ def test_future_imports():
- )
- # the future import line drops the firstlineno by 1
- code = compile_codeblock(regions[0].parsed, document.path)
--assert code.co_firstlineno == 2
-+assert code.co_firstlineno in (1, 2) # we get 1 under python3.10
- assert evaluate_region(regions[1], namespace) is None
- assert buffer.getvalue() == (
- 'pathalogical worst case for line numbers\n'
-@@ -52,7 +52,7 @@ def test_future_imports():
- )
- # the future import line drops the firstlineno by 1
- code = compile_codeblock(regions[1].parsed, document.path)
--assert code.co_firstlineno == 8
-+assert code.co_firstlineno in (1, 8) # we get 1 under python3.10
-
-
- def test_windows_line_endings(tmp_path):
-
-From 11862367a760045cc34c11cf888b04f9ca6f4e2d Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?=
-Date: Wed, 9 Jun 2021 10:51:56 +0200
-Subject: [PATCH 3/3] gitignore: ignore __pycache__ directories
-
- .gitignore | 1 +
- 1 file changed, 1 insert
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: e557620beff8c68adbe77c26c5ce0de99b134ce3
Author: Jakov Smolić gentoo org>
AuthorDate: Thu Dec 2 08:54:29 2021 +
Commit: Jakov Smolić gentoo org>
CommitDate: Thu Dec 2 08:54:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e557620b
dev-python/sybil: Stabilize 3.0.0 ALLARCHES, #827997
Signed-off-by: Jakov Smolić gentoo.org>
dev-python/sybil/sybil-3.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-3.0.0.ebuild
b/dev-python/sybil/sybil-3.0.0.ebuild
index 5ac40aac71ef..0b0c9f2b1cfe 100644
--- a/dev-python/sybil/sybil-3.0.0.ebuild
+++ b/dev-python/sybil/sybil-3.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/files/, dev-python/sybil/
commit: 479fece57e01e18cb98af01545a4bf2d299cfe5a
Author: Michał Górny gentoo org>
AuthorDate: Thu Oct 28 05:19:06 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Oct 28 07:00:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479fece5
dev-python/sybil: Bump to 3.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
.../sybil/files/sybil-3.0.0-test-order.patch | 45 ++
dev-python/sybil/metadata.xml | 2 +-
dev-python/sybil/sybil-3.0.0.ebuild| 21 ++
4 files changed, 68 insertions(+), 1 deletion(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index c7aaeb7e183..d344d357439 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-2.0.1.tar.gz 29316 BLAKE2B
cf03bc1595efab535d1248b9d267dcd01547f02539977c12b8753e70d13ea0744a6ab76dc1e44fd1c46d192577aa4c1a9b5d5d52678928acfd63937358fa3e33
SHA512
4f3be7686c1acf6812623a756fa79b41e3fbe5d4c3b4c7cf5dfe39fbe56806b4ef3acd24e25968ab9119b2c65ad5c30eabe32f1a93fb62ba8d3893ef123e69f0
+DIST sybil-3.0.0.tar.gz 38011 BLAKE2B
7a42d5b0f3f13ac111d9edc9f74cb4d968f49680bb33d267ee762e830b134fa8c2e1697834d6a6a7aa09c9cd1dc52552379ca43e6667ee844f54f34b8bd3ffc7
SHA512
b6f5b5ebdeeab2ecbe17b6f83f0bc7e83e68f8e784b6a0eea292020db42294f8a1d0288d208f8a5803d5866038c3226f0b7d0d177c91469c4651364078d1bb4d
diff --git a/dev-python/sybil/files/sybil-3.0.0-test-order.patch
b/dev-python/sybil/files/sybil-3.0.0-test-order.patch
new file mode 100644
index 000..1badf5b06a1
--- /dev/null
+++ b/dev-python/sybil/files/sybil-3.0.0-test-order.patch
@@ -0,0 +1,45 @@
+From 4d1e1c891bd619a0dec0a265a930bf49050833d1 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?=
+Date: Wed, 27 Oct 2021 13:07:01 +0200
+Subject: [PATCH] Restore sorting of test paths to make tests reliable again
+
+11496eb5761761b687ad4889b4173d3124caa844 has replaced the all_documents
+method with a direct call to glob. This has implicitly resulted
+in removal of path sorting that in turn means that the test output
+depends on filesystem order now and is no longer reliable.
+In particular, the tests can now fail randomly depending
+on the underlying filesystem, unpack/checkout order, etc. Restore
+explicit sorting to make test order predictable again.
+
+Fixes #34
+---
+ sybil/integration/unittest.py | 2 +-
+ tests/test_sybil.py | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/sybil/integration/unittest.py b/sybil/integration/unittest.py
+index 7129ddf..ce34caf 100644
+--- a/sybil/integration/unittest.py
b/sybil/integration/unittest.py
+@@ -38,7 +38,7 @@ def unittest_integration(sybil: 'Sybil'):
+
+ def load_tests(loader=None, tests=None, pattern=None):
+ suite = TestSuite()
+-for path in sybil.path.glob('**/*'):
++for path in sorted(sybil.path.glob('**/*')):
+ if path.is_file() and sybil.should_parse(path):
+ document = sybil.parse(path)
+
+diff --git a/tests/test_sybil.py b/tests/test_sybil.py
+index 74a04ea..72a5aea 100644
+--- a/tests/test_sybil.py
b/tests/test_sybil.py
+@@ -243,7 +243,7 @@ def parse(document):
+
+ def test_namespace(capsys):
+ sybil = Sybil([parse], path='./samples')
+-documents = [sybil.parse(p) for p in sybil.path.glob('sample*.txt')]
++documents = [sybil.parse(p) for p in
sorted(sybil.path.glob('sample*.txt'))]
+ actual = []
+ for document in documents:
+ for example in document:
diff --git a/dev-python/sybil/metadata.xml b/dev-python/sybil/metadata.xml
index 24dad470d82..aba09c67223 100644
--- a/dev-python/sybil/metadata.xml
+++ b/dev-python/sybil/metadata.xml
@@ -8,6 +8,6 @@
sybil
-cjw296/sybil
+simplistix/sybil
diff --git a/dev-python/sybil/sybil-3.0.0.ebuild
b/dev-python/sybil/sybil-3.0.0.ebuild
new file mode 100644
index 000..5ac40aac71e
--- /dev/null
+++ b/dev-python/sybil/sybil-3.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/simplistix/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}"/${P}-test-order.patch
+)
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/, dev-python/sybil/files/
commit: 2f5ffe12e7767772ea99f7ef9389115e228f9a30
Author: Michał Górny gentoo org>
AuthorDate: Thu Aug 19 05:37:53 2021 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Aug 19 06:34:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5ffe12
dev-python/sybil: Port to py3.10
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/files/sybil-2.0.1-py310.patch | 94 ++
dev-python/sybil/sybil-2.0.1.ebuild| 6 +-
2 files changed, 99 insertions(+), 1 deletion(-)
diff --git a/dev-python/sybil/files/sybil-2.0.1-py310.patch
b/dev-python/sybil/files/sybil-2.0.1-py310.patch
new file mode 100644
index 000..15d46bae929
--- /dev/null
+++ b/dev-python/sybil/files/sybil-2.0.1-py310.patch
@@ -0,0 +1,94 @@
+From 022fe7d654bdeba6db6eb26c0f9434f0882174bf Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?=
+Date: Wed, 9 Jun 2021 10:49:33 +0200
+Subject: [PATCH 1/3] tests: adjust for slightly different whitespace under
+ python3.10
+
+'> raise' is now '>raise' (extra space).
+
+For https://bugzilla.redhat.com/show_bug.cgi?id=1908278.
+The tests now pass with python3-3.9.5-2.fc34.x86_64 and
+python3-3.10.0~b2-3.fc35.x86_64.
+---
+ tests/test_functional.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_functional.py b/tests/test_functional.py
+index f8d41de..5a2e356 100644
+--- a/tests/test_functional.py
b/tests/test_functional.py
+@@ -99,14 +99,14 @@ def pytest_sessionfinish(self, session):
+ 'sybil teardown 4\n'
+ 'session_fixture teardown')
+ out.then_find('_ fail.rst line=1 column=1 _')
+-out.then_find( "> raise Exception('the start!')")
++out.then_find( " raise Exception('the start!')")
+ out.then_find('_ fail.rst line=8 column=1 _')
+ out.then_find('Y count was 3 instead of 2')
+ out.then_find('fail.rst:8: SybilFailure')
+ out.then_find('_ fail.rst line=10 column=1 _')
+ out.then_find('ValueError: X count was 3 instead of 4')
+ out.then_find('_ fail.rst line=14 column=1 _')
+-out.then_find("> raise Exception('boom!')")
++out.then_find(" raise Exception('boom!')")
+ out.then_find('fail.rst:18: Exception')
+
+
+
+From 9723fc90f0b1f8f48c1109d501a31309f93add92 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?=
+Date: Wed, 9 Jun 2021 10:50:06 +0200
+Subject: [PATCH 2/3] tests: adjust for different line numbers under python3.10
+
+I think this is related to
+https://docs.python.org/3.10/whatsnew/3.10.html#pep-626-precise-line-numbers-for-debugging-and-other-tools
+
+For https://bugzilla.redhat.com/show_bug.cgi?id=1908278.
+The tests now pass with python3-3.9.5-2.fc34.x86_64 and
+python3-3.10.0~b2-3.fc35.x86_64.
+---
+ tests/test_codeblock.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/tests/test_codeblock.py b/tests/test_codeblock.py
+index c9f8b17..c30ae3a 100644
+--- a/tests/test_codeblock.py
b/tests/test_codeblock.py
+@@ -44,7 +44,7 @@ def test_future_imports():
+ )
+ # the future import line drops the firstlineno by 1
+ code = compile_codeblock(regions[0].parsed, document.path)
+-assert code.co_firstlineno == 2
++assert code.co_firstlineno in (1, 2) # we get 1 under python3.10
+ assert evaluate_region(regions[1], namespace) is None
+ assert buffer.getvalue() == (
+ 'pathalogical worst case for line numbers\n'
+@@ -52,7 +52,7 @@ def test_future_imports():
+ )
+ # the future import line drops the firstlineno by 1
+ code = compile_codeblock(regions[1].parsed, document.path)
+-assert code.co_firstlineno == 8
++assert code.co_firstlineno in (1, 8) # we get 1 under python3.10
+
+
+ def test_windows_line_endings(tmp_path):
+
+From 11862367a760045cc34c11cf888b04f9ca6f4e2d Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?=
+Date: Wed, 9 Jun 2021 10:51:56 +0200
+Subject: [PATCH 3/3] gitignore: ignore __pycache__ directories
+
+---
+ .gitignore | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/.gitignore b/.gitignore
+index ee824be..0afa48a 100644
+--- a/.gitignore
b/.gitignore
+@@ -5,4 +5,5 @@
+ .coverage*
+ _build/
+ .*cache/
++__pycache__/
+ pytestdebug.log
diff --git a/dev-python/sybil/sybil-2.0.1.ebuild
b/dev-python/sybil/sybil-2.0.1.ebuild
index 0e19bc2316f..84763f93566 100644
--- a/dev-python/sybil/sybil-2.0.1.ebuild
+++ b/dev-python/sybil/sybil-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Automated testing for the examples in your documentation"
@@ -15,3 +15,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
distutils_enable_tests pytest
+
+PATCHES=(
+ "${FILESDIR}"/${P}-py310.patch
+)
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 2cc1d054989c09a50fcbe4b04a80163873d48546
Author: Marek Szuba gentoo org>
AuthorDate: Tue Jun 22 15:44:03 2021 +
Commit: Marek Szuba gentoo org>
CommitDate: Tue Jun 22 17:00:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc1d054
dev-python/sybil: keyword 2.0.1 for ~riscv
Signed-off-by: Marek Szuba gentoo.org>
dev-python/sybil/sybil-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sybil/sybil-2.0.1.ebuild
b/dev-python/sybil/sybil-2.0.1.ebuild
index c160c471574..0e19bc2316f 100644
--- a/dev-python/sybil/sybil-2.0.1.ebuild
+++ b/dev-python/sybil/sybil-2.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Automated testing for the examples in your documentation"
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 2fa8b46884936012de2866975c35ca3cdb24ad2a
Author: Sam James gentoo org>
AuthorDate: Fri Mar 5 19:26:40 2021 +
Commit: Sam James gentoo org>
CommitDate: Fri Mar 5 19:26:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fa8b468
dev-python/sybil: Keyword 2.0.1 arm64, #772152
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-2.0.1.ebuild
b/dev-python/sybil/sybil-2.0.1.ebuild
index 536800f0b0a..c160c471574 100644
--- a/dev-python/sybil/sybil-2.0.1.ebuild
+++ b/dev-python/sybil/sybil-2.0.1.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: d96bed98e21db5cec288b67446a8c277e7cc97a4
Author: Sam James gentoo org>
AuthorDate: Mon Feb 22 13:20:41 2021 +
Commit: Sam James gentoo org>
CommitDate: Mon Feb 22 13:28:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96bed98
dev-python/sybil: Keyword 2.0.1 arm, #772152
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-2.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sybil/sybil-2.0.1.ebuild
b/dev-python/sybil/sybil-2.0.1.ebuild
index 2884e51e7b0..536800f0b0a 100644
--- a/dev-python/sybil/sybil-2.0.1.ebuild
+++ b/dev-python/sybil/sybil-2.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 89df5045b1fe81c5452d734ccc4597f6ba2da5e5
Author: Michał Górny gentoo org>
AuthorDate: Thu Dec 31 08:52:37 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Dec 31 08:54:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89df5045
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-2.0.0.ebuild | 17 -
2 files changed, 18 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 38358f1c3d1..c7aaeb7e183 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-2.0.0.tar.gz 29217 BLAKE2B
90c60ef39a21f3d8a16d4bd29b158e8fa9f687b0f40c520105bb02c8f4ee131b4a131a5612a7edcd55936d415ab76994013a2098670bdd502988616fd81b8f16
SHA512
e260d55da9d502a38f527f4b460dd76bfe22029a73eb02006e16d61f3b2b445a82b154d6067cb1d2a2dc9785dae5af1c187534a37d890201cb04902c6e8fdf63
DIST sybil-2.0.1.tar.gz 29316 BLAKE2B
cf03bc1595efab535d1248b9d267dcd01547f02539977c12b8753e70d13ea0744a6ab76dc1e44fd1c46d192577aa4c1a9b5d5d52678928acfd63937358fa3e33
SHA512
4f3be7686c1acf6812623a756fa79b41e3fbe5d4c3b4c7cf5dfe39fbe56806b4ef3acd24e25968ab9119b2c65ad5c30eabe32f1a93fb62ba8d3893ef123e69f0
diff --git a/dev-python/sybil/sybil-2.0.0.ebuild
b/dev-python/sybil/sybil-2.0.0.ebuild
deleted file mode 100644
index 9d329f68245..000
--- a/dev-python/sybil/sybil-2.0.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="https://github.com/cjw296/sybil";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: c7aeb9d85716799c47f15c28d63e765c4b113a04
Author: Sam James gentoo org>
AuthorDate: Thu Dec 31 01:18:11 2020 +
Commit: Sam James gentoo org>
CommitDate: Thu Dec 31 01:18:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7aeb9d8
dev-python/sybil: Stabilize 2.0.1 ALLARCHES, #762580
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-2.0.1.ebuild
b/dev-python/sybil/sybil-2.0.1.ebuild
index a315bc46b63..9d329f68245 100644
--- a/dev-python/sybil/sybil-2.0.1.ebuild
+++ b/dev-python/sybil/sybil-2.0.1.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 105a7ddc9d6c6e26c87bf6d08777652e56a41006
Author: Michał Górny gentoo org>
AuthorDate: Mon Dec 21 21:42:34 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Dec 21 21:42:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105a7ddc
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-1.4.0.ebuild | 22 --
2 files changed, 23 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 893ff32d81f..38358f1c3d1 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1,2 @@
-DIST sybil-1.4.0.tar.gz 30062 BLAKE2B
86a01b4c8c10512f3e2b067f4d1007e60ba46f23f22ad80ff7a30a4503db06fd91d841b33bc54f0f7acbd2539e595f8b0201f9a8e8ccb7577f8e9f422562e02d
SHA512
f385b4e67cc5a4b32c7563d98f36dab6e5320966563eb341395e9327c16f92a63863558bfa795b6531819fa6038234492d4d19c1d9286e6306039e8d4abec0b8
DIST sybil-2.0.0.tar.gz 29217 BLAKE2B
90c60ef39a21f3d8a16d4bd29b158e8fa9f687b0f40c520105bb02c8f4ee131b4a131a5612a7edcd55936d415ab76994013a2098670bdd502988616fd81b8f16
SHA512
e260d55da9d502a38f527f4b460dd76bfe22029a73eb02006e16d61f3b2b445a82b154d6067cb1d2a2dc9785dae5af1c187534a37d890201cb04902c6e8fdf63
DIST sybil-2.0.1.tar.gz 29316 BLAKE2B
cf03bc1595efab535d1248b9d267dcd01547f02539977c12b8753e70d13ea0744a6ab76dc1e44fd1c46d192577aa4c1a9b5d5d52678928acfd63937358fa3e33
SHA512
4f3be7686c1acf6812623a756fa79b41e3fbe5d4c3b4c7cf5dfe39fbe56806b4ef3acd24e25968ab9119b2c65ad5c30eabe32f1a93fb62ba8d3893ef123e69f0
diff --git a/dev-python/sybil/sybil-1.4.0.ebuild
b/dev-python/sybil/sybil-1.4.0.ebuild
deleted file mode 100644
index b88b887ee52..000
--- a/dev-python/sybil/sybil-1.4.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="https://github.com/cjw296/sybil";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# nose is used to test nosetests integration
-BDEPEND="
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: f7495c00b7b6d53c71ca3408a34ba668c34d504b
Author: Sam James gentoo org>
AuthorDate: Mon Dec 21 21:27:09 2020 +
Commit: Sam James gentoo org>
CommitDate: Mon Dec 21 21:27:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7495c00
dev-python/sybil: Stabilize 2.0.0 ALLARCHES, #761193
Signed-off-by: Sam James gentoo.org>
dev-python/sybil/sybil-2.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-2.0.0.ebuild
b/dev-python/sybil/sybil-2.0.0.ebuild
index a315bc46b63..9d329f68245 100644
--- a/dev-python/sybil/sybil-2.0.0.ebuild
+++ b/dev-python/sybil/sybil-2.0.0.ebuild
@@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 0247fa412fb7e6e5c8112de671f6a98626202203
Author: Michał Górny gentoo org>
AuthorDate: Mon Nov 30 08:06:28 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Mon Nov 30 08:25:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0247fa41
dev-python/sybil: Bump to 2.0.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-2.0.1.ebuild | 17 +
2 files changed, 18 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 2d6ac870837..893ff32d81f 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-1.4.0.tar.gz 30062 BLAKE2B
86a01b4c8c10512f3e2b067f4d1007e60ba46f23f22ad80ff7a30a4503db06fd91d841b33bc54f0f7acbd2539e595f8b0201f9a8e8ccb7577f8e9f422562e02d
SHA512
f385b4e67cc5a4b32c7563d98f36dab6e5320966563eb341395e9327c16f92a63863558bfa795b6531819fa6038234492d4d19c1d9286e6306039e8d4abec0b8
DIST sybil-2.0.0.tar.gz 29217 BLAKE2B
90c60ef39a21f3d8a16d4bd29b158e8fa9f687b0f40c520105bb02c8f4ee131b4a131a5612a7edcd55936d415ab76994013a2098670bdd502988616fd81b8f16
SHA512
e260d55da9d502a38f527f4b460dd76bfe22029a73eb02006e16d61f3b2b445a82b154d6067cb1d2a2dc9785dae5af1c187534a37d890201cb04902c6e8fdf63
+DIST sybil-2.0.1.tar.gz 29316 BLAKE2B
cf03bc1595efab535d1248b9d267dcd01547f02539977c12b8753e70d13ea0744a6ab76dc1e44fd1c46d192577aa4c1a9b5d5d52678928acfd63937358fa3e33
SHA512
4f3be7686c1acf6812623a756fa79b41e3fbe5d4c3b4c7cf5dfe39fbe56806b4ef3acd24e25968ab9119b2c65ad5c30eabe32f1a93fb62ba8d3893ef123e69f0
diff --git a/dev-python/sybil/sybil-2.0.1.ebuild
b/dev-python/sybil/sybil-2.0.1.ebuild
new file mode 100644
index 000..a315bc46b63
--- /dev/null
+++ b/dev-python/sybil/sybil-2.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 8686027dacea44d8e9f8879edd9aff1a2e67f534
Author: Michał Górny gentoo org>
AuthorDate: Wed Nov 18 07:56:59 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Nov 18 08:28:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8686027d
dev-python/sybil: Bump to 2.0.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-2.0.0.ebuild | 17 +
2 files changed, 18 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 914f80b43af..2d6ac870837 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-1.4.0.tar.gz 30062 BLAKE2B
86a01b4c8c10512f3e2b067f4d1007e60ba46f23f22ad80ff7a30a4503db06fd91d841b33bc54f0f7acbd2539e595f8b0201f9a8e8ccb7577f8e9f422562e02d
SHA512
f385b4e67cc5a4b32c7563d98f36dab6e5320966563eb341395e9327c16f92a63863558bfa795b6531819fa6038234492d4d19c1d9286e6306039e8d4abec0b8
+DIST sybil-2.0.0.tar.gz 29217 BLAKE2B
90c60ef39a21f3d8a16d4bd29b158e8fa9f687b0f40c520105bb02c8f4ee131b4a131a5612a7edcd55936d415ab76994013a2098670bdd502988616fd81b8f16
SHA512
e260d55da9d502a38f527f4b460dd76bfe22029a73eb02006e16d61f3b2b445a82b154d6067cb1d2a2dc9785dae5af1c187534a37d890201cb04902c6e8fdf63
diff --git a/dev-python/sybil/sybil-2.0.0.ebuild
b/dev-python/sybil/sybil-2.0.0.ebuild
new file mode 100644
index 000..a315bc46b63
--- /dev/null
+++ b/dev-python/sybil/sybil-2.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 94cfb226e9a9c9cef49cd42e7a5c00780cb1baab
Author: Michał Górny gentoo org>
AuthorDate: Fri Oct 9 07:09:44 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Oct 9 07:15:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94cfb226
dev-python/sybil: Port to py3.9
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-1.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-1.4.0.ebuild
b/dev-python/sybil/sybil-1.4.0.ebuild
index 3e88978fa0f..b88b887ee52 100644
--- a/dev-python/sybil/sybil-1.4.0.ebuild
+++ b/dev-python/sybil/sybil-1.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Automated testing for the examples in your documentation"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 1df1f89be52cdddfc80149ec3992d681cc4c2722
Author: Michał Górny gentoo org>
AuthorDate: Fri Sep 18 15:46:59 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Fri Sep 18 15:53:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df1f89b
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-1.3.0.ebuild | 22 --
2 files changed, 23 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 55cf9982660..914f80b43af 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-1.3.0.tar.gz 29296 BLAKE2B
a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d
SHA512
fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
DIST sybil-1.4.0.tar.gz 30062 BLAKE2B
86a01b4c8c10512f3e2b067f4d1007e60ba46f23f22ad80ff7a30a4503db06fd91d841b33bc54f0f7acbd2539e595f8b0201f9a8e8ccb7577f8e9f422562e02d
SHA512
f385b4e67cc5a4b32c7563d98f36dab6e5320966563eb341395e9327c16f92a63863558bfa795b6531819fa6038234492d4d19c1d9286e6306039e8d4abec0b8
diff --git a/dev-python/sybil/sybil-1.3.0.ebuild
b/dev-python/sybil/sybil-1.3.0.ebuild
deleted file mode 100644
index 3e88978fa0f..000
--- a/dev-python/sybil/sybil-1.3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="https://github.com/cjw296/sybil";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# nose is used to test nosetests integration
-BDEPEND="
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 8fbfd323e1bdef5235db8fe2a9a33cbad1b1adfc
Author: Michał Górny gentoo org>
AuthorDate: Thu Aug 6 02:28:18 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Aug 6 02:30:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbfd323
dev-python/sybil: Bump to 1.4.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-1.4.0.ebuild | 22 ++
2 files changed, 23 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 814f2ae9b58..8307144e5a4 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-1.3.0.tar.gz 29296 BLAKE2B
a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d
SHA512
fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
DIST sybil-1.3.1.tar.gz 29392 BLAKE2B
a7736bed59e444bcd42f5fdf720e08680d827eef9043b318abda08d427e25eeec9ba3acf9bfa251c584e0960c3d3b10fecaf8367742f29230421bec594cf3e59
SHA512
7bd39707babb15ed7ec99ecd640d983d4e71519efe7490230fe0be4e0111bc0b0957797b19292519b6c09965669251788f1d2c0baf9f179856f28e6aeb5ecc52
+DIST sybil-1.4.0.tar.gz 30062 BLAKE2B
86a01b4c8c10512f3e2b067f4d1007e60ba46f23f22ad80ff7a30a4503db06fd91d841b33bc54f0f7acbd2539e595f8b0201f9a8e8ccb7577f8e9f422562e02d
SHA512
f385b4e67cc5a4b32c7563d98f36dab6e5320966563eb341395e9327c16f92a63863558bfa795b6531819fa6038234492d4d19c1d9286e6306039e8d4abec0b8
diff --git a/dev-python/sybil/sybil-1.4.0.ebuild
b/dev-python/sybil/sybil-1.4.0.ebuild
new file mode 100644
index 000..3918a42c35c
--- /dev/null
+++ b/dev-python/sybil/sybil-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# nose is used to test nosetests integration
+BDEPEND="
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 3cbcb115ec9140498aa491f226c00bdee2a2382b
Author: Michał Górny gentoo org>
AuthorDate: Wed Aug 5 15:12:26 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Wed Aug 5 15:18:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cbcb115
dev-python/sybil: Remove old
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-1.2.2.ebuild | 22 --
2 files changed, 23 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 2a6acc4ef5e..814f2ae9b58 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,3 +1,2 @@
-DIST sybil-1.2.2.tar.gz 29182 BLAKE2B
d0d9a0a2e5117efd36e7561f74d31283fa25ea0210e0796fe1a1cc4247712bff0e3ac329781987b5ba805ccd2cddf01eec2672d5e2677422d1ed378068482da5
SHA512
c1785c00ce1dfdaf85d13db976f28062c09c47974107bc2af54c3bd9bf4ad5124c9b52321f3350fb1cc50aefdf72f2a9b6b22fc766b139516ff7979864604735
DIST sybil-1.3.0.tar.gz 29296 BLAKE2B
a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d
SHA512
fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
DIST sybil-1.3.1.tar.gz 29392 BLAKE2B
a7736bed59e444bcd42f5fdf720e08680d827eef9043b318abda08d427e25eeec9ba3acf9bfa251c584e0960c3d3b10fecaf8367742f29230421bec594cf3e59
SHA512
7bd39707babb15ed7ec99ecd640d983d4e71519efe7490230fe0be4e0111bc0b0957797b19292519b6c09965669251788f1d2c0baf9f179856f28e6aeb5ecc52
diff --git a/dev-python/sybil/sybil-1.2.2.ebuild
b/dev-python/sybil/sybil-1.2.2.ebuild
deleted file mode 100644
index 3e88978fa0f..000
--- a/dev-python/sybil/sybil-1.2.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="https://github.com/cjw296/sybil";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# nose is used to test nosetests integration
-BDEPEND="
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 0123761cb8fbc32d8357c25075102302e41997a1
Author: Michał Górny gentoo org>
AuthorDate: Thu Jul 30 06:08:55 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Thu Jul 30 06:08:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0123761c
dev-python/sybil: Bump to 1.3.1
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-1.3.1.ebuild | 22 ++
2 files changed, 23 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index ec1c3a37690..2a6acc4ef5e 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1,3 @@
DIST sybil-1.2.2.tar.gz 29182 BLAKE2B
d0d9a0a2e5117efd36e7561f74d31283fa25ea0210e0796fe1a1cc4247712bff0e3ac329781987b5ba805ccd2cddf01eec2672d5e2677422d1ed378068482da5
SHA512
c1785c00ce1dfdaf85d13db976f28062c09c47974107bc2af54c3bd9bf4ad5124c9b52321f3350fb1cc50aefdf72f2a9b6b22fc766b139516ff7979864604735
DIST sybil-1.3.0.tar.gz 29296 BLAKE2B
a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d
SHA512
fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
+DIST sybil-1.3.1.tar.gz 29392 BLAKE2B
a7736bed59e444bcd42f5fdf720e08680d827eef9043b318abda08d427e25eeec9ba3acf9bfa251c584e0960c3d3b10fecaf8367742f29230421bec594cf3e59
SHA512
7bd39707babb15ed7ec99ecd640d983d4e71519efe7490230fe0be4e0111bc0b0957797b19292519b6c09965669251788f1d2c0baf9f179856f28e6aeb5ecc52
diff --git a/dev-python/sybil/sybil-1.3.1.ebuild
b/dev-python/sybil/sybil-1.3.1.ebuild
new file mode 100644
index 000..3918a42c35c
--- /dev/null
+++ b/dev-python/sybil/sybil-1.3.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# nose is used to test nosetests integration
+BDEPEND="
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 02b0d2f3505b9d0c9eebc5aeb1eb09a486fd843e Author: Michał Górny gentoo org> AuthorDate: Wed Jul 29 09:55:23 2020 + Commit: Michał Górny gentoo org> CommitDate: Wed Jul 29 10:20:08 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b0d2f3 dev-python/sybil: Mark ALLARCHES Signed-off-by: Michał Górny gentoo.org> dev-python/sybil/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/sybil/metadata.xml b/dev-python/sybil/metadata.xml index b56cda1be74..c77e3873525 100644 --- a/dev-python/sybil/metadata.xml +++ b/dev-python/sybil/metadata.xml @@ -5,6 +5,7 @@ [email protected] Python + sybil cjw296/sybil
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 7dce4f6bd04523a24571420ce51eafed90891ea3
Author: Agostino Sarubbo gentoo org>
AuthorDate: Tue Apr 28 13:12:28 2020 +
Commit: Agostino Sarubbo gentoo org>
CommitDate: Tue Apr 28 13:12:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dce4f6b
dev-python/sybil: x86 stable wrt bug #714528
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo gentoo.org>
dev-python/sybil/sybil-1.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-1.2.2.ebuild
b/dev-python/sybil/sybil-1.2.2.ebuild
index f6d552ae95c..3e88978fa0f 100644
--- a/dev-python/sybil/sybil-1.2.2.ebuild
+++ b/dev-python/sybil/sybil-1.2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
# nose is used to test nosetests integration
BDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 83d831da3214cc193771ccf5561526e84dadbda7
Author: Michał Górny gentoo org>
AuthorDate: Sat Apr 4 05:28:17 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Sat Apr 4 17:04:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d831da
dev-python/sybil: Bump to 1.3.0
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-1.3.0.ebuild | 22 ++
2 files changed, 23 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 1506aa09aaa..ec1c3a37690 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-1.2.2.tar.gz 29182 BLAKE2B
d0d9a0a2e5117efd36e7561f74d31283fa25ea0210e0796fe1a1cc4247712bff0e3ac329781987b5ba805ccd2cddf01eec2672d5e2677422d1ed378068482da5
SHA512
c1785c00ce1dfdaf85d13db976f28062c09c47974107bc2af54c3bd9bf4ad5124c9b52321f3350fb1cc50aefdf72f2a9b6b22fc766b139516ff7979864604735
+DIST sybil-1.3.0.tar.gz 29296 BLAKE2B
a7f08f6374e12213b644685276832eca849c85e85c8aaf0a37bdfdbf648e0e0e4c2b3d1a4dc7038c91fe8d64aa476d96bf87fa3a5f2f11a955b758182411763d
SHA512
fc478896bb1958303ffcac6d35993b2785a50c6c221848d83c92c158a27fff059491aa3baaddd0b56e040fe6c07b764aa33c69204750de9ad351084b2815fd47
diff --git a/dev-python/sybil/sybil-1.3.0.ebuild
b/dev-python/sybil/sybil-1.3.0.ebuild
new file mode 100644
index 000..3918a42c35c
--- /dev/null
+++ b/dev-python/sybil/sybil-1.3.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# nose is used to test nosetests integration
+BDEPEND="
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 577a6c9e3db1b349a7da1dbc950ec245818cb174
Author: Michał Górny gentoo org>
AuthorDate: Sun Mar 29 09:26:36 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Mar 29 09:50:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a6c9e
dev-python/sybil: Remove redundant versions
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 -
dev-python/sybil/sybil-1.2.0-r1.ebuild | 22 --
2 files changed, 23 deletions(-)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index bcd01d0b053..1506aa09aaa 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1,2 +1 @@
-DIST sybil-1.2.0.tar.gz 28720 BLAKE2B
fc2fda9763a33cf89f47b5edf3aacf1d3c9ba712cc6e292dce0549393f2177afb6ff058e6c4ac96b0ffcc44149dab4c8da5da50ef6850555e374ca25906b1e14
SHA512
9355bfe2873eb9cec866a1c267deb876f3e6b1e452e0b7c951e5ffb642e79cb6602bc81384ff4e5bfff1adc0be2c95bcfa291d34b7690feae9b280a92b6b5c85
DIST sybil-1.2.2.tar.gz 29182 BLAKE2B
d0d9a0a2e5117efd36e7561f74d31283fa25ea0210e0796fe1a1cc4247712bff0e3ac329781987b5ba805ccd2cddf01eec2672d5e2677422d1ed378068482da5
SHA512
c1785c00ce1dfdaf85d13db976f28062c09c47974107bc2af54c3bd9bf4ad5124c9b52321f3350fb1cc50aefdf72f2a9b6b22fc766b139516ff7979864604735
diff --git a/dev-python/sybil/sybil-1.2.0-r1.ebuild
b/dev-python/sybil/sybil-1.2.0-r1.ebuild
deleted file mode 100644
index 3918a42c35c..000
--- a/dev-python/sybil/sybil-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-DESCRIPTION="Automated testing for the examples in your documentation"
-HOMEPAGE="https://github.com/cjw296/sybil";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# nose is used to test nosetests integration
-BDEPEND="
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 31221025482b1dc465550acf170b9d28b2542906
Author: Michał Górny gentoo org>
AuthorDate: Sun Mar 8 13:34:08 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Mar 8 14:26:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31221025
dev-python/sybil: Enable tests, set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/{sybil-1.2.0.ebuild => sybil-1.2.0-r1.ebuild} | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/sybil/sybil-1.2.0.ebuild
b/dev-python/sybil/sybil-1.2.0-r1.ebuild
similarity index 71%
rename from dev-python/sybil/sybil-1.2.0.ebuild
rename to dev-python/sybil/sybil-1.2.0-r1.ebuild
index 07699278de2..3918a42c35c 100644
--- a/dev-python/sybil/sybil-1.2.0.ebuild
+++ b/dev-python/sybil/sybil-1.2.0-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
@@ -14,6 +15,8 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="${DEPEND}"
+# nose is used to test nosetests integration
BDEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]"
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: c7932cae0e22b4cf5439b397579f50d968bfcae8
Author: Michał Górny gentoo org>
AuthorDate: Sun Mar 8 13:29:11 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Mar 8 14:25:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7932cae
dev-python/sybil: Enable py3.8
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/sybil-1.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sybil/sybil-1.2.0.ebuild
b/dev-python/sybil/sybil-1.2.0.ebuild
index a7c5878a24d..07699278de2 100644
--- a/dev-python/sybil/sybil-1.2.0.ebuild
+++ b/dev-python/sybil/sybil-1.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Automated testing for the examples in your documentation"
[gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/
commit: 959e273e233a445fb187884a778de45c3e5c5cd7
Author: Michał Górny gentoo org>
AuthorDate: Sun Mar 8 13:36:21 2020 +
Commit: Michał Górny gentoo org>
CommitDate: Sun Mar 8 14:26:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959e273e
dev-python/sybil: Bump to 1.2.2
Signed-off-by: Michał Górny gentoo.org>
dev-python/sybil/Manifest | 1 +
dev-python/sybil/sybil-1.2.2.ebuild | 22 ++
2 files changed, 23 insertions(+)
diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest
index 4fd32cf0021..bcd01d0b053 100644
--- a/dev-python/sybil/Manifest
+++ b/dev-python/sybil/Manifest
@@ -1 +1,2 @@
DIST sybil-1.2.0.tar.gz 28720 BLAKE2B
fc2fda9763a33cf89f47b5edf3aacf1d3c9ba712cc6e292dce0549393f2177afb6ff058e6c4ac96b0ffcc44149dab4c8da5da50ef6850555e374ca25906b1e14
SHA512
9355bfe2873eb9cec866a1c267deb876f3e6b1e452e0b7c951e5ffb642e79cb6602bc81384ff4e5bfff1adc0be2c95bcfa291d34b7690feae9b280a92b6b5c85
+DIST sybil-1.2.2.tar.gz 29182 BLAKE2B
d0d9a0a2e5117efd36e7561f74d31283fa25ea0210e0796fe1a1cc4247712bff0e3ac329781987b5ba805ccd2cddf01eec2672d5e2677422d1ed378068482da5
SHA512
c1785c00ce1dfdaf85d13db976f28062c09c47974107bc2af54c3bd9bf4ad5124c9b52321f3350fb1cc50aefdf72f2a9b6b22fc766b139516ff7979864604735
diff --git a/dev-python/sybil/sybil-1.2.2.ebuild
b/dev-python/sybil/sybil-1.2.2.ebuild
new file mode 100644
index 000..3918a42c35c
--- /dev/null
+++ b/dev-python/sybil/sybil-1.2.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2019-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="Automated testing for the examples in your documentation"
+HOMEPAGE="https://github.com/cjw296/sybil";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# nose is used to test nosetests integration
+BDEPEND="
+ test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
