From owner-svn-ports-head@freebsd.org Sat May 18 12:40:15 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 5CAF015B1BE4; Sat, 18 May 2019 12:40:15 +0000 (UTC) (envelope-from koobs@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 03317805F5; Sat, 18 May 2019 12:40:15 +0000 (UTC) (envelope-from koobs@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 D37281FABB; Sat, 18 May 2019 12:40:14 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4ICeEQe079674; Sat, 18 May 2019 12:40:14 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4ICeESG079671; Sat, 18 May 2019 12:40:14 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201905181240.x4ICeESG079671@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Sat, 18 May 2019 12:40:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501960 - head/sysutils/py-ploy X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/sysutils/py-ploy X-SVN-Commit-Revision: 501960 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 03317805F5 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.955,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 18 May 2019 12:40:15 -0000 Author: koobs Date: Sat May 18 12:40:13 2019 New Revision: 501960 URL: https://svnweb.freebsd.org/changeset/ports/501960 Log: sysutils/py-ploy: Update to 1.5.2 Changelog: https://github.com/ployground/ploy/blob/1.5.2/HISTORY.rst Modified: head/sysutils/py-ploy/Makefile head/sysutils/py-ploy/distinfo head/sysutils/py-ploy/pkg-descr Modified: head/sysutils/py-ploy/Makefile ============================================================================== --- head/sysutils/py-ploy/Makefile Sat May 18 12:39:50 2019 (r501959) +++ head/sysutils/py-ploy/Makefile Sat May 18 12:40:13 2019 (r501960) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ploy -PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,10 +16,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:devel/py-lazy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +do-test: + ${RM} ${WRKSRC}/tox.ini # clobbers our pytest arguments + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs .include Modified: head/sysutils/py-ploy/distinfo ============================================================================== --- head/sysutils/py-ploy/distinfo Sat May 18 12:39:50 2019 (r501959) +++ head/sysutils/py-ploy/distinfo Sat May 18 12:40:13 2019 (r501960) @@ -1,2 +1,3 @@ -SHA256 (ploy-1.2.1.tar.gz) = 7ace953b11add137dab1f6f75315469be681b9a4e15266ed21ee0c649f10798f -SIZE (ploy-1.2.1.tar.gz) = 44044 +TIMESTAMP = 1558174719 +SHA256 (ploy-1.5.2.tar.gz) = b0253ed5a5ccb723b777c84d76070ac0e80e041a1003624e6377ddbb40943d26 +SIZE (ploy-1.5.2.tar.gz) = 51727 Modified: head/sysutils/py-ploy/pkg-descr ============================================================================== --- head/sysutils/py-ploy/pkg-descr Sat May 18 12:39:50 2019 (r501959) +++ head/sysutils/py-ploy/pkg-descr Sat May 18 12:40:13 2019 (r501960) @@ -6,4 +6,4 @@ You can create, delete, monitor and ssh into instances details like ssh fingerprint checking. Additional plugins provide advanced functionality like integrating Fabric (ploy_fabric) and Ansible (ploy_ansible). -WWW: http://ploy.readthedocs.org +WWW: https://github.com/ployground/ploy