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/xlsxwriter/
Date: Sun, 01 Jan 2023 07:26:45
Message-Id: 1672555028.2397ebb1979dac9de824064dadd239afd4052f34.mgorny@gentoo
1 commit: 2397ebb1979dac9de824064dadd239afd4052f34
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 06:37:08 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 06:37:08 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2397ebb1
7
8 dev-python/xlsxwriter: Bump to 3.0.5
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/xlsxwriter/Manifest | 1 +
13 dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild | 28 +++++++++++++++++++++++++++
14 2 files changed, 29 insertions(+)
15
16 diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
17 index 1f8917edde83..1b00e405eaf1 100644
18 --- a/dev-python/xlsxwriter/Manifest
19 +++ b/dev-python/xlsxwriter/Manifest
20 @@ -1,2 +1,3 @@
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 +DIST XlsxWriter-RELEASE_3.0.5.gh.tar.gz 35038123 BLAKE2B 8ab88d1cf8decb24a1adcd2d2720ab2c90a87088441dbf1fb6a039977ddeb1824b2c29e38aedfb2a1d5cc9adb99154ee36a4eef18876826082d34c87ff7dafdd SHA512 74c3708cd81bec44865cfdcbd3ae41c5794d26d176a3c5c22133a32e6000eda7a2d28292d81406d277c351c27a8c4ce30b0d9b2152fc9119e903fe264f7be406
24
25 diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild
26 new file mode 100644
27 index 000000000000..795e1503773c
28 --- /dev/null
29 +++ b/dev-python/xlsxwriter/xlsxwriter-3.0.5.ebuild
30 @@ -0,0 +1,28 @@
31 +# Copyright 1999-2023 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DISTUTILS_USE_PEP517=setuptools
37 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
38 +
39 +inherit distutils-r1
40 +
41 +TAG=RELEASE_${PV}
42 +MY_P=XlsxWriter-${TAG}
43 +DESCRIPTION="Python module for creating Excel XLSX files"
44 +HOMEPAGE="
45 + https://github.com/jmcnamara/XlsxWriter/
46 + https://pypi.org/project/XlsxWriter/
47 +"
48 +SRC_URI="
49 + https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
50 + -> ${MY_P}.gh.tar.gz
51 +"
52 +S=${WORKDIR}/${MY_P}
53 +
54 +SLOT="0"
55 +LICENSE="BSD"
56 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
57 +
58 +distutils_enable_tests pytest