mirror of
https://github.com/valitydev/gentoo-overlay.git
synced 2024-11-06 09:55:21 +00:00
add uwsgitop
This commit is contained in:
parent
d9805e4612
commit
6a519f6013
2
app-admin/uwsgitop/Manifest
Normal file
2
app-admin/uwsgitop/Manifest
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
DIST uwsgitop-0.6.2.tar.gz 2280 SHA256 4551c14284e754856bba5ad2a70a048c50d334902e797c79979c33bf6268ab71 SHA512 170867c786dc5cb9768573f32dcd022b071d9d4f7a53083eb794a093271767483b9a6aa46d963ed0f6beebc52ef02a73b74630af9147e882638814342373414c WHIRLPOOL 6e7d0c92c97cc3e42f3e0c56565dd3817f2aaadca1834b636c5f5bc9025e19c344a25555bce20d2a05289d14b4b3c3cfbd06f641039bf85c25bf04b18a4811c1
|
||||||
|
DIST uwsgitop-0.8.tar.gz 3203 SHA256 1df88a98c3023f259abd2b3ff889296b595267819ccfa5e313f10be23d1fdfb4 SHA512 07c071167cc77d8f1404ba565d327aa95a526d1e4614027cbfe2e832630ec179d14a91a6925848813ab58ab04a323203d9afde6c4e0ebeeca557afc5da22da5a WHIRLPOOL 855a87e1e3e6c11f8bcbdd084caa22346c7102045caee858c15396f7ad04174f54c73bca3fead82baeb255a4db0b172382cdbeea3d3c46b8db86ea5950d9d9e5
|
8
app-admin/uwsgitop/metadata.xml
Normal file
8
app-admin/uwsgitop/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer>
|
||||||
|
<email>ki@bakka.su</email>
|
||||||
|
<description>In baka-bakka overlay.</description>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
21
app-admin/uwsgitop/uwsgitop-0.6.2.ebuild
Normal file
21
app-admin/uwsgitop/uwsgitop-0.6.2.ebuild
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Copyright 1999-2013 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="5"
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
DESCRIPTION="uWSGI top-like application"
|
||||||
|
HOMEPAGE="https://github.com/unbit/uwsgitop"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="dev-python/simplejson"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
dev-python/setuptools"
|
21
app-admin/uwsgitop/uwsgitop-0.8.ebuild
Normal file
21
app-admin/uwsgitop/uwsgitop-0.8.ebuild
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Copyright 1999-2013 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="5"
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
DESCRIPTION="uWSGI top-like application"
|
||||||
|
HOMEPAGE="https://github.com/unbit/uwsgitop"
|
||||||
|
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="dev-python/simplejson"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
dev-python/setuptools"
|
21
app-admin/uwsgitop/uwsgitop-9999.ebuild
Normal file
21
app-admin/uwsgitop/uwsgitop-9999.ebuild
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Copyright 1999-2013 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="5"
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||||
|
|
||||||
|
inherit distutils-r1 git-2
|
||||||
|
DESCRIPTION="uWSGI top-like application"
|
||||||
|
HOMEPAGE="https://github.com/unbit/uwsgitop"
|
||||||
|
EGIT_REPO_URI="git://github.com/unbit/uwsgitop.git"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS=""
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="dev-python/simplejson"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
dev-python/setuptools"
|
Loading…
Reference in New Issue
Block a user