commit: ec0e2934a629eaceaa09f2a80f8bab839e9c0dd3
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 2 15:50:33 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 2 16:11:04 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec0e2934
dev-python/flipflop: Initial commit
Package-Manager: portage-2.2.27
dev-python/flipflop/Manifest | 1 +
dev-python/flipflop/flipflop-1.0.ebuild | 17 +++++++++++++++++
dev-python/flipflop/metadata.xml | 7 +++++++
3 files changed, 25 insertions(+)
diff --git a/dev-python/flipflop/Manifest b/dev-python/flipflop/Manifest
new file mode 100644
index 0000000..4dbd101
--- /dev/null
+++ b/dev-python/flipflop/Manifest
@@ -0,0 +1 @@
+DIST flipflop-1.0.tar.gz 9991 SHA256
32a23ed7bdb53bab03271c4c92abceae1ee3a337dd7fd5a18334fd64930ebcfd SHA512
cff8e6e0ecfbf633aacbfe7612837cc85d5208b1dadc4b30a20cc4934549365a066df9ed66bab4e760b7fe73d7ce796de6a53fc01cec742d81fceb17e2529267
WHIRLPOOL
d1de0967f0b86530cfb601db40d9578e087212c1d5496c647224d925079dfdc943851ae4be6e4633b94679f0911c75886e5706268d9a6f5aae1841b995ac05b2
diff --git a/dev-python/flipflop/flipflop-1.0.ebuild
b/dev-python/flipflop/flipflop-1.0.ebuild
new file mode 100644
index 0000000..dde6380
--- /dev/null
+++ b/dev-python/flipflop/flipflop-1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=(python3_{4,5})
+
+inherit distutils-r1
+
+DESCRIPTION="A FastCGI/WSGI gateway"
+HOMEPAGE="https://github.com/Kozea/flipflop"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
diff --git a/dev-python/flipflop/metadata.xml b/dev-python/flipflop/metadata.xml
new file mode 100644
index 0000000..266e3f1
--- /dev/null
+++ b/dev-python/flipflop/metadata.xml
@@ -0,0 +1,7 @@
+<?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>
+</pkgmetadata>