Date: Fri, 1 Apr 2016 05:15:01 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412314 - in head/devel: . py-twine Message-ID: <201604010515.u315F1tJ094635@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <tj@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604010515.u315F1tJ094635>