diff options
author | 2021-01-04 12:18:08 +0100 | |
---|---|---|
committer | 2021-01-05 02:38:31 -0500 | |
commit | 32de9e9c16bec3641d1f527a4035552ba32bd6e0 (patch) | |
tree | b90afaf1f4c7815350d802b0e4fb89f635aeaf75 /dev-python/astropy-sphinx-theme | |
parent | dev-python/pytest-doctestplus: new dep (diff) | |
download | sci-32de9e9c16bec3641d1f527a4035552ba32bd6e0.tar.gz sci-32de9e9c16bec3641d1f527a4035552ba32bd6e0.tar.bz2 sci-32de9e9c16bec3641d1f527a4035552ba32bd6e0.zip |
dev-python/astropy-sphinx-theme: new dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Horea Christian <chr@chymera.eu>
Diffstat (limited to 'dev-python/astropy-sphinx-theme')
-rw-r--r-- | dev-python/astropy-sphinx-theme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild | 19 | ||||
-rw-r--r-- | dev-python/astropy-sphinx-theme/metadata.xml | 8 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/astropy-sphinx-theme/Manifest b/dev-python/astropy-sphinx-theme/Manifest new file mode 100644 index 000000000..af8ce245a --- /dev/null +++ b/dev-python/astropy-sphinx-theme/Manifest @@ -0,0 +1 @@ +DIST astropy-sphinx-theme-1.1.tar.gz 29222 BLAKE2B cc569be457c61e546346ef9d75fd93bcd1ec232dcf36e4837c33b1abe0e53fd5f6e56783ebaceca5630f8fadec9c6eb851e5a992b36a8fa89d295fb7c8074d86 SHA512 534ce3141b0047e5ff86f63ff27416a7b0f081995e72255a6305ff23cb80c40c0c0c736643433c0a3ebdad60e6e6fb655b668d08d556967eb6482e94495c6d01 diff --git a/dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild b/dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild new file mode 100644 index 000000000..dae2f430f --- /dev/null +++ b/dev-python/astropy-sphinx-theme/astropy-sphinx-theme-1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="The sphinx theme for Astropy and affiliated packages" +HOMEPAGE="https://github.com/astropy/astropy-sphinx-theme" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest diff --git a/dev-python/astropy-sphinx-theme/metadata.xml b/dev-python/astropy-sphinx-theme/metadata.xml new file mode 100644 index 000000000..4f4367037 --- /dev/null +++ b/dev-python/astropy-sphinx-theme/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> |