blob: ca5911495117998b48365a1045d5448f863a6bfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = python-sseclient
pkgdesc = Python client library for reading Server Sent Event streams.
pkgver = 0.0.27
pkgrel = 1
url = https://pypi.org/project/sseclient
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
depends = python-requests
depends = python-six
source = https://files.pythonhosted.org/packages/source/s/sseclient/sseclient-0.0.27.tar.gz
sha256sums = b2fe534dcb33b1d3faad13d60c5a7c718e28f85987f2a034ecf5ec279918c11c
pkgname = python-sseclient
|