commit:     a365673e5ed7be3a2e0c380cb327b437673cabbf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 11:21:54 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 13:09:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a365673e

dev-python/xlsxwriter: Bump to 3.2.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/xlsxwriter/Manifest                |  1 +
 dev-python/xlsxwriter/metadata.xml            |  2 +-
 dev-python/xlsxwriter/xlsxwriter-3.2.5.ebuild | 29 +++++++++++++++++++++++++++
 3 files changed, 31 insertions(+), 1 deletion(-)

diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index 350b69d6242c..71c42b4375f1 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1 +1,2 @@
 DIST XlsxWriter-RELEASE_3.2.3.gh.tar.gz 24659662 BLAKE2B 
d6efb2a5e2df399b5cb05fc1efe790584a29c2d4d13303ca9d0b9f7c8b900339c347800e515d2c636f88c27b7a731c853aba081069c0c9023dc1ec15e66da07c
 SHA512 
1622420ab795a1b169569b1d5103f8f056fc3dbe741a46b21fee71d739738412d4c17d6822e8884f16bb37f47f4ced4b2eddf40850fa6d1d0bf0d951ec1ef820
+DIST XlsxWriter-RELEASE_3.2.5.gh.tar.gz 24907892 BLAKE2B 
6a5eb24f3abae91f789be1fe3377e010cafad9780e9a4736f0607abda80b6a3b369cc2842022d3a09baffdf747ce9d3d90c09b0833adcb6e70a235fde0483f27
 SHA512 
8e8b62176a7a7be979e7d60d9fa8c3f81b0e8137c6d0ca17b033f21136619c43cc88d3c61412f85fe6dce587a93c41cc124200d8b09af7ef6e3b1e648fa738c0

diff --git a/dev-python/xlsxwriter/metadata.xml 
b/dev-python/xlsxwriter/metadata.xml
index ad5cf7bbea35..8f2c7900aff5 100644
--- a/dev-python/xlsxwriter/metadata.xml
+++ b/dev-python/xlsxwriter/metadata.xml
@@ -7,7 +7,7 @@
   </maintainer>
   <stabilize-allarches/>
   <upstream>
-    <remote-id type="pypi">XlsxWriter</remote-id>
+    <remote-id type="pypi">xlsxwriter</remote-id>
     <remote-id type="github">jmcnamara/XlsxWriter</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-python/xlsxwriter/xlsxwriter-3.2.5.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-3.2.5.ebuild
new file mode 100644
index 000000000000..606d8148ccd1
--- /dev/null
+++ b/dev-python/xlsxwriter/xlsxwriter-3.2.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1
+
+TAG=RELEASE_${PV}
+MY_P=XlsxWriter-${TAG}
+DESCRIPTION="Python module for creating Excel XLSX files"
+HOMEPAGE="
+       https://github.com/jmcnamara/XlsxWriter/
+       https://pypi.org/project/xlsxwriter/
+"
+SRC_URI="
+       https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
+               -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to