~dricottone/huttese-apk

ref: ba4a194b5f2262b32d0bb31a1bc03603e935d755 huttese-apk/sr.ht/py3-kombu/APKBUILD -rw-r--r-- 741 bytes
ba4a194b — Drew DeVault submit-builds: rename config variable 3 years ago
                                                                                
1702be43 Drew DeVault
f9216d16 Drew DeVault
6eb06368 Drew DeVault
b4161cf2 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
6eb06368 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=5.0.2
pkgrel=1
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="e9d97c65d2a4f50adde367197661bd49e235a8f8a3de65f7725be89d5c9921c6ad59b752c188292ba3d05cd98c9d7930f2f1061bc8c9503082af941c755448d2  kombu-5.0.2.tar.gz"