summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2012-01-30 23:51:35 -0500
committerJustin Riley <justin.t.riley@gmail.com>2012-01-30 23:51:35 -0500
commitdeb92c8005ab7ba8310be981db2f38c7912208ed (patch)
tree91dbda608fe220d3594c1910eafe2cc618795fdf /dev-python
parentadded java2python 0.2 ebuild (diff)
downloadjtriley-deb92c8005ab7ba8310be981db2f38c7912208ed.tar.gz
jtriley-deb92c8005ab7ba8310be981db2f38c7912208ed.tar.bz2
jtriley-deb92c8005ab7ba8310be981db2f38c7912208ed.zip
add line_profiler 1.0_beta3 ebuild
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/line_profiler/line_profiler-1.0_beta3.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/line_profiler/line_profiler-1.0_beta3.ebuild b/dev-python/line_profiler/line_profiler-1.0_beta3.ebuild
new file mode 100644
index 0000000..4ee010c
--- /dev/null
+++ b/dev-python/line_profiler/line_profiler-1.0_beta3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+# Ebuild generated by g-pypi 0.2.2 (rev. 214)
+
+inherit distutils
+
+MY_PV="${PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+DESCRIPTION="Line-by-line profiler."
+HOMEPAGE="http://packages.python.org/line_profiler"
+SRC_URI="http://pypi.python.org/packages/source/l/line_profiler/${MY_P}.tar.gz"
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+S="${WORKDIR}/${MY_P}"
+