Date: Thu, 31 Oct 2013 19:46:37 -0200 From: William Grzybowski <william88@gmail.com> To: Marcus von Appen <mva@freebsd.org>, Veniamin Gvozdikov <vg@freebsd.org>, ports-committers <ports-committers@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org> Subject: Re: svn commit: r332287 - in head/sysutils: . py-halite py-halite/files Message-ID: <CAHtVNLOfy8yUEJSDpzR=dT-DSo=QdvEd474uvesPphL1PeMzHg@mail.gmail.com> In-Reply-To: <20131031214346.GA1402@medusa.sysfault.org> References: <201310312121.r9VLLp4d066004@svn.freebsd.org> <20131031214346.GA1402@medusa.sysfault.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 31, 2013 at 7:43 PM, Marcus von Appen <mva@freebsd.org> 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 <christer.edwards@gmail.com> >> +# $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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHtVNLOfy8yUEJSDpzR=dT-DSo=QdvEd474uvesPphL1PeMzHg>