mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-python/xlsxwriter: Bump to 3.2.5
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
29
dev-python/xlsxwriter/xlsxwriter-3.2.5.ebuild
Normal file
29
dev-python/xlsxwriter/xlsxwriter-3.2.5.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user