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 20B19139694 for ; Tue, 2 May 2017 19:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1906521C03C; Tue, 2 May 2017 19:15:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DBFA0E0DCD for ; Tue, 2 May 2017 19:15:41 +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 CF8B03416A5 for ; Tue, 2 May 2017 19:15:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F6AF744A for ; Tue, 2 May 2017 19:15:39 +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: <1493752522.ac739d8678cb2b4a2dced24083ba9f07a086f189.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/w3lib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/w3lib/Manifest dev-python/w3lib/w3lib-1.11.0.ebuild X-VCS-Directories: dev-python/w3lib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac739d8678cb2b4a2dced24083ba9f07a086f189 X-VCS-Branch: master Date: Tue, 2 May 2017 19:15:39 +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: 1ab89b9d-0893-421b-b789-f39881825290 X-Archives-Hash: afc93aa823797ebe9f77d6ae576aea13 commit: ac739d8678cb2b4a2dced24083ba9f07a086f189 Author: Michał Górny gentoo org> AuthorDate: Tue May 2 18:36:52 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 2 19:15:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac739d86 dev-python/w3lib: Clean old versions up dev-python/w3lib/Manifest | 1 - dev-python/w3lib/w3lib-1.11.0.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest index bba045ff977..c0ce7c129b0 100644 --- a/dev-python/w3lib/Manifest +++ b/dev-python/w3lib/Manifest @@ -1,2 +1 @@ -DIST w3lib-1.11.0.tar.gz 12083 SHA256 826f6184232c385b7c8038ef7ae5506f1cb3f8fa470ac12ce0fb6fb0a592fb92 SHA512 421e75639291c6aec56aa28efeaf2a440c878662085a9a667bf1b89e30b2b6ce29066d524f48ad99af1563a1b886483cc81d8897975697084256588319988b37 WHIRLPOOL db05a2f4799065ad4a942f363ce45b00cb87689be049c42a35a0ef703907742fb3bd71a51b6c6a49266bb0e47adf1be6b144708beab0a03749f1c66e597cf7b2 DIST w3lib-1.13.0.tar.gz 36757 SHA256 72739cb480413a1d2cf176942986a2b9113411166ac81f2551e5f5eecc383a84 SHA512 813a709ac20d5b7a3231a2f2f2336de574f1aa9eaa005bc60eb0e79d56a71f8ca88c6b793692eb26950c2310a23d27963b4bf36f8857bf6ecee9bda50fecee42 WHIRLPOOL 33d497e60c3f2c635d81ea36e00dcd8d6867c69ed4af5d5a95ba7df355dd1aeec6bedd1f5abfd86d2da79d9e70b142dc88c9dedaf76dd28390a831094225e055 diff --git a/dev-python/w3lib/w3lib-1.11.0.ebuild b/dev-python/w3lib/w3lib-1.11.0.ebuild deleted file mode 100644 index 4876b7c5920..00000000000 --- a/dev-python/w3lib/w3lib-1.11.0.ebuild +++ /dev/null @@ -1,20 +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="Python library of web-related functions" -HOMEPAGE="https://github.com/scrapy/w3lib" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]"