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 786D2139694 for ; Tue, 2 May 2017 13:11:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D85D7E0CD0; Tue, 2 May 2017 13:11:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B9245E0CD0 for ; Tue, 2 May 2017 13:11:31 +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 060E4340806 for ; Tue, 2 May 2017 13:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D8F744F for ; Tue, 2 May 2017 13:11:28 +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: <1493730673.2c865c41b9ad841a62e759537bab9a3739295795.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/passwordmeter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/passwordmeter/Manifest dev-python/passwordmeter/passwordmeter-0.1.7-r1.ebuild X-VCS-Directories: dev-python/passwordmeter/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2c865c41b9ad841a62e759537bab9a3739295795 X-VCS-Branch: master Date: Tue, 2 May 2017 13:11: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: cd4705cf-8bb9-4a82-a7d4-96c7984ce6ab X-Archives-Hash: 76d207dafed7b70780e093c5c8453e8d commit: 2c865c41b9ad841a62e759537bab9a3739295795 Author: Michał Górny gentoo org> AuthorDate: Tue May 2 12:16:05 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 13:11:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c865c41 dev-python/passwordmeter: Clean old versions up dev-python/passwordmeter/Manifest | 1 - .../passwordmeter/passwordmeter-0.1.7-r1.ebuild | 37 ---------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/passwordmeter/Manifest b/dev-python/passwordmeter/Manifest index 4da8b336c6d..cf585d7af3d 100644 --- a/dev-python/passwordmeter/Manifest +++ b/dev-python/passwordmeter/Manifest @@ -1,2 +1 @@ -DIST passwordmeter-0.1.7.tar.gz 51122 SHA256 7342315ea145cc22c5403c93f59e6b87c3643767646ad86039c7e2a2000eeace SHA512 a5911af9a1caed35ecc881d324ab0514de54babc41b9fd2ba91542fdef3d0875a737d181023caeb81537006777b71d63806e5fd2118c6e5b74d8b87c7d6866bf WHIRLPOOL fe2b6025ffbee53109f5aac7ea11c3a5075fe4e22690e3e94636c10cf31131cb5e5d0b0be9e74bf95a0494d0ef00ec61a1d7e8f4f7f2b83be9c1d26a356a6521 DIST passwordmeter-0.1.8.tar.gz 51904 SHA256 f4f7df54182072a137bca3e396f2dad354770ba596dd41f6646cd1f0665fee12 SHA512 c7604054812576ab8144523c174f3d1543da3ccc192420a9ce8fe596887d1e53a596c255b9f1ffb9a7ab5e3952f53ff8fde11966a58a2ccb2210f891e43b4ac4 WHIRLPOOL e13a360a4b3398ee6289bd39f1bc17bd20ca259c14fef91d2e93f1f2d0c224e34bd0f06189b0be7595fb7c580872eda431ef240b6e0037cc88171208d561d636 diff --git a/dev-python/passwordmeter/passwordmeter-0.1.7-r1.ebuild b/dev-python/passwordmeter/passwordmeter-0.1.7-r1.ebuild deleted file mode 100644 index 380a7714c27..00000000000 --- a/dev-python/passwordmeter/passwordmeter-0.1.7-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 - -DESCRIPTION="A password strength measuring library" -HOMEPAGE="https://pypi.python.org/pypi/passwordmeter/ https://github.com/cadithealth/passwordmeter" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - >=dev-python/asset-0.6.1[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - >=dev-python/nose-1.3.0[${PYTHON_USEDEP}] - )" - -python_prepare_all() { - sed \ - -e '/distribute/d' \ - -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - nosetests --verbose || die -}