[arch-commits] Commit in python-tornado/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Tue Jan 14 16:32:14 UTC 2014


    Date: Tuesday, January 14, 2014 @ 17:32:13
  Author: fyan
Revision: 104031

upgpkg: python-tornado 3.2.0-1

- upstream new release, no longer 'any', and adds new dependency on python2-backports.ssl_match_hostname

Modified:
  python-tornado/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-14 16:17:36 UTC (rev 104030)
+++ PKGBUILD	2014-01-14 16:32:13 UTC (rev 104031)
@@ -3,13 +3,13 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=('python-tornado' 'python2-tornado')
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and tools'
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://www.tornadoweb.org/'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_match_hostname')
 source=("https://github.com/facebook/tornado/archive/v${pkgver}.tar.gz")
 
 build() {
@@ -37,7 +37,7 @@
 }
 
 package_python2-tornado() {
-  depends=('python2')
+  depends=('python2' 'python2-backports.ssl_match_hostname')
 
   cd "$srcdir/python2-tornado-${pkgver}"
 
@@ -44,4 +44,4 @@
   python2 setup.py install --root="${pkgdir}" --optimize=1
 }
 
-sha512sums=('57decd9d36aa383dcea20f380fe5b019a228eecb040af3cb6550784605739268dbc1b48378bba2cbce3e7b26d09745bada0f82b2631577a600a82c236b17aa35')
+sha512sums=('1703178be34060a6c36e9e0aa742b87ad905dfb0f565e43a1158edfe5c7800fe35aff9168b60aabd3b831b339af6ef95aaa144a9fb167c5d93f548eb59fc2557')




More information about the arch-commits mailing list