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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 2 23:24:32 UTC 2021


    Date: Thursday, December 2, 2021 @ 23:24:32
  Author: felixonmars
Revision: 1062951

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 23:24:32 UTC (rev 1062950)
+++ PKGBUILD	2021-12-02 23:24:32 UTC (rev 1062951)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: j605
-
-pkgname='python-perf'
-pkgver=1.6.0
-pkgrel=7
-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-staging-any/PKGBUILD (from rev 1062949, python-perf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 23:24:32 UTC (rev 1062951)
@@ -0,0 +1,30 @@
+# 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:



More information about the arch-commits mailing list