~dricottone/huttese-apk

ref: 453b097618b088b6b65e2cb0dcb2ce373bb73f03 huttese-apk/sr.ht/py3-srht/APKBUILD -rw-r--r-- 1.1 KiB
453b0976 — Drew DeVault py3-amqp: upgrade to 5.0.7 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgbase=core.sr.ht
pkgname=py3-srht
pkgver=0.67.13
pkgrel=2
pkgdesc="sr.ht shared code"
url="https://git.sr.ht/~sircmpwn/core.sr.ht"
arch="noarch"
license="BSD"
depends="
	py3-alembic
	py3-bleach
	py3-celery
	py3-cryptography
	py3-flask
	py3-html5lib
	py3-humanize
	py3-mistletoe
	py3-pgpy
	py3-prometheus-client
	py3-psycopg2
	py3-pygments
	py3-redis
	py3-requests
	py3-soupsieve
	py3-sqlalchemy
	py3-sqlalchemy-utils
	py3-beautifulsoup4
"
makedepends="
	py-setuptools
	npm
	git
"
source="
	$pkgbase-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgbase/archive/$pkgver.tar.gz
"
builddir="$srcdir/$pkgbase-$pkgver"
options="$options !check"

prepare() {
	default_prepare
	cd "$builddir"
	git clone --depth=1 -b v4.1.1 \
		git://github.com/twbs/bootstrap srht/scss/bootstrap
}

build() {
	cd "$builddir"
	export PKGVER=$pkgver
	python3 setup.py build
}

package() {
	cd "$builddir"
	export PKGVER=$pkgver
	python3 setup.py install --root="$pkgdir" --optimize=1
}

sha512sums="
31eab2d70db3c12257b0dbb4f7c12295d2b6708bf51b50d084a6575e052209c98c83dd427161c39702a7942a2e2c646dfd24778050cc21958137b769b2170a67  core.sr.ht-0.67.13.tar.gz
"