[arch-commits] Commit in python-nose/repos (3 files)

Angel Velásquez angvp at archlinux.org
Wed Oct 5 07:34:49 UTC 2011


    Date: Wednesday, October 5, 2011 @ 03:34:49
  Author: angvp
Revision: 139837

db-move: moved python-nose from [testing] to [extra] (any)

Added:
  python-nose/repos/extra-any/PKGBUILD
    (from rev 139836, python-nose/repos/testing-any/PKGBUILD)
Deleted:
  python-nose/repos/extra-any/PKGBUILD
  python-nose/repos/testing-any/

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 34 insertions(+), 26 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2011-10-05 07:34:25 UTC (rev 139836)
+++ extra-any/PKGBUILD	2011-10-05 07:34:49 UTC (rev 139837)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: Cilyan Olowen <gaknar at gmail.com>
-
-pkgname=python-nose
-pkgver=1.0.0
-pkgrel=4
-pkgdesc="A discovery-based unittest extension"
-arch=('any')
-url="http://www.somethingaboutorange.com/mrl/projects/nose/"
-license=('LGPL2')
-source=("http://www.somethingaboutorange.com/mrl/projects/nose/nose-${pkgver}.tar.gz")
-md5sums=('9542d4c66e04880d8144990de76e0b88')
-depends=('python' 'python-distribute')
-conflicts=('python2-nose')
-
-build() {
-  cd "$srcdir/nose-$pkgver"
-  sed -i -e "s:man/man1:share/man/man1:g" setup.py
-}
-
-package() {
-  cd "$srcdir/nose-$pkgver"
-  python setup.py install --prefix=/usr --root=${pkgdir}
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 139836, python-nose/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2011-10-05 07:34:49 UTC (rev 139837)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Cilyan Olowen <gaknar at gmail.com>
+pkgbase=python-nose
+pkgname=('python-nose' 'python2-nose')
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="A discovery-based unittest extension"
+arch=('any')
+url="http://www.somethingaboutorange.com/mrl/projects/nose/"
+license=('LGPL2')
+source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz")
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute')
+conflicts=('python2-nose')
+md5sums=('144f237b615e23f21f6a50b2183aa817')
+
+build() {
+  cd "$srcdir/nose-$pkgver"
+  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
+  sed -i -e "s:man/man1:share/man/man1:g" setup.py
+}
+
+package_python-nose() {
+  depends=('python')
+  cd "$srcdir/nose-$pkgver"
+  python setup.py install --prefix=/usr --root=${pkgdir}
+}
+
+package_python2-nose() {
+  depends=('python2')
+  cd "$srcdir/nose2-$pkgver"
+  python setup.py install --prefix=/usr --root=${pkgdir}
+}




More information about the arch-commits mailing list