summaryrefslogtreecommitdiff
path: root/dev-python/pypandoc
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/pypandoc
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pypandoc')
-rw-r--r--dev-python/pypandoc/Manifest1
-rw-r--r--dev-python/pypandoc/metadata.xml12
-rw-r--r--dev-python/pypandoc/pypandoc-1.17.ebuild36
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/pypandoc/Manifest b/dev-python/pypandoc/Manifest
deleted file mode 100644
index 3b3bc3ab6e88..000000000000
--- a/dev-python/pypandoc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pypandoc-1.17.gh.tar.gz 68117 BLAKE2B a2a098c30f3d34eb88a12ca4b8ff4c805c424d041b2ead26e59e87e6e145a618bc4f9115a774223336a193f8e66ab6e930c0d6c54060e4f42fde5fede4592812 SHA512 2871c708a3e0da99f16327b665d44265cca3a72c9dd03f9446e6952640cc86f61774a02902c6245287e2ec067cd2ca1f81174795940a7f4fa4c9cdaf22cfc2ab
diff --git a/dev-python/pypandoc/metadata.xml b/dev-python/pypandoc/metadata.xml
deleted file mode 100644
index 96745e62d54a..000000000000
--- a/dev-python/pypandoc/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">pypandoc</remote-id>
- <remote-id type="github">JessicaTegner/pypandoc</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pypandoc/pypandoc-1.17.ebuild b/dev-python/pypandoc/pypandoc-1.17.ebuild
deleted file mode 100644
index bbf52c7759d3..000000000000
--- a/dev-python/pypandoc/pypandoc-1.17.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Pypandoc provides a thin wrapper for pandoc, a universal document converter"
-HOMEPAGE="https://github.com/JessicaTegner/pypandoc https://pypi.org/project/pypandoc"
-SRC_URI="https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DOCS+=( examples README.md LICENSE )
-
-RDEPEND="virtual/pandoc"
-BDEPEND="
- test? (
- >=dev-python/pandocfilters-1.5.0[${PYTHON_USEDEP}]
- app-text/texlive-core
- dev-texlive/texlive-latex
- dev-texlive/texlive-fontsrecommended
- dev-texlive/texlive-latexrecommended
- )
-"
-
-EPYTEST_DESELECT=(
- # Need internet
- tests/test_pypandoc.py::TestPypandoc::test_basic_conversion_from_http_url
-)
-distutils_enable_tests pytest