[arch-commits] Commit in memray/repos/community-x86_64 (PKGBUILD PKGBUILD)
Leonidas Spyropoulos
artafinde at gemini.archlinux.org
Fri Apr 22 13:41:14 UTC 2022
Date: Friday, April 22, 2022 @ 13:41:13
Author: artafinde
Revision: 1187311
archrelease: copy trunk to community-x86_64
Added:
memray/repos/community-x86_64/PKGBUILD
(from rev 1187310, memray/trunk/PKGBUILD)
Deleted:
memray/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-22 13:41:02 UTC (rev 1187310)
+++ PKGBUILD 2022-04-22 13:41:13 UTC (rev 1187311)
@@ -1,38 +0,0 @@
-# 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
Copied: memray/repos/community-x86_64/PKGBUILD (from rev 1187310, memray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-22 13:41:13 UTC (rev 1187311)
@@ -0,0 +1,38 @@
+# Maintainer: Leonidas Spyropoulos <artafinde at archlinux.org>
+
+pkgname=memray
+pkgver=1.0.3
+pkgrel=4
+pkgdesc="A memory profiler for Python"
+arch=('x86_64')
+url="https://github.com/bloomberg/memray"
+license=('Apache')
+depends=('python' 'libunwind' 'python-rich' 'python-jinja')
+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