# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 PYTHON_DEPEND="*:2.4" SUPPORT_PYTHON_ABIS="1" inherit python 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" IUSE="" DEPEND="" RDEPEND="${DEPEND}"