[arch-commits] Commit in maturin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Wed May 20 17:21:56 UTC 2020


    Date: Wednesday, May 20, 2020 @ 17:21:55
  Author: demize
Revision: 630894

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 17:21:45 UTC (rev 630893)
+++ PKGBUILD	2020-05-20 17:21:55 UTC (rev 630894)
@@ -1,24 +0,0 @@
-pkgname=maturin
-pkgver=0.7.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=(rust)
-makedepends=(git)
-
-source=(git+https://github.com/PyO3/maturin#tag=v$pkgver)
-sha256sums=(SKIP)
-
-build() {
-  cd maturin
-  cargo build --release --locked --all-features
-}
-
-package() {
-  cd maturin
-  install -Dm755 target/release/maturin "$pkgdir"/usr/bin/maturin
-}

Copied: maturin/repos/community-x86_64/PKGBUILD (from rev 630893, maturin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-20 17:21:55 UTC (rev 630894)
@@ -0,0 +1,25 @@
+pkgname=maturin
+pkgver=0.8.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)
+
+depends=(gcc-libs libdbus-1.so rust)
+makedepends=(git)
+
+source=(git+https://github.com/PyO3/maturin#tag=v0.8.1?signed)
+sha256sums=('SKIP')
+validpgpkeys=('07515D832489235391FD5799305BDEA95BCA5CBF')
+
+build() {
+  cd maturin
+  cargo build --release --locked --all-features
+}
+
+package() {
+  cd maturin
+  install -Dm755 target/release/maturin "$pkgdir"/usr/bin/maturin
+}



More information about the arch-commits mailing list