[arch-commits] Commit in python-fpconst/repos (3 files)

Allan McRae allan at archlinux.org
Wed Oct 17 10:20:17 UTC 2012


    Date: Wednesday, October 17, 2012 @ 06:20:16
  Author: allan
Revision: 169015

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

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

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2012-10-17 10:20:11 UTC (rev 169014)
+++ extra-any/PKGBUILD	2012-10-17 10:20:16 UTC (rev 169015)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: Ryan Coyner <rcoyner at gmail.com>
-
-pkgname=python-fpconst
-_pkgbasename=fpconst
-pkgver=0.7.3
-pkgrel=3
-pkgdesc="Utilities for handling IEEE 754 floating point special values"
-arch=('any')
-url="http://pypi.python.org/pypi/fpconst/"
-license=('APACHE')
-depends=('python2')
-source=("http://downloads.sourceforge.net/rsoap/${_pkgbasename}-${pkgver}.tar.gz")
-md5sums=('13884b81da3335b2ec4b6ea1dc26b6fa')
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}

Copied: python-fpconst/repos/extra-any/PKGBUILD (from rev 168989, python-fpconst/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2012-10-17 10:20:16 UTC (rev 169015)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: Ryan Coyner <rcoyner at gmail.com>
+
+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}"
+}




More information about the arch-commits mailing list