Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/
Date: Wed, 28 Dec 2022 19:11:41
Message-Id: 1672254685.11024d0247abd7d628d9f67e404a4b850dab7fc4.arthurzam@gentoo
1 commit: 11024d0247abd7d628d9f67e404a4b850dab7fc4
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 18:49:10 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 19:11:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11024d02
7
8 dev-python/xlsxwriter: add 3.0.4
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/xlsxwriter/Manifest | 1 +
13 dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild | 28 +++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
17 index 57ed2a081a4c..1f8917edde83 100644
18 --- a/dev-python/xlsxwriter/Manifest
19 +++ b/dev-python/xlsxwriter/Manifest
20 @@ -1 +1,2 @@
21 DIST XlsxWriter-RELEASE_3.0.3.tar.gz 35519702 BLAKE2B f4dfa6b286dda94a1a44d8168b8e17f7a37f2f59a23aa3a5ed0efa46b5d8bdcdb831e99a61924e22755c6a921c23f5c540c048152cd07363841ff09a49549c79 SHA512 92a53226aa9ee9f8493fe7171ce752f3a13ef8f3107aecbef896f17022e93bd7dbccb5e619fcbbb3598102030b190d75508d4dacce20b9643eead59a4441f6aa
22 +DIST XlsxWriter-RELEASE_3.0.4.gh.tar.gz 35033608 BLAKE2B 49a54380f1753077f0d9e56024a09ffd9d26540daeb03c270e892ae986c8e36fb0ce74ab96e62b1cb15adebbb51ba2093b6b1e356077433537af62ededd79d5c SHA512 e10bbbcc975ee3c2395c642c7a04e53d792b8c739c9f5acbb3858b47963a0f9b68ac565d96d4a9f9c87b104fc02b8930b0629e753d53735892e10bd17e5c1fcc
23
24 diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild
25 new file mode 100644
26 index 000000000000..eb7598818634
27 --- /dev/null
28 +++ b/dev-python/xlsxwriter/xlsxwriter-3.0.4.ebuild
29 @@ -0,0 +1,28 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +DISTUTILS_USE_PEP517=setuptools
36 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
37 +
38 +inherit distutils-r1
39 +
40 +TAG=RELEASE_${PV}
41 +MY_P=XlsxWriter-${TAG}
42 +DESCRIPTION="Python module for creating Excel XLSX files"
43 +HOMEPAGE="
44 + https://github.com/jmcnamara/XlsxWriter/
45 + https://pypi.org/project/XlsxWriter/
46 +"
47 +SRC_URI="
48 + https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
49 + -> ${MY_P}.gh.tar.gz
50 +"
51 +S=${WORKDIR}/${MY_P}
52 +
53 +SLOT="0"
54 +LICENSE="BSD"
55 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
56 +
57 +distutils_enable_tests pytest