public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cython/
@ 2020-04-28  7:44 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-04-28  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     52d227888c37fa91e2f3c90db8305f46a2dd7ee9
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 21:02:37 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Apr 27 21:24:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52d22788

dev-python/pytest-cython: dependency cleanup

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-cython/metadata.xml                   | 11 +++++++++++
 ...ython-0.1.0.ebuild => pytest-cython-0.1.0-r1.ebuild} | 17 ++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/dev-python/pytest-cython/metadata.xml b/dev-python/pytest-cython/metadata.xml
index d4c3950..0562381 100644
--- a/dev-python/pytest-cython/metadata.xml
+++ b/dev-python/pytest-cython/metadata.xml
@@ -1,7 +1,18 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
   <upstream>
+    <bugs-to>https://github.com/lgpage/pytest-cython/issues</bugs-to>
+    <changelog>https://raw.githubusercontent.com/lgpage/pytest-cython/master/CHANGELOG.rst</changelog>
+    <doc lang="en">https://readthedocs.org/projects/pytest-cython/</doc>
+    <maintainer>
+      <email>page.lg@gmail.com</email>
+      <name>Logan Page</name>
+    </maintainer>
     <remote-id type="pypi">pytest-cython</remote-id>
     <remote-id type="github">lgpage/pytest-cython</remote-id>
   </upstream>

diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild
similarity index 78%
rename from dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
rename to dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild
index df96a72..4ce9e89 100644
--- a/dev-python/pytest-cython/pytest-cython-0.1.0.ebuild
+++ b/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild
@@ -4,9 +4,9 @@
 EAPI="7"
 
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 DESCRIPTION="Plugin for testing Cython extension modules"
 HOMEPAGE="https://github.com/lgpage/pytest-cython"
@@ -15,18 +15,21 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 SLOT="0"
 LICENSE="MIT"
 KEYWORDS="~amd64"
-#IUSE="test"
 
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-#DEPEND="
-#	${RDEPEND}
+RDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pytest[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+"
+#those deps aren't really required I think
 #	test? (
 #		dev-python/check-manifest[${PYTHON_USEDEP}]
 #		dev-python/docutils[${PYTHON_USEDEP}]
 #		dev-python/pygments[${PYTHON_USEDEP}]
 #		dev-python/readme_renderer[${PYTHON_USEDEP}]
 #	)
-#"
 
-#distutils_enable_tests pytest
+distutils_enable_tests pytest
 distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cython/
@ 2020-05-18 16:27 Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-05-18 16:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5a165a8ebd3ca9d559e810fab1a91f044c6cf698
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 18 15:40:30 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 18 15:41:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5a165a8e

dev-python/pytest-cython: pypy3 and python3.8

also restrict tests

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../pytest-cython/pytest-cython-0.1.0-r2.ebuild    | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild
new file mode 100644
index 0000000..01c69d2
--- /dev/null
+++ b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( pypy3 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Plugin for testing Cython extension modules"
+HOMEPAGE="https://github.com/lgpage/pytest-cython"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+IUSE="test"
+
+#IDK how to run this: python tests/example-project/setup.py clean build_ext --inplace --use-cython
+RESTRICT="test"
+RDEPEND="
+	dev-python/cython[${PYTHON_USEDEP}]
+	dev-python/pytest[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+"
+
+src_prepare() {
+	sed -i 's|\[pytest\]|\[tool:pytest\]|' setup.cfg || die
+	default
+}
+
+distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cython/
  2020-12-18 19:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
@ 2020-12-18 19:05 ` Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e216140ff085678dd7778d0618f3e2d849d6506e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 18:15:11 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 18:15:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e216140f

dev-python/pytest-cython: add py3.9

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../pytest-cython/pytest-cython-0.1.0-r1.ebuild    | 35 ----------------------
 .../pytest-cython/pytest-cython-0.1.0-r2.ebuild    |  2 +-
 2 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild
deleted file mode 100644
index aa6a4f56..00000000
--- a/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin for testing Cython extension modules"
-HOMEPAGE="https://github.com/lgpage/pytest-cython"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/pytest[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-"
-#those deps aren't really required I think
-#	test? (
-#		dev-python/check-manifest[${PYTHON_USEDEP}]
-#		dev-python/docutils[${PYTHON_USEDEP}]
-#		dev-python/pygments[${PYTHON_USEDEP}]
-#		dev-python/readme_renderer[${PYTHON_USEDEP}]
-#	)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme

diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild
index 8d45a0ec..e9a14cf5 100644
--- a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild
+++ b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-PYTHON_COMPAT=( pypy3 python3_{7,8} )
+PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cython/
@ 2021-07-05 15:48 Haelwenn Monnier
  0 siblings, 0 replies; 5+ messages in thread
From: Haelwenn Monnier @ 2021-07-05 15:48 UTC (permalink / raw
  To: gentoo-commits

commit:     23977e932ec697c08b0ea2f91ac80f1a4c163209
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jul  4 23:53:47 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Jul  5 00:43:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23977e93

dev-python/pytest-cython: ebuild maintenance

Closes: https://bugs.gentoo.org/800374
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pytest-cython/Manifest                  |  1 -
 .../pytest-cython/pytest-cython-0.1.0-r2.ebuild    | 34 ----------------------
 .../pytest-cython/pytest-cython-0.1.1.ebuild       | 10 ++-----
 3 files changed, 2 insertions(+), 43 deletions(-)

diff --git a/dev-python/pytest-cython/Manifest b/dev-python/pytest-cython/Manifest
index 38d733099..f5da597e9 100644
--- a/dev-python/pytest-cython/Manifest
+++ b/dev-python/pytest-cython/Manifest
@@ -1,2 +1 @@
-DIST pytest-cython-0.1.0.tar.gz 19109 BLAKE2B 75895992402f36010385e0851cce4532825d374cc9d5af1b45d4dc938070da1f9e8c9901601ac10e3fa9a76fd4f0affd3f0dac6d8857eea88c73cbc1686ce613 SHA512 65d8d25f95f2419ae76902cad8f0f4c9b810dbbba80621d301f53d2128dfeb11c4d74e2ac4f1e39f63aadfc1404e9000c0668efbab4793d307f0b90345023771
 DIST pytest-cython-0.1.1.tar.gz 817776 BLAKE2B d9b812cefc45153a1ce7abb0b1be2e7fc329b88d89ed48529f62a38c402d74bb164ed6b928f291586f0064820dc52156eacdf161da3a0d65d10f5a15681a17e4 SHA512 353a6c3b67df0608b24f24e04ba5d3fa48065d3960834e32bf44f2dfcd6248cb4c86de528c15dbfd20e36811bfb0ae04670f6441afb74bcb7bd1d7af71060463

diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild
deleted file mode 100644
index e9a14cf5d..000000000
--- a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin for testing Cython extension modules"
-HOMEPAGE="https://github.com/lgpage/pytest-cython"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-IUSE="test"
-
-#IDK how to run this: python tests/example-project/setup.py clean build_ext --inplace --use-cython
-RESTRICT="test"
-RDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/pytest[${PYTHON_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-"
-
-src_prepare() {
-	sed -i 's|\[pytest\]|\[tool:pytest\]|' setup.cfg || die
-	default
-}
-
-distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme

diff --git a/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild
index 1d8fc289c..69c69fa72 100644
--- a/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild
+++ b/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild
@@ -1,10 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
-PYTHON_COMPAT=( pypy3 python3_{8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( pypy3 python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
@@ -24,11 +23,6 @@ DEPEND="${RDEPEND}"
 distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
 distutils_enable_tests pytest
 
-src_prepare() {
-	sed -i 's|\[pytest\]|\[tool:pytest\]|' setup.cfg || die
-	default
-}
-
 python_test() {
 	epytest -vv \
 		--deselect tests/test_pytest_cython.py::test_wrap_c_ext_module \


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cython/
@ 2023-02-27 15:06 Florian Schmaus
  0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2023-02-27 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     b10b5a33d11af184d2e2fe1be3d9e8f3ceb4fa64
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Feb 26 23:01:59 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 23:01:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b10b5a33

dev-python/pytest-cython: add 0.2.1, drop old

Closes: https://bugs.gentoo.org/842717
Closes: https://bugs.gentoo.org/897556
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/pytest-cython/Manifest                  |  3 +-
 .../pytest-cython/pytest-cython-0.1.1.ebuild       | 33 ------------------
 .../pytest-cython/pytest-cython-0.2.0.ebuild       | 25 --------------
 .../pytest-cython/pytest-cython-0.2.1.ebuild       | 40 ++++++++++++++++++++++
 4 files changed, 41 insertions(+), 60 deletions(-)

diff --git a/dev-python/pytest-cython/Manifest b/dev-python/pytest-cython/Manifest
index 646c449b7..e4663bfb6 100644
--- a/dev-python/pytest-cython/Manifest
+++ b/dev-python/pytest-cython/Manifest
@@ -1,2 +1 @@
-DIST pytest-cython-0.1.1.tar.gz 817776 BLAKE2B d9b812cefc45153a1ce7abb0b1be2e7fc329b88d89ed48529f62a38c402d74bb164ed6b928f291586f0064820dc52156eacdf161da3a0d65d10f5a15681a17e4 SHA512 353a6c3b67df0608b24f24e04ba5d3fa48065d3960834e32bf44f2dfcd6248cb4c86de528c15dbfd20e36811bfb0ae04670f6441afb74bcb7bd1d7af71060463
-DIST pytest-cython-0.2.0.tar.gz 16201 BLAKE2B 7e32bdb0eb7b83d7d6444b8f102c25b64057e37d8f8d69bd579880f800151cee874c8e94c16b2aa12a82931666ff41112569ccd2ab225dafa95b87f89d44ddaa SHA512 0ab793c116f4b5b1dc20214d7151e71dc9b58473a19983105e9e06502568af962344853091f0f6bdeb70d6d044ba6a3add98148d4bd81eceb8e143050d288f79
+DIST pytest-cython-0.2.1.tar.gz 16083 BLAKE2B 79140d313a745e47660588e4bec32777debb7b878fd085c1a4e0785b4f0a85e03ad53fafaf43ce93cdd42d02f59000dc6196c62ce803b3c5d736719ca9a43b05 SHA512 6dbceaef0220e4ccd18409a78c1901ccb647aaa1d3763863cd8cba3580c5005969cae67824f25e03b57ee4364a86e5cdff95b87e657f8501de72ba3c7f59c164

diff --git a/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild
deleted file mode 100644
index 69c69fa72..000000000
--- a/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="8"
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin for testing Cython extension modules"
-HOMEPAGE="https://github.com/lgpage/pytest-cython"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-	dev-python/pytest[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
-distutils_enable_tests pytest
-
-python_test() {
-	epytest -vv \
-		--deselect tests/test_pytest_cython.py::test_wrap_c_ext_module \
-		--deselect tests/test_pytest_cython.py::test_cython_ext_module \
-		--deselect tests/test_pytest_cython.py::test_wrap_cpp_ext_module \
-		--deselect tests/test_pytest_cython.py::test_pure_py_module \
-		|| die
-}

diff --git a/dev-python/pytest-cython/pytest-cython-0.2.0.ebuild b/dev-python/pytest-cython/pytest-cython-0.2.0.ebuild
deleted file mode 100644
index 261f4d13a..000000000
--- a/dev-python/pytest-cython/pytest-cython-0.2.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Plugin for testing Cython extension modules"
-HOMEPAGE="https://github.com/lgpage/pytest-cython"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	dev-python/cython[${PYTHON_USEDEP}]
-	>=dev-python/pytest-4.6.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme
-distutils_enable_tests pytest

diff --git a/dev-python/pytest-cython/pytest-cython-0.2.1.ebuild b/dev-python/pytest-cython/pytest-cython-0.2.1.ebuild
new file mode 100644
index 000000000..bb30b872f
--- /dev/null
+++ b/dev-python/pytest-cython/pytest-cython-0.2.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="Plugin for testing Cython extension modules"
+HOMEPAGE="
+	https://pypi.org/project/pytest-cython/
+	https://github.com/lgpage/pytest-cython
+"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-python/py[${PYTHON_USEDEP}]
+	>=dev-python/pytest-4.6.0[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/cython[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest
+
+distutils_enable_sphinx docs \
+	dev-python/myst_parser \
+	dev-python/sphinx-py3doc-enhanced-theme
+
+python_test() {
+	epytest tests
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-27 15:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 15:06 [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cython/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2021-07-05 15:48 Haelwenn Monnier
2020-12-18 19:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 19:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-18 16:27 Andrew Ammerlaan
2020-04-28  7:44 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox