[arch-commits] Commit in python-nose/repos/extra-any (PKGBUILD PKGBUILD)

Dan McGee dan at archlinux.org
Sat Sep 15 15:07:09 UTC 2012


    Date: Saturday, September 15, 2012 @ 11:07:09
  Author: dan
Revision: 166681

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   92 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-15 15:06:50 UTC (rev 166680)
+++ PKGBUILD	2012-09-15 15:07:09 UTC (rev 166681)
@@ -1,45 +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' 'python-nose-doc')
-pkgver=1.1.2
-pkgrel=3
-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' 'python-sphinx')
-md5sums=('144f237b615e23f21f6a50b2183aa817')
-
-build() {
-  cd "$srcdir/nose-$pkgver"
-  sed -i -e "s:man/man1:share/man/man1:g" setup.py
-  cp -R $srcdir/nose-$pkgver $srcdir/nose2-$pkgver
-}
-
-package_python-nose() {
-  depends=('python' 'python-distribute')
-  cd "$srcdir/nose-$pkgver"
-  python setup.py install --prefix=/usr --root=${pkgdir}
-  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
-}
-
-package_python2-nose() {
-  depends=('python2' 'python2-distribute')
-  cd "$srcdir/nose2-$pkgver"
-  python2 setup.py install --prefix=/usr --root=${pkgdir}
-  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
-  rm -rf $pkgdir/usr/share
-}
-
-package_python-nose-doc(){
-  pkgdesc="Nose documentation and examples"
-  cd "$srcdir/nose-$pkgver/doc"
-  make html
-  mkdir -p "$pkgdir/usr/share/doc/python-nose"
-  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
-  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
-}

Copied: python-nose/repos/extra-any/PKGBUILD (from rev 166680, python-nose/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-09-15 15:07:09 UTC (rev 166681)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: 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' 'python-nose-doc')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A discovery-based unittest extension"
+arch=('any')
+url='http://readthedocs.org/docs/nose/'
+license=('LGPL2.1')
+makedepends=('python' 'python-distribute' 'python2' 'python2-distribute' 'python2-sphinx')
+source=("http://pypi.python.org/packages/source/n/nose/nose-${pkgver}.tar.gz")
+md5sums=('735e3f1ce8b07e70ee1b742a8a53585a')
+
+build() {
+  cd "$srcdir/nose-$pkgver"
+  sed -i -e "s:man/man1:share/man/man1:g" setup.py
+  cp -R "$srcdir/nose-$pkgver" "$srcdir/nose2-$pkgver"
+}
+
+package_python-nose() {
+  depends=('python' 'python-distribute')
+  cd "$srcdir/nose-$pkgver"
+  python setup.py install --prefix=/usr --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests3"
+}
+
+package_python2-nose() {
+  depends=('python2' 'python2-distribute')
+  cd "$srcdir/nose2-$pkgver"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/nosetests" "$pkgdir/usr/bin/nosetests2"
+  rm -rf "$pkgdir/usr/share"
+}
+
+package_python-nose-doc(){
+  pkgdesc="Nose documentation and examples"
+  cd "$srcdir/nose-$pkgver/doc"
+  make SPHINXBUILD=sphinx-build2 html
+  mkdir -p "$pkgdir/usr/share/doc/python-nose"
+  cp -r .build/html "$pkgdir/usr/share/doc/python-nose"
+  cp -r ../examples "$pkgdir/usr/share/doc/python-nose"
+}




More information about the arch-commits mailing list