Date: Sunday, December 25, 2022 @ 15:19:13
Author: archange
Revision: 1365581
archrelease: copy trunk to community-any
Added:
python-param/repos/community-any/PKGBUILD
(from rev 1365580, python-param/trunk/PKGBUILD)
Deleted:
python-param/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-25 15:19:02 UTC (rev 1365580)
+++ PKGBUILD 2022-12-25 15:19:13 UTC (rev 1365581)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <[email protected]>
-
-_pkg=param
-pkgname=python-${_pkg}
-pkgver=1.12.2
-pkgrel=1
-pkgdesc="Make your Python code clearer and more reliable by declaring
Parameters"
-arch=(any)
-url="https://param.holoviz.org/"
-license=(BSD)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-jsonschema python-numpy python-pandas
ipython)
-# No tests in Pypi tarballs
-#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-source=(https://github.com/holoviz/param/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('7796e8e1f16f54f7cf77faf8620df857be89a3e2d8a8f218c1c3e99a5a62e474')
-
-build() {
- cd ${_pkg}-${pkgver}
- python setup.py build
-}
-
-check() {
- cd ${_pkg}-${pkgver}
- PARAM_TEST_JSONSCHEMA=1 PARAM_TEST_NUMPY=1 PARAM_TEST_PANDAS=1
PARAM_TEST_IPYTHON=1 pytest tests -vv --color=yes
-}
-
-package() {
- cd ${_pkg}-${pkgver}
- python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build
--optimize=1
- install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
Copied: python-param/repos/community-any/PKGBUILD (from rev 1365580,
python-param/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-25 15:19:13 UTC (rev 1365581)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <[email protected]>
+
+_pkg=param
+pkgname=python-${_pkg}
+pkgver=1.12.3
+pkgrel=1
+pkgdesc="Make your Python code clearer and more reliable by declaring
Parameters"
+arch=(any)
+url="https://param.holoviz.org/"
+license=(BSD)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-jsonschema python-numpy python-pandas
ipython)
+# No tests in Pypi tarballs
+#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
+source=(https://github.com/holoviz/param/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
+sha256sums=('f5a4a72d7470769e07e3c1f55f771f31870424ad06226c34651f1df7c6da3685')
+
+build() {
+ cd ${_pkg}-${pkgver}
+ python setup.py build
+}
+
+check() {
+ cd ${_pkg}-${pkgver}
+ PARAM_TEST_JSONSCHEMA=1 PARAM_TEST_NUMPY=1 PARAM_TEST_PANDAS=1
PARAM_TEST_IPYTHON=1 pytest tests -vv --color=yes
+}
+
+package() {
+ cd ${_pkg}-${pkgver}
+ python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build
--optimize=1
+ install -Dm644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}