public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/recommonmark/
Date: Thu, 18 Oct 2018 16:39:43 +0000 (UTC)	[thread overview]
Message-ID: <1539880776.d391120f6f9ba59e716a9f3b66b67d0a23a3cdb8.mgorny@gentoo> (raw)

commit:     d391120f6f9ba59e716a9f3b66b67d0a23a3cdb8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 16:31:14 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 16:39:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d391120f

dev-python/recommonmark: Bump to 0.5.0_pre20181012 snapshot

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/recommonmark/Manifest                   |  1 +
 .../recommonmark-0.5.0_pre20181012.ebuild          | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/recommonmark/Manifest b/dev-python/recommonmark/Manifest
index a94d132bddc..b83ef2cf47a 100644
--- a/dev-python/recommonmark/Manifest
+++ b/dev-python/recommonmark/Manifest
@@ -1,2 +1,3 @@
 DIST recommonmark-0.4.0.tar.gz 7112 BLAKE2B d0e0f95f251e859908523c90b012ef2b162823d72b87192651d08a9cb5217a8bf497caf0320cefd3e724f77d3ad4324db446ddb57de55fd308c7739b78f55c04 SHA512 30d900840093c9ee2c1a322aeaba64c06c6f236e4c86a8d7604edc7d9fb0e78d66387f844619364d9253585db3f38d212242d2798153f343bc01ad281c146c9c
 DIST recommonmark-33b5c2a4ec50d18d3f659aa119d3bd11452327da.tar.gz 22085 BLAKE2B 2225f8854eb92f9c905c5943c3d4db1cb56ccf22826f32101c9e8db6ac1a1658a543d58a71bfdd8650f225229be5c47658a6db9c6f535718eab5361589436d77 SHA512 4b4c3c9354c3de223c7d441b1665879d49a2f9f2328532901c69d10f4f8d90ff84e28aab3d1b4884edecd80071193ec69fbdbce735527ec2edc574b5a3d1fe88
+DIST recommonmark-fdeeda5f6fe3ed8905deb7a067cc5951a477d091.tar.gz 22249 BLAKE2B 7466fc1448b54c2fd6969fa06e10c11e7bf1f2d772d96d749de9023d60570387a5472c74d660e8bd0722d294dd2ac1dec8d7d6fc49b281eea14b1f9ce423cf94 SHA512 67fa0b13d49d1f6b08e2fa28cf127c6dadb6454329a35e1e1217ff3bc93aff1a1a040740478cfdcab1b72acd939e0a81d7d8638e7ecdcc76e2791ddc33b8f0ac

diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild
new file mode 100644
index 00000000000..504a334376e
--- /dev/null
+++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20181012.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+EGIT_COMMIT=fdeeda5f6fe3ed8905deb7a067cc5951a477d091
+MY_P=${PN}-${EGIT_COMMIT}
+DESCRIPTION="Python docutils-compatibility bridge to CommonMark"
+HOMEPAGE="https://recommonmark.readthedocs.io/"
+SRC_URI="https://github.com/rtfd/recommonmark/archive/${EGIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/commonmark-0.8[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	>=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+	pytest -vv || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2018-10-18 16:39 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-18 16:39 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09  9:21 [gentoo-commits] repo/gentoo:master commit in: dev-python/recommonmark/ Petr Vaněk
2023-06-01 16:32 Arthur Zamarin
2023-03-22  5:30 Sam James
2023-03-21  5:43 Michał Górny
2023-03-21  5:43 Michał Górny
2022-07-02 12:24 Arthur Zamarin
2022-07-02 12:23 Arthur Zamarin
2022-05-29 18:53 Arthur Zamarin
2022-05-29 18:53 Arthur Zamarin
2022-04-25 19:22 Sam James
2022-01-02 11:52 James Le Cuirot
2021-07-01 14:06 Marek Szuba
2021-06-05 18:14 Michał Górny
2021-03-14 22:39 Michał Górny
2021-03-14 22:33 Sam James
2021-02-11 10:05 Michał Górny
2021-02-11  9:30 Sam James
2021-02-06 22:37 Sam James
2020-05-17  8:04 Michał Górny
2020-05-11 17:48 Michał Górny
2020-05-06 20:18 Sergei Trofimovich
2020-05-06 17:34 Sergei Trofimovich
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-03-29  7:04 Michał Górny
2020-03-29  7:04 Michał Górny
2020-03-29  7:04 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-24 21:46 Michał Górny
2020-03-24 21:46 Michał Górny
2019-12-16 17:27 Sebastian Pipping
2019-04-09  1:32 Aaron Bauman
2019-03-16 18:40 Sergei Trofimovich
2019-03-02 21:30 Matt Turner
2019-03-02 20:02 Matt Turner
2019-02-15 17:05 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-13 12:46 Michał Górny
2019-02-12 21:03 Sergei Trofimovich
2019-02-12  8:52 Mikle Kolyada
2019-02-12  8:11 Sergei Trofimovich
2019-02-11 23:36 Sergei Trofimovich
2019-02-10 23:52 Matt Turner
2019-02-10 23:52 Matt Turner
2019-02-10 23:10 Matt Turner
2019-02-10  7:46 Mikle Kolyada
2018-11-28 22:16 Matt Turner
2018-11-25 10:27 Mikle Kolyada
2018-11-07 22:41 Sergei Trofimovich
2018-10-28 10:19 Sergei Trofimovich
2018-10-18 16:39 Michał Górny
2018-10-18  4:32 Matt Turner
2018-10-18  4:32 Matt Turner
2018-09-20  8:43 Michał Górny
2018-06-30 19:30 Mart Raudsepp
2017-09-30  0:31 Matt Thode
2017-07-15 16:22 Tobias Klausmann
2017-04-28 17:00 Manuel Rüger
2017-01-02 16:13 Sebastien Fabbro

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=1539880776.d391120f6f9ba59e716a9f3b66b67d0a23a3cdb8.mgorny@gentoo \
    --to=mgorny@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