summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorJohannes Dewender2014-12-10 23:18:33 +0100
committerJohannes Dewender2014-12-10 23:18:33 +0100
commitc2b4132716eef6941c5d8836d3222b4759cb5d4d (patch)
treea623cb05399d92f0279b5d6e7f4db50aebdd74d0 /.SRCINFO
parent5435b423d6b9b600ecf41e72344fcd7e6e580bae (diff)
downloadaur-c2b4132716eef6941c5d8836d3222b4759cb5d4d.tar.gz
python-debian: create split pkg with python2-debian
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO16
1 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 253f8a6a2ef5..2676f58f7504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,23 @@
pkgbase = python-debian
pkgdesc = Python modules to work with Debian-related data formats
pkgver = 0.1.24
- pkgrel = 1
+ pkgrel = 2
url = http://packages.debian.org/sid/python-debian
arch = any
license = GPL
- depends = python
- depends = python-chardet
- depends = python-six
- optdepends = python-apt: interface to libapt-pkg
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
options = !emptydirs
source = http://ftp.debian.org/debian/pool/main/p/python-debian/python-debian_0.1.24.tar.xz
sha256sums = da36ac47d8b929af12d6889c974159e00c9f7372b84041b6663bb9114e83b854
pkgname = python-debian
+ depends = python-chardet
+ depends = python-six
+ optdepends = python-apt: interface to libapt-pkg
+
+pkgname = python2-debian
+ depends = python2-chardet
+ depends = python2-six
+ optdepends = python2-apt: interface to libapt-pkg