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

Antonio Rojas arojas at gemini.archlinux.org
Sun Dec 26 08:39:36 UTC 2021


    Date: Sunday, December 26, 2021 @ 08:39:36
  Author: arojas
Revision: 1083838

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-26 08:39:26 UTC (rev 1083837)
+++ PKGBUILD	2021-12-26 08:39:36 UTC (rev 1083838)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: j605
-
-pkgname='python-perf'
-pkgver=1.6.0
-pkgrel=8
-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=('7af7b9cfd9d26548ab7127f8e51791357ecd78cda46aad5b2d9664a70fc58878')
-sha512sums=('051aa421dafad336cf26ce839837e25fad33a8377a2c71ce1d0e4c7b768ccb36414531dac2a0f0890b7c1cb9dc79c66d32e42d11f0600f55e9d36dc5f62a8d06')
-
-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 1083837, python-perf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-26 08:39:36 UTC (rev 1083838)
@@ -0,0 +1,30 @@
+# 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:



More information about the arch-commits mailing list