~dricottone/huttese-apk

ref: a3ee675040142a3702d7c4344bb9a65f52ee5a8e huttese-apk/sr.ht/py3-kombu/APKBUILD -rw-r--r-- 743 bytes
a3ee6750 — Taavi Väänänen py3-stripe: fix copy-paste in description 3 years ago
                                                                                
1702be43 Drew DeVault
f9216d16 Drew DeVault
1c6282ce Drew DeVault
fdcc0315 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
742caa2c Drew DeVault
1c6282ce Drew DeVault
742caa2c 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
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-kombu
_pyname=kombu
pkgver=5.2.1
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="
12fc3480651475ce8476424665ccf692a5bf1cbf4cd31c35eaa24419c316dc380357cfab0ca5d58ea275e870fa703d3ac258cb84f04886f9342e730aaaba6bf5  kombu-5.2.1.tar.gz
"