blob: 7a3ecd721b47569fe258e766d88808a6607d1ae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = python-django-bootstrap3
pkgdesc = Bootstrap 3 integration with Django
pkgver = 9.0.0
pkgrel = 1
url = http://github.com/dyve/django-bootstrap3
arch = any
license = Apache
makedepends = python
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
source = https://github.com/dyve/django-bootstrap3/archive/9.0.0.tar.gz
md5sums = c516c9427f926ab903eb21cd32dc130f
pkgname = python-django-bootstrap3
depends = python-django
pkgname = python2-django-bootstrap3
depends = python2-django
|