mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 20:55:19 +03:00
testing/docker-py: new aport
This commit is contained in:
parent
9df97f29b9
commit
740320aa80
1 changed files with 30 additions and 0 deletions
30
testing/docker-py/APKBUILD
Normal file
30
testing/docker-py/APKBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=docker-py
|
||||
pkgver=1.7.2
|
||||
pkgrel=0
|
||||
pkgdesc="An API client for docker written in Python"
|
||||
url="https://github.com/dotcloud/docker-py"
|
||||
arch="noarch"
|
||||
license="APACHE"
|
||||
depends="python py-requests py-six py-websocket-client"
|
||||
depends_dev=""
|
||||
makedepends="$depends_dev python-dev py-setuptools py-six flake8 py-mock"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/docker/$pkgname/archive/$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="00f7c1025893e6b2f3b423ad4d60ead6 docker-py-1.7.2.tar.gz"
|
||||
sha256sums="695c6e5dba8fbc191e3eb15889ba5353a2d44b0d52467656ced4e092c439be90 docker-py-1.7.2.tar.gz"
|
||||
sha512sums="1fa5e40b07044145fcdb5b1231b4c852f8df4d2f0feaecc386eb82efd71e598afd982104de475fce6eb6b68a6a8fb320451466bcc39ae96c43cf8c5403c0588f docker-py-1.7.2.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue