~dricottone/huttese-apk

ref: 3b21ffee5e944527da4c9c3fbeb5eadb2cd5f5e0 huttese-apk/sr.ht/py3-amqp/APKBUILD -rw-r--r-- 746 bytes
3b21ffee — Drew DeVault py3-anyjson: bump pkgrel 4 years ago
                                                                                
1702be43 Drew DeVault
f9216d16 Drew DeVault
8a688b50 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
f9216d16 Drew DeVault
1702be43 Drew DeVault
8a688b50 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=2.6.0
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="60c5dea07dafabaebca28c7e1a393d38c08732a72bd7821e3c022c1992e53b409a4753aa177a697219d7c641c554f8d89b3376c6388f1d26b4cf718336ad72ca  amqp-2.6.0.tar.gz"