dev-python/recommonmark: initial import

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Sébastien Fabbro
2017-01-02 05:39:30 +00:00
parent 8c959629a0
commit fa7aca9fd9
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST recommonmark-0.4.0.tar.gz 7112 SHA256 6e29c723abcf5533842376d87c4589e62923ecb6002a8e059eb608345ddaff9d SHA512 30d900840093c9ee2c1a322aeaba64c06c6f236e4c86a8d7604edc7d9fb0e78d66387f844619364d9253585db3f38d212242d2798153f343bc01ad281c146c9c WHIRLPOOL 6fec6b972f054cb3c67e5b3815797a8281bbbf5f41d9a3b090eef7d9c7605caa4d832a235f10be1ee8f1de0fa084e7c0628934c836fbc47af977657bcc8eedc7

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">
This allows you to write CommonMark inside of Docutils and Sphinx
projects.
</longdescription>
<upstream>
<remote-id type="pypi">recommonmark</remote-id>
<remote-id type="github">rtfd/recommonmark</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,24 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1
DESCRIPTION="Python docutils-compatibility bridge to CommonMark"
HOMEPAGE="https://recommonmark.readthedocs.io/"
LICENSE="MIT"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]
<=dev-python/CommonMark-0.5.4[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
IUSE=""