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 D1422138206 for ; Wed, 3 Jan 2018 09:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60108E090E; Wed, 3 Jan 2018 09:11:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 3F21FE090E for ; Wed, 3 Jan 2018 09:11:55 +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 3F974335C2E for ; Wed, 3 Jan 2018 09:11:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88D031A5 for ; Wed, 3 Jan 2018 09:11:51 +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: <1514970681.7808cc4f02b87c0c54ea8c9b191cffdea10375ca.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ddt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ddt/Manifest dev-python/ddt/ddt-1.1.0.ebuild X-VCS-Directories: dev-python/ddt/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7808cc4f02b87c0c54ea8c9b191cffdea10375ca X-VCS-Branch: master Date: Wed, 3 Jan 2018 09:11:51 +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: f76d7e91-e234-4393-85b7-84abf0a6d597 X-Archives-Hash: d7a9ebb831fcb618e4e95a57778ac9b0 commit: 7808cc4f02b87c0c54ea8c9b191cffdea10375ca Author: Michał Górny gentoo org> AuthorDate: Tue Jan 2 22:50:31 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jan 3 09:11:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7808cc4f dev-python/ddt: Clean old up dev-python/ddt/Manifest | 1 - dev-python/ddt/ddt-1.1.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/ddt/Manifest b/dev-python/ddt/Manifest index 98e8cb2ca62..54f13c20f36 100644 --- a/dev-python/ddt/Manifest +++ b/dev-python/ddt/Manifest @@ -1,2 +1 @@ -DIST ddt-1.1.0.tar.gz 6155 BLAKE2B f9629e6d69e520552c7ce69f74b0f71c063a6c773da4a7ff30e3e476778f8ccd95422d00641a0537aa65cd7de6d888050c5b174184d0deae2c562927ae28ca08 SHA512 86e8ffa8fa3a4d2c550898bd64201c3ea26de7692063e3076f5339d5731b9fdeb2d0aea772ff0702c2c359a291836e6486d97e8faa8874e1ebdb7ac9ac3b0385 DIST ddt-1.1.1.tar.gz 10021 BLAKE2B b2024bb214bbc13b585ebfedecec32e3e53072a9c82ac2355625ba0e8a77159cc8e3c3d86788b5da4319f9ba6afddd61086b1b305ae7e2b9bd71edde139b7185 SHA512 3839ac0448292bde07d676456640cd9466353e8c4481e60cb51e33704c21f92fdf840901430aa7f5276ccf579a7cd70b277fa2ceae03bce183e2422d514897a9 diff --git a/dev-python/ddt/ddt-1.1.0.ebuild b/dev-python/ddt/ddt-1.1.0.ebuild deleted file mode 100644 index 8195ce682ad..00000000000 --- a/dev-python/ddt/ddt-1.1.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 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="A library to multiply test cases" -HOMEPAGE="https://pypi.python.org/pypi/ddt https://github.com/txels/ddt" -SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"