[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)
Angel Velásquez
angvp at archlinux.org
Thu Oct 6 12:55:33 UTC 2011
Date: Thursday, October 6, 2011 @ 08:55:32
Author: angvp
Revision: 140088
archrelease: copy trunk to extra-any
Added:
python-nose/repos/extra-any/PKGBUILD
(from rev 140087, python-nose/trunk/PKGBUILD)
Deleted:
python-nose/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-10-06 12:52:20 UTC (rev 140087)
+++ PKGBUILD 2011-10-06 12:55:32 UTC (rev 140088)
@@ -1,34 +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>
-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}
-}
Copied: python-nose/repos/extra-any/PKGBUILD (from rev 140087, python-nose/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-10-06 12:55:32 UTC (rev 140088)
@@ -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=2
+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"
+ python2 setup.py install --prefix=/usr --root=${pkgdir}
+}
More information about the arch-commits
mailing list