summaryrefslogtreecommitdiff
path: root/dev-python/pytest-markdown
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/pytest-markdown
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/pytest-markdown')
-rw-r--r--dev-python/pytest-markdown/Manifest1
-rw-r--r--dev-python/pytest-markdown/metadata.xml10
-rw-r--r--dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild22
3 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/pytest-markdown/Manifest b/dev-python/pytest-markdown/Manifest
deleted file mode 100644
index fb3b39898a02..000000000000
--- a/dev-python/pytest-markdown/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytest_markdown-1.0.2.tar.gz 2991 BLAKE2B 489bd1ccd6060b9588515772ff1f269dc57c328b3695405d0dd755340968899a2b912644e325ce5792528da90e5eac828314dbb9d1396eb34dffe0da04261848 SHA512 a2d5b38982f004a362ec2bda7aec45a6fb9e0b33dfd212647d8eab38fdadf6501b7fec8ad8838b286d81a156429aeb0ad3aa63361a580c2c7528fe19e474a7f6
diff --git a/dev-python/pytest-markdown/metadata.xml b/dev-python/pytest-markdown/metadata.xml
deleted file mode 100644
index 78defe38a00b..000000000000
--- a/dev-python/pytest-markdown/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <stabilize-allarches/>
- <upstream>
- <remote-id type="github">Jc2k/pytest-markdown</remote-id>
- <remote-id type="pypi">pytest-markdown</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild b/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild
deleted file mode 100644
index ea67bd57e600..000000000000
--- a/dev-python/pytest-markdown/pytest-markdown-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517="poetry"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Run tests in your markdown"
-HOMEPAGE="
- https://github.com/Jc2k/pytest-markdown/
- https://pypi.org/project/pytest-markdown/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-RDEPEND=">=dev-python/commonmark-0.9.1[${PYTHON_USEDEP}]
- >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]"