dev-python/chump: new package, optional dependency for www-misc/urlwatch
authorLouis Sautier <sautier.louis@gmail.com>
Tue, 5 Jul 2016 18:26:40 +0000 (20:26 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 7 Jul 2016 07:19:19 +0000 (07:19 +0000)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/1830

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-python/chump/Manifest [new file with mode: 0644]
dev-python/chump/chump-1.5.1.ebuild [new file with mode: 0644]
dev-python/chump/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/chump/Manifest b/dev-python/chump/Manifest
new file mode 100644 (file)
index 0000000..ff68b49
--- /dev/null
@@ -0,0 +1 @@
+DIST chump-1.5.1.tar.gz 9370 SHA256 5aa5a1a4a0c0baa610e742018f5cce508fa4c980b15188664de0d3834e76b857 SHA512 778e043e4641b433a03860f1b1b144cdd34d0f79fb20ec0801cea1e1473eade8dd5211ffca391a57eb1f01456ec33cef4db6359839e7e39eab169411d00471e3 WHIRLPOOL dd78cd570060e75ab74e9e42e311dc3b0f096cc0fec588ad6c8378be314ec675b1557f172db945091d09caf10e26b04ec1ff92ffeb30a32df8254b2048728089
diff --git a/dev-python/chump/chump-1.5.1.ebuild b/dev-python/chump/chump-1.5.1.ebuild
new file mode 100644 (file)
index 0000000..c16c0a9
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="API wrapper for Pushover"
+HOMEPAGE="https://github.com/karanlyons/chump"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
diff --git a/dev-python/chump/metadata.xml b/dev-python/chump/metadata.xml
new file mode 100644 (file)
index 0000000..b009034
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>sautier.louis@gmail.com</email>
+               <name>Louis Sautier</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">chump</remote-id>
+               <remote-id type="github">karanlyons/chump</remote-id>
+               <bugs-to>https://github.com/karanlyons/chump/issues</bugs-to>
+       </upstream>
+</pkgmetadata>