2020-01-05 20:54:22 +03:00
|
|
|
# Copyright 1999-2020 Gentoo Authors
|
2017-12-29 16:30:10 +03:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
2020-01-05 20:54:22 +03:00
|
|
|
PYTHON_COMPAT=( python3_6 )
|
2017-12-29 16:30:10 +03:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
DESCRIPTION="Interact with Mattermost incoming webhooks easily"
|
|
|
|
HOMEPAGE="https://github.com/numberly/matterhook"
|
|
|
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
2018-09-20 08:56:16 +03:00
|
|
|
KEYWORDS="amd64 x86"
|
2017-12-29 16:30:10 +03:00
|
|
|
|
|
|
|
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
|
|
|
|
2018-09-20 08:56:16 +03:00
|
|
|
DEPEND="
|
|
|
|
${RDEPEND}
|
2017-12-29 16:30:10 +03:00
|
|
|
dev-python/setuptools[${PYTHON_USEDEP}]"
|