summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-21 22:20:50 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-21 23:26:40 +0100
commit9542b6dff22071189b70d0b7551cd5366e41e366 (patch)
treebeb7ecced9fcc41ca4567f41285a187a36a1bc4e /dev-python/bz2file
parentdev-python/pylzma: Bump to 0.4.9, enable tests (diff)
downloadgentoo-9542b6dff22071189b70d0b7551cd5366e41e366.tar.gz
gentoo-9542b6dff22071189b70d0b7551cd5366e41e366.tar.bz2
gentoo-9542b6dff22071189b70d0b7551cd5366e41e366.zip
dev-python/bz2file: Bump to 0.98
Diffstat (limited to 'dev-python/bz2file')
-rw-r--r--dev-python/bz2file/Manifest1
-rw-r--r--dev-python/bz2file/bz2file-0.98.ebuild20
-rw-r--r--dev-python/bz2file/metadata.xml11
3 files changed, 32 insertions, 0 deletions
diff --git a/dev-python/bz2file/Manifest b/dev-python/bz2file/Manifest
new file mode 100644
index 000000000000..f8c6f14de2c2
--- /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 000000000000..7fcf93002fea
--- /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 000000000000..d46533634b2c
--- /dev/null
+++ b/dev-python/bz2file/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">nvawda/bz2file</remote-id>
+ <remote-id type="pypi">bz2file</remote-id>
+ </upstream>
+</pkgmetadata>