From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E6761382C5 for ; Sat, 24 Feb 2018 03:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36BC3E0876; Sat, 24 Feb 2018 03:21:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09192E0857 for ; Sat, 24 Feb 2018 03:21:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C139335C4C for ; Sat, 24 Feb 2018 03:21:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFD31238 for ; Sat, 24 Feb 2018 03:21:28 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1519442462.b4570442bc89a0cb5dc5339b12b54fc6bdfec0d6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/restructuredtext-lint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/restructuredtext-lint/Manifest dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild X-VCS-Directories: dev-python/restructuredtext-lint/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b4570442bc89a0cb5dc5339b12b54fc6bdfec0d6 X-VCS-Branch: master Date: Sat, 24 Feb 2018 03:21:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e37d995c-0f85-4170-b7f8-e8218650fc28 X-Archives-Hash: d70c74b578b0d28551efdece6a9e9182 commit: b4570442bc89a0cb5dc5339b12b54fc6bdfec0d6 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Feb 24 01:14:24 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Feb 24 03:21:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4570442 dev-python/restructuredtext-lint: Bump to v1.1.2 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/restructuredtext-lint/Manifest | 1 + .../restructuredtext-lint-1.1.2.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/restructuredtext-lint/Manifest b/dev-python/restructuredtext-lint/Manifest index 31c62309c33..6498f057ca1 100644 --- a/dev-python/restructuredtext-lint/Manifest +++ b/dev-python/restructuredtext-lint/Manifest @@ -1 +1,2 @@ DIST restructuredtext_lint-0.12.2.tar.gz 19141 BLAKE2B 69e0cf57540d5ccce8572a8c619506e3b76fd08e88019bb66c7a18a3ca2c2b91e72797c70428156e570143d6352d529088c324b18e2a08b67a8acddda7378352 SHA512 2634d740d30cafd446e3b5d3ad22e6942ec8e15d20440abe9c31ecfebebc7d1f50cc41492863ff1e6b01a8a3ad7139aa10e94022094dc7c314709e6f72176870 +DIST restructuredtext_lint-1.1.2.tar.gz 25061 BLAKE2B 5be51fb40ac3eb0ba58c053d5b54d79e0d1c0687786a877cc37d2e617dec788782e3d4aade62828a267c139b7e311405552cb61eefdbaed458c2c1206245a422 SHA512 f44eff61df3581ba345fb953a09d9bf6977003e05078bacbeea27287b0b14a6f16298db0bde5be4ebfd0843eac33de623db1e47ce6475b30dce47cdd3e9ea5d7 diff --git a/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.ebuild new file mode 100644 index 00000000000..dcc36614fba --- /dev/null +++ b/dev-python/restructuredtext-lint/restructuredtext-lint-1.1.2.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,5,6}} ) + +inherit distutils-r1 + +DESCRIPTION="Created out of frustration, it sucks to find out your reST is invalid after uploading it." +HOMEPAGE="https://pypi.python.org/pypi/restructuredtext_lint" + +MY_P="restructuredtext_lint" +SRC_URI="mirror://pypi/${PN:0:1}/${MY_P}/${MY_P}-${PV}.tar.gz" +S="${WORKDIR}/${MY_P}-${PV}" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + ) +" +RDEPEND=" + >=dev-python/docutils-0.11[${PYTHON_USEDEP}] +