From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/
Date: Wed, 4 Nov 2015 14:15:20 +0000 (UTC) [thread overview]
Message-ID: <1446646515.99ee4afb84fe87044eca040022fa99229dc1d6b6.jlec@gentoo> (raw)
commit: 99ee4afb84fe87044eca040022fa99229dc1d6b6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 4 13:58:15 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Nov 4 14:15:15 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ee4afb
dev-python/regendoc: Version Bump
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/regendoc/Manifest | 1 +
dev-python/regendoc/regendoc-0.6.1.ebuild | 34 +++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-python/regendoc/Manifest b/dev-python/regendoc/Manifest
index bd75a2f..91cb900 100644
--- a/dev-python/regendoc/Manifest
+++ b/dev-python/regendoc/Manifest
@@ -1 +1,2 @@
DIST regendoc-0.5.tar.gz 5651 SHA256 01f60310371f906b1b3c3cfa710d1334e9be20b4e2cde6fdb6555214ad9ff074 SHA512 4da72c278901d3bb7ec711337c12738903c3686c7b7b30f95842c3fe2b04b4d59f20fa7b4b1c2334e8c7036ec02d551a777a0eb094541316928eae1945708977 WHIRLPOOL 8b290c7a5aaf1f1735f62d684589ba093de31b5dbff7223a828b98bad455ce86c7c1442f47d033e569b28e36270fe18f7b5d19f2d9f9e631147002b7b85fc643
+DIST regendoc-0.6.1.tar.gz 5832 SHA256 db1e8c9ae02c1af559eae105bfd77ba41ed07fc8ca7030ea59db5f3f161236a4 SHA512 bb6551e1e50fc540649e5856bbfa36d7c26aaa609b8361e4f0260246c6479870cdca97b95db6730a0a6763fea626d4d6267fda1593769f90416447a95f34a18c WHIRLPOOL 56182af8c4e509d8deaf6e59e10dfcd76be7e67cd0a720795e84cbf127bccd17b5028ad784f3fbf2c817e25abe517ea56d2cc958d856c5ff32bdc39f57257f55
diff --git a/dev-python/regendoc/regendoc-0.6.1.ebuild b/dev-python/regendoc/regendoc-0.6.1.ebuild
new file mode 100644
index 0000000..075f70a
--- /dev/null
+++ b/dev-python/regendoc/regendoc-0.6.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+MY_PN="RegenDoc"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Check/update simple file/shell examples in documentation"
+HOMEPAGE="https://pypi.python.org/pypi/RegenDoc http://bitbucket.org/pytest-dev/regendoc/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/click[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ )
+"
+
+python_test() {
+ py.test -v -v || die
+}
next reply other threads:[~2015-11-04 14:15 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-04 14:15 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-29 7:04 [gentoo-commits] repo/gentoo:master commit in: dev-python/regendoc/ Michał Górny
2018-03-17 21:41 Michał Górny
2017-02-12 22:20 Zac Medico
2015-11-23 6:44 Jeroen Roovers
2015-11-22 19:27 Markus Meier
2015-11-19 10:25 Agostino Sarubbo
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-14 13:40 Justin Lecher
2015-10-11 11:25 Justin Lecher
2015-09-20 9:33 Justin Lecher
2015-09-20 9:33 Justin Lecher
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=1446646515.99ee4afb84fe87044eca040022fa99229dc1d6b6.jlec@gentoo \
--to=jlec@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