[arch-commits] Commit in maturin/repos/community-x86_64 (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Sun Jan 10 17:03:46 UTC 2021
Date: Sunday, January 10, 2021 @ 17:03:46
Author: demize
Revision: 817179
archrelease: copy trunk to community-x86_64
Added:
maturin/repos/community-x86_64/PKGBUILD
(from rev 817178, maturin/trunk/PKGBUILD)
Deleted:
maturin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-10 17:03:42 UTC (rev 817178)
+++ PKGBUILD 2021-01-10 17:03:46 UTC (rev 817179)
@@ -1,25 +0,0 @@
-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
-}
Copied: maturin/repos/community-x86_64/PKGBUILD (from rev 817178, maturin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-10 17:03:46 UTC (rev 817179)
@@ -0,0 +1,25 @@
+pkgname=maturin
+pkgver=0.9.0
+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=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