[arch-commits] Commit in python-nose/trunk (PKGBUILD)

Angel Velásquez angvp at archlinux.org
Tue Feb 22 05:28:56 UTC 2011


    Date: Tuesday, February 22, 2011 @ 00:28:56
  Author: angvp
Revision: 110770

upgpkg: python-nose 1.0.0-4
Rebuilding against python 3.2.1

Modified:
  python-nose/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-22 05:28:54 UTC (rev 110769)
+++ PKGBUILD	2011-02-22 05:28:56 UTC (rev 110770)
@@ -5,7 +5,7 @@
 
 pkgname=python-nose
 pkgver=1.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A discovery-based unittest extension"
 arch=('any')
 url="http://www.somethingaboutorange.com/mrl/projects/nose/"
@@ -13,6 +13,7 @@
 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"




More information about the arch-commits mailing list