Date: Wednesday, March 1, 2023 @ 19:09:04
Author: arojas
Revision: 1406192
archrelease: copy trunk to community-any
Added:
meson-python/repos/community-any/PKGBUILD
(from rev 1406191, meson-python/trunk/PKGBUILD)
Deleted:
meson-python/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-01 19:08:54 UTC (rev 1406191)
+++ PKGBUILD 2023-03-01 19:09:04 UTC (rev 1406192)
@@ -1,37 +0,0 @@
-# Maintainer:
-
-pkgname=meson-python
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Meson PEP 517 Python build backend'
-arch=(any)
-url='https://github.com/mesonbuild/meson-python'
-license=(MIT)
-depends=(meson patchelf python-wheel python-pyproject-metadata)
-makedepends=(python-build python-installer ninja)
-checkdepends=(python-pytest python-gitpython python-pytest-mock)
-source=(https://github.com/mesonbuild/meson-python/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7fed5b541507b28363e38e9389f939840ea4dec8dcb72143006ded7b90a052e1')
-
-prepare() {
- cd $pkgname-$pkgver
- sed -e '/ninja/d' -i pyproject.toml
-}
-
-build() {
- cd $pkgname-$pkgver
- python -m build --wheel --no-isolation
-}
-
-check() {
- cd $pkgname-$pkgver
- python -m venv --system-site-packages test-env
- test-env/bin/python -m installer dist/*.whl
- test-env/bin/python -m pytest
-}
-
-package() {
- cd $pkgname-$pkgver
- python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: meson-python/repos/community-any/PKGBUILD (from rev 1406191,
meson-python/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-01 19:09:04 UTC (rev 1406192)
@@ -0,0 +1,37 @@
+# Maintainer:
+
+pkgname=meson-python
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Meson PEP 517 Python build backend'
+arch=(any)
+url='https://github.com/mesonbuild/meson-python'
+license=(MIT)
+depends=(meson patchelf python-wheel python-pyproject-metadata)
+makedepends=(python-build python-installer ninja)
+checkdepends=(python-pytest python-gitpython python-pytest-mock cython)
+source=(https://github.com/mesonbuild/meson-python/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('8e9c726aeba817c21209fc89eac38ca069e79b5238ac023f83a0be507a160804')
+
+prepare() {
+ cd $pkgname-$pkgver
+ sed -e '/ninja/d' -i pyproject.toml
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python -m build --wheel --no-isolation
+}
+
+check() {
+ cd $pkgname-$pkgver
+ python -m venv --system-site-packages test-env
+ test-env/bin/python -m installer dist/*.whl
+ test-env/bin/python -m pytest
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python -m installer --destdir="$pkgdir" dist/*.whl
+ install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}