Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyrasite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
pyrasite
Commits
49184919
Commit
49184919
authored
Mar 16, 2012
by
Luke Macken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add our arch pkg build, thanks to Nathaniel Case
parent
4568a1cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
pkgs/arch/PKGBUILD
pkgs/arch/PKGBUILD
+19
-0
pkgs/fedora/pyrasite.spec
pkgs/fedora/pyrasite.spec
+0
-0
No files found.
pkgs/arch/PKGBUILD
0 → 100644
View file @
49184919
# Maintainer: Nathaniel Case <qalthos@gmail.com>
pkgname
=
python2-pyrasite
pkgver
=
2.0beta4
pkgrel
=
4
pkgdesc
=
"Code injection and introspection of running Python processes"
arch
=(
'i686'
'x86_64'
)
url
=
"http://pyrasite.com"
license
=(
'GPL3'
)
depends
=(
'python2'
'gdb'
'python2-meliae'
'python2-sphinx'
'python2-psutil'
'libwebkit3'
'python2-pycallgraph'
'python2-gobject'
)
source
=(
http://pypi.python.org/packages/source/p/pyrasite/pyrasite-
$pkgver
.tar.gz
)
md5sums
=(
'218d05f509fee9d9111256f6146be3ae'
)
build
()
{
cd
$startdir
/src/pyrasite-
$pkgver
python2 ./setup.py
install
--root
=
$pkgdir
sed
-i
-e
's,^#!/usr/bin.*,#!/usr/bin/env python2,'
$pkgdir
/usr/bin/
*
}
# vim:set ts=2 sw=2 et:
pyrasite.spec
→
p
kgs/fedora/p
yrasite.spec
View file @
49184919
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment