[arch-commits] Commit in pyprof2calltree/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jan 13 12:54:00 UTC 2021
Date: Wednesday, January 13, 2021 @ 12:54:00
Author: felixonmars
Revision: 820443
archrelease: copy trunk to community-any
Added:
pyprof2calltree/repos/community-any/PKGBUILD
(from rev 820442, pyprof2calltree/trunk/PKGBUILD)
Deleted:
pyprof2calltree/repos/community-any/PKGBUILD
----------+
PKGBUILD | 59 ++++++++++++++++++++++++++++++-----------------------------
1 file changed, 30 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-13 12:53:49 UTC (rev 820442)
+++ PKGBUILD 2021-01-13 12:54:00 UTC (rev 820443)
@@ -1,29 +0,0 @@
-# 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=4
-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
-}
Copied: pyprof2calltree/repos/community-any/PKGBUILD (from rev 820442, pyprof2calltree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-13 12:54:00 UTC (rev 820443)
@@ -0,0 +1,30 @@
+# 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=5
+pkgdesc="Help visualize profiling data from cProfile with kcachegrind"
+url="https://pypi.python.org/pypi/pyprof2calltree/"
+arch=('any')
+license=('BSD')
+depends=('python')
+makedepends=('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