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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:05:15 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:05:15
  Author: foutrelis
Revision: 750845

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:05:13 UTC (rev 750844)
+++ PKGBUILD	2020-11-11 15:05:15 UTC (rev 750845)
@@ -1,25 +0,0 @@
-pkgname=maturin
-pkgver=0.8.3
-pkgrel=2
-
-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=v$pkgver)
-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
-}

Copied: maturin/repos/community-staging-x86_64/PKGBUILD (from rev 750844, maturin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:05:15 UTC (rev 750845)
@@ -0,0 +1,25 @@
+pkgname=maturin
+pkgver=0.8.3
+pkgrel=3
+
+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=v$pkgver)
+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