svn commit: r446864 - head/sysutils/py3-iocage

Adam Weinberger adamw at adamw.org
Sun Jul 30 13:18:32 UTC 2017


> On 28 Jul, 2017, at 22:17, Marcelo Araujo <araujo at freebsd.org> wrote:
> 
> Author: araujo
> Date: Sat Jul 29 04:17:31 2017
> New Revision: 446864
> URL: https://svnweb.freebsd.org/changeset/ports/446864
> 
> Log:
>  - Update to 0.9.9.
> 
>  Changelog at: https://github.com/iocage/iocage/releases/tag/0.9.9
> 
> Modified:
>  head/sysutils/py3-iocage/Makefile
>  head/sysutils/py3-iocage/distinfo
> 
> Modified: head/sysutils/py3-iocage/Makefile
> ==============================================================================
> --- head/sysutils/py3-iocage/Makefile	Sat Jul 29 04:00:56 2017	(r446863)
> +++ head/sysutils/py3-iocage/Makefile	Sat Jul 29 04:17:31 2017	(r446864)
> @@ -1,7 +1,7 @@
> # $FreeBSD$
> 
> PORTNAME=	iocage
> -PORTVERSION=	0.9.8.1
> +PORTVERSION=	0.9.9
> CATEGORIES=	sysutils python
> PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> 
> @@ -15,6 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=2
> RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py3-click \
> 		${PYTHON_PKGNAMEPREFIX}tqdm>=4.10.0:misc/py3-tqdm \
> 		${PYTHON_PKGNAMEPREFIX}coloredlogs>0:devel/py3-coloredlogs \
> +		${PYTHON_PKGNAMEPREFIX}verboselogs>0:devel/py-verboselogs \
> 		ca_root_nss>0:security/ca_root_nss \
> 		${PYTHON_PKGNAMEPREFIX}texttable>=0.8.7:textproc/py3-texttable \
> 		${PYTHON_PKGNAMEPREFIX}pytest-runner>=2.0.0:devel/py3-pytest-runner

Hi Marcelo,

There is no py36-verboselogs package. You'll need to create a py3-verboselogs port, because right now only py27-verboselogs gets built.

See the build failure at http://beefy10.nyi.freebsd.org/data/110i386-default/446906/logs/py36-iocage-0.9.9.log

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org



More information about the svn-ports-all mailing list