summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJeremy Audet2015-07-10 08:12:05 -0400
committerJeremy Audet2015-07-10 08:14:01 -0400
commit12bd49656d8727d2cb3949db335f9df7ae336432 (patch)
tree469564c037152ff60077a11e8f78594921ca291b /.SRCINFO
parent60291bef611498e762960588dfd94b7357d6edb6 (diff)
downloadaur-12bd49656d8727d2cb3949db335f9df7ae336432.tar.gz
Change to a split package
Make the single python-django-tables2 package produce the following packages: * python-django-tables2 * python2-django-tables2 Rework the script used for checking the current Python and django-tables2 versions. Change it from a Python script to a shell script that checks both packages at once.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO13
1 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f0eb97b9f6e..2f785b6a22c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,21 @@ pkgbase = python-django-tables2
url = https://github.com/bradleyayers/django-tables2
arch = any
license = MIT
+ makedepends = python-django
makedepends = python-setuptools
- depends = python-django
- depends = python-six
+ makedepends = python-six
+ makedepends = python2-django
+ makedepends = python2-setuptools
+ makedepends = python2-six
options = !emptydirs
source = https://github.com/bradleyayers/django-tables2/archive/v1.0.4.tar.gz
sha256sums = f8312d38c245ddc777605c3e2508d3517435179ae9952e5cb7d870966e09317f
pkgname = python-django-tables2
+ depends = python-django
+ depends = python-six
+
+pkgname = python2-django-tables2
+ depends = python2-django
+ depends = python2-six