From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/
Date: Sun, 22 Mar 2020 05:37:38 +0000 (UTC) [thread overview]
Message-ID: <1584855414.aa96f4d046bbf24be852ed055a1aa684833fcb74.mgorny@gentoo> (raw)
commit: aa96f4d046bbf24be852ed055a1aa684833fcb74
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 17:09:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 22 05:36:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa96f4d0
dev-python/msgpack: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/msgpack/Manifest | 3 ---
dev-python/msgpack/msgpack-0.4.8.ebuild | 36 ---------------------------
dev-python/msgpack/msgpack-0.5.1.ebuild | 36 ---------------------------
dev-python/msgpack/msgpack-0.6.1.ebuild | 44 ---------------------------------
4 files changed, 119 deletions(-)
diff --git a/dev-python/msgpack/Manifest b/dev-python/msgpack/Manifest
index d408b5bb72b..b7aedd2bb42 100644
--- a/dev-python/msgpack/Manifest
+++ b/dev-python/msgpack/Manifest
@@ -1,5 +1,2 @@
DIST msgpack-0.5.6.tar.gz 138292 BLAKE2B 6a3b8472b785d77e142d21464b9e52c55166a8eff56009f63df5daa8cd5b6dbce4406a06ffa8d478cb44dfbdfab2f3b4b29cd11279ea82f67906b97d507f7eda SHA512 bdbd193bd3bd02e78d9c6e8d9d8fa687d13583dff2813bc77c5e6cbbe0d180765da3c9a80d176f9993589e35f548ad04973e3d523d0b6d41ef7916ecd86195aa
-DIST msgpack-0.6.1.tar.gz 118812 BLAKE2B 9f5522ae7dc89e286a338bfdd91bd4cacefdf7d075136a2ce5e28896db9a9c6a9ed1fe71fff45aab09f8dd32878fcd996366346daa88d47a31a253dec06e2353 SHA512 1a60da428f4b69df817660f4c4f60b1744de17d2b72352286fb41c6703de1d100853f8701b947fb11fc38f2180a50be4a9d577550fcfb9da6a05fe30ed2af07c
DIST msgpack-0.6.2.tar.gz 119062 BLAKE2B 6b20a0d31b811ae66e66dbfaacec6f0cf2152b2937423b78f3e6244bfa49c87767788c5ee1db41b9020801b8777a4c15b1fe1853182718adf622bc7e1bff858e SHA512 95b92e3d35e0500dd4256d18bf76e586e57cc66319b4459ac5daef599277a5049177a89ad86e291dbdc4c7a918901a89d9218353ddc4a7d0b399e8a98afef363
-DIST msgpack-python-0.4.8.tar.gz 113641 BLAKE2B d22efe13302e28d0701b95b2dc4cf4792f9e045efdf77b31ac5c6170b503c885c265ff63387fe76a1aa67b1624963aa26d76dffb15fc2cb10cfe672b59e71b99 SHA512 59e9c43be6b92e6d10f40999e0902c350137e67a83c43bb15b273eca856a6eb39f24b625b02b40188a9365ce3101f03bfa9aa3dfff56c5c3b551533942183481
-DIST msgpack-python-0.5.1.tar.gz 138953 BLAKE2B 1fb7e5be33992808319e1444ff7f84cc13f034e60ce0ef2f72161bd4ccd0cd1ede27382bc1f365f268557c8ffe503fd12de66eb5840e79760d818e7e2f67fdcd SHA512 e5172e20bb25d2e12ba34ad2805ba4ea0776397986e8bf8e26d21353f57a2dba59a9c6669c817e4e91d5801558a50f95d81e02343f8f0292a01ec5d822fba61c
diff --git a/dev-python/msgpack/msgpack-0.4.8.ebuild b/dev-python/msgpack/msgpack-0.4.8.ebuild
deleted file mode 100644
index 3c1a96612ca..00000000000
--- a/dev-python/msgpack/msgpack-0.4.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_PN="${PN}-python"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="https://msgpack.org
- https://github.com/msgpack/msgpack-python/
- https://pypi.org/project/msgpack-python/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? (
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
- py.test test || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/msgpack/msgpack-0.5.1.ebuild b/dev-python/msgpack/msgpack-0.5.1.ebuild
deleted file mode 100644
index 134f67eb735..00000000000
--- a/dev-python/msgpack/msgpack-0.5.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-MY_PN="${PN}-python"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="https://msgpack.org
- https://github.com/msgpack/msgpack-python/
- https://pypi.org/project/msgpack-python/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/cython[${PYTHON_USEDEP}]
- test? (
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-S=${WORKDIR}/${MY_P}
-
-python_test() {
- py.test test || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/msgpack/msgpack-0.6.1.ebuild b/dev-python/msgpack/msgpack-0.6.1.ebuild
deleted file mode 100644
index 443083566d5..00000000000
--- a/dev-python/msgpack/msgpack-0.6.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="MessagePack (de)serializer for Python"
-HOMEPAGE="https://msgpack.org
- https://github.com/msgpack/msgpack-python/
- https://pypi.org/project/msgpack/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc x86"
-IUSE="+native-extensions test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- native-extensions? (
- $(python_gen_cond_dep '>=dev-python/cython-0.16[${PYTHON_USEDEP}]' 'python*')
- )
- test? (
- dev-python/six[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-
-python_prepare_all() {
- # Remove pre-generated cython files
- rm msgpack/{_packer,_unpacker,_cmsgpack}.pyx || die
-
- if ! use native-extensions ; then
- sed -i -e "/have_cython/s:True:False:" ./setup.py || die
- fi
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- py.test -v test || die "Tests fail with ${EPYTHON}"
-}
next reply other threads:[~2020-03-22 5:37 UTC|newest]
Thread overview: 127+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-22 5:37 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 20:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/msgpack/ Michał Górny
2025-01-04 15:00 Michał Górny
2025-01-04 13:28 Arthur Zamarin
2024-10-13 19:41 Arthur Zamarin
2024-10-13 14:51 Sam James
2024-09-28 14:03 Arthur Zamarin
2024-09-28 13:26 Arthur Zamarin
2024-09-28 12:51 Arthur Zamarin
2024-09-28 12:40 Sam James
2024-09-28 12:32 Arthur Zamarin
2024-09-28 10:33 Michał Górny
2024-09-24 15:09 Arthur Zamarin
2024-09-10 7:06 Michał Górny
2024-07-11 20:55 James Le Cuirot
2024-06-19 5:24 Arthur Zamarin
2024-06-15 6:18 Viorel Munteanu
2024-05-17 10:51 Michał Górny
2024-03-16 18:14 Michał Górny
2024-03-16 17:34 Arthur Zamarin
2024-03-16 17:11 Arthur Zamarin
2024-03-16 17:06 Arthur Zamarin
2024-03-16 16:46 Arthur Zamarin
2024-03-16 11:24 Arthur Zamarin
2024-03-16 9:37 Arthur Zamarin
2024-03-02 6:43 Michał Górny
2023-10-08 17:48 Michał Górny
2023-10-08 15:29 Arthur Zamarin
2023-10-06 19:42 Sam James
2023-10-06 19:42 Sam James
2023-10-06 19:20 Arthur Zamarin
2023-10-06 19:20 Arthur Zamarin
2023-10-06 19:18 Sam James
2023-10-06 18:09 Sam James
2023-10-06 17:05 Arthur Zamarin
2023-10-06 17:05 Arthur Zamarin
2023-10-06 17:05 Arthur Zamarin
2023-10-06 14:30 Arthur Zamarin
2023-10-06 14:30 Arthur Zamarin
2023-09-28 17:08 Michał Górny
2023-09-22 11:34 Michał Górny
2023-09-01 12:16 Sam James
2023-08-13 16:07 Arthur Zamarin
2023-08-06 8:48 Michał Górny
2023-05-27 19:23 Arthur Zamarin
2023-05-20 7:15 Michał Górny
2023-04-08 10:47 Arthur Zamarin
2023-04-08 10:43 Arthur Zamarin
2023-04-08 9:57 Arthur Zamarin
2023-04-08 9:05 Arthur Zamarin
2023-04-08 8:22 Arthur Zamarin
2023-04-08 8:15 Arthur Zamarin
2023-03-09 5:58 Michał Górny
2022-11-18 15:14 Arthur Zamarin
2022-11-05 3:21 Michał Górny
2022-11-01 3:36 Michał Górny
2022-10-22 14:54 Michał Górny
2022-09-16 10:15 Arthur Zamarin
2022-09-10 18:28 Arthur Zamarin
2022-09-08 5:19 Sam James
2022-06-22 11:50 Michał Górny
2022-06-22 10:12 Agostino Sarubbo
2022-06-22 6:58 Agostino Sarubbo
2022-06-22 6:53 Agostino Sarubbo
2022-06-21 19:26 Arthur Zamarin
2022-06-21 19:18 Arthur Zamarin
2022-06-04 7:00 Michał Górny
2022-05-19 7:14 Michał Górny
2022-05-19 7:14 Michał Górny
2022-02-28 0:01 Piotr Karbowski
2021-12-26 20:39 Michał Górny
2021-12-26 19:05 Sam James
2021-12-26 0:23 Sam James
2021-12-25 19:09 Jakov Smolić
2021-12-25 17:55 Arthur Zamarin
2021-12-25 17:55 Arthur Zamarin
2021-11-25 8:11 Michał Górny
2021-05-20 20:16 Michał Górny
2021-01-24 10:15 Michał Górny
2021-01-20 0:04 Sam James
2021-01-19 2:45 Sam James
2021-01-18 17:43 Sam James
2021-01-18 14:10 Sam James
2020-12-22 9:00 Michał Górny
2020-12-19 8:59 Michał Górny
2020-12-14 2:49 Sam James
2020-12-14 2:49 Sam James
2020-11-02 9:47 Sam James
2020-10-20 6:57 Sergei Trofimovich
2020-10-19 0:13 Sam James
2020-10-18 23:55 Sam James
2020-10-18 18:51 Thomas Deutschmann
2020-09-12 4:09 Sam James
2020-09-12 1:56 Sam James
2020-09-12 1:56 Sam James
2020-07-20 11:45 Sam James
2020-03-21 16:26 Agostino Sarubbo
2020-03-20 11:28 Agostino Sarubbo
2020-03-20 9:04 Agostino Sarubbo
2020-03-20 8:59 Agostino Sarubbo
2020-03-19 17:49 Michał Górny
2019-11-28 20:08 Patrick McLean
2019-07-28 20:31 Mikle Kolyada
2019-06-05 7:12 Agostino Sarubbo
2019-05-27 18:35 Piotr Karbowski
2019-04-09 20:06 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-07-07 12:15 Jonas Stein
2018-03-31 0:59 Matt Thode
2018-03-17 10:51 Michał Górny
2018-03-10 8:21 Michał Górny
2018-03-09 19:35 Matt Thode
2018-03-09 19:05 Matt Thode
2018-03-05 22:08 Patrice Clement
2018-03-05 22:08 Patrice Clement
2018-02-16 6:08 Matt Thode
2017-12-28 14:03 Sergei Trofimovich
2017-08-20 2:17 Tim Harder
2017-08-20 2:17 Tim Harder
2017-05-02 19:15 Michał Górny
2017-04-01 10:35 Michael Weber
2017-04-01 10:35 Michael Weber
2017-02-27 5:35 Zac Medico
2016-08-22 4:00 Tim Harder
2016-02-28 7:25 Matt Thode
2016-02-18 21:21 Patrick Lauer
2016-02-09 9:33 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=1584855414.aa96f4d046bbf24be852ed055a1aa684833fcb74.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