~dricottone/huttese-apk

ref: bc536ccb7997bffa95efc3fceda5bcef16e7bf7e huttese-apk/sr.ht/py3-amqp/APKBUILD -rw-r--r-- 746 bytes
bc536ccb — Drew DeVault py3-aiosmtpd: upgrade to 1.2.4 3 years ago
                                                                                
1702be43 Drew DeVault
f9216d16 Drew DeVault
b5aa00e0 Drew DeVault
0816248b Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
b5aa00e0 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-amqp
_pyname=amqp
pkgver=5.0.4
pkgrel=0
pkgdesc="Low-level AMQP client for Python"
url="https://github.com/celery/py-amqp"
arch="noarch"
license="LGPL"
depends="python3 py3-vine"
makedepends="py3-setuptools"
_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="688347af6fc7cb79e5cfb1f1f88eceb53de6c4f41f1fe2f28a074c9db7b2c209b4f8c80da732af906a5848544d451c05dd9ed0ddfe76b18f2b96277c5c375961  amqp-5.0.4.tar.gz"