From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/markdown2/Manifest | 3 +++ dev-python/markdown2/markdown2-2.3.0.ebuild | 32 +++++++++++++++++++++++++++++ dev-python/markdown2/metadata.xml | 20 ++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 dev-python/markdown2/Manifest create mode 100644 dev-python/markdown2/markdown2-2.3.0.ebuild create mode 100644 dev-python/markdown2/metadata.xml (limited to 'dev-python/markdown2') diff --git a/dev-python/markdown2/Manifest b/dev-python/markdown2/Manifest new file mode 100644 index 000000000000..348b99a5b583 --- /dev/null +++ b/dev-python/markdown2/Manifest @@ -0,0 +1,3 @@ +DIST markdown2-2.3.0.zip 145194 BLAKE2B ef6e5744b6d9c9c8de20ac2d17ea0fc13453dd6401ab0c8d6d258f6a19aec4e94cfdfef28cbef7ef4b4bf6133a0acb55a1d8a76a41ac621498117c39b1fc1a6e SHA512 48bf8e26b34c48c0c12fc0f110b09d3232ea3394db3325d50639adf5cefb603344ee97b116e09b574f7c7414ab4a8293ddc37ca6706e41baaa14e399fa467d5f +EBUILD markdown2-2.3.0.ebuild 702 BLAKE2B 9aa4ce028ec135d45ff87aca742acca2292e91a10468451c07b88372534f68c63d7e880ac002a5b2649e6dfd6214c66b8d5969456b178ac63f20ad7bf804cd3f SHA512 3e106556a5942e84e0e80e87e01376c9da00e09c547c0a92cab328919bb50b22473f75630803012f678d983290d0e93cb50a583b061b7e9a73f0415bab71a49f +MISC metadata.xml 641 BLAKE2B f1c0e61b9c9e1229be9dbc2d913af9398d8ed41dc69afa0d46dcbc3c74aa583eedea6e1c8132de436b10b288f76a9657e3c74f7e546d357bba817e38b01606f6 SHA512 ece3faf6646450ac53797ac77c91f7e7a9953dcc419f98738cb8529722d04fa00a9a0e9fbe0958c2119b6e0909fe1ca6eee50749a133e2aec8b2d242071348f7 diff --git a/dev-python/markdown2/markdown2-2.3.0.ebuild b/dev-python/markdown2/markdown2-2.3.0.ebuild new file mode 100644 index 000000000000..66c5fd0c7f50 --- /dev/null +++ b/dev-python/markdown2/markdown2-2.3.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Python Markdown language reimplementation" +SRC_URI="mirror://pypi/m/markdown2/${P}.zip" +HOMEPAGE="https://github.com/trentm/python-markdown2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/pygments[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" + +python_prepare_all() { + # [issue52, knownfailure] + rm -f test/tm-cases/issue52* || die + + distutils-r1_python_prepare_all +} + +python_test() { + cd test || die + "${PYTHON}" test.py || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/markdown2/metadata.xml b/dev-python/markdown2/metadata.xml new file mode 100644 index 000000000000..671860593b2e --- /dev/null +++ b/dev-python/markdown2/metadata.xml @@ -0,0 +1,20 @@ + + + + + maksbotan@gentoo.org + Maxim Koltsov + + + python@gentoo.org + Python + + + + Trent Mick + + https://github.com/trentm/python-markdown2/issues + markdown2 + trentm/python-markdown2 + + -- cgit v1.2.3