Date: Wed, 1 May 2013 20:37:20 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317047 - head/net-p2p/py-transmissionrpc Message-ID: <201305012037.r41KbKah003191@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Wed May 1 20:37:20 2013 New Revision: 317047 URL: http://svnweb.freebsd.org/changeset/ports/317047 Log: - update to 0.10 - change USE_PYTHON to ``yes'' since it's now py3-ready changelog: https://bitbucket.org/blueluna/transmissionrpc/wiki/releasenotes/0.10 Modified: head/net-p2p/py-transmissionrpc/Makefile head/net-p2p/py-transmissionrpc/distinfo Modified: head/net-p2p/py-transmissionrpc/Makefile ============================================================================== --- head/net-p2p/py-transmissionrpc/Makefile Wed May 1 20:10:34 2013 (r317046) +++ head/net-p2p/py-transmissionrpc/Makefile Wed May 1 20:37:20 2013 (r317047) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= transmissionrpc -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,9 @@ COMMENT= Python module that communicates LICENSE= MIT -USE_PYTHON= -2.7 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six + +USE_PYTHON= yes USE_PYDISTUTILS=easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% Modified: head/net-p2p/py-transmissionrpc/distinfo ============================================================================== --- head/net-p2p/py-transmissionrpc/distinfo Wed May 1 20:10:34 2013 (r317046) +++ head/net-p2p/py-transmissionrpc/distinfo Wed May 1 20:37:20 2013 (r317047) @@ -1,2 +1,2 @@ -SHA256 (python/transmissionrpc-0.9.tar.gz) = 0ea1d48ad1bdc26413361c92763e4d724b74590d73b7ae654f621d7fe13b7aa6 -SIZE (python/transmissionrpc-0.9.tar.gz) = 18989 +SHA256 (python/transmissionrpc-0.10.tar.gz) = 22a44e731e102e1baef0615b9382e1cb8abd795f6e6df8afc385a68b03a28d97 +SIZE (python/transmissionrpc-0.10.tar.gz) = 65953
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305012037.r41KbKah003191>