diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2021-03-04 12:48:17 +0100 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2021-03-04 12:48:17 +0100 |
commit | 9afb35cc396986db14534a949fdbc03e6818bdf6 (patch) | |
tree | 1c89a600941860f1936ec829bc75c36d6b025403 /dev-python/matterhook | |
parent | www-servers/uwsgi: drop old and php7.2, support py3.9 (diff) | |
download | gentoo-9afb35cc396986db14534a949fdbc03e6818bdf6.tar.gz gentoo-9afb35cc396986db14534a949fdbc03e6818bdf6.tar.bz2 gentoo-9afb35cc396986db14534a949fdbc03e6818bdf6.zip |
dev-python/matterhook: bump to support python3.9
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'dev-python/matterhook')
-rw-r--r-- | dev-python/matterhook/matterhook-0.2-r1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/matterhook/matterhook-0.2-r1.ebuild b/dev-python/matterhook/matterhook-0.2-r1.ebuild new file mode 100644 index 000000000000..c892d85008a6 --- /dev/null +++ b/dev-python/matterhook/matterhook-0.2-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{7,8,9} ) + +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" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/requests[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |