public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bz2file/
Date: Tue, 21 Nov 2017 22:26:45 +0000 (UTC)	[thread overview]
Message-ID: <1511303200.9542b6dff22071189b70d0b7551cd5366e41e366.mgorny@gentoo> (raw)

commit:     9542b6dff22071189b70d0b7551cd5366e41e366
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 21 21:20:50 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 @@
+<?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>


             reply	other threads:[~2017-11-21 22:26 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-21 22:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-26 21:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/bz2file/ Sergei Trofimovich
2017-11-27  8:47 Sergei Trofimovich
2017-12-04 22:07 Sergei Trofimovich
2017-12-21 13:07 Sergei Trofimovich
2017-12-23 11:17 Markus Meier
2017-12-25 11:42 Markus Meier
2018-02-06  7:21 Joshua Kinard
2018-02-19 16:28 Michael Haubenwallner
2018-02-21 17:20 Michał Górny
2018-02-27 21:12 Manuel Rüger
2018-03-11 21:50 Matt Turner
2018-05-03 20:54 Sergei Trofimovich
2018-05-03 21:45 Sergei Trofimovich
2018-05-04 12:29 Mart Raudsepp
2018-05-04 15:36 Thomas Deutschmann
2018-05-14 19:21 Tobias Klausmann
2018-05-17  9:09 Mikle Kolyada
2018-06-03  9:49 Mikle Kolyada
2018-06-03 20:40 Sergei Trofimovich
2019-06-28 10:04 Michael Haubenwallner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511303200.9542b6dff22071189b70d0b7551cd5366e41e366.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox