Date: Tuesday, October 16, 2012 @ 07:54:34
  Author: allan
Revision: 168859

db-move: moved python-fpconst from [staging] to [testing] (any)

Added:
  python-fpconst/repos/testing-any/
  python-fpconst/repos/testing-any/PKGBUILD
    (from rev 168833, python-fpconst/repos/staging-any/PKGBUILD)
Deleted:
  python-fpconst/repos/staging-any/

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: python-fpconst/repos/testing-any/PKGBUILD (from rev 168833, 
python-fpconst/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD                                (rev 0)
+++ testing-any/PKGBUILD        2012-10-16 11:54:34 UTC (rev 168859)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer : Ionut Biru <[email protected]>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Ryan Coyner <[email protected]>
+
+pkgbase=python-fpconst
+pkgname=python2-fpconst
+_pkgbasename=fpconst
+pkgver=0.7.3
+pkgrel=4
+pkgdesc="Utilities for handling IEEE 754 floating point special values"
+arch=('any')
+url="http://pypi.python.org/pypi/fpconst/";
+license=('APACHE')
+depends=('python2')
+conflicts=('python-fpconst<=0.7.3-3')
+replaces=('python-fpconst<=0.7.3-3')
+source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz";)
+md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
+
+package_python2-fpconst() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  python2 setup.py install --root="${pkgdir}"
+}

Reply via email to