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 A2D171382DE for ; Wed, 29 Jun 2016 10:46:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD98CE0C04; Wed, 29 Jun 2016 10:46:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5B005E0C01 for ; Wed, 29 Jun 2016 10:46:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF557340DF7 for ; Wed, 29 Jun 2016 10:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E0CB2428 for ; Wed, 29 Jun 2016 10:46:46 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1467197155.edc486cd8c0697a7f8810a33c54fc9490f04db6e.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webencodings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webencodings/Manifest dev-python/webencodings/webencodings-0.5.ebuild X-VCS-Directories: dev-python/webencodings/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: edc486cd8c0697a7f8810a33c54fc9490f04db6e X-VCS-Branch: master Date: Wed, 29 Jun 2016 10:46:46 +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: af07880b-887c-453d-9c64-58d9ba36fda4 X-Archives-Hash: bbd04e3a4e8709e1bcbe8b9e7728c7d2 commit: edc486cd8c0697a7f8810a33c54fc9490f04db6e Author: Patrick Lauer gentoo org> AuthorDate: Wed Jun 29 10:45:55 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Wed Jun 29 10:45:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edc486cd dev-python/webencodings: Bump Package-Manager: portage-2.3.0 dev-python/webencodings/Manifest | 1 + dev-python/webencodings/webencodings-0.5.ebuild | 37 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-python/webencodings/Manifest b/dev-python/webencodings/Manifest index f3e83b2..15c5405 100644 --- a/dev-python/webencodings/Manifest +++ b/dev-python/webencodings/Manifest @@ -1 +1,2 @@ DIST webencodings-0.4.tar.gz 9412 SHA256 3a45b2af274dabbb84eb68256bf0fb1e2e87a48ae4ad3ba4d7936cef3ce14e1d SHA512 3f46e26dd555838397a52e74304452b39fbe05032b4fed4a4f2574580bd71eac50c242aacd7ebc23ecb860d4ea6e0690b7a7ea4cc974382a4a1303a36f8ffd46 WHIRLPOOL 623c83aa106ae251100d995c632f1ddcb5b4b46fd1bc03b7565c69ad6f5f918d81039ccc7bd8048beef1e87a4aed643bfe4f045839b12ad00f0e232933b57a2c +DIST webencodings-0.5.tar.gz 9479 SHA256 a5c55ee93b24e740fe951c37b5c228dccc1f171450e188555a775261cce1b904 SHA512 3f0c1995d23a8ccf8f0b02301edec5834336c27b7daf2335ded888073a1f13058acd93477cd020bb2b12d51b393d9b3166acf4995564cb9751ace8df35a891c2 WHIRLPOOL 72865b86c152e6a43ab1c64e127055629dbfc8419e46b3647c94ff75e55cad3b446bd0951979fa2b39daa847e1cf9e64b4a54ea11bc494b85c4a6b747857cdb1 diff --git a/dev-python/webencodings/webencodings-0.5.ebuild b/dev-python/webencodings/webencodings-0.5.ebuild new file mode 100644 index 0000000..493449f --- /dev/null +++ b/dev-python/webencodings/webencodings-0.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Character encoding aliases for legacy web content" +HOMEPAGE="https://github.com/SimonSapin/python-webencodings http://pypi.python.org/pypi/webencodings" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + )" + +python_prepare_all(){ + cat >> setup.cfg <<- EOF + [pytest] + python_files=test*.py + EOF + distutils-r1_python_prepare_all +} + +python_test() { + py.test -v -v || die +}