summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: ccee9196e025222837a5cd9816e12d82ee0aa23e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgbase = python-dockerpty
	pkgdesc = Python library to use the pseudo-tty of a docker container
	pkgver = 0.4.1
	pkgrel = 11
	url = https://github.com/d11wtq/dockerpty
	arch = any
	license = Apache
	checkdepends = python-pytest
	checkdepends = python-expects
	makedepends = python-setuptools
	makedepends = python-docker-py
	makedepends = python-six
	makedepends = git
	depends = python-docker-py
	depends = python-six
	source = git+https://github.com/d11wtq/dockerpty.git#tag=v0.4.1
	sha512sums = SKIP

pkgname = python-dockerpty