Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2018 18:45:34 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471391 - in head/devel: . py-mox3
Message-ID:  <201806021845.w52IjY5u018600@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Jun  2 18:45:34 2018
New Revision: 471391
URL: https://svnweb.freebsd.org/changeset/ports/471391

Log:
  mox3 is an unofficial port of the Google mox framework to Python 3. It was meant
  to be as compatible with mox as possible, but small enhancements have been made.
  
  WWW: https://docs.openstack.org/mox3/
  
  PR:		228680
  Submitted by:	freebsd_ports@k-worx.org
  Sponsored by:	iXsystems Inc.

Added:
  head/devel/py-mox3/
  head/devel/py-mox3/Makefile   (contents, props changed)
  head/devel/py-mox3/distinfo   (contents, props changed)
  head/devel/py-mox3/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jun  2 18:25:32 2018	(r471390)
+++ head/devel/Makefile	Sat Jun  2 18:45:34 2018	(r471391)
@@ -4686,6 +4686,7 @@
     SUBDIR += py-monotonic
     SUBDIR += py-more-itertools
     SUBDIR += py-mox
+    SUBDIR += py-mox3
     SUBDIR += py-msgpack
     SUBDIR += py-multi_key_dict
     SUBDIR += py-multipledispatch

Added: head/devel/py-mox3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mox3/Makefile	Sat Jun  2 18:45:34 2018	(r471391)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	mox3
+DISTVERSION=	0.25.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	freebsd_ports@k-worx.org
+COMMENT=	Fork of mox with Python 3 support
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}fixtures>=3.0.0:devel/py-fixtures@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils concurrent autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-mox3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mox3/distinfo	Sat Jun  2 18:45:34 2018	(r471391)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527334996
+SHA256 (mox3-0.25.0.tar.gz) = b7476f7a2dfe4d7ad743e3cbbf04ade624b3a208a0042f3f8b2ae7b00559543a
+SIZE (mox3-0.25.0.tar.gz) = 44358

Added: head/devel/py-mox3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-mox3/pkg-descr	Sat Jun  2 18:45:34 2018	(r471391)
@@ -0,0 +1,4 @@
+mox3 is an unofficial port of the Google mox framework to Python 3. It was meant
+to be as compatible with mox as possible, but small enhancements have been made.
+
+WWW: https://docs.openstack.org/mox3/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806021845.w52IjY5u018600>