[arch-commits] Commit in python-pydoe2/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Oct 26 06:10:53 UTC 2019
Date: Saturday, October 26, 2019 @ 06:10:53
Author: felixonmars
Revision: 520208
archrelease: copy trunk to community-staging-any
Added:
python-pydoe2/repos/community-staging-any/
python-pydoe2/repos/community-staging-any/PKGBUILD
(from rev 520206, python-pydoe2/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: python-pydoe2/repos/community-staging-any/PKGBUILD (from rev 520206, python-pydoe2/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-10-26 06:10:53 UTC (rev 520208)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-pydoe2
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Design of experiments for Python"
+url="https://github.com/clicumu/pydoe2"
+license=('BSD')
+arch=('any')
+depends=('python-numpy' 'python-scipy')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/p/pyDOE2/pyDOE2-$pkgver.tar.gz")
+sha512sums=('da730a1ac246a496c104085689e6e7cbf6f930aaf7a754ecf707ffb2379362ab225e1817eccaf6e43e2baf5a254085903f6be10fecf013ab67273b7415396148')
+
+build() {
+ cd pyDOE2-$pkgver
+ python setup.py build
+}
+
+package() {
+ cd pyDOE2-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list