svn commit: r332287 - in head/sysutils: . py-halite py-halite/files
William Grzybowski
william88 at gmail.com
Thu Oct 31 21:46:41 UTC 2013
On Thu, Oct 31, 2013 at 7:43 PM, Marcus von Appen <mva at 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 at gmail.com>
>> +# $FreeBSD$
>> +
>> +PORTNAME= halite
>> +PORTVERSION= 0.1.0
>> +CATEGORIES= sysutils python
>> +MASTER_SITES= CHEESESHOP
>> +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> +
>> +MAINTAINER= christer.edwards at 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
More information about the svn-ports-all
mailing list