summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 4d8893d756e8416373c3085a9cb25d08e71ff39c (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.3.0
	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.3.0.tar.gz
	sha256sums = 4a41ada646270baa5b388f17481d08679d23b2947835901d0db7602c59ec772b

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