From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/doc8/
Date: Thu, 15 Oct 2015 06:55:48 +0000 (UTC) [thread overview]
Message-ID: <1444892065.8e1739ee67686952ffcc09344d6ce4163fa2f3ac.prometheanfire@gentoo> (raw)
commit: 8e1739ee67686952ffcc09344d6ce4163fa2f3ac
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 06:32:10 2015 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 06:54:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e1739ee
dev-python/doc8: adding for openstack liberty
Package-Manager: portage-2.2.20.1
dev-python/doc8/Manifest | 1 +
dev-python/doc8/doc8-0.6.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
dev-python/doc8/metadata.xml | 10 ++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/doc8/Manifest b/dev-python/doc8/Manifest
new file mode 100644
index 0000000..df38335
--- /dev/null
+++ b/dev-python/doc8/Manifest
@@ -0,0 +1 @@
+DIST doc8-0.6.0.tar.gz 21547 SHA256 42ccb69e9240546afec6cdae00b134592942b8b135d7017a748fd5af41e2d590 SHA512 1858334d3a0247d4d30c311bd7f13be66a6cdb6131f9d24dc10e38efaed6e08c8c7d11b776ff5dac7d6ae5eeb1cb7ef03523bc3e244794625a8ac1346cc05d75 WHIRLPOOL 4f5ad6df20c70d358af8b14bfbe6f11c24da8c8b38b59d4b4af60ab319037e0a30a2997f114191d10365b071adc216cc26a500e9ccf911b84165ba5582c75ab4
diff --git a/dev-python/doc8/doc8-0.6.0.ebuild b/dev-python/doc8/doc8-0.6.0.ebuild
new file mode 100644
index 0000000..1aa8a5f
--- /dev/null
+++ b/dev-python/doc8/doc8-0.6.0.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_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Style checker for Sphinx (or other) RST documentation"
+HOMEPAGE="http://git.openstack.org/cgit/stackforge/doc8"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ${CDEPEND}"
+RDEPEND="
+ ${CDEPEND}
+ dev-python/chardet[${PYTHON_USEDEP}]
+ dev-python/docutils[${PYTHON_USEDEP}]
+ >=dev-python/restructuredtext-lint-0.7[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ dev-python/stevedore[${PYTHON_USEDEP}]"
+
+python_prepare_all() {
+ sed -i '/^argparse/d' requirements.txt || die
+ distutils-r1_python_prepare_all
+}
diff --git a/dev-python/doc8/metadata.xml b/dev-python/doc8/metadata.xml
new file mode 100644
index 0000000..d5dfd32
--- /dev/null
+++ b/dev-python/doc8/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2015-10-15 6:55 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 6:55 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-25 3:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/doc8/ Matt Thode
2017-03-13 1:30 Zac Medico
2017-03-22 16:03 Matt Thode
2020-02-05 5:50 Michał Górny
2020-10-16 2:04 Matthew Thode
2021-01-24 0:07 Sam James
2021-09-22 14:05 Arthur Zamarin
2021-09-26 5:01 Sam James
2021-09-26 5:01 Sam James
2021-09-27 22:16 Michał Górny
2021-10-02 23:53 Sam James
2021-10-17 7:41 Michał Górny
2021-10-31 17:58 Sam James
2021-10-31 18:02 Sam James
2021-10-31 20:33 Michał Górny
2022-03-31 11:33 Michał Górny
2022-03-31 14:08 Michał Górny
2022-05-01 6:55 Michał Górny
2022-05-01 12:20 Jakov Smolić
2022-05-01 13:00 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-01 13:00 Michał Górny
2022-05-18 5:58 Michał Górny
2022-06-22 6:53 Agostino Sarubbo
2022-06-22 7:57 Michał Górny
2022-07-29 18:02 Michał Górny
2022-08-30 16:33 Arthur Zamarin
2022-08-30 17:03 Arthur Zamarin
2022-12-25 8:09 Michał Górny
2023-03-16 3:47 Michał Górny
2023-10-29 11:10 Michał Górny
2024-06-26 9:05 Sam James
2024-07-13 9:36 Arthur Zamarin
2024-07-13 9:48 Michał Górny
2024-09-03 5:23 Michał Górny
2024-09-21 10:41 Arthur Zamarin
2024-09-21 10:45 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=1444892065.8e1739ee67686952ffcc09344d6ce4163fa2f3ac.prometheanfire@gentoo \
--to=prometheanfire@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