[arch-commits] Commit in python-profilestats/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 16 09:00:49 UTC 2022


    Date: Tuesday, August 16, 2022 @ 09:00:48
  Author: felixonmars
Revision: 1266559

archrelease: copy trunk to community-any

Added:
  python-profilestats/repos/community-any/PKGBUILD
    (from rev 1266558, python-profilestats/trunk/PKGBUILD)
Deleted:
  python-profilestats/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-16 09:00:34 UTC (rev 1266558)
+++ PKGBUILD	2022-08-16 09:00:48 UTC (rev 1266559)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-profilestats
-pkgver=2.0
-pkgrel=10
-pkgdesc="Decorator for profiling individual functions and converting profiling data to the kcachegrind/qcachegrind format."
-arch=('any')
-license=('BSD')
-url="https://pypi.python.org/pypi/profilestats"
-depends=('python-setuptools' 'pyprof2calltree')
-makedepends=('git')
-source=("git+https://github.com/hannosch/profilestats.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-build() {
-  cd "$srcdir"/profilestats
-  python setup.py build
-}
-
-package() {
-  cd profilestats
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-profilestats/repos/community-any/PKGBUILD (from rev 1266558, python-profilestats/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-16 09:00:48 UTC (rev 1266559)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-profilestats
+pkgver=2.0
+pkgrel=11
+pkgdesc="Decorator for profiling individual functions and converting profiling data to the kcachegrind/qcachegrind format."
+arch=('any')
+license=('BSD')
+url="https://github.com/hannosch/profilestats"
+depends=('python-setuptools' 'pyprof2calltree')
+source=("https://github.com/hannosch/profilestats/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('918d23df8f076dc6b0be0dc70e8899f638d6a911472193624e6a7594a1b1c82975f0090dddbcdadcb0c6a0c11b2bb6f22fad11561322cdf962c719854663b23a')
+
+build() {
+  cd profilestats-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd profilestats-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list