commit: b90f99009f7b4c8bec3d9a2acfdb3849236b8d98 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Mon Jan 4 11:18:42 2021 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Tue Jan 5 07:38:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b90f9900
dev-python/sphinx-astropy: 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-astropy/metadata.xml | 8 ++++++ .../sphinx-astropy/sphinx-astropy-1.3.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/sphinx-astropy/metadata.xml b/dev-python/sphinx-astropy/metadata.xml new file mode 100644 index 000000000..4f4367037 --- /dev/null +++ b/dev-python/sphinx-astropy/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>[email protected]</email> + <name>Gentoo Astronomy Project</name> + </maintainer> +</pkgmetadata> diff --git a/dev-python/sphinx-astropy/sphinx-astropy-1.3.ebuild b/dev-python/sphinx-astropy/sphinx-astropy-1.3.ebuild new file mode 100644 index 000000000..4fc2ef799 --- /dev/null +++ b/dev-python/sphinx-astropy/sphinx-astropy-1.3.ebuild @@ -0,0 +1,30 @@ +# 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 extensions and configuration specific to the Astropy project" +HOMEPAGE="https://astropy.org/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# Requires access to the internet +RESTRICT="test" + +RDEPEND=" + dev-python/astropy-sphinx-theme[${PYTHON_USEDEP}] + dev-python/numpydoc[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-automodapi[${PYTHON_USEDEP}] + dev-python/sphinx-gallery[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest
