diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/sphinx-design | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sphinx-design')
| -rw-r--r-- | dev-python/sphinx-design/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sphinx-design/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/sphinx-design/sphinx-design-0.7.0.ebuild | 32 |
3 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/sphinx-design/Manifest b/dev-python/sphinx-design/Manifest deleted file mode 100644 index 0b72ab35aaf2..000000000000 --- a/dev-python/sphinx-design/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sphinx-design-0.7.0.gh.tar.gz 2699400 BLAKE2B f56da50e19ee9b065acddd98c2149d278857af6eb8cfee3598cf730ae9ad50ae160431b4b0e47c4e9ee5708e154192ee76369d8dffa5b9f69efb03cddc8c2e54 SHA512 b29c7d89bc0ac14bd6ab339f401b7b25fa1bd851620bf2aac7f13b34559423c8c3d94f4bdd3bcdc13a87144726faa4ba54fa581479e4ebfcc0ee74338a790d1c diff --git a/dev-python/sphinx-design/metadata.xml b/dev-python/sphinx-design/metadata.xml deleted file mode 100644 index b3ae7c45c5a5..000000000000 --- a/dev-python/sphinx-design/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'> -<pkgmetadata> - <maintainer type="person"> - <email>gasc@eurecom.fr</email> - <name>Gasc Henri</name> - </maintainer> - <upstream> - <remote-id type="pypi">sphinx_design</remote-id> - <remote-id type="github">executablebooks/sphinx-design</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/sphinx-design/sphinx-design-0.7.0.ebuild b/dev-python/sphinx-design/sphinx-design-0.7.0.ebuild deleted file mode 100644 index 6246e7041e08..000000000000 --- a/dev-python/sphinx-design/sphinx-design-0.7.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2021-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOCS_AUTODOC=0 -DOCS_BUILDER="sphinx" -DOCS_DIR="docs" - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 docs - -DESCRIPTION="A sphinx extension for designing beautiful responsive web components" -HOMEPAGE="https://github.com/executablebooks/sphinx-design https://pypi.org/project/sphinx_design/" -SRC_URI="https://github.com/executablebooks/sphinx-design/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND=" - test? ( - dev-python/pytest-regressions[${PYTHON_USEDEP}] - ) - doc? ( - dev-python/myst-parser[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest |
