Date: Saturday, December 31, 2022 @ 15:46:09
Author: dvzrv
Revision: 1372679
archrelease: copy trunk to community-x86_64
Added:
maturin/repos/community-x86_64/PKGBUILD
(from rev 1372678, maturin/trunk/PKGBUILD)
Deleted:
maturin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-31 15:45:54 UTC (rev 1372678)
+++ PKGBUILD 2022-12-31 15:46:09 UTC (rev 1372679)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=maturin
-pkgver=0.14.7
-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=('801243760d726937545579dcaf067d0415368e5e0dd5b27f8e2e04a175f4dbd1b1a2283269ef85caba53142fa61da78a4cc1d9a2ffc55622ff8e82d3436bec7d')
-b2sums=('2b59f9f3a1749ba6a12427726f98e883fef5218d0133cb82e530b6b33aac18ad4ead345cbe3a32121f02da1c663311502c96fa38d99655717039d652d3acdc7f')
-
-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 1372678,
maturin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-31 15:46:09 UTC (rev 1372679)
@@ -0,0 +1,34 @@
+# 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/"
+}