summaryrefslogtreecommitdiff
path: root/dev-python/sphinxemoji
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/sphinxemoji
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/sphinxemoji')
-rw-r--r--dev-python/sphinxemoji/Manifest1
-rw-r--r--dev-python/sphinxemoji/metadata.xml13
-rw-r--r--dev-python/sphinxemoji/sphinxemoji-0.3.2.ebuild35
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/sphinxemoji/Manifest b/dev-python/sphinxemoji/Manifest
deleted file mode 100644
index 4964dedfbdfb..000000000000
--- a/dev-python/sphinxemoji/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST emojicodes-0.3.2.gh.tar.gz 47088 BLAKE2B f2c54726a53b167466b44205c4461253666c61f9b97b4882c39ceffabd4f546e8ccc85c8539c9f129d22534a5aa450850a2ceabf90b44db17a05848f63ee8f5f SHA512 a140ee49ddb80c83d25fc3b1e741f0b97c3f9d0c24db5aa5b9721557642e62c833aa3f6155455fd68323225d7a1f25d4a0abe8c413b66fa2e6d5a95ceacfbca9
diff --git a/dev-python/sphinxemoji/metadata.xml b/dev-python/sphinxemoji/metadata.xml
deleted file mode 100644
index 0025b9df1fbe..000000000000
--- a/dev-python/sphinxemoji/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">sphinxemoji</remote-id>
- <remote-id type="github">sphinx-contrib/emojicodes</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/sphinxemoji/sphinxemoji-0.3.2.ebuild b/dev-python/sphinxemoji/sphinxemoji-0.3.2.ebuild
deleted file mode 100644
index 2560c5f60e73..000000000000
--- a/dev-python/sphinxemoji/sphinxemoji-0.3.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-MY_P=emojicodes-${PV}
-DESCRIPTION="Extension to use emoji codes in your Sphinx documentation"
-HOMEPAGE="
- https://pypi.org/project/sphinxemoji/
- https://github.com/sphinx-contrib/emojicodes/
-"
-SRC_URI="
- https://github.com/sphinx-contrib/emojicodes/archive/v${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 ~sparc x86"
-
-RDEPEND="
- >=dev-python/sphinx-5.0[${PYTHON_USEDEP}]
-"
-
-python_test() {
- local HTML_DOCS=()
- build_sphinx docs/source
- rm -r docs/source/_build || die
-}