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

Felix Yan fyan at archlinux.org
Sun Jan 18 10:40:16 UTC 2015


    Date: Sunday, January 18, 2015 @ 11:40:16
  Author: fyan
Revision: 126075

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 10:40:01 UTC (rev 126074)
+++ PKGBUILD	2015-01-18 10:40:16 UTC (rev 126075)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: SpepS <dreamspepser at yahoo.it>
-# Contributor: James Bulmer <nekinie at gmail.com>
-
-pkgbase=python-routes
-pkgname=python2-routes
-pkgver=2.0
-pkgrel=3
-pkgdesc="Routing recognition and generation tools"
-arch=("any")
-url="https://pypi.python.org/pypi/Routes"
-license=("custom:BSD")
-makedepends=('python2-setuptools' 'python2-repoze.lru')
-checkdepends=('python2-nose')
-source=("https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz")
-md5sums=("b97b1b8016d663d1000a0e0b50656c54")
-
-build() {
-  cd "${srcdir}/Routes-${pkgver}/"
-  python2 setup.py build
-}
-
-check() {
-  # Missing webob
-  cd "${srcdir}/Routes-${pkgver}/"
-  #nosetests2
-}
-
-package_python2-routes() {
-  depends=("python2" "python2-repoze.lru")
-
-  cd "${srcdir}/Routes-${pkgver}/"
-  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 126074, python-routes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-01-18 10:40:16 UTC (rev 126075)
@@ -0,0 +1,35 @@
+# $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=python2-routes
+pkgver=2.1
+pkgrel=1
+pkgdesc="Routing recognition and generation tools"
+arch=("any")
+url="https://pypi.python.org/pypi/Routes"
+license=("custom:BSD")
+makedepends=('python2-setuptools' 'python2-repoze.lru')
+checkdepends=('python2-nose' 'python2-webob' 'python2-coverage')
+source=("https://pypi.python.org/packages/source/R/Routes/Routes-${pkgver}.tar.gz")
+md5sums=('e6e463318a9dc6ad2f1b3040e998f0b4')
+
+build() {
+  cd "${srcdir}/Routes-${pkgver}/"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/Routes-${pkgver}/"
+  nosetests2
+}
+
+package_python2-routes() {
+  depends=("python2" "python2-repoze.lru")
+
+  cd "${srcdir}/Routes-${pkgver}/"
+  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