From 906a66c76ea4eec280427d10afbb9ca5992fb1e5 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 18 Dec 2025 00:27:24 +0100 Subject: [PATCH] testing/py3-xlwt: delete py3-xlwt hasn't seen a new release since the 22nd of August 2017, and has been deprecated/unmaintained upstream on the 4th of May 2020. This library can be used to "generate spreadsheet files compatible with Microsoft Excel versions 95 to 2003," a format/software that has been deprecated a long time ago, and while it might make sense to be able to _read_ those files, nobody should want to _create_ new ones in 2025. --- testing/py3-xlwt/APKBUILD | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 testing/py3-xlwt/APKBUILD diff --git a/testing/py3-xlwt/APKBUILD b/testing/py3-xlwt/APKBUILD deleted file mode 100644 index da93d4d0499..00000000000 --- a/testing/py3-xlwt/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Fabian Affolter -# Maintainer: Fabian Affolter -pkgname=py3-xlwt -_pkgname=xlwt -pkgver=1.3.0 -pkgrel=10 -pkgdesc="A library to create spreadsheet files" -url="https://pypi.org/project/xlwt" -arch="noarch" -license="BSD-3-Clause AND BSD-4-Clause AND LGPL-2.1-or-later" -replaces="py-xlwt" # for backwards compatibility -provides="py-xlwt=$pkgver-r$pkgrel" # for backwards compatibility -depends="py3-six" -makedepends="py3-setuptools py3-gpep517 py3-wheel" -subpackages="$pkgname-pyc" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - gpep517 build-wheel \ - --wheel-dir .dist \ - --output-fd 3 3>&1 >&2 -} - -package() { - gpep517 install-wheel --destdir "$pkgdir" \ - .dist/*.whl -} - -sha512sums="e09c515bda7edadb9624b842796a537316c1e2e06f3e74aca5440a5797dbc259036539fd64ea61648a30894f4091d3be829411d36e6170894980728c798c5963 xlwt-1.3.0.tar.gz"