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

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 3 00:42:20 UTC 2021


    Date: Friday, December 3, 2021 @ 00:42:20
  Author: foutrelis
Revision: 1063970

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:42:19 UTC (rev 1063969)
+++ PKGBUILD	2021-12-03 00:42:20 UTC (rev 1063970)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-uncertainties
-pkgver=3.1.6
-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=('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
-}

Copied: python-uncertainties/repos/community-staging-any/PKGBUILD (from rev 1063969, python-uncertainties/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:42:20 UTC (rev 1063970)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-uncertainties
+pkgver=3.1.6
+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=('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