From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/
Date: Thu, 21 Sep 2017 21:06:06 +0000 (UTC) [thread overview]
Message-ID: <1506027837.b24f9cfd6f13efa097e1529084f8c6a1caf29f78.floppym@gentoo> (raw)
commit: b24f9cfd6f13efa097e1529084f8c6a1caf29f78
Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Sep 21 18:44:25 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 21:03:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b24f9cfd
dev-python/protobuf-python: Version bump (3.4.1) (bug #619828).
dev-python/protobuf-python/Manifest | 1 +
.../protobuf-python/protobuf-python-3.4.1.ebuild | 46 ++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/dev-python/protobuf-python/Manifest b/dev-python/protobuf-python/Manifest
index eefcfffce43..34b77de2d60 100644
--- a/dev-python/protobuf-python/Manifest
+++ b/dev-python/protobuf-python/Manifest
@@ -1,2 +1,3 @@
DIST protobuf-3.1.0.tar.gz 4051503 SHA256 0a0ae63cbffc274efb573bdde9a253e3f32e458c41261df51c5dbc5ad541e8f7 SHA512 8d3289a16944c255bd1cceab696e515e52467f2bfe1cc10f6b32fabdf082d5acdc248ec9cadc572223a24d04d431f75921076153109cea2f90ee533f502ab47a WHIRLPOOL b8a0bee9ff549c8da45c2b56b12aafbed5807959cdb11b3888a0f30fd0d6df83a72f3c6ef9e266522754b8901792f65235a6e81a8b0f74cee15d59ecbe6dee68
DIST protobuf-3.3.0.tar.gz 4336596 SHA256 94c414775f275d876e5e0e4a276527d155ab2d0da45eed6b7734301c330be36e SHA512 0734a55ae92f0539dfb507e174539d290fd8e93633c1edd8810e0d51c37e67254337b75fc5ba9450316f6416e1f8f8cfb59415864657b55f2a1696fbcdfe7636 WHIRLPOOL 4c18120ad784234ebb5308c0f3a2f3814d77f2fc906407f48285f3ba8f84af8e15defa4e7edf2d2e77cf22316df338b3f5bc0c6ca11c7a4fb951105c3aa7d7d4
+DIST protobuf-3.4.1.tar.gz 4490100 SHA256 8e0236242106e680b4f9f576cc44b8cd711e948b20a9fc07769b0a20ceab9cc4 SHA512 471e52198fa878a79183dc8fbc39d9c65239be4d9dff799e12281ee9b1af61a427584534b1baae1773bc6e4c86467f89ca2e7911a21effd86bc5f40cc7d94c34 WHIRLPOOL c53dc76155bcfeee11720b08c7d508a35274f2387d6f8a61149565bc72d5539ad598600ad692f01ac7a0ea102d66659f4d516f994c419c56c4420ce69659646b
diff --git a/dev-python/protobuf-python/protobuf-python-3.4.1.ebuild b/dev-python/protobuf-python/protobuf-python-3.4.1.ebuild
new file mode 100644
index 00000000000..156bcde3e95
--- /dev/null
+++ b/dev-python/protobuf-python/protobuf-python-3.4.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+# pypy fails tests; pypy3 fails even running tests
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Google's Protocol Buffers - Python bindings"
+HOMEPAGE="https://developers.google.com/protocol-buffers/ https://github.com/google/protobuf"
+SRC_URI="https://github.com/google/protobuf/archive/v${PV}.tar.gz -> protobuf-${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/14"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}
+ ~dev-libs/protobuf-${PV}
+ dev-python/namespace-google[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ dev-python/six[${PYTHON_USEDEP}]
+ !<dev-libs/protobuf-3[python(-)]"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/protobuf-${PV}/python"
+
+python_configure_all() {
+ mydistutilsargs=(--cpp_implementation)
+}
+
+python_compile() {
+ python_is_python3 || local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
+ distutils-r1_python_compile
+}
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ distutils-r1_python_install_all
+
+ find "${D}" -name "*.pth" -delete || die
+}
next reply other threads:[~2017-09-21 21:06 UTC|newest]
Thread overview: 209+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-21 21:06 Mike Gilbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-13 20:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/protobuf-python/ Michał Górny
2024-11-11 8:08 Arthur Zamarin
2024-11-11 0:59 Sam James
2024-11-11 0:56 Sam James
2024-11-11 0:56 Sam James
2024-11-11 0:55 Sam James
2024-10-27 6:50 Arthur Zamarin
2024-10-26 17:42 Arthur Zamarin
2024-10-26 14:22 Arthur Zamarin
2024-10-26 14:22 Arthur Zamarin
2024-09-12 22:39 Sam James
2024-09-09 17:26 Arthur Zamarin
2024-09-05 2:12 Sam James
2024-09-02 7:29 Arthur Zamarin
2024-08-31 14:37 Arthur Zamarin
2024-08-31 14:37 Arthur Zamarin
2024-08-31 14:37 Arthur Zamarin
2024-08-13 16:23 Joonas Niilola
2024-07-09 12:52 Sam James
2024-07-09 12:52 Sam James
2024-06-15 8:13 Joonas Niilola
2024-06-15 7:10 Sam James
2024-06-13 4:10 Sam James
2024-06-12 17:43 Sam James
2024-06-12 5:32 Arthur Zamarin
2024-06-11 16:58 Sam James
2024-06-11 16:58 Sam James
2024-02-05 14:31 Sam James
2024-02-05 12:44 Sam James
2024-02-05 12:44 Sam James
2023-12-16 1:29 Sam James
2023-11-29 18:06 Michał Górny
2023-10-14 16:53 Arthur Zamarin
2023-09-14 11:02 Andrew Ammerlaan
2023-08-21 18:22 Sam James
2023-08-21 18:22 Sam James
2023-07-27 5:25 WANG Xuerui
2023-07-27 5:25 WANG Xuerui
2023-05-04 16:22 Michał Górny
2023-01-05 11:55 Michał Górny
2023-01-05 7:58 Sam James
2023-01-05 7:58 Sam James
2023-01-05 7:58 Sam James
2023-01-05 7:55 Sam James
2023-01-05 7:54 Sam James
2023-01-05 7:54 Sam James
2023-01-05 7:54 Sam James
2023-01-05 7:54 Sam James
2023-01-05 7:54 Sam James
2023-01-05 7:54 Sam James
2022-11-07 17:27 Arthur Zamarin
2022-11-06 9:30 Sam James
2022-11-06 7:25 Sam James
2022-10-30 22:05 Sam James
2022-10-25 21:55 Sam James
2022-09-02 15:18 Arthur Zamarin
2022-07-10 19:25 Arthur Zamarin
2022-07-10 19:12 Sam James
2022-07-10 18:30 Arthur Zamarin
2022-07-10 18:04 Arthur Zamarin
2022-05-18 6:59 Michał Górny
2022-04-22 11:54 Michał Górny
2022-04-22 6:28 Arthur Zamarin
2022-04-22 6:28 Arthur Zamarin
2022-04-22 6:28 Arthur Zamarin
2022-04-21 17:35 Arthur Zamarin
2022-04-21 17:35 Arthur Zamarin
2022-04-20 14:12 Jakov Smolić
2022-04-12 11:06 Michał Górny
2022-03-25 4:23 Sam James
2022-03-19 7:53 Agostino Sarubbo
2022-02-13 23:18 Jakov Smolić
2022-01-29 16:14 Sam James
2022-01-29 15:20 Yixun Lan
2022-01-29 15:20 Yixun Lan
2021-12-31 18:49 Arthur Zamarin
2021-12-17 3:07 Sam James
2021-12-10 4:40 Sam James
2021-12-10 0:27 Sam James
2021-11-18 22:22 Mike Gilbert
2021-11-18 22:22 Mike Gilbert
2021-07-05 22:35 Sam James
2021-07-02 6:28 Agostino Sarubbo
2021-07-02 6:27 Agostino Sarubbo
2021-07-02 4:10 Sam James
2021-07-02 4:09 Sam James
2021-07-01 21:15 Conrad Kostecki
2021-06-29 5:53 Yixun Lan
2021-06-09 20:10 Mike Gilbert
2021-06-06 17:04 Mike Gilbert
2021-06-06 17:04 Mike Gilbert
2021-06-06 17:04 Mike Gilbert
2021-06-06 17:04 Mike Gilbert
2021-06-04 19:51 Mike Gilbert
2021-06-02 16:44 Sam James
2021-06-02 10:39 Sam James
2021-06-01 15:29 Sam James
2021-05-31 23:04 Mike Gilbert
2021-05-31 23:04 Mike Gilbert
2021-05-09 13:44 Mike Gilbert
2021-05-05 12:14 Agostino Sarubbo
2021-05-03 16:55 Sam James
2021-04-09 22:32 Mike Gilbert
2021-04-09 22:32 Mike Gilbert
2021-04-05 23:51 Thomas Deutschmann
2021-03-26 14:38 Mike Gilbert
2021-01-30 16:14 Sam James
2021-01-21 7:40 Agostino Sarubbo
2021-01-07 20:15 Sam James
2020-11-24 11:25 Sam James
2020-11-24 7:42 Agostino Sarubbo
2020-11-24 7:41 Agostino Sarubbo
2020-11-22 19:32 Mike Gilbert
2020-11-22 19:32 Mike Gilbert
2020-11-22 19:32 Mike Gilbert
2020-11-22 19:32 Mike Gilbert
2020-10-09 8:40 Agostino Sarubbo
2020-10-04 23:45 Sam James
2020-10-01 23:06 Sergei Trofimovich
2020-09-25 21:49 Sam James
2020-09-25 10:20 Michał Górny
2020-09-24 14:26 Mike Gilbert
2020-09-24 14:26 Mike Gilbert
2020-09-21 17:48 Michał Górny
2020-09-21 15:30 Michał Górny
2020-09-20 8:43 Sergei Trofimovich
2020-09-15 18:34 Mike Gilbert
2020-09-15 18:34 Mike Gilbert
2020-09-15 18:34 Mike Gilbert
2020-09-15 18:34 Mike Gilbert
2020-07-20 14:40 Michał Górny
2020-07-04 13:53 Mike Gilbert
2020-03-28 12:42 Michał Górny
2020-03-15 12:24 Mikle Kolyada
2020-03-10 10:33 Agostino Sarubbo
2020-03-10 8:56 Agostino Sarubbo
2020-03-10 8:55 Agostino Sarubbo
2020-03-09 19:29 Mike Gilbert
2020-03-09 19:29 Mike Gilbert
2020-03-09 19:29 Mike Gilbert
2020-01-01 22:10 Mike Gilbert
2020-01-01 19:43 Agostino Sarubbo
2019-12-31 8:19 Agostino Sarubbo
2019-12-31 8:18 Agostino Sarubbo
2019-12-31 8:15 Agostino Sarubbo
2019-12-29 19:34 Mike Gilbert
2019-12-29 19:34 Mike Gilbert
2019-12-29 19:34 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-12-06 20:25 Mike Gilbert
2019-09-29 2:56 Mike Gilbert
2019-09-13 17:27 Mikle Kolyada
2019-08-28 12:54 Agostino Sarubbo
2019-08-23 10:06 Agostino Sarubbo
2019-08-22 22:01 Agostino Sarubbo
2019-08-19 6:58 Sergei Trofimovich
2019-08-16 17:03 Mike Gilbert
2019-08-16 17:03 Mike Gilbert
2019-07-28 14:07 Mikle Kolyada
2019-06-28 18:10 Mike Gilbert
2019-06-27 12:15 Agostino Sarubbo
2019-06-22 9:38 Sergei Trofimovich
2019-06-22 9:32 Sergei Trofimovich
2019-06-22 8:26 Sergei Trofimovich
2019-06-18 15:59 Mike Gilbert
2019-06-18 15:59 Mike Gilbert
2019-04-19 16:39 Mike Gilbert
2019-04-19 16:39 Mike Gilbert
2019-02-25 21:25 Mike Gilbert
2018-12-11 17:48 Mike Gilbert
2018-11-27 20:57 Tobias Klausmann
2018-11-17 15:34 Mikle Kolyada
2018-10-28 17:25 Sergei Trofimovich
2018-10-20 11:46 Sergei Trofimovich
2018-10-20 11:35 Sergei Trofimovich
2018-10-19 17:39 Mike Gilbert
2018-10-02 20:08 Mike Gilbert
2018-08-22 19:01 Mike Gilbert
2018-07-07 2:03 Mike Gilbert
2018-06-27 21:54 Sergei Trofimovich
2018-05-17 17:17 Mikle Kolyada
2018-05-14 19:21 Tobias Klausmann
2018-05-01 8:07 Sergei Trofimovich
2018-04-30 15:58 Mike Gilbert
2018-04-22 9:26 Mikle Kolyada
2018-04-03 15:28 Jonas Stein
2018-03-13 22:14 Sergei Trofimovich
2018-03-08 19:33 Mike Gilbert
2018-03-05 21:31 Tobias Klausmann
2018-02-23 22:45 Sergei Trofimovich
2018-02-22 9:49 Jason Zaman
2018-02-21 20:34 Mike Gilbert
2018-02-13 20:11 Thomas Deutschmann
2018-02-12 21:11 Jonas Stein
2018-01-28 16:59 Tobias Klausmann
2018-01-08 21:31 Mike Gilbert
2018-01-02 11:08 Mike Frysinger
2017-11-24 6:15 Markus Meier
2017-11-19 19:16 Sergei Trofimovich
2017-11-18 20:44 Sergei Trofimovich
2017-11-18 19:32 Sergei Trofimovich
2017-10-30 1:08 Manuel Rüger
2017-10-01 0:04 Thomas Deutschmann
2017-07-23 11:05 Alexey Shvetsov
2017-05-09 18:43 Michał Górny
2016-12-08 20:37 Patrice Clement
2016-07-04 3:10 Yixun Lan
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=1506027837.b24f9cfd6f13efa097e1529084f8c6a1caf29f78.floppym@gentoo \
--to=floppym@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