[arch-commits] Commit in python-patsy/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Oct 27 20:29:49 UTC 2021


    Date: Wednesday, October 27, 2021 @ 20:29:49
  Author: arojas
Revision: 1034795

archrelease: copy trunk to community-any

Added:
  python-patsy/repos/community-any/PKGBUILD
    (from rev 1034794, python-patsy/trunk/PKGBUILD)
Deleted:
  python-patsy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 20:29:37 UTC (rev 1034794)
+++ PKGBUILD	2021-10-27 20:29:49 UTC (rev 1034795)
@@ -1,31 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
-# Contributor: Nick Ward <ward.nickjames at gmail.com>
-# Contributor: Rich Lindsley <rich at dranek dot com>
-
-pkgname='python-patsy'
-pkgver=0.5.1
-pkgrel=6
-pkgdesc="A Python package for describing statistical models using symbolic formulas"
-arch=('any')
-url="https://github.com/pydata/patsy"
-license=('BSD')
-depends=('python-numpy')
-makedepends=('python-setuptools')
-optdepends=('python-nose: needed for integrated test suite'
-            'python-scipy: needed for spline-related functions')
-source=("https://github.com/pydata/patsy/archive/v${pkgver}.tar.gz")
-sha256sums=('24d00697d157f033399f35bdd8931e7896af3b024f138104e75ba6bcc74b3625')
-
-build() {
-  cd "$srcdir"/patsy-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/patsy-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-patsy/repos/community-any/PKGBUILD (from rev 1034794, python-patsy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-27 20:29:49 UTC (rev 1034795)
@@ -0,0 +1,31 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Oliver Sherouse <oliver DOT sherouse AT gmail DOT com>
+# Contributor: Nick Ward <ward.nickjames at gmail.com>
+# Contributor: Rich Lindsley <rich at dranek dot com>
+
+pkgname='python-patsy'
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="A Python package for describing statistical models using symbolic formulas"
+arch=('any')
+url="https://github.com/pydata/patsy"
+license=('BSD')
+depends=('python-numpy')
+makedepends=('python-setuptools')
+optdepends=('python-nose: needed for integrated test suite'
+            'python-scipy: needed for spline-related functions')
+source=("https://github.com/pydata/patsy/archive/v${pkgver}.tar.gz")
+sha256sums=('440b4e3915911f2e0d13d73cfbcface6d90002611dc76923a86ba02fd3095cad')
+
+build() {
+  cd "$srcdir"/patsy-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/patsy-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list