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 4238E139694 for ; Fri, 26 May 2017 22:37:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9E89E0EA2; Fri, 26 May 2017 22:37:29 +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 C08FAE0EA3 for ; Fri, 26 May 2017 22:37:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 858C13416CA for ; Fri, 26 May 2017 22:37:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 254BD7468 for ; Fri, 26 May 2017 22:37:27 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1495838243.46e15cace8ced06c597338de75d5cb08c5ec3f37.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progress/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progress/Manifest dev-python/progress/progress-1.3.ebuild X-VCS-Directories: dev-python/progress/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 46e15cace8ced06c597338de75d5cb08c5ec3f37 X-VCS-Branch: master Date: Fri, 26 May 2017 22:37:27 +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: c53e8248-a7e0-46ac-a9fa-013698073ba3 X-Archives-Hash: 4b4b0b4eb2fa97bd7737249c1946d78f commit: 46e15cace8ced06c597338de75d5cb08c5ec3f37 Author: Patrice Clement gentoo org> AuthorDate: Fri May 26 22:36:54 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri May 26 22:37:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e15cac dev-python/progress: version bump. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/progress/Manifest | 1 + dev-python/progress/progress-1.3.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/dev-python/progress/Manifest b/dev-python/progress/Manifest index f9eb1c3fd97..1b28ed76ca6 100644 --- a/dev-python/progress/Manifest +++ b/dev-python/progress/Manifest @@ -1 +1,2 @@ DIST progress-1.2.tar.gz 4951 SHA256 5b6a50f9ac76820f619d7789b5354881c8c10060a64047e415868d8f503cc2eb SHA512 bd09e63a1cc1b24260b66e6f963deaeb6da87b08c376a4e2da179badc23eeb3e9ca213872d1da8caa5e2475cc1b7bb2022389bb8d7f1c9e1ca8f755406648116 WHIRLPOOL 1c6294b4a504f57eb94b50a4c1cf3454203df239315b1f5d5ef62c0ab0152c61b66eae7bdca70bd9230c78585a8620c997f4d67e1011cc89390279b7954ae67f +DIST progress-1.3.tar.gz 5300 SHA256 c88d89ee3bd06716a0b8b5504d9c3bcb3c1c0ab98f96dc7f1dc5f56812a4f60a SHA512 e94ac3b86ab5391a348130fe97a1bed9c42ed3625b4436b84080f677351a2d64b56e9ebafc65ac6c598ffed825413d30bb0d57210a7835c5e5fec82278b37076 WHIRLPOOL 11090a2dc7251dbd41f372899b5d9713b3b28042abef9f56486993bfcf2c074f9e15e209407a2ce2984dc59fa7ebcb4ec820fc3d09e9251c4b53a21f03fdc0e1 diff --git a/dev-python/progress/progress-1.3.ebuild b/dev-python/progress/progress-1.3.ebuild new file mode 100644 index 00000000000..c391e80d3d6 --- /dev/null +++ b/dev-python/progress/progress-1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) + +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="Easy to use progress bars" +HOMEPAGE="https://pypi.python.org/pypi/progress https://github.com/verigak/progress/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="ISC" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +# Not bundled +RESTRICT="test" + +python_test() { + "${PYTHON}" test_progress.py || die +}