Date: Monday, April 10, 2023 @ 11:10:34
  Author: felixonmars
Revision: 1443999

archrelease: copy trunk to community-staging-x86_64

Added:
  python-statsmodels/repos/community-staging-x86_64/PKGBUILD
    (from rev 1443998, python-statsmodels/trunk/PKGBUILD)
Deleted:
  python-statsmodels/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-10 11:10:26 UTC (rev 1443998)
+++ PKGBUILD    2023-04-10 11:10:34 UTC (rev 1443999)
@@ -1,37 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-
-pkgname=python-statsmodels
-pkgver=0.13.5
-pkgrel=2
-pkgdesc="Statistical computations and models for use with SciPy"
-arch=(x86_64)
-url="https://www.statsmodels.org/";
-license=(BSD)
-depends=(python-numpy python-scipy python-pandas python-patsy)
-makedepends=(python-setuptools-scm cython git)
-optdepends=('jupyter-notebook: needed to run the notebooks'
-            'python-cvxopt: regularized fitting of some models'
-            'python-joblib: accelerate distributed estimation for certain 
models'
-            'python-matplotlib: plotting functions')
-checkdepends=(python-pytest python-pytest-xdist python-joblib 
python-matplotlib)
-source=(git+https://github.com/statsmodels/statsmodels#tag=v$pkgver)
-sha256sums=('SKIP')
-
-build() {
-  cd statsmodels
-  python setup.py build
-}
-
-check() {
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd statsmodels/build/lib.linux-${CARCH}-cpython-${python_version/./}
-  PYTHONPATH="${PWD}" pytest -vv --color=yes statsmodels || echo "Tests failed"
-}
-
-package() {
-  cd statsmodels
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: python-statsmodels/repos/community-staging-x86_64/PKGBUILD (from rev 
1443998, python-statsmodels/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-10 11:10:34 UTC (rev 1443999)
@@ -0,0 +1,37 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+
+pkgname=python-statsmodels
+pkgver=0.13.5
+pkgrel=3
+pkgdesc="Statistical computations and models for use with SciPy"
+arch=(x86_64)
+url="https://www.statsmodels.org/";
+license=(BSD)
+depends=(python-numpy python-scipy python-pandas python-patsy)
+makedepends=(python-setuptools-scm cython git)
+optdepends=('jupyter-notebook: needed to run the notebooks'
+            'python-cvxopt: regularized fitting of some models'
+            'python-joblib: accelerate distributed estimation for certain 
models'
+            'python-matplotlib: plotting functions')
+checkdepends=(python-pytest python-pytest-xdist python-joblib 
python-matplotlib)
+source=(git+https://github.com/statsmodels/statsmodels#tag=v$pkgver)
+sha256sums=('SKIP')
+
+build() {
+  cd statsmodels
+  python setup.py build
+}
+
+check() {
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd statsmodels/build/lib.linux-${CARCH}-cpython-${python_version/./}
+  PYTHONPATH="${PWD}" pytest -vv --color=yes statsmodels || echo "Tests failed"
+}
+
+package() {
+  cd statsmodels
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Reply via email to