diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/alabaster | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/alabaster')
| -rw-r--r-- | dev-python/alabaster/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/alabaster/alabaster-1.0.0.ebuild | 19 | ||||
| -rw-r--r-- | dev-python/alabaster/metadata.xml | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/alabaster/Manifest b/dev-python/alabaster/Manifest new file mode 100644 index 000000000000..446bab999930 --- /dev/null +++ b/dev-python/alabaster/Manifest @@ -0,0 +1 @@ +DIST alabaster-1.0.0.tar.gz 24210 BLAKE2B 286abb2cc70c65b266ba38bc34a8d3851df9ddf4e97817167af84253c77654b37d14534d9a1bfce9668b8114fe24c4c472f842621791bb31abc06aa3b45af795 SHA512 097755d8d5f8c818288f2bdea5ecb9217f4bbfbab238fb4e8f2e135d9a7777bb9a6056decabf709f8a255495d4269d92233bcdf73c6c9ec82e79f52d65849955 diff --git a/dev-python/alabaster/alabaster-1.0.0.ebuild b/dev-python/alabaster/alabaster-1.0.0.ebuild new file mode 100644 index 000000000000..4c738d47734d --- /dev/null +++ b/dev-python/alabaster/alabaster-1.0.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A configurable sidebar-enabled Sphinx theme" +HOMEPAGE=" + https://github.com/sphinx-doc/alabaster/ + https://pypi.org/project/alabaster/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" diff --git a/dev-python/alabaster/metadata.xml b/dev-python/alabaster/metadata.xml new file mode 100644 index 000000000000..5e95859f915a --- /dev/null +++ b/dev-python/alabaster/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
