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 AB237138351 for ; Sun, 29 Mar 2020 09:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA88E0B40; Sun, 29 Mar 2020 09:50:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D4CFEE0B20 for ; Sun, 29 Mar 2020 09:50:27 +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 81E3934FAFB for ; Sun, 29 Mar 2020 09:50:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56DA51BB for ; Sun, 29 Mar 2020 09:50:16 +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: <1585475404.577a6c9e3db1b349a7da1dbc950ec245818cb174.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sybil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sybil/Manifest dev-python/sybil/sybil-1.2.0-r1.ebuild X-VCS-Directories: dev-python/sybil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 577a6c9e3db1b349a7da1dbc950ec245818cb174 X-VCS-Branch: master Date: Sun, 29 Mar 2020 09:50:16 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c95511ab-9c74-4872-b0e7-bc7c4ab11a71 X-Archives-Hash: eb6cbaf2d870bff8d38d94136ae87c10 commit: 577a6c9e3db1b349a7da1dbc950ec245818cb174 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 09:26:36 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 09:50:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577a6c9e dev-python/sybil: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/sybil/Manifest | 1 - dev-python/sybil/sybil-1.2.0-r1.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/dev-python/sybil/Manifest b/dev-python/sybil/Manifest index bcd01d0b053..1506aa09aaa 100644 --- a/dev-python/sybil/Manifest +++ b/dev-python/sybil/Manifest @@ -1,2 +1 @@ -DIST sybil-1.2.0.tar.gz 28720 BLAKE2B fc2fda9763a33cf89f47b5edf3aacf1d3c9ba712cc6e292dce0549393f2177afb6ff058e6c4ac96b0ffcc44149dab4c8da5da50ef6850555e374ca25906b1e14 SHA512 9355bfe2873eb9cec866a1c267deb876f3e6b1e452e0b7c951e5ffb642e79cb6602bc81384ff4e5bfff1adc0be2c95bcfa291d34b7690feae9b280a92b6b5c85 DIST sybil-1.2.2.tar.gz 29182 BLAKE2B d0d9a0a2e5117efd36e7561f74d31283fa25ea0210e0796fe1a1cc4247712bff0e3ac329781987b5ba805ccd2cddf01eec2672d5e2677422d1ed378068482da5 SHA512 c1785c00ce1dfdaf85d13db976f28062c09c47974107bc2af54c3bd9bf4ad5124c9b52321f3350fb1cc50aefdf72f2a9b6b22fc766b139516ff7979864604735 diff --git a/dev-python/sybil/sybil-1.2.0-r1.ebuild b/dev-python/sybil/sybil-1.2.0-r1.ebuild deleted file mode 100644 index 3918a42c35c..00000000000 --- a/dev-python/sybil/sybil-1.2.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 - -DESCRIPTION="Automated testing for the examples in your documentation" -HOMEPAGE="https://github.com/cjw296/sybil" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# nose is used to test nosetests integration -BDEPEND=" - test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest