~dricottone/huttese-apk

ref: 7a69c1cfa7ed9efab29db40296e8eb8d2db044d5 huttese-apk/pkgsrc/py3-kombu/APKBUILD -rw-r--r-- 746 bytes
7a69c1cfDominic Ricottone README formatting fix 2 years ago
                                                                                
1702be43 Drew DeVault
f9216d16 Drew DeVault
60e88d2b Drew DeVault
71d876dd Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
71d876dd Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
742caa2c Drew DeVault
60e88d2b 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
31
32
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-kombu
_pyname=kombu
pkgver=5.2.4
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="
695813bee71d627649e772b45b25494784a6a81bcad92331160705e34d8b2268fa90629983ebcfd04ec23208508d422f1834cc56895532911602d58ec0090a03  kombu-5.2.4.tar.gz
"