Date: Tuesday, June 29, 2010 @ 13:06:51 Author: andrea Revision: 84336
upgpkg: python-egenix-mx-base 3.1.3-1 upstream release Modified: python-egenix-mx-base/trunk/PKGBUILD Deleted: python-egenix-mx-base/trunk/ChangeLog python-egenix-mx-base/trunk/egenix-mx-base-2.0.5.patch ----------------------------+ ChangeLog | 5 ----- PKGBUILD | 20 ++++++++++---------- egenix-mx-base-2.0.5.patch | 14 -------------- 3 files changed, 10 insertions(+), 29 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-06-29 16:44:41 UTC (rev 84335) +++ ChangeLog 2010-06-29 17:06:51 UTC (rev 84336) @@ -1,5 +0,0 @@ - -2008-09-04 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 3.1.1 - Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-29 16:44:41 UTC (rev 84335) +++ PKGBUILD 2010-06-29 17:06:51 UTC (rev 84336) @@ -1,24 +1,24 @@ # $Id$ -# Maintainer: Douglas Soares de Andrade <[email protected]> +# Maintainer: +# Contributor: Douglas Soares de Andrade <[email protected]> pkgname=python-egenix-mx-base origname=egenix-mx-base -pkgver=3.1.2 +pkgver=3.1.3 pkgrel=1 pkgdesc="A collection of professional quality Python software tools which enhance Python's usability in many important areas - Open Source parts of the eGenix.com mx Extension series" arch=('i686' 'x86_64') license=('custom') -url="http://www.egenix.com/files/python" -depends=('python>=2.5') +url="http://www.egenix.com/products/python/mxBase/" +depends=('python') replaces=('egenix-mx-base') provides=('egenix-mx-base') source=("http://downloads.egenix.com/python/${origname}-${pkgver}.tar.gz") +md5sums=('398d6f8d62029f5bea4f94765a6ab4c8') -build() { - cd $startdir/src/$origname-$pkgver +package() { + cd $srcdir/$origname-$pkgver BASECFLAGS=$BASECFLAGS" -DNDEBUG -O0 -Wall -Wstrict-prototypes " - python setup.py install --root=$startdir/pkg - install -D -m644 COPYRIGHT $startdir/pkg/usr/share/licenses/$pkgname/LICENSE + python setup.py install --root=$pkgdir + install -D -m644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/LICENSE } - -md5sums=('b18b621deb07d503668ba0745e7af971') Deleted: egenix-mx-base-2.0.5.patch =================================================================== --- egenix-mx-base-2.0.5.patch 2010-06-29 16:44:41 UTC (rev 84335) +++ egenix-mx-base-2.0.5.patch 2010-06-29 17:06:51 UTC (rev 84336) @@ -1,14 +0,0 @@ -diff -ru egenix-mx-base-2.0.5/mxSetup.py egenix-mx-base-2.0.5.new/mxSetup.py ---- egenix-mx-base-2.0.5/mxSetup.py 2003-08-09 16:52:16.000000000 -0400 -+++ egenix-mx-base-2.0.5.new/mxSetup.py 2004-05-24 12:33:48.000000000 -0400 -@@ -118,8 +118,8 @@ - so = os.environ.get('SO', so) - compiler.set_executables( - preprocessor='%s -E' % cc, -- compiler='%s %s' % (cc, opt), -- compiler_so='%s %s %s' % (cc, opt, ccshared), -+ compiler='%s %s' % (cc, "-DNDEBUG -O0 -Wall -Wstrict-prototypes"), -+ compiler_so='%s %s %s' % (cc, "-DNDEBUG -O0 -Wall -Wstrict-prototypes", ccshared), - linker_so=ldshared, - linker_exe=cc) - compiler.shared_lib_extension = so
