aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-pybles/APKBUILD
blob: a3058063c2bbb087b29b668b6135fba6598f2290 (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
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-pybles
_pkgname=Pybles
pkgver=1.0.13
pkgrel=0
pkgdesc="A Python module to represent tables in the terminal"
url="http://pypi.python.org/pypi/Pybles/"
arch="noarch"
license="GPL-3.0-or-later"
depends="python2 py-blessings"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""
subpackages=""
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"

builddir="$srcdir/$_pkgname-$pkgver"

build() {
	cd "$builddir"
	python2 setup.py build
}

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

sha512sums="90c6f9b9dc6a87c63162a8ea17c263530acf54df36833e9abdf506d3826fba849fdb0b9666737f4fd0e2ecba7068406b9d58cbdf0acd8a45fef0a2c4a5e5ed28  Pybles-1.0.13.tar.gz"