From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/matterhook/Manifest | 3 +++ dev-python/matterhook/matterhook-0.1.ebuild | 21 +++++++++++++++++++++ dev-python/matterhook/metadata.xml | 13 +++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/matterhook/Manifest create mode 100644 dev-python/matterhook/matterhook-0.1.ebuild create mode 100644 dev-python/matterhook/metadata.xml (limited to 'dev-python/matterhook') diff --git a/dev-python/matterhook/Manifest b/dev-python/matterhook/Manifest new file mode 100644 index 000000000000..e47b387f4a29 --- /dev/null +++ b/dev-python/matterhook/Manifest @@ -0,0 +1,3 @@ +DIST matterhook-0.1.tar.gz 3150 BLAKE2B 841b64875d3ecc55c5056a15e07e8c46ac13ec48f1fd2752ec0c3934608172c8970cc4ad6ce984e227bef811aaee9ca2fc352afbf4e4925a6930adf798edbdd3 SHA512 1c9d264fb80b7d6d746f8379c869903e80f0b4a134efb3ca571630fdbe53eb7b1ac244470f7c2f8229cfe54e7597594427e253f35f0b103fc4c4123a935c5193 +EBUILD matterhook-0.1.ebuild 507 BLAKE2B e49d74436cd6d10ed6b6c640550701cf153682b3bcee59fd760ad27c1adad80eb2f3208a85700004f208613669c900d037461fb6c2b33491f79a71e57757b943 SHA512 84ecce3db50fd221236ee5dd418c1d09732f3d3d77a73f6f5a005cfb52ed3eee0c0e9b48e637e6aada133de4ba18def864cd4e7910e1874af2fc47f819f75687 +MISC metadata.xml 396 BLAKE2B a84608bf32f99fd1c3faef21d8a51036c90305a163f853d10f184f2026bf1a4c4ab89f101c7fd2b2092d9dbd95d5e29679b35728d324d2599b12d13dc2c29b2e SHA512 48e423bbe4c3e3f6fbd8d77ea5024c6a0e56e62b00c49551c05bd6312b59dbccaa3517729707909e8e2f0ebde5c46517dad7a48e8144e2eb0710b95ad136b663 diff --git a/dev-python/matterhook/matterhook-0.1.ebuild b/dev-python/matterhook/matterhook-0.1.ebuild new file mode 100644 index 000000000000..36526446b338 --- /dev/null +++ b/dev-python/matterhook/matterhook-0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +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}]" diff --git a/dev-python/matterhook/metadata.xml b/dev-python/matterhook/metadata.xml new file mode 100644 index 000000000000..046d30161928 --- /dev/null +++ b/dev-python/matterhook/metadata.xml @@ -0,0 +1,13 @@ + + + + + ultrabug@gentoo.org + + + monsieurp@gentoo.org + + + numberly/matterhook + + -- cgit v1.2.3