[arch-commits] Commit in zope-interface/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Mon Jun 6 14:56:39 UTC 2011


    Date: Monday, June 6, 2011 @ 10:56:38
  Author: ibiru
Revision: 126683

update to 3.6.3

Modified:
  zope-interface/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-06 14:53:30 UTC (rev 126682)
+++ PKGBUILD	2011-06-06 14:56:38 UTC (rev 126683)
@@ -3,19 +3,22 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=zope-interface
-pkgver=3.6.1
+pkgver=3.6.3
 pkgrel=1
 pkgdesc="Separate distribution of the zope.interface package used in Zope 3."
 license=('ZPL')
-arch=('i686' 'x86_64')
+arch=('any')
 url="http://pypi.python.org/pypi/zope.interface"
 depends=('python2')
 source=(http://pypi.python.org/packages/source/z/zope.interface/zope.interface-${pkgver}.tar.gz)
-md5sums=('7a895181b8d10be4a7e9a3afa13cd3be')
+md5sums=('954a56113b491b5856b9e78424ba0922')
 
 build() {
-  cd ${srcdir}/zope.interface-${pkgver}
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-  # Blabla.
-  rm $pkgdir/usr/lib/python2.7/site-packages/zope/interface/README*.txt
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python2 setup.py build
 }
+
+package() {
+  cd "${srcdir}/zope.interface-${pkgver}"
+  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+}




More information about the arch-commits mailing list