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 5DDD2139694 for ; Wed, 3 May 2017 09:26:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CC9A21C0A6; Wed, 3 May 2017 09:26:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7707B21C0B0 for ; Wed, 3 May 2017 09:26:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 832CC3416B0 for ; Wed, 3 May 2017 09:26:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A290D745A for ; Wed, 3 May 2017 09:26:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1493803564.9e10db8a8cac849d6bf56f30a781a368f12d1c4f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/readme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/readme/Manifest dev-python/readme/readme-0.5.1.ebuild X-VCS-Directories: dev-python/readme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9e10db8a8cac849d6bf56f30a781a368f12d1c4f X-VCS-Branch: master Date: Wed, 3 May 2017 09:26:15 +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: a1e67e9c-7373-410b-a019-50a6ec6e9465 X-Archives-Hash: da36afc1b908baf7c3d75ecd2e1e324c commit: 9e10db8a8cac849d6bf56f30a781a368f12d1c4f Author: Michał Górny gentoo org> AuthorDate: Wed May 3 08:02:50 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 3 09:26:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e10db8a dev-python/readme: Clean old versions up dev-python/readme/Manifest | 1 - dev-python/readme/readme-0.5.1.ebuild | 40 ----------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/readme/Manifest b/dev-python/readme/Manifest index 855de0632e9..5732d73582c 100644 --- a/dev-python/readme/Manifest +++ b/dev-python/readme/Manifest @@ -1,2 +1 @@ -DIST readme-0.5.1.tar.gz 9917 SHA256 4d33851d7fa56d1f93b7ba979ebbb17b5175ccde9fd9dfb974427bdd72ec667b SHA512 50cbd71e692be0b6cba06d85765946aa2d2d751f3f44563c5a6902ecc982658e5e3b1e01cbaf50a4df4dc61a56290e67b71eb88c109cbb830af36f0d334552c2 WHIRLPOOL f53d900d9764c59053db1350fe059a45d1faed43f7d53468ebf3d88dfea44fe69ffb22e80483e69c4b24708fd75963a034e429325b5844375a11202ce7877a23 DIST readme-0.6.0.tar.gz 9938 SHA256 150c55626d2be4237616d84367b789e398f4d416029e5c62b09fd1688fe14222 SHA512 73c41c728171a18a963460459aa19d559f38ad34d54a9840820feb1329a0d71c1b0eb32ce773a4f8e9d361e534bfd916e376fe1a3fe8b8a9eb91fffac3ef565c WHIRLPOOL bb45daa786a26a0c3ab7b16583b13d56e782439a06ef53a87a94d60bfb2e6220eb65fc75d7ebfc77d5f6bb3b299438f1c00e88d7edf391ad95231e18be37c523 diff --git a/dev-python/readme/readme-0.5.1.ebuild b/dev-python/readme/readme-0.5.1.ebuild deleted file mode 100644 index 5d0a865a6f5..00000000000 --- a/dev-python/readme/readme-0.5.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="a library for rendering \"readme\" descriptions for Warehouse" -HOMEPAGE="https://github.com/pypa/readme https://pypi.python.org/pypi/readme" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND=" - dev-python/bleach[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/pygments[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -DOCS=( README.rst ) - -python_prepare_all() { - # remove failing test for now - rm tests/fixtures/test_rst_008* || die - - distutils-r1_python_prepare_all -} - -python_test() { - py.test -v || die "Tests failed under ${EPYTHON}" -}