~dricottone/huttese-apk

ref: 26df7e93de4db1f67c330db85f8b9b2d2ebc7f6b huttese-apk/sr.ht/py3-kombu/APKBUILD -rw-r--r-- 741 bytes
26df7e93 — Drew DeVault sr.ht/py3-emailthreads: upgrade to 0.1.2 4 years ago
                                                                                
1702be43 Drew DeVault
f9216d16 Drew DeVault
04866bce Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
f9216d16 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-kombu
_pyname=kombu
pkgver=4.6.3
pkgrel=0
pkgdesc="A messaging library for Python"
url="http://kombu.readthedocs.org"
arch="noarch"
license="BSD"
depends="python3"
makedepends="py3-setuptools py3-amqp"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

package() {
	python3 setup.py install --root="$pkgdir" --optimize=1
}

sha512sums="35113c4f19fe6bf94c374477c89a629f565975a23c16a3cedefa8e0c2a800cabbaa8917d48f732cf28e89cd5430fe8408a3514e055b1858c216b6ea31b4c014a  kombu-4.6.3.tar.gz"