diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-16 12:27:20 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-04-16 12:27:20 +0000 |
| commit | d883757a75090a9dd237206324832c21283d5ffc (patch) | |
| tree | 6571798616b82f5536feed386bc3c84f99b70266 /dev-python/sphinx-design | |
| parent | 87af0fe5fe43bd2a94b9d6f703992e753364d4a5 (diff) | |
| download | baldeagleos-repo-d883757a75090a9dd237206324832c21283d5ffc.tar.gz baldeagleos-repo-d883757a75090a9dd237206324832c21283d5ffc.tar.xz baldeagleos-repo-d883757a75090a9dd237206324832c21283d5ffc.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/files/myst-parser.patch | 38 | ||||
| -rw-r--r-- | dev-python/sphinx-design/metadata.xml | 8 | ||||
| -rw-r--r-- | dev-python/sphinx-design/sphinx-design-0.6.0.ebuild | 38 | ||||
| -rw-r--r-- | dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild | 36 | ||||
| -rw-r--r-- | dev-python/sphinx-design/sphinx-design-0.6.1.ebuild | 30 |
6 files changed, 18 insertions, 133 deletions
diff --git a/dev-python/sphinx-design/Manifest b/dev-python/sphinx-design/Manifest index 0a6fbdf80b03..623f48c9ccd0 100644 --- a/dev-python/sphinx-design/Manifest +++ b/dev-python/sphinx-design/Manifest @@ -1,2 +1 @@ -DIST sphinx-design-0.6.0.gh.tar.gz 2634677 BLAKE2B c1adfe2406104b638be4fb4ac99f105c9bd53dec4f304343896dec3a412ec887fdb82a92f889adb916a72fcaa33bdd8429db4b2b146aeb0f763df08ab1ac180c SHA512 aa355b4ac675e431bb25de21a6060225edd5fe5a7ae7a3a4d6f8f7082dd74b16142512ef2381d0dd44e2f1a86c52c6ac39591d92ac0b7f1fb2ea5bd753a7db8a DIST sphinx-design-0.6.1.gh.tar.gz 2634942 BLAKE2B 24d392aebdfbe62dc5b7aa4459f146f32bd2bf64f53e7fe0bb2732e63501f59e3b06d437cde138b398d2c0c1454cd3678c2ce3fdffaaf11786a7353ac0a8a9b0 SHA512 7733d0f146f26b47c1b4db5c86aeb634194fc3d9330308812e7507aa2b76420d869a6a5846980f034e7127385f79c0b41dfcce2206d0ee69746aa8ced2a4a582 diff --git a/dev-python/sphinx-design/files/myst-parser.patch b/dev-python/sphinx-design/files/myst-parser.patch deleted file mode 100644 index 9dbd9b6c22d0..000000000000 --- a/dev-python/sphinx-design/files/myst-parser.patch +++ /dev/null @@ -1,38 +0,0 @@ -From a5896e10b57444c2b027c7fe8b84c68e0753fadd Mon Sep 17 00:00:00 2001 -From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> -Date: Sat, 1 Jun 2024 10:34:03 +0000 -Subject: [PATCH] :arrow_up: Update myst-parser requirement from <3,>=1 to - >=1,<4 - -Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version. -- [Release notes](https://github.com/executablebooks/MyST-Parser/releases) -- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) -- [Commits](https://github.com/executablebooks/MyST-Parser/compare/v1.0.0...v3.0.1) - ---- -updated-dependencies: -- dependency-name: myst-parser - dependency-type: direct:production -... - -Signed-off-by: dependabot[bot] <support@github.com> ---- - pyproject.toml | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/pyproject.toml b/pyproject.toml -index c307e72..6eb542f 100644 ---- a/pyproject.toml -+++ b/pyproject.toml -@@ -35,9 +35,9 @@ Documentation = "https://sphinx-design.readthedocs.io" - - [project.optional-dependencies] - code-style = ["pre-commit>=3,<4"] --rtd = ["myst-parser>=1,<3"] -+rtd = ["myst-parser>=1,<4"] - testing = [ -- "myst-parser>=1,<3", -+ "myst-parser>=1,<4", - "pytest~=7.1", - "pytest-cov", - "pytest-regressions", diff --git a/dev-python/sphinx-design/metadata.xml b/dev-python/sphinx-design/metadata.xml index 36acccda7221..137044fdb488 100644 --- a/dev-python/sphinx-design/metadata.xml +++ b/dev-python/sphinx-design/metadata.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>dev@liguros.net</email> - <name>Development</name> + <maintainer type="person"> + <email>gasc@eurecom.fr</email> + <name>Gasc Henri</name> </maintainer> - <origin>ports</origin> + <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/sphinx-design/sphinx-design-0.6.0.ebuild b/dev-python/sphinx-design/sphinx-design-0.6.0.ebuild deleted file mode 100644 index 2f862c3aa6f2..000000000000 --- a/dev-python/sphinx-design/sphinx-design-0.6.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2023-2024 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 - -DESCRIPTION="A sphinx extension for designing beautiful, view size responsive web components" -HOMEPAGE="https://sphinx-design.readthedocs.io" -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" -IUSE="code_style rtd theme_furo theme_pydata theme_rtd theme_sbt" - -RDEPEND="<dev-python/sphinx-8[${PYTHON_USEDEP}] - code_style? ( dev-vcs/pre-commit ) - rtd? ( dev-python/myst-parser[${PYTHON_USEDEP}] ) - theme_furo? ( >=dev-python/furo-2022.06.04[${PYTHON_USEDEP}] ) - theme_pydata? ( dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}] ) - theme_rtd? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] ) - theme_sbt? ( dev-python/sphinx-book-theme[${PYTHON_USEDEP}] ) -" -BDEPEND="test? ( - dev-python/pytest-regressions[${PYTHON_USEDEP}] - dev-python/myst-parser[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - ${FILESDIR}/myst-parser.patch -) - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/myst-parser diff --git a/dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild b/dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild deleted file mode 100644 index 702aeba87e1a..000000000000 --- a/dev-python/sphinx-design/sphinx-design-0.6.1-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2023-2024 Liguros Authors -# Distributed under the terms of the GNU General Public License v2 -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) - -inherit distutils-r1 - -DESCRIPTION="A sphinx extension for designing beautiful, view size responsive web components" -HOMEPAGE="https://sphinx-design.readthedocs.io" -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" -IUSE="code_style rtd theme_furo theme_pydata theme_rtd theme_sbt" - -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}] - code_style? ( dev-vcs/pre-commit ) - rtd? ( dev-python/myst-parser[${PYTHON_USEDEP}] ) - theme_furo? ( >=dev-python/furo-2022.06.04[${PYTHON_USEDEP}] ) - theme_pydata? ( dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}] ) - theme_rtd? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] ) - theme_sbt? ( dev-python/sphinx-book-theme[${PYTHON_USEDEP}] ) -" -BDEPEND="test? ( - dev-python/pytest-regressions[${PYTHON_USEDEP}] - dev-python/myst-parser[${PYTHON_USEDEP}] - ) -" - -#PATCHES=( ${FILESDIR}/sphinx.patch ) - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/myst-parser diff --git a/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild b/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild index 15a4e1c3e5df..2cc8a4e2ffb3 100644 --- a/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild +++ b/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild @@ -1,34 +1,32 @@ -# Copyright 2023-2024 Liguros Authors +# Copyright 2021-2024 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_{9,10,11,12,13} ) +PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 docs -DESCRIPTION="A sphinx extension for designing beautiful, view size responsive web components" -HOMEPAGE="https://sphinx-design.readthedocs.io" +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" -IUSE="code_style rtd theme_furo theme_pydata theme_rtd theme_sbt" -RDEPEND="<dev-python/sphinx-8[${PYTHON_USEDEP}] - code_style? ( dev-vcs/pre-commit ) - rtd? ( dev-python/myst-parser[${PYTHON_USEDEP}] ) - theme_furo? ( >=dev-python/furo-2022.06.04[${PYTHON_USEDEP}] ) - theme_pydata? ( dev-python/pydata-sphinx-theme[${PYTHON_USEDEP}] ) - theme_rtd? ( dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}] ) - theme_sbt? ( dev-python/sphinx-book-theme[${PYTHON_USEDEP}] ) -" -BDEPEND="test? ( +BDEPEND=" + test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] + ) + doc? ( dev-python/myst-parser[${PYTHON_USEDEP}] ) " distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/myst-parser |
