summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpozar2016-01-01 11:34:31 +0100
committerpozar2016-01-01 11:34:31 +0100
commit6287896fd57616bf8c616bdc93e5a64777bf5e1b (patch)
tree9278f0a7197af00a7ee4bd1acd9c9bb7663d2046
parent8bfbdb36001330dffc3732ce71e9755a03e71909 (diff)
downloadaur-6287896fd57616bf8c616bdc93e5a64777bf5e1b.tar.gz
prepare to merge with python2-airspeed
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD18
2 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69ded523b46b..6546e3842ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Tue Dec 29 18:18:00 UTC 2015
+# Fri Jan 1 10:32:54 UTC 2016
pkgbase = python-airspeed
- pkgdesc = Airspeed is a powerful and easy-to-use templating engine for Python that aims for a high level of compatibility with the popular Velocity library for Java.
+ pkgdesc = Airspeed is a powerful and easy-to-use templating engine for Python that aims for a high level of compatibility with the popular Velocity library for Java
pkgver = 0.5.4
pkgrel = 3
url = https://pypi.python.org/pypi/airspeed/
@@ -10,10 +10,6 @@ pkgbase = python-airspeed
source = https://pypi.python.org/packages/source/a/airspeed/airspeed-0.5.4dev-20150515.tar.gz
md5sums = c49066864b16b169efda73d3b0583897
-pkgname = python2-airspeed
- depends = python2
- depends = python2-six
-
pkgname = python-airspeed
depends = python
depends = python-six
diff --git a/PKGBUILD b/PKGBUILD
index 58b9cbd9e774..7463da4f1a73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Lukasz Pozarlik <lpozarlik@gmail.com>
pkgbase=python-airspeed
-pkgname=('python2-airspeed'
- 'python-airspeed')
-pkgdesc="Airspeed is a powerful and easy-to-use templating engine for Python that aims for a high level of compatibility with the popular Velocity library for Java."
+pkgname=('python-airspeed')
+ #'python-airspeed')
+pkgdesc="Airspeed is a powerful and easy-to-use templating engine for Python that aims for a high level of compatibility with the popular Velocity library for Java"
pkgver="0.5.4"
pkgrel=3
url="https://pypi.python.org/pypi/airspeed/"
@@ -12,12 +12,12 @@ arch=('any')
source="https://pypi.python.org/packages/source/a/airspeed/airspeed-${pkgver}dev-20150515.tar.gz"
md5sums=('c49066864b16b169efda73d3b0583897')
-package_python2-airspeed(){
- depends=('python2'
- 'python2-six')
- cd "$srcdir/airspeed-${pkgver}dev-20150515"
- python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
+#package_python2-airspeed(){
+# depends=('python2'
+# 'python2-six')
+# cd "$srcdir/airspeed-${pkgver}dev-20150515"
+# python2 setup.py install --root="${pkgdir}/" --optimize=1
+#}
package_python-airspeed(){
depends=('python'