[arch-commits] Commit in python-uncertainties/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 7 10:18:13 UTC 2020


    Date: Sunday, June 7, 2020 @ 10:18:12
  Author: felixonmars
Revision: 639916

archrelease: copy trunk to community-any

Added:
  python-uncertainties/repos/community-any/PKGBUILD
    (from rev 639915, python-uncertainties/trunk/PKGBUILD)
Deleted:
  python-uncertainties/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-07 10:17:56 UTC (rev 639915)
+++ PKGBUILD	2020-06-07 10:18:12 UTC (rev 639916)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-uncertainties
-pkgver=3.1.2
-pkgrel=3
-pkgdesc="Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives."
-arch=('any')
-license=('BSD')
-url="https://github.com/lebigot/uncertainties"
-depends=('python')
-optdepends=('python-numpy: additional support for NumPy arrays and matrices')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-numpy' 'python-tests')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz")
-sha512sums=('78e8173f134138371834e7556c2eebc15bd2aa624addbdc77553997c269a88a51e80e00d89051cbbed8f709437b49e051f6df3a7b598e21bf0bf07bf05934ded')
-
-build() {
-  cd uncertainties-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd uncertainties-$pkgver
-  python setup.py nosetests
-}
-
-package() {
-  cd uncertainties-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-uncertainties/repos/community-any/PKGBUILD (from rev 639915, python-uncertainties/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-07 10:18:12 UTC (rev 639916)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-uncertainties
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives."
+arch=('any')
+license=('BSD')
+url="https://github.com/lebigot/uncertainties"
+depends=('python-future')
+optdepends=('python-numpy: additional support for NumPy arrays and matrices')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-numpy' 'python-tests')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz")
+sha512sums=('581b083785fbe8a222b6b26a99f2f9b1c82a8f2cbfc77108f3b75524338808497e6669da9eb0793514f1926ee810d7151735ad2e8ae941587b026af5347c29d5')
+
+build() {
+  cd uncertainties-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd uncertainties-$pkgver
+  python setup.py nosetests
+}
+
+package() {
+  cd uncertainties-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}



More information about the arch-commits mailing list