commit:     3781c1fe087ea45a003b730a8761f193d140e35f
Author:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 12:36:34 2016 +0000
Commit:     Nicolas Bock <nicolasbock <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 17:39:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3781c1fe

dev-python/whelk: New package

Package-Manager: portage-2.3.0

 dev-python/whelk/Manifest         |  1 +
 dev-python/whelk/metadata.xml     | 16 ++++++++++++++++
 dev-python/whelk/whelk-2.7.ebuild | 21 +++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/whelk/Manifest b/dev-python/whelk/Manifest
new file mode 100644
index 00000000..e7cd9c7
--- /dev/null
+++ b/dev-python/whelk/Manifest
@@ -0,0 +1 @@
+DIST whelk-2.7.tar.gz 69948 SHA256 
052dab2af5a42a7cd06e8e12f1b3bb3a5f8e15ad201f033893edd922a80e11f7 SHA512 
1fdd03e6a2daf381e452a44878003bbd4e510fcaf3502f7cb44dfcc10f355bf0c7d6df3ea550463724a31c0a36122de2ed69c5a55e5c6b1a3a1147a15975bff5
 WHIRLPOOL 
734ea23277b9ccac44a9d3f72520a5d03049a60eefd129656f2f47132a5c213b98a67ddeaa1253fb79a613da6439623cf16b772d07f98544a694a453ec6948b0

diff --git a/dev-python/whelk/metadata.xml b/dev-python/whelk/metadata.xml
new file mode 100644
index 00000000..f471d21
--- /dev/null
+++ b/dev-python/whelk/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>[email protected]</email>
+       </maintainer>
+       <longdescription lang="en">
+               We all like python for scripting, because it's so much more 
powerful
+               than a shell. But sometimes we really need to call a shell 
command
+               because it's so much easier than writing yet another library in 
python
+               or adding a dependency.
+       </longdescription>
+</pkgmetadata>

diff --git a/dev-python/whelk/whelk-2.7.ebuild 
b/dev-python/whelk/whelk-2.7.ebuild
new file mode 100644
index 00000000..d7e026e
--- /dev/null
+++ b/dev-python/whelk/whelk-2.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Pretending python is a shell"
+HOMEPAGE="https://pypi.python.org/pypi/whelk";
+SRC_URI="https://github.com/seveas/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

Reply via email to