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

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


    Date: Thursday, April 21, 2022 @ 14:16:34
  Author: artafinde
Revision: 1187240

archrelease: copy trunk to community-x86_64

Added:
  memray/repos/community-x86_64/PKGBUILD
    (from rev 1187239, memray/trunk/PKGBUILD)
Deleted:
  memray/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 14:16:24 UTC (rev 1187239)
+++ PKGBUILD	2022-04-21 14:16:34 UTC (rev 1187240)
@@ -1,37 +0,0 @@
-# Maintainer: Leonidas Spyropoulos <artafinde at archlinux.org>
-
-pkgname=memray
-pkgver=1.0.3
-pkgrel=2
-pkgdesc="A memory profiler for Python"
-arch=('x86_64')
-url="https://github.com/bloomberg/memray"
-license=('Apache')
-depends=('python' 'libunwind')
-makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel' 'cython' 'npm')
-checkdepends=('python-pytest')
-source=("git+$url.git?signed#tag=v$pkgver")
-sha512sums=('SKIP')
-validpgpkeys=('A035C8C19219BA821ECEA86B64E628F8D684696D') # Pablo Galindo Salgado <pablogsal at gmail.com>
-
-build() {
-  cd "${pkgname}"
-
-  export DIST_NAME='Arch Linux'
-  export DIST_PACKAGE="$pkgver-$pkgrel"
-  export SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver"
-  export CFLAGS+=" -ffat-lto-objects"
-  export CXXFLAGS+=" -ffat-lto-objects"
-
-  make build dist
-}
-
-package() {
-  cd "${pkgname}"
-
-  python -m installer --destdir="${pkgdir}" dist/*.whl
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
\ No newline at end of file

Copied: memray/repos/community-x86_64/PKGBUILD (from rev 1187239, memray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-21 14:16:34 UTC (rev 1187240)
@@ -0,0 +1,38 @@
+# Maintainer: Leonidas Spyropoulos <artafinde at archlinux.org>
+
+pkgname=memray
+pkgver=1.0.3
+pkgrel=3
+pkgdesc="A memory profiler for Python"
+arch=('x86_64')
+url="https://github.com/bloomberg/memray"
+license=('Apache')
+depends=('python' 'libunwind')
+makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer' 'python-wheel' 'cython' 'npm')
+checkdepends=('python-pytest')
+source=("git+$url.git?signed#tag=v$pkgver")
+sha512sums=('SKIP')
+validpgpkeys=('A035C8C19219BA821ECEA86B64E628F8D684696D') # Pablo Galindo Salgado <pablogsal at gmail.com>
+
+build() {
+  cd "${pkgname}"
+
+  export DIST_NAME='Arch Linux'
+  export DIST_PACKAGE="$pkgver-$pkgrel"
+  export SETUPTOOLS_SCM_PRETEND_VERSION="$pkgver"
+  export CFLAGS+=" -ffat-lto-objects"
+  export CXXFLAGS+=" -ffat-lto-objects"
+
+  make build
+  python -m build --wheel --no-isolation
+}
+
+package() {
+  cd "${pkgname}"
+
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:
\ No newline at end of file



More information about the arch-commits mailing list