~dricottone/huttese-apk

ref: a63152bc561cceb26e8df9470112a1e15fa0bfd0 huttese-apk/sr.ht/py3-kombu/APKBUILD -rw-r--r-- 1005 bytes
a63152bc — Drew DeVault submit-builds: add manifest override, edge manifest 2 years ago
                                                                                
1702be43 Drew DeVault
f9216d16 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
71d876dd 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
33
34
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=py3-kombu
_pyname=kombu
pkgver=5.2.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
	0001-Revert-test-amqp-v5.0.9-1462-try-pining-setuptools-1.patch
"
builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

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

sha512sums="
0e882063e89a25d324ccdf8745f11e1ea51443cc9a80b215e7f31c85053411cf1d5f26b5ffcd52165a15827ee036300a69a8a192af60d975a495a5a0b5ce3954  kombu-5.2.3.tar.gz
5206e6faaafd057197c561b1a97b1b2d7c7d49ea8e3674480fdcf5fd46fa989f7dd59d519ce88cdfb5c820245a9671823b88dcef8d7a3788dbb83c85da7ea33e  0001-Revert-test-amqp-v5.0.9-1462-try-pining-setuptools-1.patch
"