mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 17:22:07 +01:00
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.
This commit is contained in:
parent
b50ca078db
commit
906a66c76e
@ -1,30 +0,0 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user