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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jul 14 17:45:05 UTC 2021


    Date: Wednesday, July 14, 2021 @ 17:45:04
  Author: felixonmars
Revision: 977025

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-14 17:44:48 UTC (rev 977024)
+++ PKGBUILD	2021-07-14 17:45:04 UTC (rev 977025)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-uncertainties
-pkgver=3.1.5
-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=('67683844103ebba2383e6e745faf718c6e0c13d4deab32897e1d96c89b994554cd09bc51a7eef965f93e7c4bd62e249d1d9c737a90c947b510568a146f5ad672')
-
-build() {
-  cd uncertainties-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd uncertainties-$pkgver
-  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 977024, python-uncertainties/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-14 17:45:04 UTC (rev 977025)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-uncertainties
+pkgver=3.1.6
+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=('0454e82bbd9bfa63fc940c181edcda6a0c73e91744ffaa2da7036b572b7dc5357e7f87a0c2bb446531f69f2c34ba0815e5d398526c2ec3986e9eea6b9a55a7b5')
+
+build() {
+  cd uncertainties-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd uncertainties-$pkgver
+  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