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 E72AF1396D9 for ; Tue, 21 Nov 2017 22:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CFF5E0D43; Tue, 21 Nov 2017 22:26:49 +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 DAF59E0D35 for ; Tue, 21 Nov 2017 22:26:48 +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 6084D33BF55 for ; Tue, 21 Nov 2017 22:26:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E34D8A2F5 for ; Tue, 21 Nov 2017 22:26:45 +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: <1511303200.9542b6dff22071189b70d0b7551cd5366e41e366.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bz2file/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bz2file/Manifest dev-python/bz2file/bz2file-0.98.ebuild dev-python/bz2file/metadata.xml X-VCS-Directories: dev-python/bz2file/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9542b6dff22071189b70d0b7551cd5366e41e366 X-VCS-Branch: master Date: Tue, 21 Nov 2017 22:26:45 +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: f3c50fe9-ffc9-4d6b-9598-5fe70ccbeb5d X-Archives-Hash: 57c9f43e4fa612f1180029884698375a commit: 9542b6dff22071189b70d0b7551cd5366e41e366 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 21 21:20:50 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 21 22:26:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9542b6df dev-python/bz2file: Bump to 0.98 dev-python/bz2file/Manifest | 1 + dev-python/bz2file/bz2file-0.98.ebuild | 20 ++++++++++++++++++++ dev-python/bz2file/metadata.xml | 11 +++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/bz2file/Manifest b/dev-python/bz2file/Manifest new file mode 100644 index 00000000000..f8c6f14de2c --- /dev/null +++ b/dev-python/bz2file/Manifest @@ -0,0 +1 @@ +DIST bz2file-0.98.tar.gz 11333 BLAKE2B 4ec4687f609521a637c20a512b544cd99d7c334f7cffaeff71d2a893eefe131a10bd548b9f1e829c899cdcf181f5e877e092cf08d709bb3f1ba9901d3386b3e6 SHA512 2d28e71fe71b5fea4008d65a1fa91d5c6fafcacc09f891c5deaaa985661576bd97f2e33fe9f8c5943841f09c153f2079a2511329c066e57c775fb0b089b30b20 diff --git a/dev-python/bz2file/bz2file-0.98.ebuild b/dev-python/bz2file/bz2file-0.98.ebuild new file mode 100644 index 00000000000..7fcf93002fe --- /dev/null +++ b/dev-python/bz2file/bz2file-0.98.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 pypy ) +inherit distutils-r1 + +DESCRIPTION="Replacement for bz2.BZ2File with features from newest CPython" +HOMEPAGE="https://pypi.python.org/pypi/bz2file https://github.com/nvawda/bz2file" +SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +python_test() { + "${PYTHON}" test_bz2file.py -v || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/bz2file/metadata.xml b/dev-python/bz2file/metadata.xml new file mode 100644 index 00000000000..d46533634b2 --- /dev/null +++ b/dev-python/bz2file/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + nvawda/bz2file + bz2file + +