From owner-svn-ports-head@FreeBSD.ORG Wed Jun 12 12:18:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2B716102; Wed, 12 Jun 2013 12:18:41 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 030E5174E; Wed, 12 Jun 2013 12:18:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5CCIeKa081610; Wed, 12 Jun 2013 12:18:40 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5CCIeHX081605; Wed, 12 Jun 2013 12:18:40 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201306121218.r5CCIeHX081605@svn.freebsd.org> From: Kubilay Kocak Date: Wed, 12 Jun 2013 12:18:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320677 - head/net/py-twitter 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.14 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: Wed, 12 Jun 2013 12:18:41 -0000 Author: koobs Date: Wed Jun 12 12:18:40 2013 New Revision: 320677 URL: http://svnweb.freebsd.org/changeset/ports/320677 Log: net/py-twitter: Update to 1.0, Use CHEESESHOP (pypi) - Update to 1.0 - Use CHEESESHOP for MASTER_SITES, remove PROJECTHOST accordingly - BUILD_DEPENDS are actually RUN_DEPENDS, remove the former - Whitespace alignment Changes: https://github.com/bear/python-twitter/blob/v1.0/CHANGES Reported by: Jethro Carr (via Twitter) Modified: head/net/py-twitter/Makefile (contents, props changed) head/net/py-twitter/distinfo (contents, props changed) Modified: head/net/py-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Wed Jun 12 11:57:13 2013 (r320676) +++ head/net/py-twitter/Makefile Wed Jun 12 12:18:40 2013 (r320677) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= twitter -PORTVERSION= 0.8.5 +PORTVERSION= 1.0 CATEGORIES= net python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} @@ -13,13 +13,11 @@ COMMENT= Python wrapper around the Twitt LICENSE= AL2 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 \ ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 -RUN_DEPENDS:= ${BUILD_DEPENDS} -PROJECTHOST= python-twitter -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= python_twitter Modified: head/net/py-twitter/distinfo ============================================================================== --- head/net/py-twitter/distinfo Wed Jun 12 11:57:13 2013 (r320676) +++ head/net/py-twitter/distinfo Wed Jun 12 12:18:40 2013 (r320677) @@ -1,2 +1,2 @@ -SHA256 (python-twitter-0.8.5.tar.gz) = 4d19d815078bb9e68f93eeae62a02a09f895bbbb294ff3fa18f137077b522433 -SIZE (python-twitter-0.8.5.tar.gz) = 67180 +SHA256 (python-twitter-1.0.tar.gz) = e54e730bc40b969f35ed6ddfb310eac7256a2caac335a8971a46ae56beb7c814 +SIZE (python-twitter-1.0.tar.gz) = 101606