From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 11 15:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1335F662 for ; Mon, 11 Nov 2013 15:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6B8A2DFE for ; Mon, 11 Nov 2013 15:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rABFA27m043766 for ; Mon, 11 Nov 2013 15:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rABFA2pP043765; Mon, 11 Nov 2013 15:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 11 Nov 2013 15:10:02 GMT Resent-Message-Id: <201311111510.rABFA2pP043765@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07291558 for ; Mon, 11 Nov 2013 15:08:38 +0000 (UTC) (envelope-from xmj@chaot.net) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE09D2DE1 for ; Mon, 11 Nov 2013 15:08:37 +0000 (UTC) Received: from mx12.chaot.net (62.65.222.235.cable.starman.ee [62.65.222.235]) by dd16522.kasserver.com (Postfix) with ESMTPSA id B95394564C1 for ; Mon, 11 Nov 2013 16:08:29 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id b56642f1; for ; Mon, 11 Nov 2013 17:08:28 +0200 (EET) Message-Id: <1637942673.enqueue@mx12.chaot.net> Date: Mon, 11 Nov 2013 17:08:28 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183862: [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Nov 2013 15:10:03 -0000 >Number: 183862 >Category: ports >Synopsis: [PATCH] net/py-gspreadsheet: Use easy_install, correct optionsfile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 11 15:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3: Thu Nov 7 16:08:22 EET >Description: - Use easy_install like upstream, now that there's staging support for it - Add OPTIONSFILE for python version independence Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- py27-gspreadsheet-0.3.0.patch begins here --- diff -ruN /usr/ports/net/py-gspreadsheet/Makefile ./Makefile --- /usr/ports/net/py-gspreadsheet/Makefile 2013-10-29 20:10:58.000000000 +0200 +++ ./Makefile 2013-11-11 17:04:00.902188891 +0200 @@ -1,5 +1,5 @@ # Created by: Johannes Meixner -# $FreeBSD: net/py-gspreadsheet/Makefile 331977 2013-10-29 18:10:58Z nemysis $ +# $FreeBSD: head/net/py-gspreadsheet/Makefile 331977 2013-10-29 18:10:58Z nemysis $ PORTNAME= gspreadsheet PORTVERSION= 0.3.0 @@ -13,13 +13,15 @@ LICENSE= AL2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdata>0:${PORTSDIR}/devel/py-gdata + USE_PYTHON= 2.7 -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install PYDISTUTILS_AUTOPLIST= yes PORTDOCS= README.rst OPTIONS_DEFINE= DOCS +OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff -ruN /usr/ports/net/py-gspreadsheet/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/net/py-gspreadsheet/files/patch-setup.py 2013-10-29 20:10:58.000000000 +0200 +++ ./files/patch-setup.py 1970-01-01 03:00:00.000000000 +0300 @@ -1,8 +0,0 @@ ---- ./setup.py.orig 2013-10-29 16:50:19.871040385 +0200 -+++ ./setup.py 2013-10-29 16:51:00.781040301 +0200 -@@ -1,4 +1,4 @@ --from setuptools import setup -+from distutils.core import setup - - with open('README.rst') as f: - long_description = f.read() --- py27-gspreadsheet-0.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: