summaryrefslogtreecommitdiff
path: root/dev-python/mdit-py-plugins
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-24 01:37:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-24 01:37:58 +0000
commit45fcf85ae746b58f3263ca596b62c916f6860817 (patch)
tree36502c190e38bbbe13a0ff92573e9e4938b601b7 /dev-python/mdit-py-plugins
parenta0d324d0ef33cd7630b90e7c187b0691941f8eea (diff)
downloadbaldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.tar.gz
baldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.tar.xz
baldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.zip
Adding metadata
Diffstat (limited to 'dev-python/mdit-py-plugins')
-rw-r--r--dev-python/mdit-py-plugins/Manifest1
-rw-r--r--dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild31
-rw-r--r--dev-python/mdit-py-plugins/metadata.xml13
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/mdit-py-plugins/Manifest b/dev-python/mdit-py-plugins/Manifest
new file mode 100644
index 000000000000..c04b4ab0815a
--- /dev/null
+++ b/dev-python/mdit-py-plugins/Manifest
@@ -0,0 +1 @@
+DIST mdit-py-plugins-0.3.0.gh.tar.gz 50654 BLAKE2B e84842e7cada1d9239f1d449c1a21ed654ab13017ea92f82190053b37371bc7e06d7afb65f6f56f7fa935666d24d05dca99628121bd4092a1143c289588ddfa4 SHA512 dd6aa738c6d93e45437326b1be52e0a9fc411aa3beacb61690919c272979c97ac1b38116b1ebb01c7d8fe724d4af9621c81ccd45131a690df8a2c0c325eef0e8
diff --git a/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
new file mode 100644
index 000000000000..431e2c38f83e
--- /dev/null
+++ b/dev-python/mdit-py-plugins/mdit-py-plugins-0.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{6,7,8,9,10} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Collection of plugins for markdown-it-py"
+HOMEPAGE="https://pypi.org/project/mdit-py-plugins/
+ https://github.com/executablebooks/mdit-py-plugins"
+SRC_URI="
+ https://github.com/executablebooks/mdit-py-plugins/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/markdown-it-py[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-regressions[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
diff --git a/dev-python/mdit-py-plugins/metadata.xml b/dev-python/mdit-py-plugins/metadata.xml
new file mode 100644
index 000000000000..7aa15b6b8ca2
--- /dev/null
+++ b/dev-python/mdit-py-plugins/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">mdit-py-plugins</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file