mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/flipflop: Initial commit
Package-Manager: portage-2.2.27
This commit is contained in:
1
dev-python/flipflop/Manifest
Normal file
1
dev-python/flipflop/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST flipflop-1.0.tar.gz 9991 SHA256 32a23ed7bdb53bab03271c4c92abceae1ee3a337dd7fd5a18334fd64930ebcfd SHA512 cff8e6e0ecfbf633aacbfe7612837cc85d5208b1dadc4b30a20cc4934549365a066df9ed66bab4e760b7fe73d7ce796de6a53fc01cec742d81fceb17e2529267 WHIRLPOOL d1de0967f0b86530cfb601db40d9578e087212c1d5496c647224d925079dfdc943851ae4be6e4633b94679f0911c75886e5706268d9a6f5aae1841b995ac05b2
|
||||
17
dev-python/flipflop/flipflop-1.0.ebuild
Normal file
17
dev-python/flipflop/flipflop-1.0.ebuild
Normal 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=""
|
||||
7
dev-python/flipflop/metadata.xml
Normal file
7
dev-python/flipflop/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user