mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 08:58:27 -07:00
dev-python/supervisor-quick: Initial addition to the tree
This commit is contained in:
1
dev-python/supervisor-quick/Manifest
Normal file
1
dev-python/supervisor-quick/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST supervisor-quick-0.1.4.tar.gz 3662 SHA256 8be428cc10e868b2d2dfc57fc5b9ea1b2652d7c78b60313750a50ff77f92a9f3 SHA512 e805cdb28a5f1b7d594983cd807cfc015c6c28c721e4595143b2856f29f82d8c835ec47969ea240922395cd8fa682da475ad53761f3a8510941d9c2e4f80f711 WHIRLPOOL 24adb29efc4d156114dc8e2913b2e7096526a535efff65621362c75b17e470c930a6a11a17e384acce5112cd95d0b562c2701ad438d25882bdae3733db469e49
|
||||
9
dev-python/supervisor-quick/metadata.xml
Normal file
9
dev-python/supervisor-quick/metadata.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>klausman@gentoo.org</email>
|
||||
<name>Tobias Klausmann</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
||||
21
dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild
Normal file
21
dev-python/supervisor-quick/supervisor-quick-0.1.4.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Bypass supervisor's nasty callbacks stack and make it quick!"
|
||||
HOMEPAGE="https://pypi.python.org/pypi/supervisor-quick/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
app-admin/supervisor[${PYTHON_USEDEP}]
|
||||
"
|
||||
Reference in New Issue
Block a user