Date: Wednesday, January 11, 2023 @ 14:16:19
Author: dvzrv
Revision: 1382924
archrelease: copy trunk to community-x86_64
Added:
maturin/repos/community-x86_64/PKGBUILD
(from rev 1382923, maturin/trunk/PKGBUILD)
Deleted:
maturin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-11 14:16:02 UTC (rev 1382923)
+++ PKGBUILD 2023-01-11 14:16:19 UTC (rev 1382924)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=maturin
-pkgver=0.14.8
-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)
-depends=(gcc-libs glibc rust)
-makedepends=(bzip2 git)
-# disable LTO until ring can be built with it:
https://github.com/briansmith/ring/issues/1444
-options=(debug !lto)
-source=($pkgname-$pkgver.tar.gz::https://github.com/PyO3/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('d4259865d88b68fce0c5b372ffc48588592017329b83d7d6114ed4647590f984f656666bffa64312503aff25cb5373b5692b1b0761b27e541929552d97598582')
-b2sums=('72bee4c3bfddfd8471642d7bf2692a2b68f08ebd11854a11066e40c3476f76437b58a420c8a29e69e3be46ef3aa3d0aaaba2357bfea5d80da784899324030875')
-
-prepare() {
- cd $pkgname-$pkgver
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd $pkgname-$pkgver
- cargo build --frozen --release --all-features
-}
-
-package() {
- depends+=(libbz2.so)
-
- cd $pkgname-$pkgver
- install -vDm 755 target/release/maturin -t "$pkgdir/usr/bin/"
- install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
-}
Copied: maturin/repos/community-x86_64/PKGBUILD (from rev 1382923,
maturin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-11 14:16:19 UTC (rev 1382924)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=maturin
+pkgver=0.14.9
+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)
+depends=(gcc-libs glibc rust)
+makedepends=(bzip2 git)
+# disable LTO until ring can be built with it:
https://github.com/briansmith/ring/issues/1444
+options=(debug !lto)
+source=($pkgname-$pkgver.tar.gz::https://github.com/PyO3/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('37305160fc9fb008e27c12e7f097d3a70597e2a4a30e78b13d757ab2db587b04fb3e27a6de622adaf0b982cad96227c2f78d2adff52c112aebf48975ceb634b9')
+b2sums=('ab9edf73a4ecb33ed95aac4bb02a86008759174ba7a6af771e8116805b4c5f0e165984364ed2d13b7c04262bb80c2caf79739e6f20bca077094070865c6bd207')
+
+prepare() {
+ cd $pkgname-$pkgver
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd $pkgname-$pkgver
+ cargo build --frozen --release --all-features
+}
+
+package() {
+ depends+=(libbz2.so)
+
+ cd $pkgname-$pkgver
+ install -vDm 755 target/release/maturin -t "$pkgdir/usr/bin/"
+ install -vDm 644 {Changelog,README}.md -t "$pkgdir/usr/share/doc/$pkgname/"
+}