add dev-python/pinboard
This commit is contained in:
19
dev-python/pinboard/pinboard-9999.ebuild
Normal file
19
dev-python/pinboard/pinboard-9999.ebuild
Normal 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"
|
||||
Reference in New Issue
Block a user