[arch-commits] Commit in python-uncertainties/repos/community-staging-any (2 files)

Felix Yan felixonmars at archlinux.org
Sat Nov 14 11:49:30 UTC 2020


    Date: Saturday, November 14, 2020 @ 11:49:30
  Author: felixonmars
Revision: 754061

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-14 11:49:19 UTC (rev 754060)
+++ PKGBUILD	2020-11-14 11:49:30 UTC (rev 754061)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-uncertainties
-pkgver=3.1.4
-pkgrel=2
-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
-}

Copied: python-uncertainties/repos/community-staging-any/PKGBUILD (from rev 754060, python-uncertainties/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-14 11:49:30 UTC (rev 754061)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-uncertainties
+pkgver=3.1.4
+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-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
+  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