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

2020-11-11 Thread Felix Yan via arch-commits
Date: Wednesday, November 11, 2020 @ 15:07:59
  Author: felixonmars
Revision: 750889

upgpkg: python-mpmath 1.1.0-5: Python 3.9 rebuild

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 15:07:43 UTC (rev 750888)
+++ PKGBUILD2020-11-11 15:07:59 UTC (rev 750889)
@@ -6,7 +6,7 @@
 
 pkgname=python-mpmath
 pkgver=1.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=(any)
 url='http://mpmath.org/'


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 16:46:51
  Author: foutrelis
Revision: 747522

upgpkg: python-mpmath 1.1.0-4: Python 3.9 rebuild

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 16:46:51 UTC (rev 747521)
+++ PKGBUILD2020-11-09 16:46:51 UTC (rev 747522)
@@ -6,7 +6,7 @@
 
 pkgname=python-mpmath
 pkgver=1.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=(any)
 url='http://mpmath.org/'


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

2020-01-01 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 1, 2020 @ 23:48:09
  Author: arojas
Revision: 545996

Drop python2

Modified:
  python-mpmath/trunk/PKGBUILD

--+
 PKGBUILD |   32 +---
 1 file changed, 5 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 23:46:30 UTC (rev 545995)
+++ PKGBUILD2020-01-01 23:48:09 UTC (rev 545996)
@@ -4,8 +4,7 @@
 # Contributor: Rafael G. Martins 
 # Contributor: Iván Pulido 
 
-pkgbase=python-mpmath
-pkgname=(python2-mpmath python-mpmath)
+pkgname=python-mpmath
 pkgver=1.1.0
 pkgrel=3
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
@@ -12,37 +11,16 @@
 arch=(any)
 url='http://mpmath.org/'
 license=(BSD)
-makedepends=(python python2)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/fredrik-johansson/mpmath/archive/$pkgver.tar.gz;)
+depends=(python-gmpy2)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/fredrik-johansson/mpmath/archive/$pkgver.tar.gz;)
 sha256sums=('16c01d589bcb1be5cab3a07de2855b578e5fc4a7882fb61a15f2aaf118fdd06e')
 
-prepare(){
-  cp -r mpmath-$pkgver mpmath2-$pkgver
-}
-
 build() {
-  cd mpmath2-$pkgver  
-  python2 setup.py build
-
-  cd ../mpmath-$pkgver
+  cd mpmath-$pkgver
   python setup.py build
 }
 
-package_python2-mpmath() {
-  depends=(python2-gmpy2)
-  cd mpmath2-$pkgver
-
-  find -name '*.py' | xargs sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
--e 's|#!/usr/bin/env python|#!/usr/bin/env 
python2|' -i
-
-  python2 setup.py install --root "$pkgdir" --optimize=1
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python-mpmath() {
-  depends=(python-gmpy2)
+package() {
   cd mpmath-$pkgver  
 
   python setup.py install --root "$pkgdir" --optimize=1


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

2019-11-01 Thread Felix Yan via arch-commits
Date: Friday, November 1, 2019 @ 13:36:12
  Author: felixonmars
Revision: 521877

Python 3.8 rebuild

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-01 13:35:40 UTC (rev 521876)
+++ PKGBUILD2019-11-01 13:36:12 UTC (rev 521877)
@@ -7,7 +7,7 @@
 pkgbase=python-mpmath
 pkgname=(python2-mpmath python-mpmath)
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=(any)
 url='http://mpmath.org/'


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 19:55:53
  Author: felixonmars
Revision: 519629

Python 3.8 rebuild

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 19:55:40 UTC (rev 519628)
+++ PKGBUILD2019-10-25 19:55:53 UTC (rev 519629)
@@ -7,7 +7,7 @@
 pkgbase=python-mpmath
 pkgname=(python2-mpmath python-mpmath)
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=(any)
 url='http://mpmath.org/'


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

2019-09-21 Thread Antonio Rojas via arch-commits
Date: Saturday, September 21, 2019 @ 08:07:37
  Author: arojas
Revision: 511317

Fix quoting

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-21 08:07:08 UTC (rev 511316)
+++ PKGBUILD2019-09-21 08:07:37 UTC (rev 511317)
@@ -47,5 +47,5 @@
 
   python setup.py install --root "$pkgdir" --optimize=1
 
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-12-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 11, 2018 @ 15:44:05
  Author: arojas
Revision: 415364

Update to 1.1.0

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-11 15:31:14 UTC (rev 415363)
+++ PKGBUILD2018-12-11 15:44:05 UTC (rev 415364)
@@ -6,18 +6,18 @@
 
 pkgbase=python-mpmath
 pkgname=(python2-mpmath python-mpmath)
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=(any)
 url='http://mpmath.org/'
 license=(BSD)
 makedepends=(python python2)
-source=("http://mpmath.org/files/mpmath-$pkgver.tar.gz;)
-sha256sums=('d32ba7afffbae688229a15f54fbc37c11f4989e4fac628c99b3c5b6889aee03d')
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/fredrik-johansson/mpmath/archive/$pkgver.tar.gz;)
+sha256sums=('16c01d589bcb1be5cab3a07de2855b578e5fc4a7882fb61a15f2aaf118fdd06e')
 
 prepare(){
-  cp -R mpmath-$pkgver mpmath2-$pkgver
+  cp -r mpmath-$pkgver mpmath2-$pkgver
 }
 
 build() {


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

2018-07-08 Thread Felix Yan via arch-commits
Date: Sunday, July 8, 2018 @ 07:20:07
  Author: felixonmars
Revision: 354598

Python 3.7 rebuild

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-08 07:19:52 UTC (rev 354597)
+++ PKGBUILD2018-07-08 07:20:07 UTC (rev 354598)
@@ -8,7 +8,7 @@
 pkgbase=python-mpmath
 pkgname=(python2-mpmath python-mpmath)
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=(any)
 url='http://mpmath.org/'


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

2017-10-02 Thread Antonio Rojas
Date: Monday, October 2, 2017 @ 11:25:09
  Author: arojas
Revision: 261243

Update to 1.0.0

Modified:
  python-mpmath/trunk/PKGBUILD

--+
 PKGBUILD |   33 -
 1 file changed, 16 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-02 10:42:48 UTC (rev 261242)
+++ PKGBUILD2017-10-02 11:25:09 UTC (rev 261243)
@@ -6,16 +6,16 @@
 # Contributor: Iván Pulido 
 
 pkgbase=python-mpmath
-pkgname=('python2-mpmath' 'python-mpmath')
-pkgver=0.19
-pkgrel=3
+pkgname=(python2-mpmath python-mpmath)
+pkgver=1.0.0
+pkgrel=1
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
-arch=('any')
+arch=(any)
 url='http://mpmath.org/'
-license=('BSD')
-makedepends=('python' 'python2')
-source=("http://mpmath.org/files/mpmath-${pkgver}.tar.gz;)
-md5sums=('af5cc956b2673b33a25c3e57299bae7b')
+license=(BSD)
+makedepends=(python python2)
+source=("http://mpmath.org/files/mpmath-$pkgver.tar.gz;)
+sha256sums=('d32ba7afffbae688229a15f54fbc37c11f4989e4fac628c99b3c5b6889aee03d')
 
 prepare(){
   cp -R mpmath-$pkgver mpmath2-$pkgver
@@ -30,24 +30,23 @@
 }
 
 package_python2-mpmath() {
-  depends=('python2-gmpy2')
-  cd mpmath2-${pkgver}
+  depends=(python2-gmpy2)
+  cd mpmath2-$pkgver
 
-  find -name '*.py' | xargs sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|' -i
+  find -name '*.py' | xargs sed -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env 
python2|' -i
 
   python2 setup.py install --root "$pkgdir" --optimize=1
 
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 
 package_python-mpmath() {
-  depends=('python-gmpy2')
-  cd mpmath-${pkgver}  
+  depends=(python-gmpy2)
+  cd mpmath-$pkgver  
 
   python setup.py install --root "$pkgdir" --optimize=1
 
-  install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-
-


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

2016-12-24 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 15:18:20
  Author: felixonmars
Revision: 201520

Python 3.6 rebuild

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 15:17:21 UTC (rev 201519)
+++ PKGBUILD2016-12-24 15:18:20 UTC (rev 201520)
@@ -8,7 +8,7 @@
 pkgbase=python-mpmath
 pkgname=('python2-mpmath' 'python-mpmath')
 pkgver=0.19
-pkgrel=2
+pkgrel=3
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=('any')
 url='http://mpmath.org/'


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

2015-09-19 Thread Felix Yan
Date: Sunday, September 20, 2015 @ 04:13:48
  Author: fyan
Revision: 141117

upgpkg: python-mpmath 0.19-2

rebuild for python 3.5

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-20 02:04:27 UTC (rev 141116)
+++ PKGBUILD2015-09-20 02:13:48 UTC (rev 141117)
@@ -8,7 +8,7 @@
 pkgbase=python-mpmath
 pkgname=('python2-mpmath' 'python-mpmath')
 pkgver=0.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=('any')
 url='http://mpmath.org/'


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

2015-01-01 Thread Antonio Rojas
Date: Friday, January 2, 2015 @ 00:38:49
  Author: arojas
Revision: 125142

Credit

Modified:
  python-mpmath/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 21:22:12 UTC (rev 125141)
+++ PKGBUILD2015-01-01 23:38:49 UTC (rev 125142)
@@ -2,6 +2,7 @@
 # Contributor: Thomas Dziedzic  gostrc at gmail 
 # Contributor: Paulo Matias matiasΘarchlinux-br·org
 # Contributor: Rafael G. Martins raf...@rafaelmartins.com
+# Contributor: Iván Pulido ijpuli...@riseup.net
 
 pkgbase=python-mpmath
 pkgname=('python2-mpmath' 'python-mpmath')


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

2014-12-21 Thread Antonio Rojas
Date: Sunday, December 21, 2014 @ 11:56:44
  Author: arojas
Revision: 124271

Update URL

Modified:
  python-mpmath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-21 10:53:09 UTC (rev 124270)
+++ PKGBUILD2014-12-21 10:56:44 UTC (rev 124271)
@@ -9,7 +9,7 @@
 pkgrel=1
 pkgdesc='Python library for arbitrary-precision floating-point arithmetic.'
 arch=('any')
-url='http://code.google.com/p/mpmath'
+url='http://mpmath.org/'
 license=('BSD')
 makedepends=('python' 'python2')
 source=(http://mpmath.org/files/mpmath-${pkgver}.tar.gz;)