commit:     f1a1494ffe2fe8b5d2f92c354d93820ab1612bf8
Author:     Henri Gasc <gasc <AT> eurecom <DOT> fr>
AuthorDate: Thu Oct 10 14:07:59 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Oct 10 16:04:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1a1494f

dev-python/sphinx-design: new package, add 0.6.1

Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>

 dev-python/sphinx-design/Manifest                  |  1 +
 dev-python/sphinx-design/metadata.xml              | 12 +++++++++
 .../sphinx-design/sphinx-design-0.6.1.ebuild       | 29 ++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/dev-python/sphinx-design/Manifest 
b/dev-python/sphinx-design/Manifest
new file mode 100644
index 000000000..623f48c9c
--- /dev/null
+++ b/dev-python/sphinx-design/Manifest
@@ -0,0 +1 @@
+DIST sphinx-design-0.6.1.gh.tar.gz 2634942 BLAKE2B 
24d392aebdfbe62dc5b7aa4459f146f32bd2bf64f53e7fe0bb2732e63501f59e3b06d437cde138b398d2c0c1454cd3678c2ce3fdffaaf11786a7353ac0a8a9b0
 SHA512 
7733d0f146f26b47c1b4db5c86aeb634194fc3d9330308812e7507aa2b76420d869a6a5846980f034e7127385f79c0b41dfcce2206d0ee69746aa8ced2a4a582

diff --git a/dev-python/sphinx-design/metadata.xml 
b/dev-python/sphinx-design/metadata.xml
new file mode 100644
index 000000000..b3ae7c45c
--- /dev/null
+++ b/dev-python/sphinx-design/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>g...@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.6.1.ebuild 
b/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild
new file mode 100644
index 000000000..979b65b42
--- /dev/null
+++ b/dev-python/sphinx-design/sphinx-design-0.6.1.ebuild
@@ -0,0 +1,29 @@
+# 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_{10..13} pypy3 )
+
+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
+       )
+"
+
+distutils_enable_tests pytest

Reply via email to