* [gentoo-commits] proj/sci:master commit in: dev-python/pytest-doctestplus/
@ 2021-01-05 7:39 Horea Christian
0 siblings, 0 replies; 6+ messages in thread
From: Horea Christian @ 2021-01-05 7:39 UTC (permalink / raw
To: gentoo-commits
commit: 4de1a2e8ea2a0891b199ee4a7ae3368b37cb9ac8
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 4 11:17:30 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jan 5 07:38:31 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4de1a2e8
dev-python/pytest-doctestplus: new dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-python/pytest-doctestplus/metadata.xml | 8 ++++++++
.../pytest-doctestplus-0.8.0.ebuild | 23 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/pytest-doctestplus/metadata.xml b/dev-python/pytest-doctestplus/metadata.xml
new file mode 100644
index 000000000..4f4367037
--- /dev/null
+++ b/dev-python/pytest-doctestplus/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-astronomy@gentoo.org</email>
+ <name>Gentoo Astronomy Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild b/dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild
new file mode 100644
index 000000000..05b962262
--- /dev/null
+++ b/dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin with advanced doctest features"
+HOMEPAGE="https://astropy.org/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# TODO: fix this
+RESTRICT="test"
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pytest-doctestplus/
@ 2022-01-23 11:21 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2022-01-23 11:21 UTC (permalink / raw
To: gentoo-commits
commit: d452bbdc8d3bf55f15aff824d80b9e054b34ff9f
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 11:01:14 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 11:01:14 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d452bbdc
dev-python/pytest-doctestplus: bump to 0.11.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
...t-doctestplus-0.8.0.ebuild => pytest-doctestplus-0.11.2.ebuild} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild b/dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
similarity index 72%
rename from dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild
rename to dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
index 05b962262..17b19cbb0 100644
--- a/dev-python/pytest-doctestplus/pytest-doctestplus-0.8.0.ebuild
+++ b/dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -16,6 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
# TODO: fix this
+# AttributeError: type object 'reprec' has no attribute 'assertoutcome'
RESTRICT="test"
RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pytest-doctestplus/
@ 2023-02-10 11:22 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 4620b9da04b363d00687556a0fdf55eb6261e76d
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 11:15:18 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 11:15:18 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4620b9da
dev-python/pytest-doctestplus: add pypi upstream metadata
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/pytest-doctestplus/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-python/pytest-doctestplus/metadata.xml b/dev-python/pytest-doctestplus/metadata.xml
index 4f4367037..33e3f0e33 100644
--- a/dev-python/pytest-doctestplus/metadata.xml
+++ b/dev-python/pytest-doctestplus/metadata.xml
@@ -5,4 +5,7 @@
<email>sci-astronomy@gentoo.org</email>
<name>Gentoo Astronomy Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="pypi">pytest-doctestplus</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pytest-doctestplus/
@ 2023-02-10 11:22 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 11:22 UTC (permalink / raw
To: gentoo-commits
commit: 5248f684737a0662b1139ccad23bbdafce439453
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 11:14:49 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 11:14:49 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5248f684
dev-python/pytest-doctestplus: add 0.12.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../pytest-doctestplus-0.12.1.ebuild | 40 ++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild b/dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild
new file mode 100644
index 000000000..c4e6d9be7
--- /dev/null
+++ b/dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pytest plugin with advanced doctest features"
+HOMEPAGE="https://astropy.org/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/packaging[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
+"
+
+# Skip the remote tests
+EPYTEST_DESELECT=(
+ tests/test_doctestplus.py::test_remote_data_url
+ tests/test_doctestplus.py::test_remote_data_float_cmp
+ tests/test_doctestplus.py::test_remote_data_ignore_whitespace
+ tests/test_doctestplus.py::test_remote_data_ellipsis
+ tests/test_doctestplus.py::test_remote_data_requires
+ tests/test_doctestplus.py::test_remote_data_ignore_warnings
+)
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pytest-doctestplus/
@ 2023-02-16 13:41 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2023-02-16 13:41 UTC (permalink / raw
To: gentoo-commits
commit: dc56cd17b25edf3277eccbaed43f8ec8a4052bb2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 13:40:43 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 13:40:43 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc56cd17
dev-python/pytest-doctestplus: update SRC_URI
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild b/dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild
index c4e6d9be7..c4cc41e23 100644
--- a/dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild
+++ b/dev-python/pytest-doctestplus/pytest-doctestplus-0.12.1.ebuild
@@ -5,6 +5,7 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pytest-doctestplus/
@ 2023-05-22 13:26 Andrew Ammerlaan
0 siblings, 0 replies; 6+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:26 UTC (permalink / raw
To: gentoo-commits
commit: 7af69fedebda960d22da941652ae8f888aeb5663
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:19:07 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:19:07 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7af69fed
dev-python/pytest-doctestplus: drop 0.11.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
.../pytest-doctestplus-0.11.2.ebuild | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git a/dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild b/dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
deleted file mode 100644
index c9149842e..000000000
--- a/dev-python/pytest-doctestplus/pytest-doctestplus-0.11.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_10 )
-
-inherit distutils-r1
-
-DESCRIPTION="Pytest plugin with advanced doctest features"
-HOMEPAGE="https://astropy.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# TODO: fix this
-# AttributeError: type object 'reprec' has no attribute 'assertoutcome'
-RESTRICT="test"
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-05-22 13:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-16 13:41 [gentoo-commits] proj/sci:master commit in: dev-python/pytest-doctestplus/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:26 Andrew Ammerlaan
2023-02-10 11:22 Andrew Ammerlaan
2023-02-10 11:22 Andrew Ammerlaan
2022-01-23 11:21 Andrew Ammerlaan
2021-01-05 7:39 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox