[arch-commits] Commit in pyprof2calltree/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 9 15:41:39 UTC 2020


    Date: Monday, November 9, 2020 @ 15:41:39
  Author: felixonmars
Revision: 747091

archrelease: copy trunk to community-staging-any

Added:
  pyprof2calltree/repos/community-staging-any/
  pyprof2calltree/repos/community-staging-any/PKGBUILD
    (from rev 747089, pyprof2calltree/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: pyprof2calltree/repos/community-staging-any/PKGBUILD (from rev 747089, pyprof2calltree/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-11-09 15:41:39 UTC (rev 747091)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Florian Bruhin (The Compiler) <archlinux.org at the-compiler.org>
+# Contributor: Brecht Machiels <brecht at mos6581 dot org>
+
+pkgname=pyprof2calltree
+pkgver=1.4.5
+pkgrel=3
+pkgdesc="Help visualize profiling data from cProfile with kcachegrind"
+url="https://pypi.python.org/pypi/pyprof2calltree/"
+arch=('any')
+license=('BSD')
+depends=('python-setuptools')
+source=("https://pypi.io/packages/source/p/pyprof2calltree/pyprof2calltree-$pkgver.tar.gz")
+sha512sums=('9ad50a5c00881cbd8c361726b16fcb407c899c8dfe201769eddf10c3541531491f49cd5a08658b70d1e85e4c00d9a89801d600ab4f7d9906d357a0de82784f9e')
+
+prepare() {
+  sed -n '/# Copyright/,/# THE SOFTWARE\./p' pyprof2calltree-$pkgver/pyprof2calltree.py > LICENSE
+}
+
+build() {
+  cd "$srcdir"/pyprof2calltree-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pyprof2calltree-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list