From owner-svn-ports-head@freebsd.org Sat Jun 8 01:36:09 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 437D315BD4A0; Sat, 8 Jun 2019 01:36:09 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC9216C718; Sat, 8 Jun 2019 01:36:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 86507C7FD; Sat, 8 Jun 2019 01:36:08 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x581a8se028519; Sat, 8 Jun 2019 01:36:08 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x581a8ZZ028517; Sat, 8 Jun 2019 01:36:08 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201906080136.x581a8ZZ028517@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 8 Jun 2019 01:36:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503696 - in head/devel/py-robotframework-pabot: . files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/devel/py-robotframework-pabot: . files X-SVN-Commit-Revision: 503696 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CC9216C718 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.966,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jun 2019 01:36:09 -0000 Author: swills Date: Sat Jun 8 01:36:07 2019 New Revision: 503696 URL: https://svnweb.freebsd.org/changeset/ports/503696 Log: devel/py-robotframework-pabot: Update to 0.63 PR: 238246 Submitted by: vladimir.chukharev@gmail.com (maintainer) Added: head/devel/py-robotframework-pabot/files/ head/devel/py-robotframework-pabot/files/patch-setup.py (contents, props changed) Modified: head/devel/py-robotframework-pabot/Makefile (contents, props changed) head/devel/py-robotframework-pabot/distinfo (contents, props changed) Modified: head/devel/py-robotframework-pabot/Makefile ============================================================================== --- head/devel/py-robotframework-pabot/Makefile Sat Jun 8 01:31:18 2019 (r503695) +++ head/devel/py-robotframework-pabot/Makefile Sat Jun 8 01:36:07 2019 (r503696) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework-pabot -PORTVERSION= 0.59 +PORTVERSION= 0.65 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}robotframework>=2. ${PYTHON_PKGNAMEPREFIX}robotremoteserver>=1.0.1:devel/py-robotremoteserver@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes Modified: head/devel/py-robotframework-pabot/distinfo ============================================================================== --- head/devel/py-robotframework-pabot/distinfo Sat Jun 8 01:31:18 2019 (r503695) +++ head/devel/py-robotframework-pabot/distinfo Sat Jun 8 01:36:07 2019 (r503696) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557483324 -SHA256 (robotframework-pabot-0.59.tar.gz) = 79eb66b20cacd41c41a7e36aa92fa4cba526bcd378dea1ead9eccc46a84459e9 -SIZE (robotframework-pabot-0.59.tar.gz) = 19822 +TIMESTAMP = 1559818643 +SHA256 (robotframework-pabot-0.65.tar.gz) = 5a831ca744eadc6468828685dc7d13ab8ace062d55eb61b94178b2815ba6dc39 +SIZE (robotframework-pabot-0.65.tar.gz) = 22294 Added: head/devel/py-robotframework-pabot/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-robotframework-pabot/files/patch-setup.py Sat Jun 8 01:36:07 2019 (r503696) @@ -0,0 +1,11 @@ +--- setup.py.orig 2019-06-06 10:50:07 UTC ++++ setup.py +@@ -28,7 +28,6 @@ setup(name='robotframework-pabot', + 'Development Status :: 5 - Production/Stable', + 'Framework :: Robot Framework' + ], +- scripts=[os.path.join('scripts', 'pabot'), +- os.path.join('scripts', 'pabot.bat')], ++ scripts=[os.path.join('scripts', 'pabot')], + license='Apache License, Version 2.0', + install_requires=['robotframework', 'robotremoteserver>=1.1'])