[arch-commits] Commit in pyflame/repos (4 files)
Jelle van der Waa
jelle at archlinux.org
Wed Mar 29 18:27:27 UTC 2017
Date: Wednesday, March 29, 2017 @ 18:27:26
Author: jelle
Revision: 219951
archrelease: copy trunk to community-i686, community-x86_64
Added:
pyflame/repos/community-i686/
pyflame/repos/community-i686/PKGBUILD
(from rev 219950, pyflame/trunk/PKGBUILD)
pyflame/repos/community-x86_64/
pyflame/repos/community-x86_64/PKGBUILD
(from rev 219950, pyflame/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
Copied: pyflame/repos/community-i686/PKGBUILD (from rev 219950, pyflame/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-29 18:27:26 UTC (rev 219951)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+pkgname=pyflame
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A tool for generating flame graphs for Python (2) processes."
+arch=('i686' 'x86_64')
+url="https://github.com/uber/pyflame"
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('python' 'python2')
+checkdepends=('python-virtualenv')
+conflicts=('pyflame-git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uber/pyflame/archive/v1.3.1.tar.gz")
+sha256sums=('b51ddba3d1525c4a779254354b42972582f361fd46006a7736566a51401c8a1c')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
Copied: pyflame/repos/community-x86_64/PKGBUILD (from rev 219950, pyflame/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-29 18:27:26 UTC (rev 219951)
@@ -0,0 +1,26 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+pkgname=pyflame
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A tool for generating flame graphs for Python (2) processes."
+arch=('i686' 'x86_64')
+url="https://github.com/uber/pyflame"
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('python' 'python2')
+checkdepends=('python-virtualenv')
+conflicts=('pyflame-git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/uber/pyflame/archive/v1.3.1.tar.gz")
+sha256sums=('b51ddba3d1525c4a779254354b42972582f361fd46006a7736566a51401c8a1c')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list