dev-python/{CommonMark → commonmark}

Rename dev-python/CommonMark following upstream decision to switch
to lowercase package name.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2018-10-18 18:09:18 +02:00
parent 2c2d95d87f
commit 6e5e72ff12
11 changed files with 8 additions and 7 deletions

View File

@@ -0,0 +1,19 @@
<?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">
Pure Python port of jgms commonmark.js, a Markdown parser and
renderer for the CommonMark specification, using only native
modules. Once both this project and the CommonMark specification
are stable we will release the first 1.0 version and attempt to
keep up to date with changes in commonmark.js.
</longdescription>
<upstream>
<remote-id type="pypi">CommonMark</remote-id>
<remote-id type="github">rtfd/CommonMark.py</remote-id>
</upstream>
</pkgmetadata>