[arch-commits] Commit in python-routes/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Jul 22 06:17:10 UTC 2015


    Date: Wednesday, July 22, 2015 @ 08:17:10
  Author: fyan
Revision: 137260

archrelease: copy trunk to community-any

Added:
  python-routes/repos/community-any/PKGBUILD
    (from rev 137259, python-routes/trunk/PKGBUILD)
Deleted:
  python-routes/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-22 06:15:27 UTC (rev 137259)
+++ PKGBUILD	2015-07-22 06:17:10 UTC (rev 137260)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: SpepS <dreamspepser at yahoo.it>
-# Contributor: James Bulmer <nekinie at gmail.com>
-
-pkgbase=python-routes
-pkgname=(python-routes python2-routes)
-pkgver=2.1
-pkgrel=2
-pkgdesc="Routing recognition and generation tools"
-arch=("any")
-url="https://pypi.python.org/pypi/Routes"
-license=("custom:BSD")
-makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 'python2-repoze.lru')
-checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 'python-coverage' 'python2-coverage')
-source=("https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz")
-md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4')
-
-prepare() {
-  cp -a Routes-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/Routes-${pkgver}/"
-  python setup.py build
-
-  cd "${srcdir}/Routes-${pkgver}-py2/"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/Routes-${pkgver}/"
-  nosetests3
-
-  cd "${srcdir}/Routes-${pkgver}-py2/"
-  nosetests2
-}
-
-package_python-routes() {
-  depends=("python-repoze.lru")
-
-  cd "${srcdir}/Routes-${pkgver}/"
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-routes() {
-  depends=("python2-repoze.lru")
-
-  cd "${srcdir}/Routes-${pkgver}-py2/"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: python-routes/repos/community-any/PKGBUILD (from rev 137259, python-routes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-22 06:17:10 UTC (rev 137260)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo.it>
+# Contributor: James Bulmer <nekinie at gmail.com>
+
+pkgbase=python-routes
+pkgname=(python-routes python2-routes)
+pkgver=2.2
+pkgrel=1
+pkgdesc="Routing recognition and generation tools"
+arch=("any")
+url="https://pypi.python.org/pypi/Routes"
+license=("custom:BSD")
+makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 'python2-repoze.lru' 'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 'python-coverage' 'python2-coverage')
+source=("https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz")
+md5sums=('d62bb225ba7919b5470095528932648b')
+
+prepare() {
+  cp -a Routes-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/Routes-${pkgver}/"
+  python setup.py build
+
+  cd "${srcdir}/Routes-${pkgver}-py2/"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/Routes-${pkgver}/"
+  nosetests3
+
+  cd "${srcdir}/Routes-${pkgver}-py2/"
+  nosetests2
+}
+
+package_python-routes() {
+  depends=("python-repoze.lru" 'python-six')
+
+  cd "${srcdir}/Routes-${pkgver}/"
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-routes() {
+  depends=("python2-repoze.lru" 'python2-six')
+
+  cd "${srcdir}/Routes-${pkgver}-py2/"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}



More information about the arch-commits mailing list