Files
overlay/dev-python/pinboard/pinboard-9999.ebuild
2015-09-18 13:09:53 +02:00

20 lines
437 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/dateutil"
RDEPEND=""
S="${WORKDIR}/${PN}.py-master"