add dev-python/data_hacks
This commit is contained in:
19
dev-python/data_hacks/data_hacks-0.3.1.ebuild
Normal file
19
dev-python/data_hacks/data_hacks-0.3.1.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user