From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/CommonMark/
Date: Mon, 2 Jan 2017 16:13:57 +0000 (UTC) [thread overview]
Message-ID: <1483373625.8c959629a0c8e4c103ee3dbf6f106e1638295854.bicatali@gentoo> (raw)
commit: 8c959629a0c8e4c103ee3dbf6f106e1638295854
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 2 05:39:03 2017 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Mon Jan 2 16:13:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c959629
dev-python/CommonMark: initial import
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/CommonMark/CommonMark-0.5.4.ebuild | 34 +++++++++++++++++++++++++++
dev-python/CommonMark/Manifest | 1 +
dev-python/CommonMark/metadata.xml | 19 +++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/dev-python/CommonMark/CommonMark-0.5.4.ebuild b/dev-python/CommonMark/CommonMark-0.5.4.ebuild
new file mode 100644
index 00000000..3f2c494
--- /dev/null
+++ b/dev-python/CommonMark/CommonMark-0.5.4.ebuild
@@ -0,0 +1,34 @@
+# 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 parser for the CommonMark Markdown spec"
+HOMEPAGE="https://github.com/rtfd/CommonMark-py"
+LICENSE="BSD"
+
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE=""
+RDEPEND="
+ dev-python/future[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+# unrestrict for versions >= 0.7.2
+RESTRICT=test
+
+python_test() {
+ LC_ALL='en_US.utf8' LC_CTYPE='en_US.utf8' LANG=en_US.utf8 PYTHONIOENCODING=UTF-8 \
+ esetup.py test
+}
diff --git a/dev-python/CommonMark/Manifest b/dev-python/CommonMark/Manifest
new file mode 100644
index 00000000..0df81f3
--- /dev/null
+++ b/dev-python/CommonMark/Manifest
@@ -0,0 +1 @@
+DIST CommonMark-0.5.4.tar.gz 120316 SHA256 34d73ec8085923c023930dfc0bcd1c4286e28a2a82de094bb72fabcc0281cbe5 SHA512 1983714a50a627f30f86af0d02dad9e52cb7b0ffce29691d0e740f587e599ead6de2412d72b895b7df772e1c81e171e56dfecaf593e611af65bd5798632a98ad WHIRLPOOL f375b772faff450af98d73b3559dabe7b7369951cd8cf9ea45046bf5de875022212b7e92daee3fa7d3fb63d44894a301991a4561ac8a8b0c78eef64c83062fad
diff --git a/dev-python/CommonMark/metadata.xml b/dev-python/CommonMark/metadata.xml
new file mode 100644
index 00000000..fc5b696
--- /dev/null
+++ b/dev-python/CommonMark/metadata.xml
@@ -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 jgm’s 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>
next reply other threads:[~2017-01-02 16:14 UTC|newest]
Thread overview: 62+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-02 16:13 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-28 14:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/CommonMark/ Manuel Rüger
2017-07-15 16:22 Tobias Klausmann
2017-08-01 20:06 Michał Górny
2017-09-22 14:01 Patrice Clement
2017-09-30 0:31 Matt Thode
2018-03-19 6:04 Tim Harder
2018-06-30 19:30 Mart Raudsepp
2018-06-30 19:31 Mart Raudsepp
2018-08-31 8:35 Michał Górny
2018-08-31 8:35 Michał Górny
2018-10-18 4:32 Matt Turner
2018-10-18 4:32 Matt Turner
2018-10-18 16:39 Michał Górny
2018-10-18 16:39 Michał Górny
2018-10-18 16:39 Michał Górny
2018-10-18 16:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/commonmark/ Michał Górny
2018-10-28 10:19 Sergei Trofimovich
2018-11-06 23:11 Sergei Trofimovich
2018-11-25 10:27 Mikle Kolyada
2018-11-28 22:16 Matt Turner
2019-02-10 7:46 Mikle Kolyada
2019-02-11 23:36 Sergei Trofimovich
2019-02-12 8:11 Sergei Trofimovich
2019-02-12 21:03 Sergei Trofimovich
2019-02-13 12:46 Michał Górny
2019-02-15 15:46 Thomas Deutschmann
2019-02-15 17:05 Mikle Kolyada
2019-03-02 20:02 Matt Turner
2019-03-02 21:30 Matt Turner
2019-03-16 18:40 Sergei Trofimovich
2019-04-09 1:32 Aaron Bauman
2020-03-24 21:46 Michał Górny
2020-03-24 21:46 Michał Górny
2020-05-03 10:12 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 19:11 Agostino Sarubbo
2020-05-04 10:48 Michał Górny
2020-05-05 6:46 Agostino Sarubbo
2020-05-11 9:44 Agostino Sarubbo
2020-05-11 15:32 Mart Raudsepp
2020-05-14 10:38 Michał Górny
2020-11-01 7:52 Michał Górny
2021-05-06 18:45 Michał Górny
2021-07-01 14:06 Marek Szuba
2022-01-02 11:52 James Le Cuirot
2022-01-27 19:05 Sam James
2022-02-01 13:46 Michał Górny
2022-02-01 13:46 Michał Górny
2022-04-25 16:50 Sam James
2022-05-11 12:56 Jakov Smolić
2022-05-11 17:54 Michał Górny
2022-05-11 17:54 Michał Górny
2022-06-12 5:51 Michał Górny
2022-06-12 11:53 Sam James
2022-06-12 14:25 Michał Górny
2023-03-16 3:47 Michał Górny
2023-05-27 9:44 Arthur Zamarin
2024-05-17 17:03 Michał Górny
2024-06-18 16:57 Michał Górny
2025-02-27 21:14 Michał Górny
2025-05-27 12:33 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1483373625.8c959629a0c8e4c103ee3dbf6f106e1638295854.bicatali@gentoo \
--to=bicatali@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox