From f65628136faa35d0c4d3b5e7332275c7b35fcd96 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 3 Nov 2018 08:36:22 +0000 Subject: gentoo resync : 03.11.2018 --- dev-python/python-markdown-math/Manifest | 3 ++ dev-python/python-markdown-math/metadata.xml | 20 +++++++++++++ .../python-markdown-math-0.6.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 dev-python/python-markdown-math/Manifest create mode 100644 dev-python/python-markdown-math/metadata.xml create mode 100644 dev-python/python-markdown-math/python-markdown-math-0.6.ebuild (limited to 'dev-python/python-markdown-math') diff --git a/dev-python/python-markdown-math/Manifest b/dev-python/python-markdown-math/Manifest new file mode 100644 index 000000000000..bdeab8ab3d09 --- /dev/null +++ b/dev-python/python-markdown-math/Manifest @@ -0,0 +1,3 @@ +DIST python-markdown-math-0.6.tar.gz 6406 BLAKE2B 43172ba4b36b697f196bd569c93d56d1a3a05aaa306b1f149f3b70372e624e35fc0d3f3ea3c58c6b86e00c68408a5ebfe9fcc6562fe5065c7f8a7aa8683ee084 SHA512 af5773dc5b6d8968d811487a86fd027042d381b8b5b37683b519f03f21097bafd3d174881d8201cb6524e0975cd6868781e116cec6406fa20ffd3c6b9f9d4e87 +EBUILD python-markdown-math-0.6.ebuild 705 BLAKE2B 9554ee35ab628bad6ea6eb0bd725f443a7e4a15be24214f05f60c47accc044e0399c1e31e7c150523f7234b6e0528836bb1c954e2b99f506ae14a419ebadc141 SHA512 4255d600bd8e7878ce8d8b11da768d87304ee569d7d076ae60e3d3990cafd978ff18064f588d4da0c5d85adc21b5d772d92f54d23f41ae936c26a6b8efafb14b +MISC metadata.xml 618 BLAKE2B 38507a41b254385cc67fc807c7bc9597c22f65bf7ccad19a128d619d1b1ee86aeef3244fa01c90ab652179a9999146f02ac5bed4f57fec308f82c03356bf88a1 SHA512 cfdc0f283f5351aa12165bf85cd9e428f8d1d4c80eda12bacacbcf11d2b195d6306bc406b64ddd7dbdc3b086c7d2fbde70a424e0169751a9b92ae48e02544802 diff --git a/dev-python/python-markdown-math/metadata.xml b/dev-python/python-markdown-math/metadata.xml new file mode 100644 index 000000000000..d1e1d1b62523 --- /dev/null +++ b/dev-python/python-markdown-math/metadata.xml @@ -0,0 +1,20 @@ + + + + + holgersson@posteo.de + Nils Freydank + + + proxy-maint@gentoo.org + Proxy Maintainers + + + python@gentoo.org + Python + + + mitya57/python-markdown-math + python-markdown-math + + diff --git a/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild b/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild new file mode 100644 index 000000000000..2beab8d6d704 --- /dev/null +++ b/dev-python/python-markdown-math/python-markdown-math-0.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 ) +inherit distutils-r1 + +MY_PN="python-${PN}" + +DESCRIPTION="Math extension for Python-Markdown" +HOMEPAGE="https://github.com/mitya57/python-markdown-math" + +if [[ ${PV} == *9999 ]] + then + inherit git-r3 + EGIT_REPO_URI="https://github.com/mitya57/python-markdown-math.git" + else + SRC_URI="mirror://pypi/${MY_PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND="" + +python_test(){ + esetup.py test +} -- cgit v1.2.3