Date: Thu, 31 Oct 2013 22:43:46 +0100 From: Marcus von Appen <mva@FreeBSD.org> To: Veniamin Gvozdikov <vg@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r332287 - in head/sysutils: . py-halite py-halite/files Message-ID: <20131031214346.GA1402@medusa.sysfault.org> In-Reply-To: <201310312121.r9VLLp4d066004@svn.freebsd.org> References: <201310312121.r9VLLp4d066004@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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? Cheers Marcus --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlJyzxIACgkQi68/ErJnpkd5BwCfdlzShBbKn0TCIMJYVsGPiib2 ucEAnjnXdOTyIUl+EjV2ToCQaTffIMD0 =a9D9 -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131031214346.GA1402>