From owner-svn-ports-all@FreeBSD.ORG Thu Oct 31 21:46:41 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 216F7F46; Thu, 31 Oct 2013 21:46:41 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D78AE25C5; Thu, 31 Oct 2013 21:46:39 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id y6so2816764lbh.25 for ; Thu, 31 Oct 2013 14:46:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=QY/AWuY6njIuehkwtMVQZTdrYqEGAI/F09Fk2okMeJA=; b=atqWNZmUAGBYYaq6iPwWWPyZdrBcPSSxdSlEso5kZ1a/7MXtZb7d5PPUqbQnpx9zM8 5w47T8jFSFkVKJIZLXcSyOLL7bN06Gm5z6cd7N4h41Ee/mxRQSbjNYTark6awxE9PqUd Iv0aGwqYu2FSNfY4H7lYeovtnXpCpkaJH6g5x8Q2dzUds38dXDHCy8f/qRqRRocrbbmy nDKJP7C1po5jj+ySxfMaNt7UfQujDr75naJcQ7mI/VHicSBiDqNb5mBOcEmHi+UQjMf4 jLK40pavB3tA8/05mowG/OzESaayGaNCxhHk7XVafrHidCVTbGBr18FbH3sGOkz6sVdX KwWA== MIME-Version: 1.0 X-Received: by 10.152.225.139 with SMTP id rk11mr3334809lac.27.1383255997708; Thu, 31 Oct 2013 14:46:37 -0700 (PDT) Received: by 10.114.176.34 with HTTP; Thu, 31 Oct 2013 14:46:37 -0700 (PDT) In-Reply-To: <20131031214346.GA1402@medusa.sysfault.org> References: <201310312121.r9VLLp4d066004@svn.freebsd.org> <20131031214346.GA1402@medusa.sysfault.org> Date: Thu, 31 Oct 2013 19:46:37 -0200 Message-ID: Subject: Re: svn commit: r332287 - in head/sysutils: . py-halite py-halite/files From: William Grzybowski To: Marcus von Appen , Veniamin Gvozdikov , ports-committers , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2013 21:46:41 -0000 On Thu, Oct 31, 2013 at 7:43 PM, Marcus von Appen wrote: > On, Thu Oct 31, 2013, Veniamin Gvozdikov wrote: > >> Author: vg >> Date: Thu Oct 31 21:21:51 2013 >> New Revision: 332287 >> URL: http://svnweb.freebsd.org/changeset/ports/332287 >> >> Log: >> sysutils/py-halite WebUI for sysutils/py-salt >> >> Halite : SaltStack Web UI >> ========================= >> >> Halite is a lightweight, event-driven web interface for SaltStack. > > Looks like a perfect candidate for PYDISTUTILS_AUTOPLIST=yes, too. > If the authors (at some point) add Python 3.x compatibility, we would > not have to bother about adding support for it except for changing the > USE_PYTHON version. > > [...] > >> Added: head/sysutils/py-halite/Makefile >> ============================================================================== >> --- /dev/null 00:00:00 1970 (empty, because file is newly added) >> +++ head/sysutils/py-halite/Makefile Thu Oct 31 21:21:51 2013 (r332287) >> @@ -0,0 +1,28 @@ >> +# Created by: Christer Edwards >> +# $FreeBSD$ >> + >> +PORTNAME= halite >> +PORTVERSION= 0.1.0 >> +CATEGORIES= sysutils python >> +MASTER_SITES= CHEESESHOP >> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> + >> +MAINTAINER= christer.edwards@gmail.com >> +COMMENT= SaltStack Web UI >> + >> +LICENSE= AL2 >> + >> +FETCH_ARGS= -pRr >> +USE_PYTHON= 2.6-2.7 >> +USE_PYDISTUTILS=easy_install >> + >> +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>=0.17.0:${PORTSDIR}/sysutils/py-salt \ >> + ${PYTHON_PKGNAMEPREFIX}cherrypy>0:${PORTSDIR}/www/py-cherrypy >> + >> +RUN_DEPENDS:= ${BUILD_DEPENDS} >> + >> +NO_STAGE= yes > ^^^^^^^^^^ > > This should be avoided for new ports. Is there a specific reason, why > stagedir does not work? Yes, easy_install does not support staging. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil