dev-python/line_profiler

This commit is contained in:
Florian Tham
2015-08-31 10:40:28 +02:00
parent bbd3f8258a
commit 3f26711158
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Line-by-line profiling for python"
HOMEPAGE="https://github.com/rkern/line_profiler"
SRC_URI="https://github.com/rkern/line_profiler/archive/rel/${PV}.zip -> ${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
>=dev-python/cython-0.10"
RDEPEND=""
S="${WORKDIR}/${PN}-rel-${PV}"