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-astron...@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

Reply via email to