summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6c6d2013987d5d36759c1a3af9ccaa8e96e49bc2 (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=1
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=('python3' 'python-setuptools')
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
}