Files
overlay/dev-python/pinboard/pinboard-9999.ebuild
Florian Tham 30e81b5c53 fix pinboard dependency
It's called 'python-dateutil', not 'dateutil'.
2015-09-18 13:11:46 +02:00

20 lines
444 B
Bash

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A full-featured wrapper and CLI for the Pinboard API."
HOMEPAGE="https://github.com/lionheart/pinboard.py"
SRC_URI="https://github.com/lionheart/pinboard.py/archive/master.zip -> ${P}.zip"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/python-dateutil"
RDEPEND=""
S="${WORKDIR}/${PN}.py-master"