add dev-python/pinboard

This commit is contained in:
Florian Tham
2015-09-18 13:09:53 +02:00
parent a853ad7b6e
commit d74e428870
2 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
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"