Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/u-msgpack/
Date: Sun, 25 Oct 2020 06:04:33
Message-Id: 1603605863.7e7b7adb2892434118f8647e3ffdb264b559c9d6.mgorny@gentoo
1 commit: 7e7b7adb2892434118f8647e3ffdb264b559c9d6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 05:53:13 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 06:04:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7b7adb
7
8 dev-python/u-msgpack: Bump to 2.7.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/u-msgpack/Manifest | 1 +
13 dev-python/u-msgpack/u-msgpack-2.7.1.ebuild | 22 ++++++++++++++++++++++
14 2 files changed, 23 insertions(+)
15
16 diff --git a/dev-python/u-msgpack/Manifest b/dev-python/u-msgpack/Manifest
17 index ef4529099b3..4fa7d9f6a26 100644
18 --- a/dev-python/u-msgpack/Manifest
19 +++ b/dev-python/u-msgpack/Manifest
20 @@ -1 +1,2 @@
21 DIST u-msgpack-2.7.0.tar.gz 20427 BLAKE2B f4e4447635fc20ef5246bbc90ee9cc0b93eaa9d13a0384423145531bb8bbb21dc9d1ddadc075a4a5e456dd8cc758fed3add4b2b43f83c0115c78a0095030ff70 SHA512 b5a6676aa3eea878e3f1cc6ca1351f59ae0fdffdfe4d68c43303a1c5d257449bdcd08bef0fc75117b238544366e42b43c6444bb93ba63d1633aadd0c32061c8b
22 +DIST u-msgpack-2.7.1.tar.gz 20631 BLAKE2B 10008f0653f969f1f5655c894be5b2497d692bf7ebf6d50de221695cab9c3a973c0870a8162efe6b61f2d9d4fb062c4130c07cddff8d64d6258d7d832efe4021 SHA512 0825b9edee28db2c954c9c0d64987a4640f11af52570c1ad834882a5fcd2e3a76eab3524cc3bb639cacfaf9eef27bf0a75656b4d02bca42b2d35b708348691d6
23
24 diff --git a/dev-python/u-msgpack/u-msgpack-2.7.1.ebuild b/dev-python/u-msgpack/u-msgpack-2.7.1.ebuild
25 new file mode 100644
26 index 00000000000..687c0d28c29
27 --- /dev/null
28 +++ b/dev-python/u-msgpack/u-msgpack-2.7.1.ebuild
29 @@ -0,0 +1,22 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
35 +
36 +inherit distutils-r1
37 +
38 +MY_PN="${PN}-python"
39 +MY_P="${MY_PN}-${PV}"
40 +
41 +DESCRIPTION="A portable, lightweight MessagePack serializer and deserializer"
42 +HOMEPAGE="https://github.com/vsergeev/u-msgpack-python https://pypi.org/project/u-msgpack-python/"
43 +SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
48 +
49 +S="${WORKDIR}/${MY_P}"
50 +
51 +distutils_enable_tests pytest