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: Mon, 28 Feb 2022 08:28:47
Message-Id: 1646036915.a66cf84dd4872caaec2a5ec837f0839b9065ab63.mgorny@gentoo
1 commit: a66cf84dd4872caaec2a5ec837f0839b9065ab63
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 07:37:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 08:28:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66cf84d
7
8 dev-python/xlsxwriter: Bump to 3.0.3
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.3.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
17 index fb95bd022d57..2a6a98d8e707 100644
18 --- a/dev-python/xlsxwriter/Manifest
19 +++ b/dev-python/xlsxwriter/Manifest
20 @@ -1 +1,2 @@
21 DIST XlsxWriter-RELEASE_3.0.2.tar.gz 34433041 BLAKE2B 748d710d3f953ae22154022a75f3a67898846914cab67302167ba34ba5e449041a95dbc984883e4ff58c078b940ebd429898109abb7a39f57ea499e5fcff83fa SHA512 790eb7fb93d25987adf5d30bfa28e0fa137f809dc9a293edfe86105e0a948263759df85b5a0f9fb19b89c256a33b5b68179d95a210964b6f82345972ee9e6108
22 +DIST XlsxWriter-RELEASE_3.0.3.tar.gz 35519702 BLAKE2B f4dfa6b286dda94a1a44d8168b8e17f7a37f2f59a23aa3a5ed0efa46b5d8bdcdb831e99a61924e22755c6a921c23f5c540c048152cd07363841ff09a49549c79 SHA512 92a53226aa9ee9f8493fe7171ce752f3a13ef8f3107aecbef896f17022e93bd7dbccb5e619fcbbb3598102030b190d75508d4dacce20b9643eead59a4441f6aa
23
24 diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild
25 new file mode 100644
26 index 000000000000..bdb4f9202a13
27 --- /dev/null
28 +++ b/dev-python/xlsxwriter/xlsxwriter-3.0.3.ebuild
29 @@ -0,0 +1,25 @@
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..10} 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="https://github.com/jmcnamara/XlsxWriter"
44 +SRC_URI="
45 + https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
46 + -> ${MY_P}.tar.gz
47 +"
48 +S=${WORKDIR}/${MY_P}
49 +
50 +SLOT="0"
51 +LICENSE="BSD"
52 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
53 +
54 +distutils_enable_tests pytest