From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-lzma/
Date: Tue, 14 Feb 2017 19:05:50 +0000 (UTC) [thread overview]
Message-ID: <1487099124.4d7e7728bd77257d6d36cbacfa7195c6e4d9174f.mrueg@gentoo> (raw)
commit: 4d7e7728bd77257d6d36cbacfa7195c6e4d9174f
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 19:05:24 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 19:05:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7e7728
dev-python/backports-lzma: Version bump to 0.0.8
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/backports-lzma/Manifest | 1 +
.../backports-lzma/backports-lzma-0.0.8.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/dev-python/backports-lzma/Manifest b/dev-python/backports-lzma/Manifest
index e7f7884d06..e90f539ecf 100644
--- a/dev-python/backports-lzma/Manifest
+++ b/dev-python/backports-lzma/Manifest
@@ -1 +1,2 @@
DIST backports.lzma-0.0.6.tar.gz 34475 SHA256 c9c97b10fb1941abdd896b9447e3745da59b32750b27c015ddb8eaf3654daaea SHA512 6196e64e81c2427d07844dab984113021ae97ba9d0c136cfd20b7213cdb8cda8b9a2643c8df21c799d338031cd49d4cbfd7f9ba9c30efd6cd28e63e8772a032b WHIRLPOOL 3d0f8a5f34d18c2f1e0072a0b6fa4ab22bfd61031ca521d423b4007b8702ec7d901560dc5416389f1e9839590a2326ac7ad2850d1a39e7603cb66f598a2de66c
+DIST backports.lzma-0.0.8.tar.gz 36111 SHA256 200584ad5079d8ca6b1bfe14890c7be58666ab0128d8ca26cfb2669b476085f3 SHA512 bc5e7672a0ac53b7cf97ea52a566e96d92a3dd334a8321699585225e32ad7c723b4ffd6e4b153bd2ae3ead2a2cd6a48678b915257de4952ddca8389032db48ad WHIRLPOOL 1aaa4ac5b0a2d25a932577ed52843a99a92ef152e1eaf5795bbdd9ec13cb048acd0f01a99eef1182392b33ae62aa2b4f61fb0e801e44eb729d665d707ca71ebf
diff --git a/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild b/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild
new file mode 100644
index 0000000000..1096d8237f
--- /dev/null
+++ b/dev-python/backports-lzma/backports-lzma-0.0.8.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Backport of Python 3.3's lzma module for XZ/LZMA compressed files"
+HOMEPAGE="https://github.com/peterjc/backports.lzma/ https://pypi.python.org/pypi/backports.lzma/"
+SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="app-arch/xz-utils
+ dev-python/backports[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+ PYTHONPATH="${BUILD_DIR}/lib" "${PYTHON}" test/test_lzma.py || die "tests failed with ${EPYTHON}"
+}
+
+python_install() {
+ # main namespace provided by dev-python/backports
+ rm "${BUILD_DIR}"/lib/backports/__init__.py || die
+ rm -f backports/__init__.py || die
+
+ distutils-r1_python_install
+}
next reply other threads:[~2017-02-14 19:05 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-14 19:05 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-02 7:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-lzma/ Mikle Kolyada
2020-07-04 15:15 Michał Górny
2020-05-04 10:23 Michał Górny
2020-04-10 22:56 Sergei Trofimovich
2020-04-07 10:21 Mart Raudsepp
2020-03-29 14:45 Sergei Trofimovich
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2018-12-27 8:27 Tim Harder
2018-07-01 3:24 Tim Harder
2018-07-01 3:24 Tim Harder
2018-06-03 13:55 Mike Frysinger
2018-06-03 9:49 Mikle Kolyada
2018-05-17 9:09 Mikle Kolyada
2018-05-14 19:21 Tobias Klausmann
2018-05-04 15:36 Thomas Deutschmann
2018-05-04 12:29 Mart Raudsepp
2018-05-03 21:45 Sergei Trofimovich
2018-05-03 20:54 Sergei Trofimovich
2018-04-06 11:05 Fabian Groffen
2018-03-11 21:50 Matt Turner
2018-02-27 21:38 Manuel Rüger
2018-02-21 17:20 Michał Górny
2018-02-19 16:28 Michael Haubenwallner
2018-02-06 7:21 Joshua Kinard
2018-01-08 22:34 Michał Górny
2018-01-08 22:34 Michał Górny
2017-12-25 11:42 Markus Meier
2017-12-23 11:17 Markus Meier
2017-12-21 13:07 Sergei Trofimovich
2017-12-04 22:07 Sergei Trofimovich
2017-11-27 8:47 Sergei Trofimovich
2017-11-26 21:02 Sergei Trofimovich
2016-08-25 21:50 Tim Harder
2016-08-25 21:50 Tim Harder
2016-07-12 17:48 Tim Harder
2015-08-19 3:12 Mike Gilbert
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=1487099124.4d7e7728bd77257d6d36cbacfa7195c6e4d9174f.mrueg@gentoo \
--to=mrueg@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