20 lines
381 B
Bash
20 lines
381 B
Bash
EAPI=5
|
|
|
|
PYTHON_COMPAT=( python2_7 )
|
|
inherit distutils-r1
|
|
|
|
MY_PV="${PV}"
|
|
|
|
DESCRIPTION="Command line utilities for data analysis"
|
|
HOMEPAGE="https://github.com/bitly/data_hacks"
|
|
SRC_URI="https://github.com/bitly/data_hacks/archive/v${PV}.zip -> ${P}.zip"
|
|
|
|
LICENSE=""
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
|
|
S=${WORKDIR}/${PN}-${MY_PV}
|