summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO26
1 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..576426628c02
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,26 @@
+# Generated by mksrcinfo v8
+# Wed Dec 30 22:32:54 UTC 2015
+pkgbase = django-redis
+ pkgdesc = Full featured redis cache backend for Django
+ pkgver = 4.3.0
+ pkgrel = 1
+ url = https://github.com/niwinz/django-redis
+ arch = any
+ license = BSD
+ makedepends = python
+ makedepends = python-setuptools
+ makedepends = python-redis
+ makedepends = python2
+ makedepends = python2-setuptools
+ makedepends = python2-redis
+ source = https://github.com/niwinz/django-redis/archive/4.3.0.tar.gz
+ md5sums = a017822f920fd7ad25d6450136f518c8
+
+pkgname = python-django-redis
+ depends = python
+ depends = python-redis
+
+pkgname = python2-django-redis
+ depends = python2
+ depends = python2-redis
+