summaryrefslogtreecommitdiff
path: root/dev-python/markdown-it-py
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/markdown-it-py
parenta0d324d0ef33cd7630b90e7c187b0691941f8eea (diff)
downloadbaldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.tar.gz
baldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.tar.xz
baldeagleos-repo-45fcf85ae746b58f3263ca596b62c916f6860817.zip
Adding metadata
Diffstat (limited to 'dev-python/markdown-it-py')
-rw-r--r--dev-python/markdown-it-py/Manifest1
-rw-r--r--dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild43
-rw-r--r--dev-python/markdown-it-py/metadata.xml13
3 files changed, 57 insertions, 0 deletions
diff --git a/dev-python/markdown-it-py/Manifest b/dev-python/markdown-it-py/Manifest
new file mode 100644
index 000000000000..f6fc23e4fb2c
--- /dev/null
+++ b/dev-python/markdown-it-py/Manifest
@@ -0,0 +1 @@
+DIST markdown-it-py-2.0.0.gh.tar.gz 265346 BLAKE2B f509c3fdc82a2665bb9bca862118c544cf203afbb8454cdbb5f58c58aeadcd1fbd66ef98615ac6501e4fe8ce83d2e668de29d2e67301ddda06d1cbbaf6cf7422 SHA512 226111a8d0e57d9def2076053abfba1b7533bb0cdee569b8e1c7ece2b61ebce49daa263aee673683b83974b7597df0e6d62c1723860af684fe306c55619357ca
diff --git a/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild b/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild
new file mode 100644
index 000000000000..97ad5be29096
--- /dev/null
+++ b/dev-python/markdown-it-py/markdown-it-py-2.0.0.ebuild
@@ -0,0 +1,43 @@
+# 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="Python port of markdown-it, Markdown parser"
+HOMEPAGE="https://pypi.org/project/markdown-it-py/
+ https://github.com/executablebooks/markdown-it-py"
+SRC_URI="
+ https://github.com/executablebooks/markdown-it-py/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ <dev-python/attrs-22[${PYTHON_USEDEP}]
+ dev-python/mdurl[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/pytest-regressions[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # Unimportant tests needing a new dep linkify
+ tests/test_linkify.py::test_token_levels
+ tests/test_port/test_fixtures.py::test_linkify
+)
+
+EPYTEST_IGNORE=(
+ # No need to benchmark
+ benchmarking/
+)
diff --git a/dev-python/markdown-it-py/metadata.xml b/dev-python/markdown-it-py/metadata.xml
new file mode 100644
index 000000000000..46f40ee63af3
--- /dev/null
+++ b/dev-python/markdown-it-py/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">markdown-it-py</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file