[arch-commits] Commit in python-uncertainties/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 6 05:02:58 UTC 2019
Date: Tuesday, August 6, 2019 @ 05:02:57
Author: felixonmars
Revision: 497582
archrelease: copy trunk to community-any
Added:
python-uncertainties/repos/community-any/PKGBUILD
(from rev 497581, python-uncertainties/trunk/PKGBUILD)
Deleted:
python-uncertainties/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-06 05:02:07 UTC (rev 497581)
+++ PKGBUILD 2019-08-06 05:02:57 UTC (rev 497582)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-uncertainties
-pkgver=3.1.1
-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')
-optdepends=('python-numpy: additional support for NumPy arrays and matrices')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-numpy')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lebigot/uncertainties/archive/$pkgver.tar.gz")
-sha512sums=('201780d52cac513a04804b4d0b986cba6fa4280d0bb882c73c7afc4a88e3b669a7d94bce2700cfec91222e60a2c0c539ec27b2b794c9443f8ef1292321a340ed')
-
-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 497581, python-uncertainties/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-08-06 05:02:57 UTC (rev 497582)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-uncertainties
+pkgver=3.1.2
+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')
+optdepends=('python-numpy: additional support for NumPy arrays and matrices')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-numpy')
+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
+}
More information about the arch-commits
mailing list