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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:49:14 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:49:14
  Author: felixonmars
Revision: 1061211

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:49:07 UTC (rev 1061210)
+++ PKGBUILD	2021-12-01 21:49:14 UTC (rev 1061211)
@@ -1,30 +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=6
-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
-}

Copied: pyprof2calltree/repos/community-staging-any/PKGBUILD (from rev 1061210, pyprof2calltree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:49:14 UTC (rev 1061211)
@@ -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=7
+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