summaryrefslogtreecommitdiff
path: root/dev-python/matterhook
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/matterhook
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/matterhook')
-rw-r--r--dev-python/matterhook/Manifest3
-rw-r--r--dev-python/matterhook/matterhook-0.1.ebuild21
-rw-r--r--dev-python/matterhook/metadata.xml13
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/matterhook/Manifest b/dev-python/matterhook/Manifest
deleted file mode 100644
index e47b387f4a29..000000000000
--- a/dev-python/matterhook/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 36526446b338..000000000000
--- a/dev-python/matterhook/matterhook-0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
deleted file mode 100644
index 046d30161928..000000000000
--- a/dev-python/matterhook/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ultrabug@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>monsieurp@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="github">numberly/matterhook</remote-id>
- </upstream>
-</pkgmetadata>