public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/
Date: Wed,  5 Jul 2017 15:08:20 +0000 (UTC)	[thread overview]
Message-ID: <1499267280.8a0652adb62f133f6d9292cdf53b7c1c438861d2.mrueg@gentoo> (raw)

commit:     8a0652adb62f133f6d9292cdf53b7c1c438861d2
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  5 14:54:56 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 15:08:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0652ad

dev-python/lz4: Version bump to 0.10.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>

 dev-python/lz4/Manifest          |  1 +
 dev-python/lz4/lz4-0.10.1.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/lz4/Manifest b/dev-python/lz4/Manifest
index f442e898dcc..d6783fd9b9c 100644
--- a/dev-python/lz4/Manifest
+++ b/dev-python/lz4/Manifest
@@ -1,3 +1,4 @@
 DIST lz4-0.10.0.tar.gz 91852 SHA256 c3daab3974893b4a8641793af441cf30e9950fe048476d8649cac49cab4e2837 SHA512 5a998eb2a541e7a6b8ff7a2d8c1fc0e6d30cddb35ec2b400f60726a6c9d996e2488c738dd841c16069a13d3eaadad3479ca173cd8c863c7e73cd5a26d77ef658 WHIRLPOOL 753581edf1da6db609bd879a0a34d931f07a32b8c7c8272345673246a0a1567bf2ed46918d1e37cecc24aa0c177e306a3c5c64d9987ca060495975e945c9ae05
+DIST lz4-0.10.1.tar.gz 92068 SHA256 a0423290a6e89c1789525a7e9d344d877c7a97102cf5c0f99b2319ac560f1b3e SHA512 538880742257e08b027c45c33aa29e12d7303826f63817d1f6d316ea9b69dfb20710a4f573499ce141cffd12fbac701305405521cb815e2329333934e7e1f2c9 WHIRLPOOL 5164d887cc0b974b80660f0db2e79951cd129622d228912ab43609df318e1517e1da6b69ebabb64c21bd77634e552ff7ef4c28c4c383f8f1d180796c59c6ce58
 DIST lz4-0.8.2.tar.gz 30818 SHA256 6bf49061d73d69c453e892ace4586b99ccffc7de558f921d18b9418235692ac7 SHA512 e516d5c3309f214fa422b040a0aacdda079395624dd4f5548ed7af637b1594012aac75b309cef260b41c10a623410f815fc089b54ca5d80955d5f2ead12841b1 WHIRLPOOL 0a91c5befd9e8d1593ffdf6e102ec4dfa0ac921530e5c570748fdd1be4e0d1a4367792d9226b92215eae764da4107f4370fbf35c5e3b0793d96afc07f330434b
 DIST lz4-0.9.0.tar.gz 86939 SHA256 93c2b83aa9c74c024062823f96515488c510fa5a4b3826579d0916049d28c205 SHA512 744d1759e3aecdd75c1045594f05ca8d7b849c737315d5115d7e84e6a8fbe8463bde301466686245662d71f916aed691a6628b8cf5af9c1c1ad2a0352e11947d WHIRLPOOL 5a9e6809e7ff270225dc789e0c56e70513220873154683d6ff81c9ad9220e64b28d8d5f4ddfab6fb167300d011a4d9bbef21ddd3cb5f779b7b3ccc12958de945

diff --git a/dev-python/lz4/lz4-0.10.1.ebuild b/dev-python/lz4/lz4-0.10.1.ebuild
new file mode 100644
index 00000000000..3e2cd6e23b1
--- /dev/null
+++ b/dev-python/lz4/lz4-0.10.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="LZ4 Bindings for Python"
+HOMEPAGE="https://pypi.python.org/pypi/lz4 https://github.com/python-lz4/python-lz4"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+DEPEND="dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+python_test() {
+	nosetests || die
+}


             reply	other threads:[~2017-07-05 15:08 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-05 15:08 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-23 12:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/lz4/ WANG Xuerui
2024-05-18 16:32 Michał Górny
2024-05-18 16:32 Michał Górny
2024-02-17 21:17 Sam James
2024-01-19  5:10 Michał Górny
2024-01-18 20:44 Sam James
2024-01-18 19:48 Sam James
2024-01-18 18:52 Arthur Zamarin
2024-01-18 18:03 Arthur Zamarin
2024-01-02  5:07 Michał Górny
2023-12-11  4:33 Arthur Zamarin
2023-12-09 16:38 Michał Górny
2023-06-03 16:27 Michał Górny
2023-05-04 16:17 Michał Górny
2023-03-16  3:56 Michał Górny
2023-02-17  6:21 Michał Górny
2023-02-16 23:03 Sam James
2023-02-16 20:58 Arthur Zamarin
2022-12-31  7:18 Michał Górny
2022-12-30  7:08 Michał Górny
2022-08-27  6:24 Michał Górny
2022-08-26 23:29 Sam James
2022-08-26 23:28 Sam James
2022-08-26 23:27 Sam James
2022-08-26 17:48 Arthur Zamarin
2022-07-25  7:12 Michał Górny
2022-06-24  3:58 Michał Górny
2022-06-23  8:35 Agostino Sarubbo
2022-06-23  6:45 Agostino Sarubbo
2022-06-22 18:37 Sam James
2022-06-22 18:33 Arthur Zamarin
2022-05-23  6:34 Michał Górny
2022-04-19 17:21 Michał Górny
2022-04-19 16:43 Arthur Zamarin
2022-04-19 13:46 Jakov Smolić
2022-04-19 13:46 Jakov Smolić
2022-04-19 11:50 Arthur Zamarin
2022-02-14 21:37 Michał Górny
2021-12-28 10:19 Sam James
2021-12-27 19:18 Jakov Smolić
2021-12-27 18:48 Arthur Zamarin
2021-12-27 18:48 Arthur Zamarin
2021-11-26  7:30 Michał Górny
2021-05-30 19:34 Michał Górny
2021-05-30 17:32 Michał Górny
2021-02-21  4:30 Sam James
2021-02-19 12:07 Sam James
2021-02-19  2:54 Sam James
2021-02-19  1:51 Thomas Deutschmann
2021-01-20  9:27 Michał Górny
2021-01-16 10:11 Michał Górny
2021-01-05 21:27 Michał Górny
2020-12-31  1:47 Sam James
2020-12-29  2:36 Sam James
2020-12-26  2:20 Sam James
2020-11-24 14:36 Sam James
2020-10-14 10:51 Alexey Shvetsov
2020-07-20 11:45 Sam James
2020-05-04 11:21 Michał Górny
2020-03-14 18:10 Mikle Kolyada
2020-03-08 10:42 Agostino Sarubbo
2020-03-08 10:37 Agostino Sarubbo
2020-02-05 16:24 Michał Górny
2019-05-21 15:50 Stephen Klimaszewski
2019-03-11 22:26 Patrice Clement
2018-01-05  9:36 Michał Górny
2017-06-23 11:41 Manuel Rüger
2017-04-24 15:49 Pacho Ramos
2017-04-17 19:34 Matt Thode
2017-04-07  0:05 Manuel Rüger
2016-11-01 22:00 Patrice Clement
2016-06-29 16:02 Patrick Lauer
2015-10-10 14:24 Justin Lecher

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=1499267280.8a0652adb62f133f6d9292cdf53b7c1c438861d2.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