From owner-svn-ports-head@freebsd.org Tue Oct 20 11:33:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2705FA1A338; Tue, 20 Oct 2015 11:33:54 +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 mx1.freebsd.org (Postfix) with ESMTPS id C83D3D53; Tue, 20 Oct 2015 11:33:53 +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 t9KBXqPp099137; Tue, 20 Oct 2015 11:33:52 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9KBXq3w099135; Tue, 20 Oct 2015 11:33:52 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201510201133.t9KBXq3w099135@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 20 Oct 2015 11:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399818 - head/sysutils/py-ploy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 20 Oct 2015 11:33:54 -0000 Author: koobs Date: Tue Oct 20 11:33:52 2015 New Revision: 399818 URL: https://svnweb.freebsd.org/changeset/ports/399818 Log: sysutils/py-ploy: Update to 1.2.1 - Update PORTVERSION and distinfo checksum (1.2.1) - Add setuptools explicitly (instead of implicitly via python.mk) to RUN_DEPENDS, as ploy uses the pkg_resources module - Add argparse to RUN_DEPENDS - Add NO_ARCH Changes: https://github.com/ployground/ploy/blob/1.2.1/HISTORY.rst Modified: head/sysutils/py-ploy/Makefile head/sysutils/py-ploy/distinfo Modified: head/sysutils/py-ploy/Makefile ============================================================================== --- head/sysutils/py-ploy/Makefile Tue Oct 20 11:27:22 2015 (r399817) +++ head/sysutils/py-ploy/Makefile Tue Oct 20 11:33:52 2015 (r399818) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ploy -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,13 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy>0:${PORTSDIR}/devel/py-lazy \ - ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko + ${PYTHON_PKGNAMEPREFIX}paramiko>0:${PORTSDIR}/security/py-paramiko \ + ${PYTHON_PKGNAMEPREFIX}setuptools${PYTHON_SUFFIX}>0:${PORTSDIR}/devel/py-setuptools${PYTHON_SUFFIX} \ + ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse USES= python USE_PYTHON= autoplist distutils +NO_ARCH= yes + .include Modified: head/sysutils/py-ploy/distinfo ============================================================================== --- head/sysutils/py-ploy/distinfo Tue Oct 20 11:27:22 2015 (r399817) +++ head/sysutils/py-ploy/distinfo Tue Oct 20 11:33:52 2015 (r399818) @@ -1,2 +1,2 @@ -SHA256 (ploy-1.2.0.tar.gz) = c79d35681eaa67b652d54f72db40a12b05daff2dcf5209ec5dde236265c1d3b1 -SIZE (ploy-1.2.0.tar.gz) = 43054 +SHA256 (ploy-1.2.1.tar.gz) = 7ace953b11add137dab1f6f75315469be681b9a4e15266ed21ee0c649f10798f +SIZE (ploy-1.2.1.tar.gz) = 44044