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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jul 19 21:33:23 UTC 2022


    Date: Tuesday, July 19, 2022 @ 21:33:23
  Author: arojas
Revision: 1254757

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-19 21:33:14 UTC (rev 1254756)
+++ PKGBUILD	2022-07-19 21:33:23 UTC (rev 1254757)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: j605
-
-pkgname='python-perf'
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Toolkit to run Python benchmarks'
-url='https://github.com/haypo/perf'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-setuptools' 'python-six')
-makedepends=('python' 'python-setuptools' 'python-six')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
-sha256sums=('b86fca9733edd35709cf09fbdf4e3f093b35121e9ba9bb2a319ecf2780a04dd0')
-sha512sums=('905e61fee8a6d635d4ad965888409dfeb4e6ceeac42c88d7ce2719adc4ae10210c1d700dad1fccc469ac589114e5e8052bd0ca2da4203a5e7efbdc3fa0d97dd5')
-
-build() {
-  (cd pyperf-${pkgver}
-    python setup.py build
-  )
-}
-
-package(){
-  cd pyperf-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-perf/repos/community-any/PKGBUILD (from rev 1254756, python-perf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-19 21:33:23 UTC (rev 1254757)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: j605
+
+pkgname='python-perf'
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Toolkit to run Python benchmarks'
+url='https://github.com/haypo/perf'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-setuptools' 'python-six')
+makedepends=('python' 'python-setuptools' 'python-six')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vstinner/perf/archive/${pkgver}.tar.gz)
+sha256sums=('82c67986f06b14de040608847546131056177a6cc39be21540c87a3c0fc3e009')
+sha512sums=('56ac84962199bf3504766b6bc6eb89cbcb8367bcd64a6756eacb6d9ea7469df85a0f1d5b75c37c374ad731c425168469fd2dcc53ec789c6057abc5e84815a1e4')
+
+build() {
+  (cd pyperf-${pkgver}
+    python setup.py build
+  )
+}
+
+package(){
+  cd pyperf-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list