summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: c8eaa5ae7f1313a97702950edf73b17cfb487182 (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
pkgbase = python-librtmp
	pkgdesc = Python interface to librtmp
	pkgver = 0.2.2
	pkgrel = 1
	url = https://github.com/chrippa/python-librtmp
	arch = i686
	arch = x86_64
	license = custom: Simplified BSD
	makedepends = python-setuptools
	makedepends = python-cffi
	makedepends = python2-setuptools
	makedepends = python2-cffi
	makedepends = python2-singledispatch
	makedepends = rtmpdump
	source = https://pypi.python.org/packages/source/p/python-librtmp/python-librtmp-0.2.2.tar.gz
	sha256sums = 4586f043a1071a189f16cadabb4056569bd083adaf8b1e17187fe2210699a765

pkgname = python-librtmp
	pkgdesc = Python interface to librtmp (python3 version)
	depends = python
	depends = python-cffi
	depends = rtmpdump

pkgname = python2-librtmp
	pkgdesc = Python interface to librtmp (python2 version)
	depends = python2
	depends = python2-singledispatch
	depends = python2-cffi
	depends = rtmpdump