summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO20
1 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..6a59694c3dfa
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+pkgbase = python-kafka
+ pkgdesc = Python client for Apache Kafka
+ pkgver = 1.4.3
+ pkgrel = 1
+ url = https://github.com/mikeboers/PyAV/tree/master
+ arch = x86_64
+ license = Apache
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = https://github.com/dpkp/kafka-python/archive/1.4.3.tar.gz
+ sha256sums = 8b07844c62650d4843631492aa7348498958931dd89de294da598c7590484b52
+
+pkgname = python-kafka
+ depends = python
+ depends = kafka
+
+pkgname = python2-kafka
+ depends = python2
+ depends = kafka
+