blob: 4a15d74dc543cdb6ba51f0157bf018333fe5c8b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
#Automatically generated by pip2arch on 2024-02-25
pkgname=python-pylsb
pkgver=1.1.0
pkgrel=2
pkgdesc="Library for downloading, storing, and retrieving the Legacy Standard Bible."
url="https://gitlab.com/Magicrafter13/pylsb"
depends=('python' 'python-requests' 'python-beautifulsoup4' 'python-lxml')
makedepends=('python' 'python-setuptools' 'python-build' 'python-installer')
license=('GPL-3.0-or-later')
arch=('any')
source=('https://files.pythonhosted.org/packages/3f/6c/5107b5ea02cbec4c5dd7d7905bdc7fc2e5015dc641895d3c5daf5e40907d/pylsb-1.1.0.tar.gz')
md5sums=('23a8c4024aa75454ecf1b44ccdd4dd9f')
build() {
cd "pylsb-${pkgver}"
python -m build
}
package() {
python -m installer --destdir="$pkgdir" "pylsb-$pkgver/dist"/*.whl
}
|