aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-cli_helpers/APKBUILD
blob: f9c5fd1af1ecd7146e55c4496a0c4c26831eef0c (plain)
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
# Contributor: Thomas Boerger <thomas@webhippie.de>
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=py3-cli_helpers
_pkgname=cli_helpers
pkgver=1.2.1
pkgrel=0
pkgdesc="A helper library for command-line interfaces"
url="https://pypi.python.org/pypi/cli-helpers"
arch="noarch"
license="BSD-3-Clause"
depends="py3-terminaltables py3-tabulate py3-configobj"
makedepends="py3-setuptools"
checkdepends="py3-pytest py3-wcwidth py3-mock"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

replaces="py-cli_helpers" # Backwards compatibility
provides="py-cli_helpers=$pkgver-r$pkgrel" # Backwards compatiblity

check() {
	py.test-3
}

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="46f83382800da7e6ba9116df5cd77bf012e14af821a842e73a7f0ddae64e032dd2d00c124b0f0ed18a07226058dbc41185e99ccd7616e971116a57a22ceace51  py3-cli_helpers-1.2.1.tar.gz"