* [gentoo-commits] proj/sci:master commit in: dev-python/sphinx-automodapi/
@ 2021-01-05 7:39 Horea Christian
0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2021-01-05 7:39 UTC (permalink / raw
To: gentoo-commits
commit: 98411af3bd938941fb64ce144f0eeab4fe02aab6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Jan 4 11:18:29 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=98411af3
dev-python/sphinx-automodapi: 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/sphinx-automodapi/metadata.xml | 8 ++++++++
.../sphinx-automodapi-0.13.ebuild | 23 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/sphinx-automodapi/metadata.xml b/dev-python/sphinx-automodapi/metadata.xml
new file mode 100644
index 000000000..4f4367037
--- /dev/null
+++ b/dev-python/sphinx-automodapi/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/sphinx-automodapi/sphinx-automodapi-0.13.ebuild b/dev-python/sphinx-automodapi/sphinx-automodapi-0.13.ebuild
new file mode 100644
index 000000000..5c93e04fe
--- /dev/null
+++ b/dev-python/sphinx-automodapi/sphinx-automodapi-0.13.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="Sphinx extension for auto-generating API documentation for entire modules"
+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/sphinx[${PYTHON_USEDEP}]"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/sphinx-automodapi/
@ 2022-01-23 11:21 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2022-01-23 11:21 UTC (permalink / raw
To: gentoo-commits
commit: b173adad74c5c339302491e7e87b4d1e23fcd7c1
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 11:21:03 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 11:21:03 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b173adad
dev-python/sphinx-automodapi: bump to version 0.14.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
...inx-automodapi-0.13.ebuild => sphinx-automodapi-0.14.1.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/sphinx-automodapi/sphinx-automodapi-0.13.ebuild b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild
similarity index 78%
rename from dev-python/sphinx-automodapi/sphinx-automodapi-0.13.ebuild
rename to dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild
index 5c93e04fe..f98b972ae 100644
--- a/dev-python/sphinx-automodapi/sphinx-automodapi-0.13.ebuild
+++ b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.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
@@ -15,7 +15,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# TODO: fix this
+# Requires network for some reason
RESTRICT="test"
RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/sphinx-automodapi/
@ 2023-02-10 11:57 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2023-02-10 11:57 UTC (permalink / raw
To: gentoo-commits
commit: cd4e95118e9cccad6774fd6772216df1c2d2e21a
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 11:57:05 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 11:57:05 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=cd4e9511
dev-python/sphinx-automodapi: pep517, enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/sphinx-automodapi/metadata.xml | 3 +++
...utomodapi-0.14.1.ebuild => sphinx-automodapi-0.14.1-r1.ebuild} | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/dev-python/sphinx-automodapi/metadata.xml b/dev-python/sphinx-automodapi/metadata.xml
index 4f4367037..092a8c5e9 100644
--- a/dev-python/sphinx-automodapi/metadata.xml
+++ b/dev-python/sphinx-automodapi/metadata.xml
@@ -5,4 +5,7 @@
<email>sci-astronomy@gentoo.org</email>
<name>Gentoo Astronomy Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="pypi">sphinx-automodapi</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.ebuild
similarity index 73%
rename from dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild
rename to dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.ebuild
index afac4215c..79a9ace2a 100644
--- a/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild
+++ b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Sphinx extension for auto-generating API documentation for entire modules"
-HOMEPAGE="https://astropy.org/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.astropy.org/"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/sphinx-automodapi/
@ 2023-02-16 13:41 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2023-02-16 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 0e3727dbcf5164128d47fb5438e11d2a7330fb90
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 16 13:41:28 2023 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 16 13:41:28 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0e3727db
dev-python/sphinx-automodapi: update SRC_URI
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.ebuild b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.ebuild
index 79a9ace2a..e64b9a0e0 100644
--- a/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.ebuild
+++ b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1-r1.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] 4+ messages in thread
end of thread, other threads:[~2023-02-16 13:41 UTC | newest]
Thread overview: 4+ 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/sphinx-automodapi/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-02-10 11:57 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