From owner-svn-ports-all@freebsd.org Fri Apr 1 05:15:03 2016 Return-Path: Delivered-To: svn-ports-all@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 5DC00AE709E; Fri, 1 Apr 2016 05:15:03 +0000 (UTC) (envelope-from tj@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 163301E5A; Fri, 1 Apr 2016 05:15:03 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u315F2er094639; Fri, 1 Apr 2016 05:15:02 GMT (envelope-from tj@FreeBSD.org) Received: (from tj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u315F1tJ094635; Fri, 1 Apr 2016 05:15:01 GMT (envelope-from tj@FreeBSD.org) Message-Id: <201604010515.u315F1tJ094635@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tj set sender to tj@FreeBSD.org using -f From: Tom Judge Date: Fri, 1 Apr 2016 05:15:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412314 - in head/devel: . py-twine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2016 05:15:03 -0000 Author: tj Date: Fri Apr 1 05:15:01 2016 New Revision: 412314 URL: https://svnweb.freebsd.org/changeset/ports/412314 Log: New port devel/py-twine 1.6.5 Twine is a utility for interacting with PyPI. WWW: https://pypi.python.org/pypi/twine Added: head/devel/py-twine/ head/devel/py-twine/Makefile (contents, props changed) head/devel/py-twine/distinfo (contents, props changed) head/devel/py-twine/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Apr 1 04:31:27 2016 (r412313) +++ head/devel/Makefile Fri Apr 1 05:15:01 2016 (r412314) @@ -4451,6 +4451,7 @@ SUBDIR += py-tvrage SUBDIR += py-tw.forms SUBDIR += py-twiggy + SUBDIR += py-twine SUBDIR += py-twisted SUBDIR += py-twisted152 SUBDIR += py-twistedCore Added: head/devel/py-twine/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-twine/Makefile Fri Apr 1 05:15:01 2016 (r412314) @@ -0,0 +1,22 @@ +# Created by: Tom Judge +# $FreeBSD$ + +PORTNAME= twine +PORTVERSION= 1.6.5 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= tj@FreeBSD.org +COMMENT= Collection of utilities for interacting with PyPI + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}clint>=0:${PORTSDIR}/devel/py-clint \ + ${PYTHON_PKGNAMEPREFIX}pkginfo>=0:${PORTSDIR}/sysutils/py-pkginfo \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>=0:${PORTSDIR}/www/py-requests-toolbelt \ + ${PYTHON_PKGNAMEPREFIX}setuptools27>=0:${PORTSDIR}/devel/py-setuptools27 + +USES= python +USE_PYTHON= distutils autoplist + +.include Added: head/devel/py-twine/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-twine/distinfo Fri Apr 1 05:15:01 2016 (r412314) @@ -0,0 +1,2 @@ +SHA256 (twine-1.6.5.tar.gz) = e7c2bf51666e9079d2612ac5bd98f12dcec4d74bb77f01e9280b5a574d9d19b4 +SIZE (twine-1.6.5.tar.gz) = 26716 Added: head/devel/py-twine/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-twine/pkg-descr Fri Apr 1 05:15:01 2016 (r412314) @@ -0,0 +1,3 @@ +Twine is a utility for interacting with PyPI. + +WWW: https://pypi.python.org/pypi/twine