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 D30D8139694 for ; Sun, 30 Jul 2017 17:43:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E0931FC04B; Sun, 30 Jul 2017 17:43:13 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F10D01FC04B for ; Sun, 30 Jul 2017 17:43:12 +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 A4CF0341982 for ; Sun, 30 Jul 2017 17:43:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 460FA74C5 for ; Sun, 30 Jul 2017 17:43:10 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1501436580.f99ae4abdc0299534dad347d391cfd3f7ba68496.soap@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.17.0.ebuild X-VCS-Directories: dev-python/w3lib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f99ae4abdc0299534dad347d391cfd3f7ba68496 X-VCS-Branch: master Date: Sun, 30 Jul 2017 17:43:10 +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: b15926e9-b290-417b-a57a-34f98368edd0 X-Archives-Hash: 13b036f289b75b0828466462520b0b89 commit: f99ae4abdc0299534dad347d391cfd3f7ba68496 Author: David Seifert gentoo org> AuthorDate: Sun Jul 30 17:34:47 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 17:43:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99ae4ab dev-python/w3lib: Version bump to 1.17.0 Bug: https://bugs.gentoo.org/show_bug.cgi?id=626610 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/w3lib/Manifest | 1 + dev-python/w3lib/w3lib-1.17.0.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/dev-python/w3lib/Manifest b/dev-python/w3lib/Manifest index c0ce7c129b0..ca54582bbcc 100644 --- a/dev-python/w3lib/Manifest +++ b/dev-python/w3lib/Manifest @@ -1 +1,2 @@ DIST w3lib-1.13.0.tar.gz 36757 SHA256 72739cb480413a1d2cf176942986a2b9113411166ac81f2551e5f5eecc383a84 SHA512 813a709ac20d5b7a3231a2f2f2336de574f1aa9eaa005bc60eb0e79d56a71f8ca88c6b793692eb26950c2310a23d27963b4bf36f8857bf6ecee9bda50fecee42 WHIRLPOOL 33d497e60c3f2c635d81ea36e00dcd8d6867c69ed4af5d5a95ba7df355dd1aeec6bedd1f5abfd86d2da79d9e70b142dc88c9dedaf76dd28390a831094225e055 +DIST w3lib-1.17.0.tar.gz 30357 SHA256 d8c654827fcf92ba4d7111f8588d2eff8653c5580c27ca61b1bc7805c080506f SHA512 a131e1671e27d34c77ff62ce17aa1d28461d12b66e1fef4f4410d061f2a75ee4cdbbb447eea16c265ca6e4f1da2e72c8cf30f87fe1a92a8f3f70df036b4b2c96 WHIRLPOOL bfd67603a0089679c9e454e950e98ffe85fd51862a64b8b5bba6c40eb446e1a5735144a7ddaf613f2ef0fe9baf6004e1157b8198034f75cd9314dc00f6adaa39 diff --git a/dev-python/w3lib/w3lib-1.17.0.ebuild b/dev-python/w3lib/w3lib-1.17.0.ebuild new file mode 100644 index 00000000000..a289b408261 --- /dev/null +++ b/dev-python/w3lib/w3lib-1.17.0.ebuild @@ -0,0 +1,29 @@ +# 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,3_5,3_6} pypy{,3} ) + +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="test" + +RDEPEND=">=dev-python/six-1.4.1[${PYTHON_USEDEP}]" +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-cov[${PYTHON_USEDEP}] + )" + +python_test() { + py.test || die +}