mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/py-ostinato: new aport
http://ostinato.org/ A Python agent for the ostinato controller
This commit is contained in:
parent
d2bf7137c3
commit
38310f9787
28
testing/py-ostinato/APKBUILD
Normal file
28
testing/py-ostinato/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Contributor: Corentin Henry <corentinhenry@gmail.com>
|
||||
# Maintainer: Corentin Henry <corentinhenry@gmail.com>
|
||||
pkgname=py-ostinato
|
||||
_pkgname=python-ostinato
|
||||
pkgver=0.7.1
|
||||
pkgrel=0
|
||||
pkgdesc="A Python agent for the ostinato controller"
|
||||
url="http://ostinato.org/"
|
||||
arch="noarch"
|
||||
license="GPLv3"
|
||||
depends="python py-protobuf>=2.3.0"
|
||||
makedepends="python-dev py-setuptools"
|
||||
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="903d65182eeb09d1363c81375664c265 python-ostinato-0.7.1.tar.gz"
|
||||
sha256sums="f628f3be4c3392676ff703bac33ba6f51bcb951eed52ab9171dbeb4751c59bc0 python-ostinato-0.7.1.tar.gz"
|
||||
sha512sums="c80ba3783b551c3869529bb7b3636dd4370d9ff6dd8ea9c39484ea73982af940751a0a332641abb2bff9aa2860064337ec49a95dd507dc6afebb0544b1ae363e python-ostinato-0.7.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user