Date: Monday, April 10, 2023 @ 11:35:50
Author: felixonmars
Revision: 1444060
archrelease: copy trunk to community-staging-x86_64
Added:
python-contourpy/repos/community-staging-x86_64/PKGBUILD
(from rev 1444059, python-contourpy/trunk/PKGBUILD)
Deleted:
python-contourpy/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 11:35:41 UTC (rev 1444059)
+++ PKGBUILD 2023-04-10 11:35:50 UTC (rev 1444060)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-_pyname=contourpy
-pkgname=python-$_pyname
-pkgver=1.0.7
-pkgrel=2
-pkgdesc='Python library for calculating contours in 2D quadrilateral grids'
-arch=(x86_64)
-url='https://github.com/contourpy/contourpy'
-license=(BSD)
-makedepends=(python-build python-installer python-setuptools pybind11
python-wheel)
-depends=(python-numpy)
-checkdepends=(python-pytest python-matplotlib)
-optdepends=('python-matplotlib: matplotlib renderer')
-source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('d8165a088d31798b59e91117d1f5fc3df8168d8b48c4acc10fc0df0d0bdbcc5e')
-
-build() {
- cd $_pyname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $_pyname-$pkgver
- python -m venv --system-site-packages test-env
- test-env/bin/python -m installer dist/*.whl
- test-env/bin/python -m pytest -v
-}
-
-package() {
- cd $_pyname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: python-contourpy/repos/community-staging-x86_64/PKGBUILD (from rev
1444059, python-contourpy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-10 11:35:50 UTC (rev 1444060)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+_pyname=contourpy
+pkgname=python-$_pyname
+pkgver=1.0.7
+pkgrel=3
+pkgdesc='Python library for calculating contours in 2D quadrilateral grids'
+arch=(x86_64)
+url='https://github.com/contourpy/contourpy'
+license=(BSD)
+makedepends=(python-build python-installer python-setuptools pybind11
python-wheel)
+depends=(python-numpy)
+checkdepends=(python-pytest python-matplotlib)
+optdepends=('python-matplotlib: matplotlib renderer')
+source=(https://pypi.python.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
+sha256sums=('d8165a088d31798b59e91117d1f5fc3df8168d8b48c4acc10fc0df0d0bdbcc5e')
+
+build() {
+ cd $_pyname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $_pyname-$pkgver
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ test-env/bin/python -m pytest -v
+}
+
+package() {
+ cd $_pyname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}