Date: Monday, May 8, 2023 @ 20:02:46
  Author: dvzrv
Revision: 1459520

archrelease: copy trunk to community-x86_64

Added:
  maturin/repos/community-x86_64/PKGBUILD
    (from rev 1459519, maturin/trunk/PKGBUILD)
Deleted:
  maturin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  150 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-08 20:02:27 UTC (rev 1459519)
+++ PKGBUILD    2023-05-08 20:02:46 UTC (rev 1459520)
@@ -1,75 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgbase=maturin
-pkgname=(maturin python-maturin)
-pkgver=0.14.17
-pkgrel=4
-pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
-url="https://github.com/PyO3/maturin";
-arch=(x86_64)
-license=(Apache)
-makedepends=(
-  bzip2
-  gcc-libs
-  git
-  glibc
-  python-build
-  python-installer
-  python-setuptools
-  python-setuptools-rust
-  python-wheel
-  rust
-)
-# disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444
-options=(!lto)
-source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('d12503530b0d865b6b3c40e564742d0e798107102fb7167c137c1b0a4fa63bfad739320901cff15a680a09034aae553c3cd55cf0c8f1d3ed0fd96404bb93cbfe')
-b2sums=('4d0d2d5101a05017883b27dca270c3f3b84c77dd53f19db04c2b5a988b699f3b39b6b7a88c7ac02b5e322679f5509bdf68b5c5f27ec229816c394ebc5fb57fd8')
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-    d="$srcdir/$p/${f#$pkgdir/}"
-    mkdir -p "$(dirname "$d")"
-    mv "$f" "$d"
-    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-prepare() {
-  cd $pkgname-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python -m build --wheel --no-isolation
-}
-
-package_maturin() {
-  depends=(
-    bzip2
-    gcc-libs
-    glibc
-    rust
-  )
-
-  cd $pkgname-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
-
-  (
-    cd "$pkgdir"
-    _pick python-$pkgbase usr/lib
-  )
-}
-
-package_python-maturin() {
-  pkgdesc+=" - Python bindings"
-  depends=(
-    maturin=$pkgver
-    python
-  )
-
-  mv -v $pkgname/* "$pkgdir"
-}

Copied: maturin/repos/community-x86_64/PKGBUILD (from rev 1459519, 
maturin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-08 20:02:46 UTC (rev 1459520)
@@ -0,0 +1,75 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgbase=maturin
+pkgname=(maturin python-maturin)
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
+url="https://github.com/PyO3/maturin";
+arch=(x86_64)
+license=(Apache)
+makedepends=(
+  bzip2
+  gcc-libs
+  git
+  glibc
+  python-build
+  python-installer
+  python-setuptools
+  python-setuptools-rust
+  python-wheel
+  rust
+)
+# disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444
+options=(!lto)
+source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+sha512sums=('e298abb3cbfeae266c5f7c4bc8e57154527a5d040bf0276afe6e63e6d56978101ef399ab4883e7a5826d5eaa31f03019130200ca519b08d4e3bb0a12bee8eb77')
+b2sums=('2a1b50080033618c062ec2013779465a1eb11cbd5b2f8800cbd8b46b9c75709cbe0cdbeb3fe0d5f7564e10e3d27e6439e9e2caea6bf7a0049f5474353c1ba53c')
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+    d="$srcdir/$p/${f#$pkgdir/}"
+    mkdir -p "$(dirname "$d")"
+    mv "$f" "$d"
+    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+prepare() {
+  cd $pkgname-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+package_maturin() {
+  depends=(
+    bzip2
+    gcc-libs
+    glibc
+    rust
+  )
+
+  cd $pkgname-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
+
+  (
+    cd "$pkgdir"
+    _pick python-$pkgbase usr/lib
+  )
+}
+
+package_python-maturin() {
+  pkgdesc+=" - Python bindings"
+  depends=(
+    maturin=$pkgver
+    python
+  )
+
+  mv -v $pkgname/* "$pkgdir"
+}

Reply via email to