~dricottone/huttese-apk

ref: 7c65fd1a7220c46301eeb832265d85fae85341db huttese-apk/sr.ht/py3-srht/APKBUILD -rw-r--r-- 1.1 KiB
7c65fd1a — Drew DeVault Fix supervisor in meta.sr.ht init scripts 5 years ago
                                                                                
b19fb036 Drew DeVault
4741a76c Drew DeVault
b19fb036 Drew DeVault
79c2dc9a Drew DeVault
04866bce Drew DeVault
b19fb036 Drew DeVault
40eb9bc5 Drew DeVault
bdb848ee Drew DeVault
b19fb036 Drew DeVault
24d4f987 Drew DeVault
9eaff734 Drew DeVault
75f9a767 Drew DeVault
55f4df38 Drew DeVault
b19fb036 Drew DeVault
fd7cbf06 Drew DeVault
b19fb036 Drew DeVault
9eaff734 Drew DeVault
b19fb036 Drew DeVault
c866db2d Drew DeVault
b19fb036 Drew DeVault
4422ad65 Drew DeVault
499e9ad0 Drew DeVault
4422ad65 Drew DeVault
b19fb036 Drew DeVault
bdb848ee Drew DeVault
b19fb036 Drew DeVault
fd7cbf06 Drew DeVault
bdb848ee Drew DeVault
b19fb036 Drew DeVault
79c2dc9a Drew DeVault
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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgbase=core.sr.ht
pkgname=py3-srht
pkgver=0.49.0
pkgrel=0
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-flask-login
	py3-humanize
	py3-misaka
	py3-pgpy
	py3-pygments
	py3-requests
	py3-sqlalchemy
	py3-sqlalchemy-utils
    py3-beautifulsoup4
"
makedepends="
	py-setuptools
	nodejs-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="9862d7e8e1c17fb1ed990bf8ea23c0ff2d9b3e1cf9c355526c1cdd68e54a209e3463b6612ceb58dbfb29c1df04685de7a52e47ad645ade25bc91db873605bf46  core.sr.ht-0.49.0.tar.gz"