dev-python/flipflop: Initial commit

Package-Manager: portage-2.2.27
This commit is contained in:
Manuel Rüger
2016-02-02 16:50:33 +01:00
parent 89b7821771
commit ec0e2934a6
3 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST flipflop-1.0.tar.gz 9991 SHA256 32a23ed7bdb53bab03271c4c92abceae1ee3a337dd7fd5a18334fd64930ebcfd SHA512 cff8e6e0ecfbf633aacbfe7612837cc85d5208b1dadc4b30a20cc4934549365a066df9ed66bab4e760b7fe73d7ce796de6a53fc01cec742d81fceb17e2529267 WHIRLPOOL d1de0967f0b86530cfb601db40d9578e087212c1d5496c647224d925079dfdc943851ae4be6e4633b94679f0911c75886e5706268d9a6f5aae1841b995ac05b2

View File

@@ -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=""

View File

@@ -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>python@gentoo.org</email>
</maintainer>
</pkgmetadata>