[arch-commits] Commit in memray/trunk (PKGBUILD)

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Thu Apr 21 14:16:25 UTC 2022


    Date: Thursday, April 21, 2022 @ 14:16:24
  Author: artafinde
Revision: 1187239

memray: make pkg reproducible

credit to diabonas for figuring it out.

Modified:
  memray/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 14:13:49 UTC (rev 1187238)
+++ PKGBUILD	2022-04-21 14:16:24 UTC (rev 1187239)
@@ -2,7 +2,7 @@
 
 pkgname=memray
 pkgver=1.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A memory profiler for Python"
 arch=('x86_64')
 url="https://github.com/bloomberg/memray"
@@ -23,7 +23,8 @@
   export CFLAGS+=" -ffat-lto-objects"
   export CXXFLAGS+=" -ffat-lto-objects"
 
-  make build dist
+  make build
+  python -m build --wheel --no-isolation
 }
 
 package() {



More information about the arch-commits mailing list