20 lines
444 B
Bash
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"
|