overlay/dev-python/mastodon/mastodon-1.3.1.ebuild
tastytea 97c0973c2d
dev-python/mastodon: Added dependency: dev-python/http_ece
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
2018-11-22 21:15:24 +01:00

35 lines
640 B
Bash

# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
MY_PN="Mastodon"
DESCRIPTION="Python wrapper for the Mastodon API"
HOMEPAGE="https://github.com/halcy/Mastodon.py"
SRC_URI="https://github.com/halcy/Mastodon.py/archive/${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
dev-python/decorator
dev-python/six
dev-python/pytz
dev-python/requests
dev-python/python-dateutil
dev-python/cryptography
dev-python/http_ece
"
DEPEND="
${RDEPEND}
dev-python/wheel
"
S="${WORKDIR}/${MY_PN}.py-${PV}"