From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:22:10 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B486637; Sun, 23 Feb 2014 03:22:10 +0000 (UTC) Received: from rtfm.jp (rtfm.jp [219.94.242.231]) by mx1.freebsd.org (Postfix) with ESMTP id 4A23B107E; Sun, 23 Feb 2014 03:22:09 +0000 (UTC) Received: by rtfm.jp (Postfix, from userid 1001) id 62866B830; Sun, 23 Feb 2014 12:16:00 +0900 (JST) To: FreeBSD-gnats-submit@freebsd.org Subject: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 From: TAKATSU Tomonari X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20140223031600.62866B830@rtfm.jp> Date: Sun, 23 Feb 2014 12:16:00 +0900 (JST) Cc: buganini@gmail.com, mauricio@arareko.net, 5u623l20@gmail.com, python@FreeBSD.org, rm@FreeBSD.org, nemysis@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 03:22:10 -0000 >Submitter-Id: current-users >Originator: TAKATSU Tomonari >Organization: none (personal) >Confidential: no >Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Environment: System: FreeBSD f34d 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC >Description: - Repocopy print/py-reportlab to print/py-reportlab1 to preserve version 1.x and to update to 3.0 print/py-reportlab: - Update print/py-reportlab to 3.0 based on print/py-reportlab2 - Support STAGEDIR - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Set CONFLICTS - Add PORTSCOUT - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab1: - Support STAGEDIR - Add PKGNAMESUFFIX not to duplicate ports with the same name - Set CONFLICTS - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of PORTDOCS - Set OPTIONS_DEFINE explicitly - Fix include statement - Make docs unconditional to stage - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab2: - Update CONFLICTS - Set PORTSCOUT dependent ports: - Switch dependency from print/py-reportlab to print/py-reportlab1 * biology/py-biopython * deskutils/gourmet * deskutils/griffith * games/pythonsudoku * misc/pdfmap * print/py-trml2pdf * www/py-satchmo >How-To-Repeat: >Fix: Index: print/Makefile =================================================================== --- print/Makefile (revision 345685) +++ print/Makefile (working copy) @@ -253,6 +253,7 @@ SUBDIR += py-pyscript SUBDIR += py-relatorio SUBDIR += py-reportlab + SUBDIR += py-reportlab1 SUBDIR += py-reportlab2 SUBDIR += py-rtf SUBDIR += py-trml2pdf Index: print/py-reportlab/Makefile =================================================================== --- print/py-reportlab/Makefile (revision 345685) +++ print/py-reportlab/Makefile (working copy) @@ -2,48 +2,75 @@ # $FreeBSD$ PORTNAME= reportlab -PORTVERSION= 1.21.2 -PORTREVISION= 3 +PORTVERSION= 3.0 CATEGORIES= print python -MASTER_SITES= http://www.reportlab.com/ftp/ \ - ${MASTER_SITE_LOCAL:S/$/:accel/} \ - http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel -MASTER_SITE_SUBDIR= erwin/:accel +MASTER_SITES= CHEESESHOP \ + http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= reportlab-${PORTVERSION}.tar.gz \ - rl_accel-3004.tgz:accel +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + ${PFBFER} +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language -PORTSCOUT= ignore:1 # Last version of 1.X branch +LICENSE= BSD +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow + USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Reportlab +PYDISTUTILS_AUTOPLIST= yes -WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab +CONFLICTS= py*-reportlab[^3]-[^3].* \ + py*-reportlab-[^3].* + +PORTSCOUT= limit:^3\.0\. + +PFBFER_VERSION= 20070710 +PFBFER= pfbfer-${PFBFER_VERSION}.zip + MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ - graphics_reference.pdf reference.pdf userguide.pdf +DOCS= reportlab-userguide.pdf -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py - @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py +OPTIONS_DEFINE= CJK FREETYPE DOCS +OPTIONS_DEFAULT= CJK FREETYPE +CJK_DESC= Adobe CMaps +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 + .include +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + +.if ${PORT_OPTIONS:MCJK} +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%DISTDIR%%|${DISTDIR}|' \ + -e 's|%%PFBFER%%|${PFBFER}|' \ + ${WRKSRC}/setup.py +.if ${PORT_OPTIONS:MDOCS} +.for f in genAll.py userguide/genuserguide.py + @${REINPLACE_CMD} -e 's|%%STAGEDIR%%|${STAGEDIR}|' \ + -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \ + ${WRKSRC}/docs/${f} +.endfor +.endif + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @cd ${WRKSRC}/docs && ${PYTHON_CMD} genAll.py + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${CAT} ${PKGMESSAGE} .include Index: print/py-reportlab/distinfo =================================================================== --- print/py-reportlab/distinfo (revision 345685) +++ print/py-reportlab/distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (reportlab-1.21.2.tar.gz) = dbefc02b43ee72484f95b82b21c0a8fe874d7facc9f5fbcacdde82c2b15b5d30 -SIZE (reportlab-1.21.2.tar.gz) = 3464482 -SHA256 (rl_accel-3004.tgz) = a2ac1b7dbf5f37e98c5f5a80cd364fa682d830561a9694328460430a04baf20d -SIZE (rl_accel-3004.tgz) = 58569 +SHA256 (reportlab-3.0.tar.gz) = a8a75186a9f2cc219c9fee5ec52ae4e18084783906b6345109770ff933bed86f +SIZE (reportlab-3.0.tar.gz) = 1936012 +SHA256 (pfbfer-20070710.zip) = fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 +SIZE (pfbfer-20070710.zip) = 677333 Index: print/py-reportlab/files/patch-docs-genAll.py =================================================================== --- print/py-reportlab/files/patch-docs-genAll.py (revision 0) +++ print/py-reportlab/files/patch-docs-genAll.py (working copy) @@ -0,0 +1,11 @@ +--- docs/genAll.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/genAll.py 2014-02-16 16:20:21.000000000 +0900 +@@ -1,6 +1,7 @@ + #!/bin/env python +-import os, sys, traceback ++import os, sys, traceback, site + def _genAll(verbose=1): ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.testutils import setOutDir + setOutDir(__name__) + from reportlab.lib.testutils import testsFolder Property changes on: print/py-reportlab/files/patch-docs-genAll.py ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: print/py-reportlab/files/patch-docs-userguide-genuserguide.py =================================================================== --- print/py-reportlab/files/patch-docs-userguide-genuserguide.py (revision 0) +++ print/py-reportlab/files/patch-docs-userguide-genuserguide.py (working copy) @@ -0,0 +1,12 @@ +--- docs/userguide/genuserguide.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/userguide/genuserguide.py 2014-02-16 16:15:05.000000000 +0900 +@@ -8,7 +8,8 @@ + """ + + def run(pagesize=None, verbose=0, outDir=None): +- import sys,os ++ import sys,os,site ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.utils import open_and_read, asUnicode + cwd = os.getcwd() + docsDir=os.path.dirname(os.path.dirname(sys.argv[0]) or cwd) Property changes on: print/py-reportlab/files/patch-docs-userguide-genuserguide.py ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: print/py-reportlab/files/patch-rl_config.py =================================================================== --- print/py-reportlab/files/patch-rl_config.py (revision 345685) +++ print/py-reportlab/files/patch-rl_config.py (working copy) @@ -1,55 +0,0 @@ ---- rl_config.py.orig Wed Nov 10 00:09:28 2004 -+++ rl_config.py Mon Mar 21 03:24:22 2005 -@@ -22,15 +22,9 @@ - - # places to look for T1Font information - T1SearchPath = ( -- 'c:/Program Files/Adobe/Acrobat 6.0/Resource/Font', #Win32, Acrobat 6 -- 'c:/Program Files/Adobe/Acrobat 5.0/Resource/Font', #Win32, Acrobat 5 -- 'c:/Program Files/Adobe/Acrobat 4.0/Resource/Font', #Win32, Acrobat 4 -- '%(disk)s/Applications/Python %(sys_version)s/reportlab/fonts', #Mac? -- '/usr/lib/Acrobat5/Resource/Font', #Linux, Acrobat 5? -- '/usr/lib/Acrobat4/Resource/Font', #Linux, Acrobat 4 -- '/usr/local/Acrobat6/Resource/Font', #Linux, Acrobat 5? -- '/usr/local/Acrobat5/Resource/Font', #Linux, Acrobat 5? -- '/usr/local/Acrobat4/Resource/Font', #Linux, Acrobat 4 -+ '/usr/local/Acrobat6/Resource/Font', -+ '/usr/local/Acrobat5/Resource/Font', -+ '/usr/local/Acrobat4/Resource/Font', - '%(REPORTLAB_DIR)s/fonts', #special - '%(REPORTLAB_DIR)s/../fonts', #special - '%(REPORTLAB_DIR)s/../../fonts', #special -@@ -39,9 +33,7 @@ - - # places to look for TT Font information - TTFSearchPath = ( -- 'c:/winnt/fonts', -- 'c:/windows/fonts', -- '/usr/lib/X11/fonts/TrueType/', -+ '/usr/X11R6/lib/X11/fonts/TrueType/', - '%(REPORTLAB_DIR)s/fonts', #special - '%(REPORTLAB_DIR)s/../fonts', #special - '%(REPORTLAB_DIR)s/../../fonts',#special -@@ -49,20 +41,14 @@ - ) - - # places to look for CMap files - should ideally merge with above --CMapSearchPath = ('/usr/lib/Acrobat6/Resource/CMap', -- '/usr/lib/Acrobat5/Resource/CMap', -- '/usr/lib/Acrobat4/Resource/CMap', -- '/usr/local/Acrobat6/Resource/CMap', -+CMapSearchPath = ('/usr/local/Acrobat6/Resource/CMap', - '/usr/local/Acrobat5/Resource/CMap', - '/usr/local/Acrobat4/Resource/CMap', -- 'C:\\Program Files\\Adobe\\Acrobat\\Resource\\CMap', -- 'C:\\Program Files\\Adobe\\Acrobat 6.0\\Resource\\CMap', -- 'C:\\Program Files\\Adobe\\Acrobat 5.0\\Resource\\CMap', -- 'C:\\Program Files\\Adobe\\Acrobat 4.0\\Resource\\CMap' - '%(REPORTLAB_DIR)s/fonts/CMap', #special - '%(REPORTLAB_DIR)s/../fonts/CMap', #special - '%(REPORTLAB_DIR)s/../../fonts/CMap', #special - '%(HOME)s/fonts/CMap', #special -+ '/usr/local/share/ghostscript/Resource/CMap', - ) - - #### Normally don't need to edit below here #### Index: print/py-reportlab/files/patch-setup.py =================================================================== --- print/py-reportlab/files/patch-setup.py (revision 345685) +++ print/py-reportlab/files/patch-setup.py (working copy) @@ -1,11 +1,29 @@ ---- setup.py.orig Fri Nov 26 00:12:20 2004 -+++ setup.py Mon Mar 21 03:26:45 2005 -@@ -19,7 +19,7 @@ - isfile = os.path.isfile - isdir = os.path.isfile - dirname = os.path.dirname --package_path = pjoin(package_home(distutils.__dict__), 'site-packages', 'reportlab') -+package_path = os.environ['PACKAGE_PATH'] +--- setup.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ setup.py 2014-02-16 00:48:02.000000000 +0900 +@@ -241,11 +241,7 @@ + ] - def get_version(): - #determine Version + def get_fonts(PACKAGE_DIR, reportlab_files): +- import sys, os, os.path, zipfile, io +- if isPy3: +- import urllib.request as ureq +- else: +- import urllib2 as ureq ++ import sys, os, os.path, zipfile + rl_dir = PACKAGE_DIR['reportlab'] + if not [x for x in reportlab_files if not os.path.isfile(pjoin(rl_dir,x))]: + infoline("Standard T1 font curves already downloaded") +@@ -254,12 +250,7 @@ + infoline('not downloading T1 font curve files') + return + try: +- infoline("Downloading standard T1 font curves") +- +- remotehandle = ureq.urlopen("http://www.reportlab.com/ftp/pfbfer-20070710.zip") +- zipdata = io.BytesIO(remotehandle.read()) +- remotehandle.close() +- archive = zipfile.ZipFile(zipdata) ++ archive = zipfile.ZipFile("%%DISTDIR%%/%%PFBFER%%") + dst = pjoin(rl_dir, 'fonts') + + for name in archive.namelist(): Index: print/py-reportlab/pkg-descr =================================================================== --- print/py-reportlab/pkg-descr (revision 345685) +++ print/py-reportlab/pkg-descr (working copy) @@ -19,4 +19,4 @@ scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Index: print/py-reportlab/pkg-message =================================================================== --- print/py-reportlab/pkg-message (revision 345685) +++ print/py-reportlab/pkg-message (working copy) @@ -1,4 +0,0 @@ -======================================================= - You may need to install print/adobe-cmaps port to use - East Asian languages. -======================================================= Index: print/py-reportlab/pkg-plist =================================================================== --- print/py-reportlab/pkg-plist (revision 345685) +++ print/py-reportlab/pkg-plist (working copy) @@ -1,677 +0,0 @@ -%%PYTHON_SITELIBDIR%%/_rl_accel.so -@unexec rm -f %D/%%PYTHON_SITELIBDIR%%/reportlab/fonts/*.fastmap -%%PYTHON_SITELIBDIR%%/pyHnj.so -%%PYTHON_SITELIBDIR%%/reportlab/README -%%PYTHON_SITELIBDIR%%/reportlab/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/changes -%%PYTHON_SITELIBDIR%%/reportlab/demos/colors/colortest.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/gadflypaper/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/gadflypaper/gfe.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/dodyssey.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/fodyssey.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/odyssey.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey/odyssey.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/rlzope/readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/rlzope/rlzope.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/stdfonts/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/demos/stdfonts/stdfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/demos/tests/testdemos.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/docs/genAll.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch1_intro.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch2_concepts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch3_shapes.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch4_widgets.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/ch5_charts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide/gengraphguide.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/Edit_Prefs.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/Python_21.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/Python_21_HINT.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/fileExchange.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/jpn.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/jpnchars.jpg -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/lj8100.jpg -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/replogo.a85 -%%PYTHON_SITELIBDIR%%/reportlab/docs/images/replogo.gif -%%PYTHON_SITELIBDIR%%/reportlab/docs/reference/build.bat -%%PYTHON_SITELIBDIR%%/reportlab/docs/reference/genreference.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/reference/reference.yml -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/app_demos.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch1_intro.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch2_graphics.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch2a_fonts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch3_pdffeatures.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch4_platypus_concepts.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch5_paragraphs.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch6_tables.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch7_custom.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/ch9_future.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/genuserguide.py -%%PYTHON_SITELIBDIR%%/reportlab/docs/userguide/testfile.txt -%%PYTHON_SITELIBDIR%%/reportlab/extensions/README -%%PYTHON_SITELIBDIR%%/reportlab/extensions/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/extensions/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/extensions/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/fonts/00readme.txt -%%PYTHON_SITELIBDIR%%/reportlab/fonts/LeERC___.AFM -%%PYTHON_SITELIBDIR%%/reportlab/fonts/LeERC___.PFB -%%PYTHON_SITELIBDIR%%/reportlab/fonts/luxiserif.ttf -%%PYTHON_SITELIBDIR%%/reportlab/fonts/luxiserif_license.txt -%%PYTHON_SITELIBDIR%%/reportlab/fonts/rina.ttf -%%PYTHON_SITELIBDIR%%/reportlab/fonts/rina_license.txt -%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/areas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/axes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/barcharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/dotbox.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/doughnut.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/legends.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/linecharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/lineplots.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/piecharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/slidebox.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/spider.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/textlabels.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/charts/utils3d.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPDF.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPM.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderPS.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderSVG.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/renderbase.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/bubble.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_bar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/clustered_column.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/excelcolors.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/exploded_pie.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/filled_radar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/line_chart.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/linechart_with_markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/radar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/runall.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/scatter_lines_markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/simple_pie.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_bar.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/samples/stacked_column.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/shapes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testdrawings.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/testshapes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgetbase.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/eventcal.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/flags.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/grids.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/markers.pyo -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.py -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyc -%%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets/signsandsymbols.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/PyFontify.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/abag.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/attrmap.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/codecharts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/colors.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/corp.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/enums.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/extformat.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/fonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/formatters.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/logger.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/normalDate.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/pagesizes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/randomtext.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/rparsexml.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/sequencer.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/set_ops.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/styles.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/tocindex.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/tocindex.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/tocindex.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/units.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/units.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/units.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/validators.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/xmllib.pyo -%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.py -%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.pyc -%%PYTHON_SITELIBDIR%%/reportlab/lib/yaml.pyo -%%PYTHON_SITELIBDIR%%/reportlab/license.txt -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_cidfontdata.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/_fontdata.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/cidfonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfdoc.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfform.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfmetrics.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfpattern.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/pdfutils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfbase/ttfonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/canvas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pathobject.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfgeom.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pdfimages.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/pycanvas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.py -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.pyc -%%PYTHON_SITELIBDIR%%/reportlab/pdfgen/textobject.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/doctemplate.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/figures.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/flowables.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/frames.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/para.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paragraph.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/paraparser.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tableofcontents.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/tables.pyo -%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.py -%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.pyc -%%PYTHON_SITELIBDIR%%/reportlab/platypus/xpreformatted.pyo -%%PYTHON_SITELIBDIR%%/reportlab/rl_config.py -%%PYTHON_SITELIBDIR%%/reportlab/rl_config.pyc -%%PYTHON_SITELIBDIR%%/reportlab/rl_config.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/doctest.py -%%PYTHON_SITELIBDIR%%/reportlab/test/doctest.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/doctest.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/linecache_copy.py -%%PYTHON_SITELIBDIR%%/reportlab/test/linecache_copy.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/linecache_copy.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/pythonpowered.gif -%%PYTHON_SITELIBDIR%%/reportlab/test/runAll.py -%%PYTHON_SITELIBDIR%%/reportlab/test/runAll.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/runAll.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_charts_textlabels.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_charts_textlabels.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_charts_textlabels.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docs_build.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docs_build.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docs_build.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docstrings.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docstrings.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_docstrings.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_extra.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_extra.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_extra.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_charts.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_charts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_charts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_images.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_images.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_images.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_layout.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_layout.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_layout.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_speed.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_speed.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_graphics_speed.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_hello.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_hello.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_hello.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_images.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_images.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_images.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_invariant.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_invariant.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_invariant.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_colors.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_colors.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_colors.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_sequencer.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_sequencer.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_sequencer.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_utils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_validators.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_validators.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_lib_validators.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_chs.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_chs.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_chs.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_cht.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_cht.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_cht.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_jpn.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_jpn.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_jpn.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_kor.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_kor.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_multibyte_kor.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_paragraphs.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_paragraphs.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_paragraphs.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_encodings.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_encodings.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_encodings.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_fontembed.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_fontembed.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_fontembed.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfmetrics.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfmetrics.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfmetrics.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfutils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfutils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_pdfutils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_postscript.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_postscript.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_postscript.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_ttfonts.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_ttfonts.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfbase_ttfonts.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_callback.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_callback.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_callback.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_general.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_general.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_general.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_links.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_links.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_links.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pagemodes.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pagemodes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pagemodes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pycanvas.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pycanvas.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pdfgen_pycanvas.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_breaking.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_breaking.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_breaking.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_general.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_general.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_general.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_indents.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_indents.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_indents.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_leftright.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_leftright.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_leftright.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_paragraphs.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_paragraphs.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_paragraphs.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_pto.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_pto.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_pto.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_tables.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_tables.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_tables.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_toc.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_toc.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_toc.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_xref.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_xref.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_platypus_xref.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pyfiles.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pyfiles.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_pyfiles.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_renderSVG.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_renderSVG.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_renderSVG.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_rl_accel.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_rl_accel.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_rl_accel.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_source_chars.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_source_chars.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_source_chars.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_table_layout.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_table_layout.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_table_layout.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_tools_pythonpoint.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_tools_pythonpoint.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_tools_pythonpoint.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_utils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgetbase_tpc.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgetbase_tpc.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgetbase_tpc.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgets_grids.py -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgets_grids.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/test_widgets_grids.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/unittest.py -%%PYTHON_SITELIBDIR%%/reportlab/test/unittest.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/unittest.pyo -%%PYTHON_SITELIBDIR%%/reportlab/test/utils.py -%%PYTHON_SITELIBDIR%%/reportlab/test/utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/test/utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/codegrab.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/codegrab.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/codegrab.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/docpy.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/docpy.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/docpy.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/examples.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/examples.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/examples.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/graphdocpy.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/graphdocpy.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/graphdocpy.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rl_doc_utils.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rl_doc_utils.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rl_doc_utils.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rltemplate.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rltemplate.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/rltemplate.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/stylesheet.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/stylesheet.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/stylesheet.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/t_parse.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/t_parse.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/t_parse.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml2pdf.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml2pdf.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/docco/yaml2pdf.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo-config.txt -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/demo.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/idle_print.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/idle_print.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/idle_print.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/py2pdf.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/py2pdf.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/py2pdf.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf/vertpython.jpg -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/README -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/customshapes.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/customshapes.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/customshapes.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/LeERC___.AFM -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/LeERC___.PFB -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/htu.xml -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/leftlogo.a85 -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/leftlogo.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/lj8100.jpg -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/monterey.xml -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/outline.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/pplogo.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/python.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/pythonpoint.xml -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/spectrum.png -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos/vertpython.gif -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.dtd -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/pythonpoint.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/stdparser.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/stdparser.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/stdparser.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/__init__.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/__init__.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/__init__.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/horrible.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/horrible.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/horrible.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/htu.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/htu.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/htu.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/modern.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/modern.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/modern.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/projection.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/projection.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/projection.pyo -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/standard.py -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/standard.pyc -%%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles/standard.pyo -%%PYTHON_SITELIBDIR%%/sgmlop.so -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/styles -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint/demos -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/pythonpoint -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/py2pdf -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools/docco -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/tools -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/test -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/platypus -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/pdfgen -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/pdfbase -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/lib -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/widgets -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/samples -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics/charts -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/graphics -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/fonts -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/extensions -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/userguide -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/reference -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/images -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs/graphguide -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/docs -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/tests -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/stdfonts -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/rlzope -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/odyssey -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/gadflypaper -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos/colors -@dirrm %%PYTHON_SITELIBDIR%%/reportlab/demos -@dirrm %%PYTHON_SITELIBDIR%%/reportlab -%%PORTDOCS%%%%DOCSDIR%%/RML_UserGuide.pdf -%%PORTDOCS%%%%DOCSDIR%%/RML_UserGuide_1_0.pdf -%%PORTDOCS%%%%DOCSDIR%%/diagradoc.pdf -%%PORTDOCS%%%%DOCSDIR%%/graphguide.pdf -%%PORTDOCS%%%%DOCSDIR%%/graphics_reference.pdf -%%PORTDOCS%%%%DOCSDIR%%/reference.pdf -%%PORTDOCS%%%%DOCSDIR%%/userguide.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% Index: print/py-reportlab1/Makefile =================================================================== --- print/py-reportlab1/Makefile (revision 345570) +++ print/py-reportlab1/Makefile (working copy) @@ -10,6 +10,7 @@ http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel MASTER_SITE_SUBDIR= erwin/:accel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 DISTFILES= reportlab-${PORTVERSION}.tar.gz \ rl_accel-3004.tgz:accel @@ -16,10 +17,14 @@ MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language +CONFLICTS= py*-reportlab[^1]-[^1].* \ + py*-reportlab-[^1].* + PORTSCOUT= ignore:1 # Last version of 1.X branch USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Reportlab WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab @@ -26,24 +31,21 @@ MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PORTDOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ graphics_reference.pdf reference.pdf userguide.pdf -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py -.include - post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + ${CP} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif @${CAT} ${PKGMESSAGE} -.include +.include Index: print/py-reportlab1/pkg-descr =================================================================== --- print/py-reportlab1/pkg-descr (revision 345570) +++ print/py-reportlab1/pkg-descr (working copy) @@ -19,4 +19,4 @@ scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Index: print/py-reportlab2/Makefile =================================================================== --- print/py-reportlab2/Makefile (revision 345685) +++ print/py-reportlab2/Makefile (working copy) @@ -22,8 +22,11 @@ WRKSRC= ${WRKDIR}/reportlab-${PORTVERSION} -CONFLICTS= py2[0-9]-reportlab-[0-9]* +CONFLICTS= py*-reportlab[^2]-[^2].* \ + py*-reportlab-[^2].* +PORTSCOUT= limit:^2\. + PFBFER_VERSION= 20070710 USE_PYTHON= yes Index: print/py-trml2pdf/Makefile =================================================================== --- print/py-trml2pdf/Makefile (revision 345685) +++ print/py-trml2pdf/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= trml2pdf PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= SF/kraft/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Tiny RML2PDF easily creates PDF documents. RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 NO_BUILD= yes Index: biology/py-biopython/Makefile =================================================================== --- biology/py-biopython/Makefile (revision 345685) +++ biology/py-biopython/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= biopython PORTVERSION= 1.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ PYEASYINSTALL_ARCHDEP= yes .if !defined(WITHOUT_REPORTLAB) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 .endif NO_STAGE= yes Index: deskutils/gourmet/Makefile =================================================================== --- deskutils/gourmet/Makefile (revision 345685) +++ deskutils/gourmet/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= https://launchpadlibrarian.net/133161899/ @@ -17,7 +18,7 @@ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}poppler>=0:${PORTSDIR}/graphics/py-poppler \ ${PYTHON_PKGNAMEPREFIX}rtf>=0:${PORTSDIR}/print/py-rtf \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl MAN1= gourmet.1 Index: deskutils/griffith/Makefile =================================================================== --- deskutils/griffith/Makefile (revision 345685) +++ deskutils/griffith/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= griffith PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/87859599/ @@ -43,7 +44,7 @@ .if ${PORT_OPTIONS:MREPORTLAB2} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2:${PORTSDIR}/print/py-reportlab2 .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:${PORTSDIR}/print/py-reportlab1 .endif .if ${PORT_OPTIONS:MCHARDET} Index: games/pythonsudoku/Makefile =================================================================== --- games/pythonsudoku/Makefile (revision 345685) +++ games/pythonsudoku/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= pythonsudoku PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ SF/nemysisfreebsdp/games/:icons @@ -19,7 +20,7 @@ LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 USE_BZIP2= yes USES= desktop-file-utils Index: misc/pdfmap/Makefile =================================================================== --- misc/pdfmap/Makefile (revision 345685) +++ misc/pdfmap/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= pdfmap PORTVERSION= 2.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaxml>=3.01:${PORTSDIR}/textproc/py-jaxml \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging USE_PYTHON= yes Index: www/py-satchmo/Makefile =================================================================== --- www/py-satchmo/Makefile (revision 345685) +++ www/py-satchmo/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= satchmo PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.caomhin.org/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}trml2pdf>=0:${PORTSDIR}/print/py-trml2pdf \ ${PYTHON_PKGNAMEPREFIX}django-registration>=0.8:${PORTSDIR}/www/py-django-registration \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:30:13 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 74CA373F; Sun, 23 Feb 2014 03:30:13 +0000 (UTC) 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 4B18B10E7; Sun, 23 Feb 2014 03:30:13 +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 s1N3UDx2084877; Sun, 23 Feb 2014 03:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N3UDlo084876; Sun, 23 Feb 2014 03:30:13 GMT (envelope-from edwin) Date: Sun, 23 Feb 2014 03:30:13 GMT Message-Id: <201402230330.s1N3UDlo084876@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 03:30:13 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 23 03:30:13 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:30:15 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3997B743; Sun, 23 Feb 2014 03:30:15 +0000 (UTC) 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 0F47410E8; Sun, 23 Feb 2014 03:30:15 +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 s1N3UERA084952; Sun, 23 Feb 2014 03:30:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N3UEin084951; Sun, 23 Feb 2014 03:30:14 GMT (envelope-from edwin) Date: Sun, 23 Feb 2014 03:30:14 GMT Message-Id: <201402230330.s1N3UEin084951@freefall.freebsd.org> To: tota@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 03:30:15 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 23 03:30:14 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 03:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69D279EC for ; Sun, 23 Feb 2014 03:40:01 +0000 (UTC) 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 55F4E11C6 for ; Sun, 23 Feb 2014 03:40:01 +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 s1N3e1PL087757 for ; Sun, 23 Feb 2014 03:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N3e1gl087756; Sun, 23 Feb 2014 03:40:01 GMT (envelope-from gnats) Date: Sun, 23 Feb 2014 03:40:01 GMT Message-Id: <201402230340.s1N3e1gl087756@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 03:40:01 -0000 The following reply was made to PR ports/186970; it has been noted by GNATS. From: Edwin Groothuis To: 5u623l20@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 Date: Sun, 23 Feb 2014 03:30:14 UT Maintainer of print/py-reportlab, Please note that PR ports/186970 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186970 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 05:47:56 2014 Return-Path: Delivered-To: python@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 ESMTPS id 62EBE84E for ; Sun, 23 Feb 2014 05:47:56 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 37CA41A6A for ; Sun, 23 Feb 2014 05:47:55 +0000 (UTC) Received: from [149.44.171.213] (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id CFB6E3F472; Sun, 23 Feb 2014 00:47:51 -0500 (EST) Date: Sun, 23 Feb 2014 06:48:05 +0100 (CET) From: Gerald Pfeifer To: William Grzybowski , python@freebsd.org Subject: Re: python packages struggling with GCC 4.7 In-Reply-To: Message-ID: References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 05:47:56 -0000 On Thu, 5 Dec 2013, Gerald Pfeifer wrote: > On Wed, 4 Dec 2013, William Grzybowski wrote: >> It looks like the build is not respecting FFLAGS, so no -Wl,rpath= for >> gfortran. As far as it working for gcc46, it looks like it fails to >> detect gfortran46 as a compiler and uses gcc46, which respects CFLAGS. > > That is, hmm, interesting. =:-) Nice analysis. > >> Can you try http://people.freebsd.org/~wg/py-numpy.patch ? > > Thanks for the patch! > > Is there any chance that someone on python@ can give it a try? That > would be great since I am traveling right now and hardly can test. No takers? :-) With some unplanned offline-ness on my side, this has now taken far longer than I had hoped for, but I managed to test this patch now (reproducing both the original failure and then a build without) -- and this patch, once I got it to apply, works! Thanks a lot. Shall I go ahead and commit it, or would you prefer to? Gerald Index: math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py =================================================================== --- math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (revision 345690) +++ math/py-numpy/files/patch-numpy-distutils-fcompiler-gnu.py (working copy) @@ -17,7 +17,16 @@ + g2c = '%%FC%%' suggested_f90_compiler = 'gnu95' + +@@ -101,6 +101,8 @@ + def get_flags_linker_so(self): + opt = self.linker_so[1:] ++ if 'FFLAGS' in os.environ: ++ opt.append(os.environ['FFLAGS']) + if sys.platform=='darwin': + target = os.environ.get('MACOSX_DEPLOYMENT_TARGET', None) + # If MACOSX_DEPLOYMENT_TARGET is set, we simply trust the value @@ -249,7 +249,7 @@ # GNU Fortran 95 (GCC) 4.2.0 20060218 (experimental) # GNU Fortran (GCC) 4.3.0 20070316 (experimental) From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:37:45 2014 Return-Path: Delivered-To: python@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 ESMTPS id 961DE263 for ; Sun, 23 Feb 2014 07:37:45 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 782A21268 for ; Sun, 23 Feb 2014 07:37:45 +0000 (UTC) Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id DE7854FEF9 for ; Sat, 22 Feb 2014 23:32:11 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: shaul@fulvetta.riseup.net) with ESMTPSA id A052825D Received: from localhost (127.0.0.1) (SquirrelMail authenticated user shaul) by fulvetta.riseup.net with HTTP; Sat, 22 Feb 2014 23:32:11 -0800 Message-ID: <729869fd105d01cfa1d430148a8335b9.squirrel@fulvetta.riseup.net> Date: Sat, 22 Feb 2014 23:32:11 -0800 Subject: /lang/python27 Build error From: "Sha'ul" To: python@FreeBSD.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: clamav-milter 0.97.8 at mx1 X-Virus-Status: Clean X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 07:37:45 -0000 $ sudo sh -c "cd /usr/ports/x11/xorg && make install" Password: ===> Staging for xorg-7.7 ===> xorg-7.7 depends on file: /usr/local/libdata/pkgconfig/dri.pc - not found ===> Verifying install for /usr/local/libdata/pkgconfig/dri.pc in /usr/ports/ graphics/dri ===> dri-7.6.1_3,2 depends on executable: makedepend - found ===> dri-7.6.1_3,2 depends on executable: python2 - not found ===> Verifying install for python2 in /usr/ports/lang/python2 ===> Staging for python2-2_2 ===> python2-2_2 depends on file: /usr/local/bin/python2.7 - not found ===> Verifying install for /usr/local/bin/python2.7 in /usr/ports/lang/python 27 ===> Installing for python27-2.7.6_2 ===> Checking if lang/python27 already installed ===> Registering installation for python27-2.7.6_2 as automatic pkg-static: lstat(/tmp/usr/ports/lang/python27/work/stage/usr/local/lib/python2. 7/lib-dynload/nis.so): No such file or directory *** Error code 74 Stop. make[4]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make[3]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make[2]: stopped in /usr/ports/lang/python2 *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/dri *** Error code 1 Stop. make: stopped in /usr/ports/x11/xorg From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:45:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 0AE732E7; Sun, 23 Feb 2014 07:45:05 +0000 (UTC) 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 D23A412FA; Sun, 23 Feb 2014 07:45:04 +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 s1N7j4VW076214; Sun, 23 Feb 2014 07:45:04 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N7j4dw076213; Sun, 23 Feb 2014 07:45:04 GMT (envelope-from koobs) Date: Sun, 23 Feb 2014 07:45:04 GMT Message-Id: <201402230745.s1N7j4dw076213@freefall.freebsd.org> To: bsd@dino.sk, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186351: lang/python27 does not install when WITHOUT_NIS=YES is used X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 07:45:05 -0000 Synopsis: lang/python27 does not install when WITHOUT_NIS=YES is used State-Changed-From-To: open->closed State-Changed-By: koobs State-Changed-When: Sun Feb 23 07:45:03 UTC 2014 State-Changed-Why: Duplicate of ports/186192 http://www.freebsd.org/cgi/query-pr.cgi?pr=186351 From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:49:11 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97496425 for ; Sun, 23 Feb 2014 07:49:11 +0000 (UTC) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A34E1312 for ; Sun, 23 Feb 2014 07:49:11 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id rq2so5211622pbb.31 for ; Sat, 22 Feb 2014 23:49:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=/CUMQ0jJdPbrEpPRTy+CJMn60DFxWBrR29hMdsquJZ0=; b=0AA0anZUiar2aynyV041FUacBNcklVdP3pJHelzSPKQ+NK6GHRN4JuhALmLntrLFli I4oVqM/g2Xm5sWNd/5FXRVD52BBGgO3Y6XRJrhETbC90kaTKBDKABeUrfMWYLKcHV3Jh DUpptjQ27RHCkpZ9F0H6DyGfeiRqYC1Ra9nAApISHKyL7LyKqxOm+zeZnO+QZSHBYi94 oXygqTCeD9bMkg8H7jzes6pdDa3l7Nr+bHH6RkfcUGw6FLAM8ctpkPezKvu8FkySpqnR abvJ+NUKh8ihk+YApWYUs11UR2KfFwVpxOIfaclRQC5pl5KyjGilM8l3qrOfKTcH7lFC An9Q== X-Received: by 10.68.163.197 with SMTP id yk5mr18215958pbb.57.1393141751083; Sat, 22 Feb 2014 23:49:11 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ac5sm37738761pbc.37.2014.02.22.23.49.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Feb 2014 23:49:10 -0800 (PST) Message-ID: <5309A7EA.2060109@FreeBSD.org> Date: Sun, 23 Feb 2014 18:48:58 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: Sha'ul , python@FreeBSD.org Subject: Re: /lang/python27 Build error References: <729869fd105d01cfa1d430148a8335b9.squirrel@fulvetta.riseup.net> In-Reply-To: <729869fd105d01cfa1d430148a8335b9.squirrel@fulvetta.riseup.net> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 07:49:11 -0000 On 23/02/2014 6:32 PM, Sha'ul wrote: > $ sudo sh -c "cd /usr/ports/x11/xorg && make install" > Password: > ===> Staging for xorg-7.7 > ===> xorg-7.7 depends on file: /usr/local/libdata/pkgconfig/dri.pc - not > found > ===> Verifying install for /usr/local/libdata/pkgconfig/dri.pc in > /usr/ports/ graphics/dri > ===> dri-7.6.1_3,2 depends on executable: makedepend - found > ===> dri-7.6.1_3,2 depends on executable: python2 - not found > ===> Verifying install for python2 in /usr/ports/lang/python2 > ===> Staging for python2-2_2 > ===> python2-2_2 depends on file: /usr/local/bin/python2.7 - not found > ===> Verifying install for /usr/local/bin/python2.7 in > /usr/ports/lang/python 27 > ===> Installing for python27-2.7.6_2 > ===> Checking if lang/python27 already installed > ===> Registering installation for python27-2.7.6_2 as automatic > pkg-static: > lstat(/tmp/usr/ports/lang/python27/work/stage/usr/local/lib/python2. > 7/lib-dynload/nis.so): No such file > or directory > *** Error code 74 > > Stop. > make[4]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > Stop. > make[3]: stopped in /usr/ports/lang/python27 > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/lang/python2 > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/graphics/dri > *** Error code 1 > > Stop. > make: stopped in /usr/ports/x11/xorg > > > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Thanks for your report Sha'ul, please see our existing reports for the issue here: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186192 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186351 I have just closed the latter as duplicate of the former, with a reference included in ports/186192 Koobs From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 07:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F65843D for ; Sun, 23 Feb 2014 07:50:01 +0000 (UTC) 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 4DF761314 for ; Sun, 23 Feb 2014 07:50:01 +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 s1N7o1hk076395 for ; Sun, 23 Feb 2014 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1N7o1Vx076394; Sun, 23 Feb 2014 07:50:01 GMT (envelope-from gnats) Date: Sun, 23 Feb 2014 07:50:01 GMT Message-Id: <201402230750.s1N7o1Vx076394@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 07:50:01 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails Date: Sun, 23 Feb 2014 18:46:13 +1100 ports/186351 has been closed as a duplicate of this PR, but may contain useful information From owner-freebsd-python@FreeBSD.ORG Sun Feb 23 22:30:13 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE81CD2D; Sun, 23 Feb 2014 22:30:13 +0000 (UTC) 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 C26911C4B; Sun, 23 Feb 2014 22:30:13 +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 s1NMUDg5058368; Sun, 23 Feb 2014 22:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1NMUDt1058367; Sun, 23 Feb 2014 22:30:13 GMT (envelope-from edwin) Date: Sun, 23 Feb 2014 22:30:13 GMT Message-Id: <201402232230.s1NMUDt1058367@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/186993: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 22:30:14 -0000 Synopsis: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 23 22:30:13 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=186993 From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:06:56 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 75292B17 for ; Mon, 24 Feb 2014 11:06:56 +0000 (UTC) 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 46B6B162D for ; Mon, 24 Feb 2014 11:06:56 +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 s1OB6uBi027665 for ; Mon, 24 Feb 2014 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OB6tMP027663 for freebsd-python@FreeBSD.org; Mon, 24 Feb 2014 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Feb 2014 11:06:55 GMT Message-Id: <201402241106.s1OB6tMP027663@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 11:06:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So f ports/186970 python [REPOCOPY] print/py-reportlab -> print/py-reportlab1 o ports/186950 python maintainer update : sysutils/py-salt o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186802 python [MAINTAINER] math/py-pandas: Update to 0.13.1 f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor f ports/170566 python update graphics/py-opengl depends on old version of gc o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 23 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:08:01 2014 Return-Path: Delivered-To: python@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 ESMTPS id 5001824E for ; Mon, 24 Feb 2014 11:08:01 +0000 (UTC) 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 221D51709 for ; Mon, 24 Feb 2014 11:08:01 +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 s1OB80Vv028927 for ; Mon, 24 Feb 2014 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OB80fY028925 for python@FreeBSD.org; Mon, 24 Feb 2014 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Feb 2014 11:08:00 GMT Message-Id: <201402241108.s1OB80fY028925@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: python@FreeBSD.org Subject: Current problem reports assigned to python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 11:08:01 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/186807 python error in databases/py-MySQLdb 1 problem total. From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:16:25 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B27127F8 for ; Mon, 24 Feb 2014 11:16:25 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2DA6D1858 for ; Mon, 24 Feb 2014 11:16:24 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id mc6so1980204lab.36 for ; Mon, 24 Feb 2014 03:16:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=+LbCa6JT3KqBelZ88DTQ4dE4f0A4t3kN3frzZE4mBMY=; b=Lpx3nhSZ5f8aTJS9GYFCdZ1TnF/awPPc5NlRFnRQtUtMN7on4Qs2p9h+DSViw2PHls IUkuYfeIHIz8UBtVaq3/pa46/elIR3r77T/wq8rirNNKE1NW39S1ch2dI0cQG4lB9L5v spr1NPPdx37g8ioOsfoA57pdQPcZiqlqAq/DQGfXOlbxPz6hpskzIfcKMZAZQ2y+DCNX Gg6MOk561QB5lEtBYmjKAHcdVDS1oX3yt4CZ9W+xVGzjQjBbeiR/QyfmCcaDVYnT0H3U cFNRiYhnzmi8PTo6QSfgP+5VyDanstzN4ZCzSCXPOaJlhidF+m2aJoHyLTXznzWkrh2b dOXg== X-Received: by 10.112.142.40 with SMTP id rt8mr11258058lbb.52.1393240583269; Mon, 24 Feb 2014 03:16:23 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id zf7sm10860093lab.7.2014.02.24.03.16.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Feb 2014 03:16:21 -0800 (PST) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: python packages struggling with GCC 4.7 From: Dmitry Sivachenko In-Reply-To: Date: Mon, 24 Feb 2014 15:16:19 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org> References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> To: Gerald Pfeifer X-Mailer: Apple Mail (2.1827) Cc: William Grzybowski , python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 11:16:25 -0000 On 23 =D1=84=D0=B5=D0=B2=D1=80. 2014 =D0=B3., at 9:48, Gerald Pfeifer = wrote: > On Thu, 5 Dec 2013, Gerald Pfeifer wrote: >> On Wed, 4 Dec 2013, William Grzybowski wrote: >>> It looks like the build is not respecting FFLAGS, so no -Wl,rpath=3D = for=20 >>> gfortran. As far as it working for gcc46, it looks like it fails to=20= >>> detect gfortran46 as a compiler and uses gcc46, which respects = CFLAGS. >>=20 >> That is, hmm, interesting. =3D:-) Nice analysis. >>=20 >>> Can you try http://people.freebsd.org/~wg/py-numpy.patch ? >>=20 >> Thanks for the patch! =20 >>=20 >> Is there any chance that someone on python@ can give it a try? That=20= >> would be great since I am traveling right now and hardly can test. >=20 > No takers? :-) With some unplanned offline-ness on my side, this > has now taken far longer than I had hoped for, but I managed to test > this patch now (reproducing both the original failure and then a build > without) -- and this patch, once I got it to apply, works! >=20 > Thanks a lot. >=20 > Shall I go ahead and commit it, or would you prefer to? I just committed the patch, thanks for all involved. Looking forward for final transition to gcc-4.7 in USE_GCC. :)= From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 11:35:40 2014 Return-Path: Delivered-To: python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84D50BE; Mon, 24 Feb 2014 11:35:40 +0000 (UTC) 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 581E61A1D; Mon, 24 Feb 2014 11:35:40 +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 s1OBZe7f040562; Mon, 24 Feb 2014 11:35:40 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OBZeAC040561; Mon, 24 Feb 2014 11:35:40 GMT (envelope-from koobs) Date: Mon, 24 Feb 2014 11:35:40 GMT Message-Id: <201402241135.s1OBZeAC040561@freefall.freebsd.org> To: koobs@FreeBSD.org, python@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 11:35:40 -0000 Synopsis: error in databases/py-MySQLdb Responsible-Changed-From-To: python->freebsd-python Responsible-Changed-By: koobs Responsible-Changed-When: Mon Feb 24 11:35:17 UTC 2014 Responsible-Changed-Why: Re-assign to freebsd-python http://www.freebsd.org/cgi/query-pr.cgi?pr=186807 From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 13:20:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id A89ACAF9 for ; Mon, 24 Feb 2014 13:20:01 +0000 (UTC) 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 7A5CC14E1 for ; Mon, 24 Feb 2014 13:20:01 +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 s1ODK1Op077416 for ; Mon, 24 Feb 2014 13:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1ODK186077415; Mon, 24 Feb 2014 13:20:01 GMT (envelope-from gnats) Date: Mon, 24 Feb 2014 13:20:01 GMT Message-Id: <201402241320.s1ODK186077415@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Muhammad Moinur Rahman <5u623l20@gmail.com> Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Muhammad Moinur Rahman <5u623l20@gmail.com> List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 13:20:01 -0000 The following reply was made to PR ports/186970; it has been noted by GNATS. From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: "bug-followup@FreeBSD.org" Cc: Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 Date: Mon, 24 Feb 2014 19:16:05 +0600 --047d7b5d649827f1b204f326c6ff Content-Type: text/plain; charset=UTF-8 Approved for repo-copy. On Sun, Feb 23, 2014 at 9:30 AM, Edwin Groothuis wrote: > Maintainer of print/py-reportlab, > > Please note that PR ports/186970 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/186970 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --047d7b5d649827f1b204f326c6ff Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Approved for repo-copy.
<= /div>


On Sun, = Feb 23, 2014 at 9:30 AM, Edwin Groothuis <edwin@freebsd.org>= wrote:
Maintainer of print/py-reportlab,

Please note that PR ports/186970 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
=C2=A0 =C2=A0 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/186970

--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--047d7b5d649827f1b204f326c6ff-- From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 17:00:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id F15A487C for ; Mon, 24 Feb 2014 17:00:01 +0000 (UTC) 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 C4EA41C8C for ; Mon, 24 Feb 2014 17:00:01 +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 s1OH01Le044871 for ; Mon, 24 Feb 2014 17:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OH01s8044870; Mon, 24 Feb 2014 17:00:01 GMT (envelope-from gnats) Date: Mon, 24 Feb 2014 17:00:01 GMT Message-Id: <201402241700.s1OH01s8044870@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Volodymyr Kostyrko Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Volodymyr Kostyrko List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 17:00:02 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Volodymyr Kostyrko To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails Date: Mon, 24 Feb 2014 18:57:20 +0200 This one is already fixed in current ports version and in HEAD. MFC is pending: http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/186412 -- Sphinx of black quartz, judge my vow. From owner-freebsd-python@FreeBSD.ORG Mon Feb 24 22:08:20 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F44E3D2; Mon, 24 Feb 2014 22:08:20 +0000 (UTC) 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 E37931C53; Mon, 24 Feb 2014 22:08:19 +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 s1OM8JSd044392; Mon, 24 Feb 2014 22:08:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1OM8JUT044391; Mon, 24 Feb 2014 22:08:19 GMT (envelope-from linimon) Date: Mon, 24 Feb 2014 22:08:19 GMT Message-Id: <201402242208.s1OM8JUT044391@freefall.freebsd.org> To: 5u623l20@gmail.com, tota@FreeBSD.org, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 22:08:20 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Feb 24 22:08:13 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Tue Feb 25 01:53:40 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC97024F; Tue, 25 Feb 2014 01:53:40 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id C36A810C7; Tue, 25 Feb 2014 01:53:40 +0000 (UTC) Received: from [149.44.171.213] (nat.nue.novell.com [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 604F53F41F; Mon, 24 Feb 2014 20:53:33 -0500 (EST) Date: Tue, 25 Feb 2014 02:53:46 +0100 (CET) From: Gerald Pfeifer To: Dmitry Sivachenko , William Grzybowski Subject: Re: python packages struggling with GCC 4.7 In-Reply-To: <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org> Message-ID: References: <201311060508.rA658XmR012155@svn.freebsd.org> <20131106063906.GA1385@medusa.sysfault.org> <20131106070255.GE60770@FreeBSD.org> <89EE25AC-F3B6-4994-9A04-DE5BB438D755@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 01:53:41 -0000 On Mon, 24 Feb 2014, Dmitry Sivachenko wrote: > I just committed the patch, thanks for all involved. Thanks Dmitry, and thinks William for diagnosing the problem and cooking up that patch to begin with! > Looking forward for final transition to gcc-4.7 in USE_GCC. :) I just sent an updated patch to portmgr for an exp-run. Wish us luck! :-) Gerald From owner-freebsd-python@FreeBSD.ORG Tue Feb 25 12:50:02 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id F2386864 for ; Tue, 25 Feb 2014 12:50:02 +0000 (UTC) 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 D1B9715A1 for ; Tue, 25 Feb 2014 12:50: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 s1PCo2t8045664 for ; Tue, 25 Feb 2014 12:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PCo2G6045663; Tue, 25 Feb 2014 12:50:02 GMT (envelope-from gnats) Date: Tue, 25 Feb 2014 12:50:02 GMT Message-Id: <201402251250.s1PCo2G6045663@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186970: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 12:50:03 -0000 The following reply was made to PR ports/186970; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186970: commit references a PR Date: Tue, 25 Feb 2014 12:44:21 +0000 (UTC) Author: tota Date: Tue Feb 25 12:44:10 2014 New Revision: 345987 URL: http://svnweb.freebsd.org/changeset/ports/345987 QAT: https://qat.redports.org/buildarchive/r345987/ Log: - Repocopy print/py-reportlab to print/py-reportlab1 to preserve version 1.x and to update to 3.0 print/py-reportlab: - Update print/py-reportlab to 3.0 based on print/py-reportlab2 - Support STAGEDIR - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Set CONFLICTS - Add PORTSCOUT - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab1: - Support STAGEDIR - Add PKGNAMESUFFIX not to duplicate ports with the same name - Set CONFLICTS - Use PYDISTUTILS_AUTOPLIST * Remove pkg-plist, accordingly - Make use of PORTDOCS - Set OPTIONS_DEFINE explicitly - Fix include statement - Make docs unconditional to stage - Replace tab with a single space after WWW: in pkg-descr print/py-reportlab2: - Update CONFLICTS - Set PORTSCOUT dependent ports: - Switch dependency from print/py-reportlab to print/py-reportlab1 * biology/py-biopython * deskutils/gourmet * deskutils/griffith * games/pythonsudoku * misc/pdfmap * print/py-trml2pdf * www/py-satchmo PR: ports/186970 Submitted by: tota (myself) Approved by: Muhammad Moinur Rahman (maintainer) Added: head/print/py-reportlab/files/patch-docs-genAll.py (contents, props changed) head/print/py-reportlab/files/patch-docs-userguide-genuserguide.py (contents, props changed) head/print/py-reportlab1/ - copied from r345570, head/print/py-reportlab/ Deleted: head/print/py-reportlab/files/patch-rl_config.py head/print/py-reportlab/pkg-message head/print/py-reportlab/pkg-plist head/print/py-reportlab1/pkg-plist Modified: head/biology/py-biopython/Makefile head/deskutils/gourmet/Makefile head/deskutils/griffith/Makefile head/games/pythonsudoku/Makefile head/misc/pdfmap/Makefile head/print/Makefile head/print/py-reportlab/Makefile head/print/py-reportlab/distinfo head/print/py-reportlab/files/patch-setup.py head/print/py-reportlab/pkg-descr head/print/py-reportlab1/Makefile head/print/py-reportlab1/pkg-descr head/print/py-reportlab2/Makefile head/print/py-trml2pdf/Makefile head/www/py-satchmo/Makefile Modified: head/biology/py-biopython/Makefile ============================================================================== --- head/biology/py-biopython/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/biology/py-biopython/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,7 +3,7 @@ PORTNAME= biopython PORTVERSION= 1.60 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology python MASTER_SITES= http://www.biopython.org/DIST/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes .if !defined(WITHOUT_REPORTLAB) -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>0:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>0:${PORTSDIR}/print/py-reportlab1 .endif NO_STAGE= yes Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/deskutils/gourmet/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= gourmet PORTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= https://launchpadlibrarian.net/133161899/ @@ -17,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqli ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ ${PYTHON_PKGNAMEPREFIX}poppler>=0:${PORTSDIR}/graphics/py-poppler \ ${PYTHON_PKGNAMEPREFIX}rtf>=0:${PORTSDIR}/print/py-rtf \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl MAN1= gourmet.1 Modified: head/deskutils/griffith/Makefile ============================================================================== --- head/deskutils/griffith/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/deskutils/griffith/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= griffith PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://launchpadlibrarian.net/87859599/ @@ -43,7 +44,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}lxm .if ${PORT_OPTIONS:MREPORTLAB2} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab2>=2:${PORTSDIR}/print/py-reportlab2 .else -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab>=1.19:${PORTSDIR}/print/py-reportlab +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}reportlab1>=1.19:${PORTSDIR}/print/py-reportlab1 .endif .if ${PORT_OPTIONS:MCHARDET} Modified: head/games/pythonsudoku/Makefile ============================================================================== --- head/games/pythonsudoku/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/games/pythonsudoku/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= pythonsudoku PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ SF/nemysisfreebsdp/games/:icons @@ -19,7 +20,7 @@ LICENSE= GPLv2 LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 USE_BZIP2= yes USES= desktop-file-utils Modified: head/misc/pdfmap/Makefile ============================================================================== --- head/misc/pdfmap/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/misc/pdfmap/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,7 +3,7 @@ PORTNAME= pdfmap PORTVERSION= 2.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT= Generate maps in PDF format and RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaxml>=3.01:${PORTSDIR}/textproc/py-jaxml \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab \ +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging USE_PYTHON= yes Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -253,6 +253,7 @@ SUBDIR += py-pyscript SUBDIR += py-relatorio SUBDIR += py-reportlab + SUBDIR += py-reportlab1 SUBDIR += py-reportlab2 SUBDIR += py-rtf SUBDIR += py-trml2pdf Modified: head/print/py-reportlab/Makefile ============================================================================== --- head/print/py-reportlab/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -2,48 +2,75 @@ # $FreeBSD$ PORTNAME= reportlab -PORTVERSION= 1.21.2 -PORTREVISION= 3 +PORTVERSION= 3.0 CATEGORIES= print python -MASTER_SITES= http://www.reportlab.com/ftp/ \ - ${MASTER_SITE_LOCAL:S/$/:accel/} \ - http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel -MASTER_SITE_SUBDIR= erwin/:accel +MASTER_SITES= CHEESESHOP \ + http://www.reportlab.com/ftp/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= reportlab-${PORTVERSION}.tar.gz \ - rl_accel-3004.tgz:accel +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ + ${PFBFER} +EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language -PORTSCOUT= ignore:1 # Last version of 1.X branch +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Reportlab +PYDISTUTILS_AUTOPLIST= yes + +CONFLICTS= py*-reportlab[^3]-[^3].* \ + py*-reportlab-[^3].* + +PORTSCOUT= limit:^3\.0\. + +PFBFER_VERSION= 20070710 +PFBFER= pfbfer-${PFBFER_VERSION}.zip -WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ - graphics_reference.pdf reference.pdf userguide.pdf +DOCS= reportlab-userguide.pdf -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py - @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py +OPTIONS_DEFINE= CJK FREETYPE DOCS +OPTIONS_DEFAULT= CJK FREETYPE +CJK_DESC= Adobe CMaps + +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 .include +.if ${ARCH} == "sparc64" +BROKEN= Does not install on sparc64 +.endif + +.if ${PORT_OPTIONS:MCJK} +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|%%DISTDIR%%|${DISTDIR}|' \ + -e 's|%%PFBFER%%|${PFBFER}|' \ + ${WRKSRC}/setup.py +.if ${PORT_OPTIONS:MDOCS} +.for f in genAll.py userguide/genuserguide.py + @${REINPLACE_CMD} -e 's|%%STAGEDIR%%|${STAGEDIR}|' \ + -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \ + ${WRKSRC}/docs/${f} +.endfor +.endif + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @cd ${WRKSRC}/docs && ${PYTHON_CMD} genAll.py + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${CAT} ${PKGMESSAGE} .include Modified: head/print/py-reportlab/distinfo ============================================================================== --- head/print/py-reportlab/distinfo Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/distinfo Tue Feb 25 12:44:10 2014 (r345987) @@ -1,4 +1,4 @@ -SHA256 (reportlab-1.21.2.tar.gz) = dbefc02b43ee72484f95b82b21c0a8fe874d7facc9f5fbcacdde82c2b15b5d30 -SIZE (reportlab-1.21.2.tar.gz) = 3464482 -SHA256 (rl_accel-3004.tgz) = a2ac1b7dbf5f37e98c5f5a80cd364fa682d830561a9694328460430a04baf20d -SIZE (rl_accel-3004.tgz) = 58569 +SHA256 (reportlab-3.0.tar.gz) = a8a75186a9f2cc219c9fee5ec52ae4e18084783906b6345109770ff933bed86f +SIZE (reportlab-3.0.tar.gz) = 1936012 +SHA256 (pfbfer-20070710.zip) = fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 +SIZE (pfbfer-20070710.zip) = 677333 Added: head/print/py-reportlab/files/patch-docs-genAll.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-reportlab/files/patch-docs-genAll.py Tue Feb 25 12:44:10 2014 (r345987) @@ -0,0 +1,11 @@ +--- docs/genAll.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/genAll.py 2014-02-16 16:20:21.000000000 +0900 +@@ -1,6 +1,7 @@ + #!/bin/env python +-import os, sys, traceback ++import os, sys, traceback, site + def _genAll(verbose=1): ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.testutils import setOutDir + setOutDir(__name__) + from reportlab.lib.testutils import testsFolder Added: head/print/py-reportlab/files/patch-docs-userguide-genuserguide.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/py-reportlab/files/patch-docs-userguide-genuserguide.py Tue Feb 25 12:44:10 2014 (r345987) @@ -0,0 +1,12 @@ +--- docs/userguide/genuserguide.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ docs/userguide/genuserguide.py 2014-02-16 16:15:05.000000000 +0900 +@@ -8,7 +8,8 @@ + """ + + def run(pagesize=None, verbose=0, outDir=None): +- import sys,os ++ import sys,os,site ++ site.addsitedir("%%STAGEDIR%%%%PYTHON_SITELIBDIR%%") + from reportlab.lib.utils import open_and_read, asUnicode + cwd = os.getcwd() + docsDir=os.path.dirname(os.path.dirname(sys.argv[0]) or cwd) Modified: head/print/py-reportlab/files/patch-setup.py ============================================================================== --- head/print/py-reportlab/files/patch-setup.py Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/files/patch-setup.py Tue Feb 25 12:44:10 2014 (r345987) @@ -1,11 +1,29 @@ ---- setup.py.orig Fri Nov 26 00:12:20 2004 -+++ setup.py Mon Mar 21 03:26:45 2005 -@@ -19,7 +19,7 @@ - isfile = os.path.isfile - isdir = os.path.isfile - dirname = os.path.dirname --package_path = pjoin(package_home(distutils.__dict__), 'site-packages', 'reportlab') -+package_path = os.environ['PACKAGE_PATH'] +--- setup.py.orig 2014-02-14 23:22:37.000000000 +0900 ++++ setup.py 2014-02-16 00:48:02.000000000 +0900 +@@ -241,11 +241,7 @@ + ] - def get_version(): - #determine Version + def get_fonts(PACKAGE_DIR, reportlab_files): +- import sys, os, os.path, zipfile, io +- if isPy3: +- import urllib.request as ureq +- else: +- import urllib2 as ureq ++ import sys, os, os.path, zipfile + rl_dir = PACKAGE_DIR['reportlab'] + if not [x for x in reportlab_files if not os.path.isfile(pjoin(rl_dir,x))]: + infoline("Standard T1 font curves already downloaded") +@@ -254,12 +250,7 @@ + infoline('not downloading T1 font curve files') + return + try: +- infoline("Downloading standard T1 font curves") +- +- remotehandle = ureq.urlopen("http://www.reportlab.com/ftp/pfbfer-20070710.zip") +- zipdata = io.BytesIO(remotehandle.read()) +- remotehandle.close() +- archive = zipfile.ZipFile(zipdata) ++ archive = zipfile.ZipFile("%%DISTDIR%%/%%PFBFER%%") + dst = pjoin(rl_dir, 'fonts') + + for name in archive.namelist(): Modified: head/print/py-reportlab/pkg-descr ============================================================================== --- head/print/py-reportlab/pkg-descr Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab/pkg-descr Tue Feb 25 12:44:10 2014 (r345987) @@ -19,4 +19,4 @@ following contexts: scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Modified: head/print/py-reportlab1/Makefile ============================================================================== --- head/print/py-reportlab/Makefile Sat Feb 22 06:28:32 2014 (r345570) +++ head/print/py-reportlab1/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -10,40 +10,42 @@ MASTER_SITES= http://www.reportlab.com/f http://www.cs.nctu.edu.tw/~lwhsu/ports/distfiles/:accel MASTER_SITE_SUBDIR= erwin/:accel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 1 DISTFILES= reportlab-${PORTVERSION}.tar.gz \ rl_accel-3004.tgz:accel MAINTAINER= 5u623l20@gmail.com COMMENT= Library to create PDF documents using the Python language +CONFLICTS= py*-reportlab[^1]-[^1].* \ + py*-reportlab-[^1].* + PORTSCOUT= ignore:1 # Last version of 1.X branch USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Reportlab WRKSRC= ${WRKDIR}/reportlab_${PORTVERSION:S/./_/g}/reportlab MAKE_ENV= PACKAGE_PATH="${REPORTLABDIR}" REPORTLABDIR= ${PYTHONPREFIX_SITELIBDIR}/reportlab -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -DOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} +PORTDOCS= RML_UserGuide.pdf RML_UserGuide_1_0.pdf diagradoc.pdf graphguide.pdf \ graphics_reference.pdf reference.pdf userguide.pdf -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/rl_config.py @${REINPLACE_CMD} -e 's#with#with26#g' ${WRKSRC}/lib/PyFontify.py -.include - post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOCS} - ${CP} ${WRKSRC}/docs/${i} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + ${CP} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif @${CAT} ${PKGMESSAGE} -.include +.include Modified: head/print/py-reportlab1/pkg-descr ============================================================================== --- head/print/py-reportlab/pkg-descr Sat Feb 22 06:28:32 2014 (r345570) +++ head/print/py-reportlab1/pkg-descr Tue Feb 25 12:44:10 2014 (r345987) @@ -19,4 +19,4 @@ following contexts: scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/rl_toolkit.html Modified: head/print/py-reportlab2/Makefile ============================================================================== --- head/print/py-reportlab2/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-reportlab2/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -22,7 +22,10 @@ CJK_DESC= Adobe CMaps WRKSRC= ${WRKDIR}/reportlab-${PORTVERSION} -CONFLICTS= py2[0-9]-reportlab-[0-9]* +CONFLICTS= py*-reportlab[^2]-[^2].* \ + py*-reportlab-[^2].* + +PORTSCOUT= limit:^2\. PFBFER_VERSION= 20070710 Modified: head/print/py-trml2pdf/Makefile ============================================================================== --- head/print/py-trml2pdf/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/print/py-trml2pdf/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,7 +3,7 @@ PORTNAME= trml2pdf PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print python MASTER_SITES= SF/kraft/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ MAINTAINER= ports@caomhin.org COMMENT= Tiny RML2PDF easily creates PDF documents. RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging \ - ${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 NO_BUILD= yes Modified: head/www/py-satchmo/Makefile ============================================================================== --- head/www/py-satchmo/Makefile Tue Feb 25 12:41:48 2014 (r345986) +++ head/www/py-satchmo/Makefile Tue Feb 25 12:44:10 2014 (r345987) @@ -3,6 +3,7 @@ PORTNAME= satchmo PORTVERSION= 0.9.2 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.caomhin.org/ports/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +16,7 @@ LICENSE= BSD BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_hg>=0.4:${PORTSDIR}/devel/py-setuptools_hg RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2.3:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab \ + ${PYTHON_PKGNAMEPREFIX}reportlab1>=0:${PORTSDIR}/print/py-reportlab1 \ ${PYTHON_PKGNAMEPREFIX}trml2pdf>=0:${PORTSDIR}/print/py-trml2pdf \ ${PYTHON_PKGNAMEPREFIX}django-registration>=0.8:${PORTSDIR}/www/py-django-registration \ ${PYTHON_PKGNAMEPREFIX}yaml>=0:${PORTSDIR}/devel/py-yaml \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Tue Feb 25 12:54:16 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id DC691ADD; Tue, 25 Feb 2014 12:54:16 +0000 (UTC) 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 AE52F1644; Tue, 25 Feb 2014 12:54:16 +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 s1PCsGGD048253; Tue, 25 Feb 2014 12:54:16 GMT (envelope-from tota@freefall.freebsd.org) Received: (from tota@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1PCsGqp048251; Tue, 25 Feb 2014 12:54:16 GMT (envelope-from tota) Date: Tue, 25 Feb 2014 12:54:16 GMT Message-Id: <201402251254.s1PCsGqp048251@freefall.freebsd.org> To: 5u623l20@gmail.com, tota@FreeBSD.org, tota@FreeBSD.org, freebsd-python@FreeBSD.org, tota@FreeBSD.org From: tota@FreeBSD.org Subject: Re: ports/186970: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 12:54:16 -0000 Synopsis: [REPOCOPY] print/py-reportlab -> print/py-reportlab1 State-Changed-From-To: open->closed State-Changed-By: tota State-Changed-When: Tue Feb 25 12:53:17 UTC 2014 State-Changed-Why: Committed. Thanks! Responsible-Changed-From-To: freebsd-python->tota Responsible-Changed-By: tota Responsible-Changed-When: Tue Feb 25 12:53:17 UTC 2014 Responsible-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=186970 From owner-freebsd-python@FreeBSD.ORG Fri Feb 28 05:33:54 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 777F1728; Fri, 28 Feb 2014 05:33:54 +0000 (UTC) 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 4B95F118D; Fri, 28 Feb 2014 05:33:54 +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 s1S5XsWx088609; Fri, 28 Feb 2014 05:33:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1S5XsEY088608; Fri, 28 Feb 2014 05:33:54 GMT (envelope-from edwin) Date: Fri, 28 Feb 2014 05:33:54 GMT Message-Id: <201402280533.s1S5XsEY088608@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 05:33:54 -0000 Synopsis: [PATCH] astro/py-astLib fix incorrect update alert on portscout Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Feb 28 05:33:53 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187108 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 08:12:54 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60327C94; Sat, 1 Mar 2014 08:12:54 +0000 (UTC) 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 340BF1542; Sat, 1 Mar 2014 08:12:54 +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 s218CsqA013540; Sat, 1 Mar 2014 08:12:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s218Cr28013539; Sat, 1 Mar 2014 08:12:53 GMT (envelope-from linimon) Date: Sat, 1 Mar 2014 08:12:53 GMT Message-Id: <201403010812.s218Cr28013539@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-python@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 08:12:54 -0000 Synopsis: [PATCH] astro/py-astLib fix incorrect update alert on portscout Class-Changed-From-To: sw-bug->change-request Class-Changed-By: linimon Class-Changed-When: Sat Mar 1 08:12:40 UTC 2014 Class-Changed-Why: fix class. http://www.freebsd.org/cgi/query-pr.cgi?pr=187108 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:30:09 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 925CA92D; Sat, 1 Mar 2014 11:30:09 +0000 (UTC) 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 5FB441327; Sat, 1 Mar 2014 11:30:09 +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 s21BU9AT073802; Sat, 1 Mar 2014 11:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21BU93w073801; Sat, 1 Mar 2014 11:30:09 GMT (envelope-from edwin) Date: Sat, 1 Mar 2014 11:30:09 GMT Message-Id: <201403011130.s21BU93w073801@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 11:30:09 -0000 Synopsis: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 1 11:30:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187174 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:40:14 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68E4C8F5; Sat, 1 Mar 2014 11:40:14 +0000 (UTC) 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 3C7EF1554; Sat, 1 Mar 2014 11:40:14 +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 s21BeE7o076674; Sat, 1 Mar 2014 11:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21BeEqB076673; Sat, 1 Mar 2014 11:40:14 GMT (envelope-from edwin) Date: Sat, 1 Mar 2014 11:40:14 GMT Message-Id: <201403011140.s21BeEqB076673@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 11:40:14 -0000 Synopsis: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 1 11:40:13 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187176 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:50:02 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id B65706D7 for ; Sat, 1 Mar 2014 11:50:02 +0000 (UTC) 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 87BA316C7 for ; Sat, 1 Mar 2014 11:50: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 s21Bo226079518 for ; Sat, 1 Mar 2014 11:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21Bo2jv079517; Sat, 1 Mar 2014 11:50:02 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 11:50:02 GMT Message-Id: <201403011150.s21Bo2jv079517@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 11:50:02 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Date: Sat, 01 Mar 2014 22:43:13 +1100 Can you attach a complete build log please, or at least the relevant parts if you know what to look for. From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 11:50:03 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id C764D6D9 for ; Sat, 1 Mar 2014 11:50:03 +0000 (UTC) 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 98E6716C9 for ; Sat, 1 Mar 2014 11:50:03 +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 s21Bo3Js079524 for ; Sat, 1 Mar 2014 11:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21Bo3tW079523; Sat, 1 Mar 2014 11:50:03 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 11:50:03 GMT Message-Id: <201403011150.s21Bo3tW079523@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 11:50:03 -0000 The following reply was made to PR ports/187176; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory Date: Sat, 01 Mar 2014 22:45:13 +1100 Can you attach a complete build log please as per ports/187174 Attaching the configure log (config.log) would also be handy From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:20:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 26709C0 for ; Sat, 1 Mar 2014 14:20:01 +0000 (UTC) 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 1364D1B78 for ; Sat, 1 Mar 2014 14:20:01 +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 s21EK0jP025387 for ; Sat, 1 Mar 2014 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EK0xU025386; Sat, 1 Mar 2014 14:20:00 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:20:00 GMT Message-Id: <201403011420.s21EK0xU025386@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187174: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 14:20:01 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187174: commit references a PR Date: Sat, 1 Mar 2014 14:10:21 +0000 (UTC) Author: antoine Date: Sat Mar 1 14:10:13 2014 New Revision: 346625 URL: http://svnweb.freebsd.org/changeset/ports/346625 QAT: https://qat.redports.org/buildarchive/r346625/ Log: - Fix build with readline 6.3 from ports the patch was obtained from upstream (issue #20374) - Add missing USES=readline PR: ports/187174 Reported by: O. Hartmann Reviewed by: koobs Obtained from: python Added: head/lang/python27/files/patch-issue20374 (contents, props changed) Modified: head/lang/python27/Makefile Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sat Mar 1 14:08:41 2014 (r346624) +++ head/lang/python27/Makefile Sat Mar 1 14:10:13 2014 (r346625) @@ -22,6 +22,7 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall +USES= readline USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes Added: head/lang/python27/files/patch-issue20374 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python27/files/patch-issue20374 Sat Mar 1 14:10:13 2014 (r346625) @@ -0,0 +1,55 @@ +# Description: fix readline.so build with readline 6.3 +# Patch obtained from upstream, issue #20374 +# http://bugs.python.org/issue20374 +# PR: ports/187174 + +--- ./Modules/readline.c.orig 2013-11-10 07:36:41.000000000 +0000 ++++ ./Modules/readline.c 2014-03-01 12:40:44.000000000 +0000 +@@ -750,14 +750,22 @@ + } + + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_startup_hook(void) ++#else ++on_startup_hook() ++#endif + { + return on_hook(startup_hook); + } + + #ifdef HAVE_RL_PRE_INPUT_HOOK + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_pre_input_hook(void) ++#else ++on_pre_input_hook() ++#endif + { + return on_hook(pre_input_hook); + } +@@ -852,7 +860,7 @@ + * before calling the normal completer */ + + static char ** +-flex_complete(char *text, int start, int end) ++flex_complete(const char *text, int start, int end) + { + #ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER + rl_completion_append_character ='\0'; +@@ -911,12 +919,12 @@ + rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); + rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); + /* Set our hook functions */ +- rl_startup_hook = (Function *)on_startup_hook; ++ rl_startup_hook = on_startup_hook; + #ifdef HAVE_RL_PRE_INPUT_HOOK +- rl_pre_input_hook = (Function *)on_pre_input_hook; ++ rl_pre_input_hook = on_pre_input_hook; + #endif + /* Set our completion function */ +- rl_attempted_completion_function = (CPPFunction *)flex_complete; ++ rl_attempted_completion_function = flex_complete; + /* Set Python word break characters */ + completer_word_break_characters = + rl_completer_word_break_characters = _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:20:42 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 819E2EC; Sat, 1 Mar 2014 14:20:42 +0000 (UTC) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11A531BE8; Sat, 1 Mar 2014 14:20:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 98AFA6003CD; Sat, 1 Mar 2014 15:20:39 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1XDnRl9wUUaA; Sat, 1 Mar 2014 15:20:38 +0100 (CET) Received: from elch.exwg.net (elch.exwg.net [IPv6:2001:470:7b43:1:6a05:caff:fe01:aae9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS; Sat, 1 Mar 2014 15:20:38 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 29E8F301A8; Sat, 1 Mar 2014 15:20:38 +0100 (CET) Date: Sat, 1 Mar 2014 15:20:38 +0100 From: Christoph Moench-Tegeder To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, python@freebsd.org, koobs.freebsd@gmail.com Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Message-ID: <20140301142037.GA89147@elch.exwg.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 14:20:42 -0000 Hi, the relevant portion of the build log is here: : building 'readline' extension : cc -fPIC -fno-strict-aliasing -O2 -pipe -march=core2 -fno-strict-aliasing -DNDEBUG -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.6/Include -I/usr/ports/lang/python27/work/Python-2.7.6/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c -o build/temp.freebsd-10.0-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.o : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:24: error: use of undeclared identifier 'Function' : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:34: error: expected expression : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:26: error: use of undeclared identifier 'Function' : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:36: error: expected expression : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:41: error: use of undeclared identifier 'CPPFunction'; did you mean 'PyCFunction'? : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:54: error: expected expression : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : 6 errors generated. The "old-style" typedefs (Function, VFunction, CPFunction and CPPFunciton) where removed from readline 6.3. Here's a patch which "works for me" (by using the "new-style" typedefs if available), ready for being used as ports/lang/python27/files/patch-Modules-readline.c . In case some mail system mangles this patch, it's also here: http://burggraben.net/hacks/patch-Modules-readline.c.gz --- Modules/readline.c.orig 2014-03-01 14:59:16.000000000 +0100 +++ Modules/readline.c 2014-03-01 15:04:48.000000000 +0100 @@ -911,12 +911,24 @@ rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); /* Set our hook functions */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_startup_hook = (rl_hook_func_t *)on_startup_hook; +#else rl_startup_hook = (Function *)on_startup_hook; +#endif #ifdef HAVE_RL_PRE_INPUT_HOOK +#ifdef _RL_FUNCTION_TYPEDEF + rl_pre_input_hook = (rl_hook_func_t *)on_pre_input_hook; +#else rl_pre_input_hook = (Function *)on_pre_input_hook; #endif +#endif /* Set our completion function */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_attempted_completion_function = (rl_completion_func_t *)flex_complete; +#else rl_attempted_completion_function = (CPPFunction *)flex_complete; +#endif /* Set Python word break characters */ completer_word_break_characters = rl_completer_word_break_characters = I haven't checked if this has been fixed upstream (I'll have to check their repo). If not I'll report it there, and in any case I'll report back with a link to the issue in the python tracker and/or repo. In the meantime, please review and test my patch :) I believe this or something very similar should fix the issue in the other python verions (e.g. PR ports/187176). Regards, Christoph -- Spare Space From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:30:02 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id A9395522 for ; Sat, 1 Mar 2014 14:30:02 +0000 (UTC) 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 965831C57 for ; Sat, 1 Mar 2014 14:30: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 s21EU2cA029162 for ; Sat, 1 Mar 2014 14:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EU2EK029161; Sat, 1 Mar 2014 14:30:02 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:30:02 GMT Message-Id: <201403011430.s21EU2EK029161@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187176: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 14:30:02 -0000 The following reply was made to PR ports/187176; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187176: commit references a PR Date: Sat, 1 Mar 2014 14:28:16 +0000 (UTC) Author: antoine Date: Sat Mar 1 14:28:08 2014 New Revision: 346628 URL: http://svnweb.freebsd.org/changeset/ports/346628 QAT: https://qat.redports.org/buildarchive/r346628/ Log: - Fix build with readline 6.3 from ports the patch was obtained from upstream (issue #20374) - Add missing USES=readline PR: ports/187176 Reported by: O. Hartmann Reviewed by: koobs Obtained from: python Added: head/lang/python33/files/patch-issue20374 (contents, props changed) Modified: head/lang/python33/Makefile Modified: head/lang/python33/Makefile ============================================================================== --- head/lang/python33/Makefile Sat Mar 1 14:22:52 2014 (r346627) +++ head/lang/python33/Makefile Sat Mar 1 14:28:08 2014 (r346628) @@ -21,7 +21,7 @@ MAKE_ENV= VPATH="${PYTHON_WRKSRC}" INSTALL_TARGET= altinstall -USES= gmake +USES= gmake readline USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes Added: head/lang/python33/files/patch-issue20374 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/python33/files/patch-issue20374 Sat Mar 1 14:28:08 2014 (r346628) @@ -0,0 +1,55 @@ +# Description: fix readline.so build with readline 6.3 +# Patch obtained from upstream, issue #20374 +# http://bugs.python.org/issue20374 +# PR: ports/187176 + +--- ./Modules/readline.c.orig 2013-11-17 07:23:01.000000000 +0000 ++++ ./Modules/readline.c 2014-03-01 13:05:47.000000000 +0000 +@@ -774,14 +774,22 @@ + } + + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_startup_hook(void) ++#else ++on_startup_hook() ++#endif + { + return on_hook(startup_hook); + } + + #ifdef HAVE_RL_PRE_INPUT_HOOK + static int ++#if defined(_RL_FUNCTION_TYPEDEF) + on_pre_input_hook(void) ++#else ++on_pre_input_hook() ++#endif + { + return on_hook(pre_input_hook); + } +@@ -877,7 +885,7 @@ + * before calling the normal completer */ + + static char ** +-flex_complete(char *text, int start, int end) ++flex_complete(const char *text, int start, int end) + { + #ifdef HAVE_RL_COMPLETION_APPEND_CHARACTER + rl_completion_append_character ='\0'; +@@ -936,12 +944,12 @@ + rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); + rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); + /* Set our hook functions */ +- rl_startup_hook = (Function *)on_startup_hook; ++ rl_startup_hook = on_startup_hook; + #ifdef HAVE_RL_PRE_INPUT_HOOK +- rl_pre_input_hook = (Function *)on_pre_input_hook; ++ rl_pre_input_hook = on_pre_input_hook; + #endif + /* Set our completion function */ +- rl_attempted_completion_function = (CPPFunction *)flex_complete; ++ rl_attempted_completion_function = flex_complete; + /* Set Python word break characters */ + completer_word_break_characters = + rl_completer_word_break_characters = _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 90D38521 for ; Sat, 1 Mar 2014 14:30:01 +0000 (UTC) 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 7B9C41C56 for ; Sat, 1 Mar 2014 14:30:01 +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 s21EU13T029156 for ; Sat, 1 Mar 2014 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EU1kV029155; Sat, 1 Mar 2014 14:30:01 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:30:01 GMT Message-Id: <201403011430.s21EU1kV029155@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christoph Moench-Tegeder Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christoph Moench-Tegeder List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 14:30:01 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: Christoph Moench-Tegeder To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, python@freebsd.org, koobs.freebsd@gmail.com Cc: Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Date: Sat, 1 Mar 2014 15:20:38 +0100 Hi, the relevant portion of the build log is here: : building 'readline' extension : cc -fPIC -fno-strict-aliasing -O2 -pipe -march=core2 -fno-strict-aliasing -DNDEBUG -I. -IInclude -I./../Include -I/usr/local/include -I/usr/ports/lang/python27/work/Python-2.7.6/Include -I/usr/ports/lang/python27/work/Python-2.7.6/portbld.static -c /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c -o build/temp.freebsd-10.0-RELEASE-amd64-2.7/usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.o : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:24: error: use of undeclared identifier 'Function' : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:914:34: error: expected expression : rl_startup_hook = (Function *)on_startup_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:26: error: use of undeclared identifier 'Function' : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:916:36: error: expected expression : rl_pre_input_hook = (Function *)on_pre_input_hook; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:41: error: use of undeclared identifier 'CPPFunction'; did you mean 'PyCFunction'? : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : /usr/ports/lang/python27/work/Python-2.7.6/Modules/readline.c:919:54: error: expected expression : rl_attempted_completion_function = (CPPFunction *)flex_complete; : ^ : 6 errors generated. The "old-style" typedefs (Function, VFunction, CPFunction and CPPFunciton) where removed from readline 6.3. Here's a patch which "works for me" (by using the "new-style" typedefs if available), ready for being used as ports/lang/python27/files/patch-Modules-readline.c . In case some mail system mangles this patch, it's also here: http://burggraben.net/hacks/patch-Modules-readline.c.gz --- Modules/readline.c.orig 2014-03-01 14:59:16.000000000 +0100 +++ Modules/readline.c 2014-03-01 15:04:48.000000000 +0100 @@ -911,12 +911,24 @@ rl_bind_key_in_map ('\t', rl_complete, emacs_meta_keymap); rl_bind_key_in_map ('\033', rl_complete, emacs_meta_keymap); /* Set our hook functions */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_startup_hook = (rl_hook_func_t *)on_startup_hook; +#else rl_startup_hook = (Function *)on_startup_hook; +#endif #ifdef HAVE_RL_PRE_INPUT_HOOK +#ifdef _RL_FUNCTION_TYPEDEF + rl_pre_input_hook = (rl_hook_func_t *)on_pre_input_hook; +#else rl_pre_input_hook = (Function *)on_pre_input_hook; #endif +#endif /* Set our completion function */ +#ifdef _RL_FUNCTION_TYPEDEF + rl_attempted_completion_function = (rl_completion_func_t *)flex_complete; +#else rl_attempted_completion_function = (CPPFunction *)flex_complete; +#endif /* Set Python word break characters */ completer_word_break_characters = rl_completer_word_break_characters = I haven't checked if this has been fixed upstream (I'll have to check their repo). If not I'll report it there, and in any case I'll report back with a link to the issue in the python tracker and/or repo. In the meantime, please review and test my patch :) I believe this or something very similar should fix the issue in the other python verions (e.g. PR ports/187176). Regards, Christoph -- Spare Space From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:40:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B33D7B4 for ; Sat, 1 Mar 2014 14:40:02 +0000 (UTC) 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 0AFF81D16 for ; Sat, 1 Mar 2014 14:40: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 s21Ee13P031922 for ; Sat, 1 Mar 2014 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21Ee19Y031921; Sat, 1 Mar 2014 14:40:01 GMT (envelope-from gnats) Date: Sat, 1 Mar 2014 14:40:01 GMT Message-Id: <201403011440.s21Ee19Y031921@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christoph Moench-Tegeder Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christoph Moench-Tegeder List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 14:40:02 -0000 The following reply was made to PR ports/187174; it has been noted by GNATS. From: Christoph Moench-Tegeder To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de, koobs.freebsd@gmail.com Cc: Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory Date: Sat, 1 Mar 2014 15:34:30 +0100 Never mind, you were faster. Regards, Christoph -- Spare Space From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:44:41 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id D558683A; Sat, 1 Mar 2014 14:44:41 +0000 (UTC) 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 A5FA31D9E; Sat, 1 Mar 2014 14:44:41 +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 s21Eifn7034530; Sat, 1 Mar 2014 14:44:41 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EieSw034529; Sat, 1 Mar 2014 14:44:40 GMT (envelope-from antoine) Date: Sat, 1 Mar 2014 14:44:40 GMT Message-Id: <201403011444.s21EieSw034529@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, antoine@FreeBSD.org, freebsd-python@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/187174: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 14:44:41 -0000 Synopsis: lang/python27: pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/readline.so): No such file or directory State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sat Mar 1 14:43:38 UTC 2014 State-Changed-Why: A patch was committed for this issue, please update your ports tree and verify. http://www.freebsd.org/cgi/query-pr.cgi?pr=187174 From owner-freebsd-python@FreeBSD.ORG Sat Mar 1 14:45:17 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E893A996; Sat, 1 Mar 2014 14:45:17 +0000 (UTC) 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 BC3291DA9; Sat, 1 Mar 2014 14:45:17 +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 s21EjHi3034632; Sat, 1 Mar 2014 14:45:17 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s21EjH8V034631; Sat, 1 Mar 2014 14:45:17 GMT (envelope-from antoine) Date: Sat, 1 Mar 2014 14:45:17 GMT Message-Id: <201403011445.s21EjH8V034631@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, antoine@FreeBSD.org, freebsd-python@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/187176: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 14:45:18 -0000 Synopsis: lang/python33: pkg-static: lstat(/usr/ports/lang/python33/work/stage/usr/local/lib/python3.3/lib-dynload/readline.so): No such file or directory State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sat Mar 1 14:44:46 UTC 2014 State-Changed-Why: A patch was committed for this issue, please update your ports tree and verify http://www.freebsd.org/cgi/query-pr.cgi?pr=187176 From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 00:24:47 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 2BAE681F; Sun, 2 Mar 2014 00:24:47 +0000 (UTC) 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 0072C10EC; Sun, 2 Mar 2014 00:24:47 +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 s220OkMP021051; Sun, 2 Mar 2014 00:24:46 GMT (envelope-from gerald@freefall.freebsd.org) Received: (from gerald@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s220OkGt021050; Sun, 2 Mar 2014 00:24:46 GMT (envelope-from gerald) Date: Sun, 2 Mar 2014 00:24:46 GMT Message-Id: <201403020024.s220OkGt021050@freefall.freebsd.org> To: uzimac@da3m0n8t3r.com, gerald@FreeBSD.org, freebsd-python@FreeBSD.org From: gerald@FreeBSD.org Subject: Re: ports/170566: update graphics/py-opengl depends on old version of gcc4.6.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 00:24:47 -0000 Synopsis: update graphics/py-opengl depends on old version of gcc4.6.3 State-Changed-From-To: feedback->closed State-Changed-By: gerald State-Changed-When: Sun Mar 2 00:22:48 UTC 2014 State-Changed-Why: Closing since now feedback received for several months and lang/gcc (which is the canonical port of GCC) and lang/gcc46 are in sync now and both have seen a number of improvements. In a short while lang/gcc and USE_FORTRAN=yes will move to GCC 4.7, by the way. If you still see any problem, please advise. http://www.freebsd.org/cgi/query-pr.cgi?pr=170566 From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 09:26:18 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B2BBD9C for ; Sun, 2 Mar 2014 09:26:18 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 259B81D03 for ; Sun, 2 Mar 2014 09:26:18 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.7/8.14.7) with ESMTP id s229QID7020387 for ; Sun, 2 Mar 2014 09:26:18 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.7/8.14.7/Submit) id s229QIOP020383; Sun, 2 Mar 2014 09:26:18 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403020926.s229QIOP020383@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 2 Mar 2014 09:26:17 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 09:26:18 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/mercurial | 2.9 | 2.9.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 15:33:03 2014 Return-Path: Delivered-To: python@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 ESMTPS id DB90D1D9 for ; Sun, 2 Mar 2014 15:33:03 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6318D1B7F for ; Sun, 2 Mar 2014 15:33:03 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id z11so3886579lbi.8 for ; Sun, 02 Mar 2014 07:33:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=drJ2BNvuZs9hoE+xtJfO9IgXsPMGjPMoRUELjrUGSAA=; b=Kokx0I6lD3wgZVd620+IYdUkT+IQ6TEI4P2Fci+7KDGhi5FYBOH205uJtizj4ie1aF UerAGibHN0M2GIOXrQqTPa8UmNutScmKHiwqaF2mIghVeyVd3TEn2GRMLGbkZCppJiEn caGVp+mMa+5b8IoNE8NCdPBsHLGf4RT66gUa41C6A8uIQvbHSQdGIgSS7nFqs3WE71xG zKJUVAceYOZgthYMnJIU542qQCMamkgjMvTOCwhYHH5L558t8KcO9zr2H2+ZAvIZw9II WkzWlxNJVwfaEVPa/0OjUXG0F9czHGUy+nBwXgq0ZfuvYvJlVZASoYmTXvdwuUMJ4x8o ez6Q== X-Received: by 10.152.9.1 with SMTP id v1mr7204782laa.31.1393774381368; Sun, 02 Mar 2014 07:33:01 -0800 (PST) Received: from [10.0.1.20] (ip-95-220-130-123.bb.netbynet.ru. [95.220.130.123]) by mx.google.com with ESMTPSA id q6sm25220537lal.3.2014.03.02.07.33.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 07:33:00 -0800 (PST) Sender: Dmitry Sivachenko From: Dmitry Sivachenko Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: python33: incorrect pkg-plist Message-Id: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> Date: Sun, 2 Mar 2014 19:32:58 +0400 To: python@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 15:33:03 -0000 Hello! Right now, python's include files are listed as follows: %%PYTHON_INCLUDEDIR%%%%PYABIVER%%/accu.h But both PYTHON_INCLUDEDIR and PYABIVER contain trailing "m": # make -V PLIST_SUB PYVER=3D3.3 PYMAJOR=3D3 PYVER_WITHPAT=3D3.3.3 PYABIVER=3Dm = PYTHON_INCLUDEDIR=3Dinclude/python3.3m <...> Thus this line in pkg-plist becomes include/python3.3mm/accu.h (double "m"). So both "make package" and "make check-orphans" report these files. I am not sure how did this work earlier, but now it seems broken. From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 19:14:14 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ED0BEF3 for ; Sun, 2 Mar 2014 19:14:14 +0000 (UTC) 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 56BD61E47 for ; Sun, 2 Mar 2014 19:14:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s22JEERW090781 for ; Sun, 2 Mar 2014 19:14:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s22JEEHV090772 for freebsd-python@FreeBSD.org; Sun, 2 Mar 2014 19:14:14 GMT (envelope-from bdrewery) Received: (qmail 41866 invoked from network); 2 Mar 2014 13:14:12 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 2 Mar 2014 13:14:12 -0600 Message-ID: <53138303.8020905@FreeBSD.org> Date: Sun, 02 Mar 2014 13:14:11 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: svn commit: r346687 - head/www/py-pastescript References: <201403011805.s21I5lt2093529@svn.freebsd.org> In-Reply-To: <201403011805.s21I5lt2093529@svn.freebsd.org> X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 19:14:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3/1/2014 12:05 PM, Martin Wilke wrote: > Author: miwi > Date: Sat Mar 1 18:05:46 2014 > New Revision: 346687 > URL: http://svnweb.freebsd.org/changeset/ports/346687 > QAT: https://qat.redports.org/buildarchive/r346687/ >=20 > Log: > - Convert to autoplist > - Stage support > - Bump PORTREVISION >=20 > Deleted: > head/www/py-pastescript/pkg-plist > Modified: > head/www/py-pastescript/Makefile >=20 > Modified: head/www/py-pastescript/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/www/py-pastescript/Makefile Sat Mar 1 18:05:27 2014 (r346686)= > +++ head/www/py-pastescript/Makefile Sat Mar 1 18:05:46 2014 (r346687)= > @@ -3,6 +3,7 @@ > =20 > PORTNAME=3D PasteScript > PORTVERSION=3D 1.7.5 > +PORTREVISION=3D 1 > CATEGORIES=3D www python > MASTER_SITES=3D CHEESESHOP > PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} > @@ -18,8 +19,7 @@ BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}ch > RUN_DEPENDS:=3D ${BUILD_DEPENDS} > =20 > USE_PYTHON=3D yes > -USE_PYDISTUTILS=3D easy_install > -PYDISTUTILS_NOEGGINFO=3D yes # XXX convert easy_install support to bsd= =2Epython.mk's > +USE_PYDISTUTILS=3D yes > +PYDISTUTILS_AUTOPLIST=3D yes > =20 > -NO_STAGE=3D yes > .include >=20 http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00= m44s/logs/errors/py27-turbomail-3.0.3_2.log This causes new failure with py27-turbomail. PasteScript was installing an egg but now is installing right into site-packages. Old: /usr/local/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/tests/= __init__.py New: /usr/local/lib/python2.7/site-packages/tests/__init__.py py27-turbomail also installs this file and depend on Pastescript which conflicts and now fails to build. python@: Why not stick to using the egg dirs? It is much safer to avoid polluting global namespace. --=20 Regards, Bryan Drewery --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTE4MDAAoJEDXXcbtuRpfPUxgIAM7ghU9gzOCACwwXVJ63RKBM Emp86FTS0cVCrpb5uT4QeoTOWWzuNf1/+PsUh2Ds6FiNXfxR/HMQofYqJITdCYBL u5RHDEV6i9OcC6ZsxHGGjO9S1mCa2wGLVMoxqsiU32A6udPF3D3WOnxpAjrC/HEo E8tjooIa6UMVwSRfoJl/yOw8rqksLQfCRbvTgW37d9n5D4Lk10kPBThVe+/lyiWq K5LT+h08/GR3jfHT6Zg55X4Cwh+dyU7bkWlmU0PpZX8Z3isi7kfmuY1jvVbr87mH Jux8ltICy71jezJZxVk87ajO8o1W/0hYTWm6OD3I2HWKHpyDHpXQOgYe4WASXdU= =SzkF -----END PGP SIGNATURE----- --Ce1aac7jgkngXfSD8E82MUHhpBQ9QibDD-- From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 19:28:21 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id EB3EF1EF for ; Sun, 2 Mar 2014 19:28:21 +0000 (UTC) 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 C9F461029 for ; Sun, 2 Mar 2014 19:28:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s22JSLeF094026 for ; Sun, 2 Mar 2014 19:28:21 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s22JSLl3094019 for freebsd-python@FreeBSD.org; Sun, 2 Mar 2014 19:28:21 GMT (envelope-from bdrewery) Received: (qmail 80210 invoked from network); 2 Mar 2014 13:28:19 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 2 Mar 2014 13:28:19 -0600 Message-ID: <53138652.6060003@FreeBSD.org> Date: Sun, 02 Mar 2014 13:28:18 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: svn commit: r346687 - head/www/py-pastescript References: <201403011805.s21I5lt2093529@svn.freebsd.org> <53138303.8020905@FreeBSD.org> In-Reply-To: <53138303.8020905@FreeBSD.org> X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 19:28:22 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 3/2/2014 1:14 PM, Bryan Drewery wrote: > On 3/1/2014 12:05 PM, Martin Wilke wrote: >> Author: miwi >> Date: Sat Mar 1 18:05:46 2014 >> New Revision: 346687 >> URL: http://svnweb.freebsd.org/changeset/ports/346687 >> QAT: https://qat.redports.org/buildarchive/r346687/ >> >> Log: >> - Convert to autoplist >> - Stage support >> - Bump PORTREVISION >> >> Deleted: >> head/www/py-pastescript/pkg-plist >> Modified: >> head/www/py-pastescript/Makefile >> >> Modified: head/www/py-pastescript/Makefile >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >> --- head/www/py-pastescript/Makefile Sat Mar 1 18:05:27 2014 (r346686= ) >> +++ head/www/py-pastescript/Makefile Sat Mar 1 18:05:46 2014 (r346687= ) >> @@ -3,6 +3,7 @@ >> =20 >> PORTNAME=3D PasteScript >> PORTVERSION=3D 1.7.5 >> +PORTREVISION=3D 1 >> CATEGORIES=3D www python >> MASTER_SITES=3D CHEESESHOP >> PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} >> @@ -18,8 +19,7 @@ BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}ch >> RUN_DEPENDS:=3D ${BUILD_DEPENDS} >> =20 >> USE_PYTHON=3D yes >> -USE_PYDISTUTILS=3D easy_install >> -PYDISTUTILS_NOEGGINFO=3D yes # XXX convert easy_install support to bs= d.python.mk's >> +USE_PYDISTUTILS=3D yes >> +PYDISTUTILS_AUTOPLIST=3D yes >> =20 >> -NO_STAGE=3D yes >> .include >> >=20 > http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h= 00m44s/logs/errors/py27-turbomail-3.0.3_2.log >=20 > This causes new failure with py27-turbomail. PasteScript was installing= > an egg but now is installing right into site-packages. >=20 > Old: >=20 > /usr/local/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/test= s/__init__.py >=20 > New: > /usr/local/lib/python2.7/site-packages/tests/__init__.py >=20 > py27-turbomail also installs this file and depend on Pastescript which > conflicts and now fails to build. >=20 >=20 > python@: Why not stick to using the egg dirs? It is much safer to avoid= > polluting global namespace. >=20 >=20 http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00= m44s/logs/errors/py27-satchmo-0.9.2_1.log This is another one. Same file. > Installing py27-django-signals-ahoy-0.1.0_1...pkg-static: py27-django-s= ignals-ahoy-0.1.0_1 conflicts with py27-django-keyedcache-1.4.4_1 (instal= ls files into the same place). Problematic file: /usr/local/lib/python2.= 7/site-packages/tests/__init__.py It's not reasonable to mark these as conflicting, it's a generic file I suspect is all over the place. --=20 Regards, Bryan Drewery --Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTE4ZSAAoJEDXXcbtuRpfPdF0H/jIc/ALCa5lELXqH/mIQQHOA gV0/rNTjwfrW1Emb8orW10ZfqKy9mW73LM4C1ZezR8k2t813x33NHtyLkCGpnkEP 0kqUmgk7mp97+XamLu/bVrLrbEJEBDLcd+l3jH8/zPZtVhmdsn3WBI5mrVlIARFu RyBDRJC08G1Sv1GZoF9/XP5FhoZUXfhkHBSj8omh/lqR/N6qfVAWu0h/7HEWOyxx EfpMUYpnj+TxXg6oLr/4j9iij7rc1baNxn0VmTIHLM/1Rs7xIwu3v1NXey0L3eG6 rkcwpNrN3K74ZvyGkr3iAJzxudCfAXPGolHms7Wu7rj0+ZAgzzC0Do++tZGCHRI= =T4pw -----END PGP SIGNATURE----- --Php1e8r9UrjuQifvCIvEJQnA5Asvnu3le-- From owner-freebsd-python@FreeBSD.ORG Sun Mar 2 19:40:20 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EA67579; Sun, 2 Mar 2014 19:40:20 +0000 (UTC) Received: from forward7l.mail.yandex.net (forward7l.mail.yandex.net [IPv6:2a02:6b8:0:1819::7]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1BF91197; Sun, 2 Mar 2014 19:40:16 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward7l.mail.yandex.net (Yandex) with ESMTP id CA314BC0CCB; Sun, 2 Mar 2014 23:40:00 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id CF79713403D9; Sun, 2 Mar 2014 23:39:59 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 9M5yx9b9W4-dxD004nK; Sun, 2 Mar 2014 23:39:59 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 7747bb03-81bf-45a3-8f37-4e0b1a6f88af DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1393789199; bh=hC0rZku98gCe7R7c3rabCGbB3U2pFW5o/MCqrfsRFVk=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=t9FTxgf70RJXIiRQ2HDF1cW47n0L66HoKBqix2qKOdlPsH1mtKAJOYHwwuk8VBn3e BItrzxeHV6dVjm2ytn3lnRYW30ccaAaOLzFhYRAWEVk1CIEo6ZxABGn7o509posWui f51bhWfZpTnnhLyZaQ2EcFwXytV2GRVj4sFKGNx8= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <531388F8.6090900@yandex.ru> Date: Sun, 02 Mar 2014 23:39:36 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Bryan Drewery , Martin Wilke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, freebsd-python@FreeBSD.org Subject: Re: svn commit: r346687 - head/www/py-pastescript References: <201403011805.s21I5lt2093529@svn.freebsd.org> <53138303.8020905@FreeBSD.org> In-Reply-To: <53138303.8020905@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 19:40:20 -0000 Bryan Drewery wrote on 02.03.2014 23:14: > On 3/1/2014 12:05 PM, Martin Wilke wrote: >> Author: miwi >> Date: Sat Mar 1 18:05:46 2014 >> New Revision: 346687 >> URL: http://svnweb.freebsd.org/changeset/ports/346687 >> QAT: https://qat.redports.org/buildarchive/r346687/ >> >> Log: >> - Convert to autoplist >> - Stage support >> - Bump PORTREVISION >> >> Deleted: >> head/www/py-pastescript/pkg-plist >> Modified: >> head/www/py-pastescript/Makefile >> >> Modified: head/www/py-pastescript/Makefile >> ============================================================================== >> --- head/www/py-pastescript/Makefile Sat Mar 1 18:05:27 2014 (r346686) >> +++ head/www/py-pastescript/Makefile Sat Mar 1 18:05:46 2014 (r346687) >> @@ -3,6 +3,7 @@ >> >> PORTNAME= PasteScript >> PORTVERSION= 1.7.5 >> +PORTREVISION= 1 >> CATEGORIES= www python >> MASTER_SITES= CHEESESHOP >> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >> @@ -18,8 +19,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ch >> RUN_DEPENDS:= ${BUILD_DEPENDS} >> >> USE_PYTHON= yes >> -USE_PYDISTUTILS= easy_install >> -PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's >> +USE_PYDISTUTILS= yes >> +PYDISTUTILS_AUTOPLIST= yes >> >> -NO_STAGE= yes >> .include >> > > http://pb2.nyi.freebsd.org/bulk/91amd64-default-baseline/2014-03-01_21h00m44s/logs/errors/py27-turbomail-3.0.3_2.log > > This causes new failure with py27-turbomail. PasteScript was installing > an egg but now is installing right into site-packages. > > Old: > > /usr/local/lib/python2.7/site-packages/PasteScript-1.7.5-py2.7.egg/tests/__init__.py > > New: > /usr/local/lib/python2.7/site-packages/tests/__init__.py > > py27-turbomail also installs this file and depend on Pastescript which > conflicts and now fails to build. > > > python@: Why not stick to using the egg dirs? It is much safer to avoid > polluting global namespace. I believe it's mostly upstream issue, because it should belong to f.e. site-packages/PasteScript/tests/__init__.py instead. But easy_install installation may be keep'd for such a few problematic ports. The actual problem there - incogitant converting of ports. I think this couple of commits should be reverted until the issue will be fixed upstream. -- Regards, Ruslan T.O.S. Of Reality From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:05:37 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id E4AA3641 for ; Mon, 3 Mar 2014 07:05:36 +0000 (UTC) Received: from mail-ie0-x244.google.com (mail-ie0-x244.google.com [IPv6:2607:f8b0:4001:c03::244]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6B2F165 for ; Mon, 3 Mar 2014 07:05:36 +0000 (UTC) Received: by mail-ie0-f196.google.com with SMTP id rd18so3018278iec.11 for ; Sun, 02 Mar 2014 23:05:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=//CupOkcU9P3+4+IpHtrHOyeCGNv76Y8dMe3sVxcDbY=; b=i3kLALRKBx/qaJla5Byr5pT/m2THirLOJsWub4gQiDh4H9ZC8Lw14fYX2Jh3Q/MrcS RosQrDxeJrA17EUu3n6eyNIc9KPBlNMj1Ul4TgBxaLDoSPfzmq/W9T1nT2apGvBWcxoO FVxBgNlrmn++LmK9qWKOSn8wPm6UCrGKHeiUlrv6ZpIIS5Z3RMSoJ/mB/Hwow8eXAWS5 Ma7WjUitxhJpaBY3PhfZ32NSKN352fgM/wgp9ScX+cmIwJBSzaNiNuyMidZp4KqQszNt +xkYp2buQbHRNu88SGgZUo32VmScSxFvpEqtmbcwYzMvDjQWxV1YNbgGvFJrto13CPmn iipQ== MIME-Version: 1.0 X-Received: by 10.50.4.74 with SMTP id i10mr19851919igi.43.1393830336114; Sun, 02 Mar 2014 23:05:36 -0800 (PST) Received: by 10.42.159.132 with HTTP; Sun, 2 Mar 2014 23:05:36 -0800 (PST) Date: Mon, 3 Mar 2014 01:05:36 -0600 Message-ID: Subject: pyhon33 still listed as vulnerable From: JEREMY COX To: freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 07:05:37 -0000 Hello all, I was having difficulty updating python33 today, even though the vulnerability to python 3.3.3_2 (CVE-2014-1912) was patched. After verifying with Freshports python 3.3.3_3 was correct, I used *portmaster -m DISABLE_VULNERABILITIES=yes python33* to update the port. However, pkg audit is still complaining the port is vulnerable: *root@riotskates:/ # pkg auditpython33-3.3.3_3 is vulnerable:Python -- buffer overflow in socket.recvfrom_into()CVE: CVE-2014-1912WWW: http://portaudit.FreeBSD.org/8e5e6d42-a0fa-11e3-b09a-080027f2d077.html 1 problem(s) in the installed packages found.* I'm not familiar with inconsistencies found between the ports tree (which is obviously correct) and portaudit.FreeBSD.org (I've actually never seen this problem before). Is there something I need to update to fix this on my machine or will this be caught upstream sometime later on? N.B. BTW I updated python27 with no problems at all. Thank you for your time, Jeremy From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:20:22 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 722889EF for ; Mon, 3 Mar 2014 07:20:22 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED7B7252 for ; Mon, 3 Mar 2014 07:20:21 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id b8so4285867lan.26 for ; Sun, 02 Mar 2014 23:20:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=MglMCGKbyfhFG0bPEu1f1+wuN9KvibC+nqflhASg3gA=; b=mcL/ZSSuo56oWEMEEWqZUmjWPYQsTsni9gojnJzM3OMuaRLlWk/80wUtbk+XbhwVeI D+MeHst/2xfmqIOZ4Rk+UNqZcgI0A+7L/CZYNk1Q+anBFf8MFSNDPt8L1rnBaL+dKsEi w+8N/QnqXcPu46SaANH4gCWKA3kBryDU/oAQequJ/6ys72eHbz28W21Ks/PaRMHw2CIw sLZLTTqX8ipk4EekKa+CBlVnCsjYShO28sq1iFwSjwK/dSlCmeRWuvgHyf9udajj4XHS uoU0IUvpMv41kvKB20U+svh2BRT6svfMHlxHS1Y/s40P0PwLJQ0QLWKNPeUhl1X3oHVU QI2g== X-Received: by 10.112.143.228 with SMTP id sh4mr370161lbb.57.1393831219911; Sun, 02 Mar 2014 23:20:19 -0800 (PST) Received: from [10.0.1.4] ([176.193.163.131]) by mx.google.com with ESMTPSA id h7sm14779326lbj.1.2014.03.02.23.20.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 23:20:18 -0800 (PST) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (11B651) From: Dmitry Sivachenko Subject: Re: pyhon33 still listed as vulnerable Date: Mon, 3 Mar 2014 11:20:19 +0400 To: JEREMY COX Cc: "freebsd-python@freebsd.org" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 07:20:22 -0000 I already fixed that yesterday, update your ports tree. > 03 =CD=C1=D2=D4=C1 2014 =C7., =D7 11:05, JEREMY COX =CE=C1=D0=C9=D3=C1=CC(=C1): >=20 > Hello all, > I was having difficulty updating python33 today, even though the > vulnerability to python 3.3.3_2 (CVE-2014-1912) was patched. After > verifying with Freshports python 3.3.3_3 was correct, I used >=20 > *portmaster -m DISABLE_VULNERABILITIES=3Dyes python33* >=20 > to update the port. However, pkg audit is still complaining the port is > vulnerable: >=20 >=20 >=20 >=20 >=20 >=20 >=20 >=20 > *root@riotskates:/ # pkg auditpython33-3.3.3_3 is vulnerable:Python -- > buffer overflow in socket.recvfrom_into()CVE: CVE-2014-1912WWW: > http://portaudit.FreeBSD.org/8e5e6d42-a0fa-11e3-b09a-080027f2d077.html > 1 > problem(s) in the installed packages found.* >=20 >=20 > I'm not familiar with inconsistencies found between the ports tree (which > is obviously correct) and portaudit.FreeBSD.org (I've actually never seen > this problem before). Is there something I need to update to fix this on > my machine or will this be caught upstream sometime later on? >=20 > N.B. BTW I updated python27 with no problems at all. >=20 > Thank you for your time, >=20 > Jeremy > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:22:12 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id B30B0A42 for ; Mon, 3 Mar 2014 07:22:12 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FC3F2DF for ; Mon, 3 Mar 2014 07:22:12 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id rl12so5767632iec.36 for ; Sun, 02 Mar 2014 23:22:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Sl8H5YjB8y6TgvR3YyXIToRVZ0GDVuHzn+XW8d6B6Wk=; b=x7ptEhBZdu1ZMCHIdeA3qsvx4CZ0UAPuchFbcMNrvWg97zOmx5M8Kawv0LK+YVbZbh tdyDOGtoaFXJw3zcmjSnTU4bPeVa896lHio6pzNCw8wT3U7IGMfESIQoD209E7/hxQac 2ZfBzFySgWiUEPVFkGnDjT5APVcxD2zrfwsY+ovN/epK3ZpeWJ4XEOer2/cMTquRKPvr GWR3lBq+GiLdJ1p/B1oYV8yPibH14kx8tmwZJ1/NCV1n5aNj8DkdQDbGGxx/grXrUW+n qi4jAdk/eeo773MUtemlITHLS52fLhXH91/ds//E1kJYprl/qE5yBBkvXWqm9VtW5WD+ ljGw== X-Received: by 10.50.43.225 with SMTP id z1mr19945794igl.29.1393831331972; Sun, 02 Mar 2014 23:22:11 -0800 (PST) Received: from [10.0.0.66] (c-98-240-141-71.hsd1.mn.comcast.net. [98.240.141.71]) by mx.google.com with ESMTPSA id kb5sm36794689igb.1.2014.03.02.23.22.11 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 02 Mar 2014 23:22:11 -0800 (PST) Message-ID: <53142DA3.9000604@gmail.com> Date: Mon, 03 Mar 2014 01:22:11 -0600 From: Andrew Berg User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-python@freebsd.org Subject: Re: pyhon33 still listed as vulnerable References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 07:22:12 -0000 On 2014.03.03 01:20, Dmitry Sivachenko wrote: > I already fixed that yesterday, update your ports tree. I have this issue as well on a fresh ports tree. From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 07:47:39 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91C994E3 for ; Mon, 3 Mar 2014 07:47:39 +0000 (UTC) Received: from mail-ie0-x244.google.com (mail-ie0-x244.google.com [IPv6:2607:f8b0:4001:c03::244]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DC5B677 for ; Mon, 3 Mar 2014 07:47:39 +0000 (UTC) Received: by mail-ie0-f196.google.com with SMTP id rd18so3050760iec.3 for ; Sun, 02 Mar 2014 23:47:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dzBZGZTxw0RRRtsrWuhiURfsQVbY0iW0Hd4eJ5EI20E=; b=RPq6ww2RprrbT7bz6T80fO0B/tThuNX6BFEVt9GlPaCZt2j/czB+1J+mVjtb4lIKyW TkgaAsEqLVYLO+nPewDu8T3QCqR4Bw2lyKM8qtqvlyFUyJ8xSB3IQ8qXIifSdqLc9CH7 njvtpnnb2Zf7XhTOykGmdAitFuiniy68h5eItdhvBY3p8IYsSu6mcIbJP/5yXC4rTRI1 kuBlijB0LlXABMyJwlL65iCZ/6EgMwSdRGV+p6UqIYstTPE3L/4lF704eRZM9ziqovdj q9Tv83b9J8HjIfsKeMDvK/hmOKpXdjvNtrVPBcutTfLQY5GGQbblfJtonMgN9kV+KgLR /BuA== MIME-Version: 1.0 X-Received: by 10.50.115.102 with SMTP id jn6mr20209084igb.10.1393832858905; Sun, 02 Mar 2014 23:47:38 -0800 (PST) Received: by 10.42.159.132 with HTTP; Sun, 2 Mar 2014 23:47:38 -0800 (PST) Date: Mon, 3 Mar 2014 01:47:38 -0600 Message-ID: Subject: pyhon33 still listed as vulnerable From: JEREMY COX To: freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 07:47:39 -0000 Sorry if I wasn't more clear, my ports tree was updated a few minutes before I wrote the email, from March 3 @ 0700 UTC... and the patch for CVE-2014-1912 was already in /usr/ports/lang/python33/files... otherwise I never would have updated the port! I always verify changes with the FreeBSD svn website first. Even after the ports tree was updated, and the port was updated, pkg audit still lists python33-3.3.3_3 as vulnerable, when the CVE lists the vulnerability applicable only to python33 <= 3.3.3_2. From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 08:37:01 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D57ADE9A for ; Mon, 3 Mar 2014 08:37:01 +0000 (UTC) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9177A82 for ; Mon, 3 Mar 2014 08:37:01 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id jt11so3479277pbb.36 for ; Mon, 03 Mar 2014 00:36:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=bhY9tbbA3Y/kk5Z8Rc7xxVW1/V8/HEUM/SujwlD2DYE=; b=HElP9s+m3Z99YL4K3bCcP/oWBSpuJrtiUEkSD5KlGxIrF6+hlvY9phRlfhN4o4UhTE VPAveRK3WkxBC0P2ZCPueSh6NXaBlHHD/9XFX6ROB1lt0SV+2RpB2jsC6yIfnYLkuWTq uwjfiRYFbC5ctYoApAsBo1kpu6T5TihV+1lp4nBWSB29YXZumjGNaqGex5p23yca9XD0 eQnWmXDomejBcLj90Av0YOhu8bWf7lonte79+eZ442WM6F634s73LIrbGwvSQo9fa38w WOC44VsetwxvtELU+eUACV+UH6O5IvPBGqrEZQI9bK++XFhzv4qfgRzZQERy+MUTtAI4 x5Qw== X-Received: by 10.69.31.75 with SMTP id kk11mr18286901pbd.101.1393835818157; Mon, 03 Mar 2014 00:36:58 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vg1sm33520753pbc.44.2014.03.03.00.36.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Mar 2014 00:36:57 -0800 (PST) Message-ID: <53143F24.500@FreeBSD.org> Date: Mon, 03 Mar 2014 19:36:52 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: Andrew Berg , freebsd-python@freebsd.org, jeremy.m.cox@gmail.com Subject: Re: pyhon33 still listed as vulnerable References: <53142DA3.9000604@gmail.com> In-Reply-To: <53142DA3.9000604@gmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 08:37:01 -0000 On 3/03/2014 6:22 PM, Andrew Berg wrote: > On 2014.03.03 01:20, Dmitry Sivachenko wrote: >> I already fixed that yesterday, update your ports tree. > I have this issue as well on a fresh ports tree. Does updating the vulnerability database help? Either via: pkg audit -F if using pkg, or portaudit -F if using portaudit From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 09:45:52 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 7F0E13FE; Mon, 3 Mar 2014 09:45:52 +0000 (UTC) Received: from mail-ie0-x241.google.com (mail-ie0-x241.google.com [IPv6:2607:f8b0:4001:c03::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44514FC2; Mon, 3 Mar 2014 09:45:52 +0000 (UTC) Received: by mail-ie0-f193.google.com with SMTP id rl12so2255547iec.8 for ; Mon, 03 Mar 2014 01:45:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=pSZOMM+rGDUFngDwLOTw2eixTcBFWCjojGN0nlwKVu0=; b=L+LS/FQJAdeO49jTyKldS+VZPuyIV1YvpwFu47RaGzduu0AyqeWQxiosXQh3tQFOsE GWCJTfQJ9BPSgmw35VbZaZC8igNOS8XDlTT8m1GK7Y/2BA4+/CoTnBlydMIEsG6X+ayq 9pYez/tx34ymg8k03lwxBbL4GS0wf5j0AIJdv2k48pkrTfLFDd9A0LbID8rYWT1Vs/gd rr+PpaMDPav/zkZj+XU2nrQXGMyEFGlMwD4f4/+8sRU0rJpaEnpuC3uFjWr7XC6LaYyX rlRE4N+UjJzFSltVFGsEVs1XyitxLA0WVV0gKFSHDXFQtL4ffcKmuvi/dI+oLmFYCpUY Ka/g== MIME-Version: 1.0 X-Received: by 10.43.58.19 with SMTP id wi19mr10946050icb.53.1393839951728; Mon, 03 Mar 2014 01:45:51 -0800 (PST) Received: by 10.42.159.132 with HTTP; Mon, 3 Mar 2014 01:45:51 -0800 (PST) In-Reply-To: <53143F24.500@FreeBSD.org> References: <53142DA3.9000604@gmail.com> <53143F24.500@FreeBSD.org> Date: Mon, 3 Mar 2014 03:45:51 -0600 Message-ID: Subject: Re: pyhon33 still listed as vulnerable From: JEREMY COX To: koobs@freebsd.org, freebsd-python@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 09:45:52 -0000 pkg audit -F was the correct solution. Thank you very much for the assistance! Regards, Jeremy On Mon, Mar 3, 2014 at 2:36 AM, Kubilay Kocak wrote: > On 3/03/2014 6:22 PM, Andrew Berg wrote: > > On 2014.03.03 01:20, Dmitry Sivachenko wrote: > >> I already fixed that yesterday, update your ports tree. > > I have this issue as well on a fresh ports tree. > > Does updating the vulnerability database help? Either via: > > pkg audit -F if using pkg, or portaudit -F if using portaudit > > > From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 11:06:51 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id AB78EEAE for ; Mon, 3 Mar 2014 11:06:51 +0000 (UTC) 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 80248952 for ; Mon, 3 Mar 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23B6ptD008633 for ; Mon, 3 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23B6p9h008631 for freebsd-python@FreeBSD.org; Mon, 3 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Mar 2014 11:06:51 GMT Message-Id: <201403031106.s23B6p9h008631@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 11:06:51 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/187108 python [PATCH] astro/py-astLib fix incorrect update alert on o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186950 python maintainer update : sysutils/py-salt o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186807 python error in databases/py-MySQLdb o ports/186802 python [MAINTAINER] math/py-pandas: Update to 0.13.1 f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 23 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 11:21:53 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 391B7A33; Mon, 3 Mar 2014 11:21:53 +0000 (UTC) Received: from mail-pd0-x22a.google.com (mail-pd0-x22a.google.com [IPv6:2607:f8b0:400e:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05B25C1B; Mon, 3 Mar 2014 11:21:53 +0000 (UTC) Received: by mail-pd0-f170.google.com with SMTP id v10so1559564pde.1 for ; Mon, 03 Mar 2014 03:21:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=RfTzO8mPEYnu2GhTHL2OhL/c5jLKG30dvLVMcApQHFc=; b=yXrEOZWZWm3Nct+PlY4FCO93ARBitpG1Ep5ME5T3gBhDbwsOULHeQTdOf8VXF3fvyA uh4VpP/fN0ASIsn5KBEpIlQsDGkEnH7d8Pl2Cv0Hzak3OOK794JjC/7AAh5UyqjZunTo 1xDlvR3g4I5U3sddc/Q7Wuu1mIE/5LKpSz44NAgsfxmP570Gj+xd+8fGDjwRSBsD97Mt 8JA9LroGFdnY9TOW15Hffz+BOLtnQ4J7K7IRpGoYl6zed7hjxP4aRPvDyAoWtCHplHd3 xDKCE9x/n1mDH6m8sXLlp4dTcAFEIl0Fq77i+JdKBeV/M3IzLr5mY9/bi5lagthFhth0 cOhQ== X-Received: by 10.68.231.35 with SMTP id td3mr5158757pbc.137.1393845712714; Mon, 03 Mar 2014 03:21:52 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vb7sm19019476pbc.13.2014.03.03.03.21.50 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Mar 2014 03:21:52 -0800 (PST) Message-ID: <531465CB.7080107@FreeBSD.org> Date: Mon, 03 Mar 2014 22:21:47 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: JEREMY COX , freebsd-python@freebsd.org Subject: Re: pyhon33 still listed as vulnerable References: <53142DA3.9000604@gmail.com> <53143F24.500@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: antoine@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 11:21:53 -0000 On 3/03/2014 8:45 PM, JEREMY COX wrote: > pkg audit -F was the correct solution. Thank you very much for the > assistance! > > Regards, > Jeremy > > > On Mon, Mar 3, 2014 at 2:36 AM, Kubilay Kocak wrote: > >> On 3/03/2014 6:22 PM, Andrew Berg wrote: >>> On 2014.03.03 01:20, Dmitry Sivachenko wrote: >>>> I already fixed that yesterday, update your ports tree. >>> I have this issue as well on a fresh ports tree. >> >> Does updating the vulnerability database help? Either via: >> >> pkg audit -F if using pkg, or portaudit -F if using portaudit >> >> >> > My pleasure Jeremy, thank you for bringing it to our attention. Full credit to antoine@ for the hint -- koobs From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 16:07:42 2014 Return-Path: Delivered-To: python@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 ESMTPS id E473D15C for ; Mon, 3 Mar 2014 16:07:42 +0000 (UTC) Received: from mail.jinr.ru (mail.jinr.ru [159.93.14.110]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D0009D7 for ; Mon, 3 Mar 2014 16:07:42 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.jinr.ru (Postfix) with ESMTP id A03CC40A019 for ; Mon, 3 Mar 2014 19:59:15 +0400 (MSK) X-Virus-Scanned: amavisd-new at jinr.ru Received: from mail.jinr.ru ([127.0.0.1]) by localhost (mail.jinr.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id woSQe-1m8yXb for ; Mon, 3 Mar 2014 19:59:15 +0400 (MSK) Received: from [127.0.0.1] (kws.jinr.ru [159.93.12.100]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: kirill) by mail.jinr.ru (Postfix) with ESMTPSA id 8561040A017 for ; Mon, 3 Mar 2014 19:59:15 +0400 (MSK) Message-ID: <5314A6D1.908@jinr.ru> Date: Mon, 03 Mar 2014 19:59:13 +0400 From: Kirill Angelov Organization: NOC JINR User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: systems without NIS Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 16:07:43 -0000 Hello, there are problems with python 2.7, 3.3 reinstall in systems without nis. String .if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) # the world with NO_NIS do nothing, because /usr/bin/ypcat is still exist after make delete-old, and option WITHOUT_NIS seems to be undefined (in my case it's specified at /etc/src.conf) Imho, best solution is new option NIS for OPTIONS_DEFINE menu at python ports Makefile From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 17:09:05 2014 Return-Path: Delivered-To: python@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 ESMTPS id A3553225 for ; Mon, 3 Mar 2014 17:09:05 +0000 (UTC) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95E4CF62 for ; Mon, 3 Mar 2014 17:09:05 +0000 (UTC) Date: Mon, 3 Mar 2014 09:09:04 -0800 (PST) From: Roger Marquis To: python@FreeBSD.org Subject: python27-2.7.6_4 install failure User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 17:09:05 -0000 Is there a patch or mitigation for this 8.3-RELEASE- install bug? Couldn't find a useful reference to 'lib/python2.7/lib-dynload/bz2.so' on the net. Thanks, Roger Marquis > > Building package for python27-2.7.6_4 > Creating package /usr/ports/lang/python27/work/python27-2.7.6_4.tbz > Registering depends:. > Creating bzip'd tar ball in '/usr/ports/lang/python27/work/python27-2.7.6_4.tbz' > tar: lib/python2.7/lib-dynload/bz2.so: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > *** Error code 1 From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 19:59:48 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id C002EC86 for ; Mon, 3 Mar 2014 19:59:48 +0000 (UTC) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id 999EB6A2 for ; Mon, 3 Mar 2014 19:59:48 +0000 (UTC) Received: from homiemail-a54.g.dreamhost.com (unknown [69.163.253.168]) by hapkido.dreamhost.com (Postfix) with ESMTP id EBC23DD179 for ; Mon, 3 Mar 2014 11:46:45 -0800 (PST) Received: from homiemail-a54.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTP id 1DA1C40122434 for ; Mon, 3 Mar 2014 11:59:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type; s=saltant.com; bh=02ITi9VQMvssFizZ9UPdPs9y0gE=; b= TbYgx38ihTvhjuvrGkKOXw+skNcR8B9KsO+qZwx/sY+x0wGM7TnNSRWxHow6gkny IgaV9qb7RgMw20mUUXTiPiyLIUVHo7qHmXKbo0Fv0cTzOKzKWHQeU1cqaYenruM4 LzwbUCf3r01rTwQFLLIY87tYjpH7DnS4REI7YjS2l78= Received: from omnific.local (unknown [128.91.196.251]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a54.g.dreamhost.com (Postfix) with ESMTPSA id E84AD40122431 for ; Mon, 3 Mar 2014 11:59:41 -0800 (PST) Message-ID: <5314DF2E.5070509@saltant.com> Date: Mon, 03 Mar 2014 14:59:42 -0500 From: "John W. O'Brien" Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: FreeBSD Python List Subject: Re: ports/186802: [MAINTAINER] math/py-pandas: Update to 0.13.1 X-Priority: 4 (Low) References: <201402152120.s1FLKHDi028725@freefall.freebsd.org> In-Reply-To: <201402152120.s1FLKHDi028725@freefall.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="epo16xc8a71Ojo864t6HispQxKHtxCDSR" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 19:59:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --epo16xc8a71Ojo864t6HispQxKHtxCDSR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 2/15/14 4:20 PM, edwin@FreeBSD.org wrote: > Synopsis: [MAINTAINER] math/py-pandas: Update to 0.13.1 [...] > Responsible-Changed-When: Sat Feb 15 21:20:16 UTC 2014 [...] > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D186802 Hello python@, Is a friendly neighborhood committer available to take this? tabthorpe@'s avatar just poked me on the basis of portscout notifications= =2E While I'm here, just a quick preview of things to come. I've drafted another patch to this port that turns all of the recommended (but soft) dependencies into optional RUN_DEPENDS. I've also got a big, fat, hairy math/py-pandas-doc port up my sleeve, but I'm not quite ready to unleash it on the world yet. Regards, John --epo16xc8a71Ojo864t6HispQxKHtxCDSR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - http://gpgtools.org iQEcBAEBCgAGBQJTFN8uAAoJEBRzAKlhyP/Fq5kIAKKP5SpimJomepDkkAED131l 1tU9dOpAiPR8LF74XB1MzkGp0kiq8YUTGwJgM6LbJ/JE5amphT0oYaM0VMH3R0GW JYIM8UtVCZnU1lWuoLl8PDtq8/AKy8oRfVjziFlcNmwpHJG1LbISjvZUwFVMhvVE qDJ9IBh2aVHhgR/ZQ6K8JzML7s+YJgLyh0QK3iy5jhN3dBYlC+vshFkqa8A0m94r Xw4zQ+xgGGCispQzLbiArymVF7J76yRib5JNRXfmLUqXWgEH7ElWiD+XiOjHuXNo WO9C48Vy+M2OccsGTrPVaSgnBvdjmi9VHgMflyUNlVNIjANxQ4kLxNAUamTh1+s= =e8m3 -----END PGP SIGNATURE----- --epo16xc8a71Ojo864t6HispQxKHtxCDSR-- From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 20:02:30 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DD72CDD; Mon, 3 Mar 2014 20:02:30 +0000 (UTC) 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 E7009784; Mon, 3 Mar 2014 20:02:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23K2TGD081585; Mon, 3 Mar 2014 20:02:29 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23K2Tmh081584; Mon, 3 Mar 2014 20:02:29 GMT (envelope-from rm) Date: Mon, 3 Mar 2014 20:02:29 GMT Message-Id: <201403032002.s23K2Tmh081584@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/186802: [MAINTAINER] math/py-pandas: Update to 0.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 20:02:30 -0000 Synopsis: [MAINTAINER] math/py-pandas: Update to 0.13.1 Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Mon Mar 3 20:02:29 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186802 From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 23:40:22 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A963C70; Mon, 3 Mar 2014 23:40:22 +0000 (UTC) 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 E44F4FA3; Mon, 3 Mar 2014 23:40:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23NeLW1048226; Mon, 3 Mar 2014 23:40:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23NeLgF048225; Mon, 3 Mar 2014 23:40:21 GMT (envelope-from edwin) Date: Mon, 3 Mar 2014 23:40:21 GMT Message-Id: <201403032340.s23NeLgF048225@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187234: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 23:40:22 -0000 Synopsis: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 3 23:40:21 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187234 From owner-freebsd-python@FreeBSD.ORG Mon Mar 3 23:40:10 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 6F87ABF6; Mon, 3 Mar 2014 23:40:10 +0000 (UTC) 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 46CA2F9A; Mon, 3 Mar 2014 23:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23NeAjS048068; Mon, 3 Mar 2014 23:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23NeAVU048067; Mon, 3 Mar 2014 23:40:10 GMT (envelope-from edwin) Date: Mon, 3 Mar 2014 23:40:10 GMT Message-Id: <201403032340.s23NeAVU048067@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187232: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 23:40:10 -0000 Synopsis: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 3 23:40:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187232 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 05:50:26 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE76CC47; Tue, 4 Mar 2014 05:50:26 +0000 (UTC) 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 B351A22B; Tue, 4 Mar 2014 05:50:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s245oQOP075416; Tue, 4 Mar 2014 05:50:26 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s245oQKi075415; Tue, 4 Mar 2014 05:50:26 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 05:50:26 GMT Message-Id: <201403040550.s245oQKi075415@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187232: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 05:50:26 -0000 Synopsis: [patch] multimedia/py-kaa-imlib2: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 05:50:26 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187232 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 05:50:43 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A61CC92; Tue, 4 Mar 2014 05:50:43 +0000 (UTC) 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 110A6232; Tue, 4 Mar 2014 05:50:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s245ogG4075569; Tue, 4 Mar 2014 05:50:42 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s245ogHU075568; Tue, 4 Mar 2014 05:50:42 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 05:50:42 GMT Message-Id: <201403040550.s245ogHU075568@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187234: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 05:50:43 -0000 Synopsis: [patch] multimedia/py-kaa-metadata: update URLs in pkg-descr Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 05:50:42 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187234 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 13:13:59 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 891918A0; Tue, 4 Mar 2014 13:13:59 +0000 (UTC) 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 5F1872A4; Tue, 4 Mar 2014 13:13:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s24DDxh8027554; Tue, 4 Mar 2014 13:13:59 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s24DDxVf027553; Tue, 4 Mar 2014 13:13:59 GMT (envelope-from edwin) Date: Tue, 4 Mar 2014 13:13:59 GMT Message-Id: <201403041313.s24DDxVf027553@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187248: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 13:13:59 -0000 Synopsis: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 4 13:13:59 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187248 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 16:04:16 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A23D4C03 for ; Tue, 4 Mar 2014 16:04:16 +0000 (UTC) Received: from mail-lb0-x235.google.com (mail-lb0-x235.google.com [IPv6:2a00:1450:4010:c04::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28DD07D8 for ; Tue, 4 Mar 2014 16:04:15 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id c11so5678544lbj.40 for ; Tue, 04 Mar 2014 08:04:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=u38F+VrCM2+hGMiqiKlPV2Vt1fgD9A3zK7m/ewgaC88=; b=m1xujwJzEcALJnws1vH227Z47lNqSDk4uJRAgJ6jeOELortn62rJdmJ9Dy8KWwwhuc aRlPfP/+11bA+mdBS1hGYlQZN9v5eOOsjvwopyyarmUD1sLpAIbqxBhTlOX4A4in+CYe YSSeG4+e3Nv/2Y3b5u/NRNwmW1+SX/ZLX1EkJKVcYF4++QTRJaAhKYx+mlqCtEsETJyP +oyGnTbkJTraijy8iCKRtUQqmQunQVJ4ExnTPWrTVhPDveFg7DQPv9etp64YaTtC992D gdaWCsoDi/QwAXURwb3hTJuvZOJBAWMykPtKkbAnF5MyvkIdigUB29i9mxtCKEXG3eTZ 7+yQ== X-Received: by 10.153.8.135 with SMTP id dk7mr178494lad.18.1393949054170; Tue, 04 Mar 2014 08:04:14 -0800 (PST) Received: from 95.108.174.208-red.dhcp.yndx.net (95.108.174.208-red.dhcp.yndx.net. [95.108.174.208]) by mx.google.com with ESMTPSA id qx7sm20188617lbb.9.2014.03.04.08.04.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 04 Mar 2014 08:04:13 -0800 (PST) Sender: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: python33: incorrect pkg-plist From: Dmitry Sivachenko In-Reply-To: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> Date: Tue, 4 Mar 2014 20:04:11 +0400 Content-Transfer-Encoding: quoted-printable Message-Id: <07168B99-3013-478D-9FF0-730523CA09B7@FreeBSD.org> References: <10C25A62-97F4-47FF-987D-6331189F4104@FreeBSD.org> To: python@freebsd.org X-Mailer: Apple Mail (2.1874) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 16:04:16 -0000 Am I the only person with that problem? After python3.3.3->3.3.4 upgrade I still get this: root:/usr/ports/lang/python33 # make package =3D=3D=3D> Building package for python33-3.3.4 pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/ac= cu.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/Py= thon-ast.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/Py= thon.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/ab= stract.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/as= dl.h): No such file or directory pkg-static: = lstat(/usr/ports/lang/python33/work/stage/usr/local/include/python3.3mm/as= t.h): No such file or directory <...> On 02 =D0=BC=D0=B0=D1=80=D1=82=D0=B0 2014 =D0=B3., at 19:32, Dmitry = Sivachenko wrote: > Hello! >=20 > Right now, python's include files are listed as follows: >=20 > %%PYTHON_INCLUDEDIR%%%%PYABIVER%%/accu.h >=20 > But both PYTHON_INCLUDEDIR and PYABIVER contain trailing "m": >=20 > # make -V PLIST_SUB > PYVER=3D3.3 PYMAJOR=3D3 PYVER_WITHPAT=3D3.3.3 PYABIVER=3Dm = PYTHON_INCLUDEDIR=3Dinclude/python3.3m <...> >=20 > Thus this line in pkg-plist becomes > include/python3.3mm/accu.h > (double "m"). >=20 > So both "make package" and "make check-orphans" report these files. >=20 > I am not sure how did this work earlier, but now it seems broken. >=20 >=20 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 19:35:30 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1170AD27; Tue, 4 Mar 2014 19:35:30 +0000 (UTC) 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 DBC43E22; Tue, 4 Mar 2014 19:35:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s24JZTuk045379; Tue, 4 Mar 2014 19:35:29 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s24JZTsu045378; Tue, 4 Mar 2014 19:35:29 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 19:35:29 GMT Message-Id: <201403041935.s24JZTsu045378@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187248: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 19:35:30 -0000 Synopsis: dns/py-idnkit2: upgrade py-idnkit-2.2 to 2.3 Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 19:35:29 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187248 From owner-freebsd-python@FreeBSD.ORG Tue Mar 4 20:03:51 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3B06DB27; Tue, 4 Mar 2014 20:03:51 +0000 (UTC) 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 DE32E199; Tue, 4 Mar 2014 20:03:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s24K3oq0054231; Tue, 4 Mar 2014 20:03:50 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s24K3o1E054230; Tue, 4 Mar 2014 20:03:50 GMT (envelope-from rm) Date: Tue, 4 Mar 2014 20:03:50 GMT Message-Id: <201403042003.s24K3o1E054230@freefall.freebsd.org> To: rm@FreeBSD.org, freebsd-python@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/187108: [PATCH] astro/py-astLib fix incorrect update alert on portscout X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2014 20:03:51 -0000 Synopsis: [PATCH] astro/py-astLib fix incorrect update alert on portscout Responsible-Changed-From-To: freebsd-python->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Mar 4 20:03:50 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187108 From owner-freebsd-python@FreeBSD.ORG Wed Mar 5 09:10:58 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59069E31 for ; Wed, 5 Mar 2014 09:10:58 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45BBEDD6 for ; Wed, 5 Mar 2014 09:10:58 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s259AwZM070774 for ; Wed, 5 Mar 2014 09:10:58 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s259AwS2070773; Wed, 5 Mar 2014 09:10:58 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403050910.s259AwS2070773@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 5 Mar 2014 09:10:58 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Mar 2014 09:10:58 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/py-rdflib | 4.1.0 | 4.1.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Mar 6 09:10:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05EDEE98 for ; Thu, 6 Mar 2014 09:10:02 +0000 (UTC) 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 DB07E5EA for ; Thu, 6 Mar 2014 09:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s269A1KQ001647 for ; Thu, 6 Mar 2014 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s269A1o3001646; Thu, 6 Mar 2014 09:10:01 GMT (envelope-from gnats) Date: Thu, 6 Mar 2014 09:10:01 GMT Message-Id: <201403060910.s269A1o3001646@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner Subject: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 09:10:02 -0000 The following reply was made to PR ports/186950; it has been noted by GNATS. From: Johannes Meixner To: bug-followup@freebsd.org Cc: Subject: ports/186950: maintainer update : sysutils/py-salt Date: Thu, 6 Mar 2014 11:04:12 +0200 --7gGkHNMELEOhSGF6 Content-Type: multipart/mixed; boundary="DBIVS5p969aUjpLe" Content-Disposition: inline --DBIVS5p969aUjpLe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, as salt 2014.1.0 comes in with a lot of cool stuff, we should make sure this gets in as soon as possible. Attached is a patch that actually applies, and replaces pkg-plist with PYDISTUTILS_AUTOPLIST. Best regards, --=20 xmj@chaot.net http://xmj.me --DBIVS5p969aUjpLe Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="py-salt-2014.1.0.diff" Content-Transfer-Encoding: quoted-printable =3D=3D=3D> Updating from SVN Updating '.': At revision 347173. =3D=3D=3D> Generating patch =3D=3D=3D> Viewing diff with less -iRM Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 347173) +++ Makefile (working copy) @@ -2,7 +2,8 @@ # $FreeBSD$ =20 PORTNAME=3D salt -PORTVERSION=3D 0.17.5 +PORTVERSION=3D 2014.1.0 +PORTEPOCH=3D 1 CATEGORIES=3D sysutils python MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +18,8 @@ ${PYTHON_PKGNAMEPREFIX}pycrypto>=3D0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3D0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}msgpack>=3D0.1.9:${PORTSDIR}/devel/py-msgpack \ + ${PYTHON_PKGNAMEPREFIX}libcloud>=3D0.11.4:${PORTSDIR}/net/py-libcloud \ + ${PYTHON_PKGNAMEPREFIX}botocore>=3D0:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=3D0:${PORTSDIR}/security/py-m2crypto \ sshpass>=3D0:${PORTSDIR}/security/sshpass RUN_DEPENDS:=3D ${BUILD_DEPENDS} @@ -23,6 +26,7 @@ =20 USE_PYTHON=3D 2 USE_PYDISTUTILS=3Dyes +PYDISTUTilS_AUTOPLIST=3D yes =20 PYDISTUTILS_INSTALLARGS+=3D\ --prefix=3D${PREFIX} \ Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 347173) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.5.tar.gz) =3D 36ae196ef87af0ae33e880d1ad593783e2cb102221= edda2782071738d595ea3f -SIZE (salt-0.17.5.tar.gz) =3D 1873131 +SHA256 (salt-2014.1.0.tar.gz) =3D 168dd154a9243b1c853700e61f56e7d6ab5cbc98= 62fb215ab991e05f46b2a406 +SIZE (salt-2014.1.0.tar.gz) =3D 2787665 Index: files/patch-salt__grains__core.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__grains__core.py (revision 347173) +++ files/patch-salt__grains__core.py (working copy) @@ -1,9 +1,9 @@ ---- ./salt/grains/core.py.orig 2013-10-17 08:48:57.000000000 +0400 -+++ ./salt/grains/core.py 2013-10-25 10:46:21.000000000 +0400 -@@ -1059,7 +1059,7 @@ - ''' +--- ./salt/grains/core.py.orig 2014-02-19 22:21:14.000000000 +0200 ++++ ./salt/grains/core.py 2014-03-06 10:50:07.000000000 +0200 +@@ -1133,7 +1133,7 @@ # Provides: # path +=20 - return {'path': os.environ['PATH'].strip()} + return {'path': os.environ['PATH'].strip() + ':/usr/local/bin:/usr/lo= cal/sbin'} =20 Index: files/patch-salt__modules__reebsdpkg.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__modules__reebsdpkg.py (revision 347173) +++ files/patch-salt__modules__reebsdpkg.py (working copy) @@ -1,11 +0,0 @@ ---- salt/modules/freebsdpkg.py.orig 2013-10-30 16:16:31.850225522 +0000 -+++ salt/modules/freebsdpkg.py 2013-10-30 16:16:47.868224728 +0000 -@@ -27,7 +27,7 @@ - ''' - Looks to see if pkgng is being used by checking if database exists - ''' -- return os.path.isfile('/var/db/pkg/local.sqlite') -+ return os.path.isfile('/usr/local/etc/pkg.conf') -=20 -=20 - @decorators.memoize Index: files/patch-salt__utils____init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__utils____init__.py (revision 347173) +++ files/patch-salt__utils____init__.py (working copy) @@ -1,6 +1,6 @@ ---- ./salt/utils/__init__.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./salt/utils/__init__.py 2013-10-25 10:52:19.000000000 +0400 -@@ -266,6 +266,15 @@ +--- ./salt/utils/__init__.py.orig 2014-02-19 22:21:15.000000000 +0200 ++++ ./salt/utils/__init__.py 2014-03-06 10:50:07.000000000 +0200 +@@ -316,6 +316,15 @@ if os.access(exe, os.X_OK): return exe =20 Index: files/patch-setup.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-setup.py (revision 347173) +++ files/patch-setup.py (working copy) @@ -1,20 +1,17 @@ ---- ./setup.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./setup.py 2013-10-25 10:43:51.000000000 +0400 -@@ -313,7 +313,7 @@ - 'salt.log.handlers', - ], - 'package_data': {'salt.modules': ['rh_ip/*.jinja']}, +--- ./setup.py.orig 2014-03-06 10:50:27.000000000 +0200 ++++ ./setup.py 2014-03-06 10:52:20.000000000 +0200 +@@ -451,12 +451,12 @@ + 'virt/*.jinja' + ], + }, - 'data_files': [('share/man/man1', + 'data_files': [('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -324,7 +324,7 @@ - 'doc/man/salt-ssh.1', + ['doc/man/salt-cp.1', + 'doc/man/salt-call.1', 'doc/man/salt-minion.1', ]), -- ('share/man/man7', ['doc/man/salt.7']), -+ ('man/man7', ['doc/man/salt.7']), +- ('share/man/man7', ++ ('man/man7', + ['doc/man/salt.7', + ]), ], - # Required for esky builds - 'install_requires': REQUIREMENTS, =3D=3D=3D> Done --DBIVS5p969aUjpLe-- --7gGkHNMELEOhSGF6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTGDoMAAoJEAy1bITjfmSMsGgP/08xvYx59zkNCyuk8AILWKAU QCUExS0/j7fpuZuwXe+SE5ilkwa+IDqTgs7AS4hlJvwJfDUdUuut0nlRxofR6xWm FfnMhPFhtENnAPIwGEBvWYzimX0eeKjlzjiloAcYlvJ56TEBFDrtqFsJkhA5KwUK muOeL1VwhvVAL+WBQMykXKcXCenSa6aQE2iCzK6C6xG57JL6jF1wWePvdQ87jFxS D+4ogOhufKQtYtVRzE3ZdrYkMBXnTBCFJno16Kaq9ixLQW9phOi4mnWu3g0ohtik uZ+XrZM2fDCnVFKRS7GuBn+U5b0EO4mhY4k2y4utDEJordyrfo2nLcuHzMbZz7hp wL6WZ30018WB64EdxrEeEMfU00cZ4uDKSpiftWO+9JOTD8vj2nMaOkr9o2ydr38C 52WRlBqXDHh+fOyDkDue7mmKEV/5qxtPPRmrZFphyO5Fecerw0llzwj/huzEzQz0 gaYBZuQ598bWWipsksJGdKkED2JZ8XpdZ4AlSRfkb5zqSPou5Y2NGmWAiFrqS45v 47VP9Q30Z3tuTUz5Bh8cjVvKkYb7g8HJJGvnujOZEFKzHqMqMTmQnIxj1egM1lnx /eWLyb18PcABpsByjBBcLdMpfqXU1yXBwllNpohzPXGRayGUjNpR60OPselJVxxk z/x0yKOh4iAhyIsbnJQ9 =O2M5 -----END PGP SIGNATURE----- --7gGkHNMELEOhSGF6-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 6 09:50:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 65BCF898 for ; Thu, 6 Mar 2014 09:50:01 +0000 (UTC) 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 4FDEC9C1 for ; Thu, 6 Mar 2014 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s269o1cV013884 for ; Thu, 6 Mar 2014 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s269o1Mv013883; Thu, 6 Mar 2014 09:50:01 GMT (envelope-from gnats) Date: Thu, 6 Mar 2014 09:50:01 GMT Message-Id: <201403060950.s269o1Mv013883@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 09:50:01 -0000 The following reply was made to PR ports/186950; it has been noted by GNATS. From: Johannes Meixner To: bug-followup@freebsd.org Cc: Subject: Re: ports/186950: maintainer update : sysutils/py-salt Date: Thu, 6 Mar 2014 11:41:35 +0200 --KuLpqunXa7jZSBt+ Content-Type: multipart/mixed; boundary="bjuZg6miEcdLYP6q" Content-Disposition: inline --bjuZg6miEcdLYP6q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Next try, attaching a diff that actually works. Tested locally, with port test=20 and poudriere testport -n -j 11amd64 -p hackports -o sysutils/py-salt Best, Johannes --=20 xmj@chaot.net http://xmj.me --bjuZg6miEcdLYP6q Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="py-salt-2014.1.0.diff" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 347176) +++ Makefile (working copy) @@ -2,7 +2,8 @@ # $FreeBSD$ =20 PORTNAME=3D salt -PORTVERSION=3D 0.17.5 +PORTVERSION=3D 2014.1.0 +PORTEPOCH=3D 1 CATEGORIES=3D sysutils python MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} @@ -17,6 +18,8 @@ ${PYTHON_PKGNAMEPREFIX}pycrypto>=3D0:${PORTSDIR}/security/py-pycrypto \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3D0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}msgpack>=3D0.1.9:${PORTSDIR}/devel/py-msgpack \ + ${PYTHON_PKGNAMEPREFIX}libcloud>=3D0.11.4:${PORTSDIR}/net/py-libcloud \ + ${PYTHON_PKGNAMEPREFIX}botocore>=3D0:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}m2crypto>=3D0:${PORTSDIR}/security/py-m2crypto \ sshpass>=3D0:${PORTSDIR}/security/sshpass RUN_DEPENDS:=3D ${BUILD_DEPENDS} @@ -23,6 +26,7 @@ =20 USE_PYTHON=3D 2 USE_PYDISTUTILS=3Dyes +#PYDISTUTILS_AUTOPLIST=3D yes =20 PYDISTUTILS_INSTALLARGS+=3D\ --prefix=3D${PREFIX} \ Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 347176) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.5.tar.gz) =3D 36ae196ef87af0ae33e880d1ad593783e2cb102221= edda2782071738d595ea3f -SIZE (salt-0.17.5.tar.gz) =3D 1873131 +SHA256 (salt-2014.1.0.tar.gz) =3D 168dd154a9243b1c853700e61f56e7d6ab5cbc98= 62fb215ab991e05f46b2a406 +SIZE (salt-2014.1.0.tar.gz) =3D 2787665 Index: files/patch-salt__grains__core.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__grains__core.py (revision 347176) +++ files/patch-salt__grains__core.py (working copy) @@ -1,9 +1,9 @@ ---- ./salt/grains/core.py.orig 2013-10-17 08:48:57.000000000 +0400 -+++ ./salt/grains/core.py 2013-10-25 10:46:21.000000000 +0400 -@@ -1059,7 +1059,7 @@ - ''' +--- ./salt/grains/core.py.orig 2014-02-19 22:21:14.000000000 +0200 ++++ ./salt/grains/core.py 2014-03-06 10:50:07.000000000 +0200 +@@ -1133,7 +1133,7 @@ # Provides: # path +=20 - return {'path': os.environ['PATH'].strip()} + return {'path': os.environ['PATH'].strip() + ':/usr/local/bin:/usr/lo= cal/sbin'} =20 Index: files/patch-salt__modules__reebsdpkg.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__modules__reebsdpkg.py (revision 347176) +++ files/patch-salt__modules__reebsdpkg.py (working copy) @@ -1,11 +0,0 @@ ---- salt/modules/freebsdpkg.py.orig 2013-10-30 16:16:31.850225522 +0000 -+++ salt/modules/freebsdpkg.py 2013-10-30 16:16:47.868224728 +0000 -@@ -27,7 +27,7 @@ - ''' - Looks to see if pkgng is being used by checking if database exists - ''' -- return os.path.isfile('/var/db/pkg/local.sqlite') -+ return os.path.isfile('/usr/local/etc/pkg.conf') -=20 -=20 - @decorators.memoize Index: files/patch-salt__utils____init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-salt__utils____init__.py (revision 347176) +++ files/patch-salt__utils____init__.py (working copy) @@ -1,6 +1,6 @@ ---- ./salt/utils/__init__.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./salt/utils/__init__.py 2013-10-25 10:52:19.000000000 +0400 -@@ -266,6 +266,15 @@ +--- ./salt/utils/__init__.py.orig 2014-02-19 22:21:15.000000000 +0200 ++++ ./salt/utils/__init__.py 2014-03-06 10:50:07.000000000 +0200 +@@ -316,6 +316,15 @@ if os.access(exe, os.X_OK): return exe =20 Index: files/patch-setup.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-setup.py (revision 347176) +++ files/patch-setup.py (working copy) @@ -1,20 +1,17 @@ ---- ./setup.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./setup.py 2013-10-25 10:43:51.000000000 +0400 -@@ -313,7 +313,7 @@ - 'salt.log.handlers', - ], - 'package_data': {'salt.modules': ['rh_ip/*.jinja']}, +--- ./setup.py.orig 2014-03-06 10:50:27.000000000 +0200 ++++ ./setup.py 2014-03-06 10:52:20.000000000 +0200 +@@ -451,12 +451,12 @@ + 'virt/*.jinja' + ], + }, - 'data_files': [('share/man/man1', + 'data_files': [('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -324,7 +324,7 @@ - 'doc/man/salt-ssh.1', + ['doc/man/salt-cp.1', + 'doc/man/salt-call.1', 'doc/man/salt-minion.1', ]), -- ('share/man/man7', ['doc/man/salt.7']), -+ ('man/man7', ['doc/man/salt.7']), +- ('share/man/man7', ++ ('man/man7', + ['doc/man/salt.7', + ]), ], - # Required for esky builds - 'install_requires': REQUIREMENTS, Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pkg-plist (revision 347176) +++ pkg-plist (working copy) @@ -1,909 +0,0 @@ -bin/salt -bin/salt-call -bin/salt-cp -bin/salt-key -bin/salt-master -bin/salt-minion -bin/salt-run -bin/salt-ssh -bin/salt-syndic -%%ETCDIR%%/master.sample -%%ETCDIR%%/minion.sample -%%PYTHON_SITELIBDIR%%/salt/__init__.py -%%PYTHON_SITELIBDIR%%/salt/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/_compat.py -%%PYTHON_SITELIBDIR%%/salt/_compat.pyc -%%PYTHON_SITELIBDIR%%/salt/_syspaths.py -%%PYTHON_SITELIBDIR%%/salt/_syspaths.pyc -%%PYTHON_SITELIBDIR%%/salt/_version.py -%%PYTHON_SITELIBDIR%%/salt/_version.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/__init__.py -%%PYTHON_SITELIBDIR%%/salt/auth/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/auto.py -%%PYTHON_SITELIBDIR%%/salt/auth/auto.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/keystone.py -%%PYTHON_SITELIBDIR%%/salt/auth/keystone.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/ldap.py -%%PYTHON_SITELIBDIR%%/salt/auth/ldap.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/pam.py -%%PYTHON_SITELIBDIR%%/salt/auth/pam.pyc -%%PYTHON_SITELIBDIR%%/salt/auth/stormpath_mod.py -%%PYTHON_SITELIBDIR%%/salt/auth/stormpath_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.py -%%PYTHON_SITELIBDIR%%/salt/cli/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/batch.py -%%PYTHON_SITELIBDIR%%/salt/cli/batch.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/caller.py -%%PYTHON_SITELIBDIR%%/salt/cli/caller.pyc -%%PYTHON_SITELIBDIR%%/salt/cli/cp.py -%%PYTHON_SITELIBDIR%%/salt/cli/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/client/__init__.py -%%PYTHON_SITELIBDIR%%/salt/client/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/client/api.py -%%PYTHON_SITELIBDIR%%/salt/client/api.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/__init__.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/shell.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/shell.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/state.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/state.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/__init__.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/config.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/config.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/grains.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/pillar.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.py -%%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.pyc -%%PYTHON_SITELIBDIR%%/salt/config.py -%%PYTHON_SITELIBDIR%%/salt/config.pyc -%%PYTHON_SITELIBDIR%%/salt/crypt.py -%%PYTHON_SITELIBDIR%%/salt/crypt.pyc -%%PYTHON_SITELIBDIR%%/salt/exceptions.py -%%PYTHON_SITELIBDIR%%/salt/exceptions.pyc -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.py -%%PYTHON_SITELIBDIR%%/salt/ext/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/fileclient.py -%%PYTHON_SITELIBDIR%%/salt/fileclient.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/__init__.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/gitfs.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/gitfs.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/roots.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/roots.pyc -%%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.py -%%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.py -%%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/core.py -%%PYTHON_SITELIBDIR%%/salt/grains/core.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/extra.py -%%PYTHON_SITELIBDIR%%/salt/grains/extra.pyc -%%PYTHON_SITELIBDIR%%/salt/grains/opts.py -%%PYTHON_SITELIBDIR%%/salt/grains/opts.pyc -%%PYTHON_SITELIBDIR%%/salt/key.py -%%PYTHON_SITELIBDIR%%/salt/key.pyc -%%PYTHON_SITELIBDIR%%/salt/loader.py -%%PYTHON_SITELIBDIR%%/salt/loader.pyc -%%PYTHON_SITELIBDIR%%/salt/log/__init__.py -%%PYTHON_SITELIBDIR%%/salt/log/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/log/handlers/__init__.py -%%PYTHON_SITELIBDIR%%/salt/log/handlers/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/log/handlers/logstash_mod.py -%%PYTHON_SITELIBDIR%%/salt/log/handlers/logstash_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/log/handlers/sentry_mod.py -%%PYTHON_SITELIBDIR%%/salt/log/handlers/sentry_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/log/mixins.py -%%PYTHON_SITELIBDIR%%/salt/log/mixins.pyc -%%PYTHON_SITELIBDIR%%/salt/log/setup.py -%%PYTHON_SITELIBDIR%%/salt/log/setup.pyc -%%PYTHON_SITELIBDIR%%/salt/master.py -%%PYTHON_SITELIBDIR%%/salt/master.pyc -%%PYTHON_SITELIBDIR%%/salt/minion.py -%%PYTHON_SITELIBDIR%%/salt/minion.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.py -%%PYTHON_SITELIBDIR%%/salt/modules/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.py -%%PYTHON_SITELIBDIR%%/salt/modules/aliases.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/alternatives.py -%%PYTHON_SITELIBDIR%%/salt/modules/alternatives.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apache.py -%%PYTHON_SITELIBDIR%%/salt/modules/apache.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apt.py -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/archive.py -%%PYTHON_SITELIBDIR%%/salt/modules/archive.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/at.py -%%PYTHON_SITELIBDIR%%/salt/modules/at.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.py -%%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/bluez.py -%%PYTHON_SITELIBDIR%%/salt/modules/bluez.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/brew.py -%%PYTHON_SITELIBDIR%%/salt/modules/brew.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/bridge.py -%%PYTHON_SITELIBDIR%%/salt/modules/bridge.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/bsd_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/bsd_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.py -%%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/config.py -%%PYTHON_SITELIBDIR%%/salt/modules/config.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cp.py -%%PYTHON_SITELIBDIR%%/salt/modules/cp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/cron.py -%%PYTHON_SITELIBDIR%%/salt/modules/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/daemontools.py -%%PYTHON_SITELIBDIR%%/salt/modules/daemontools.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/darwin_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/data.py -%%PYTHON_SITELIBDIR%%/salt/modules/data.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ddns.py -%%PYTHON_SITELIBDIR%%/salt/modules/ddns.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/debian_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/debian_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dig.py -%%PYTHON_SITELIBDIR%%/salt/modules/dig.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/djangomod.py -%%PYTHON_SITELIBDIR%%/salt/modules/djangomod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dnsmasq.py -%%PYTHON_SITELIBDIR%%/salt/modules/dnsmasq.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/dpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/dpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.py -%%PYTHON_SITELIBDIR%%/salt/modules/ebuild.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/eix.py -%%PYTHON_SITELIBDIR%%/salt/modules/eix.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/eselect.py -%%PYTHON_SITELIBDIR%%/salt/modules/eselect.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/event.py -%%PYTHON_SITELIBDIR%%/salt/modules/event.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/extfs.py -%%PYTHON_SITELIBDIR%%/salt/modules/extfs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/file.py -%%PYTHON_SITELIBDIR%%/salt/modules/file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsd_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsd_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdjail.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdjail.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gem.py -%%PYTHON_SITELIBDIR%%/salt/modules/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/gentoo_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/gentoolkitmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/gentoolkitmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/git.py -%%PYTHON_SITELIBDIR%%/salt/modules/git.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/glance.py -%%PYTHON_SITELIBDIR%%/salt/modules/glance.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/grains.py -%%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/grub_legacy.py -%%PYTHON_SITELIBDIR%%/salt/modules/grub_legacy.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/guestfs.py -%%PYTHON_SITELIBDIR%%/salt/modules/guestfs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hg.py -%%PYTHON_SITELIBDIR%%/salt/modules/hg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.py -%%PYTHON_SITELIBDIR%%/salt/modules/hosts.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/htpasswd.py -%%PYTHON_SITELIBDIR%%/salt/modules/htpasswd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/img.py -%%PYTHON_SITELIBDIR%%/salt/modules/img.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/iptables.py -%%PYTHON_SITELIBDIR%%/salt/modules/iptables.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/key.py -%%PYTHON_SITELIBDIR%%/salt/modules/key.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/keyboard.py -%%PYTHON_SITELIBDIR%%/salt/modules/keyboard.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/keystone.py -%%PYTHON_SITELIBDIR%%/salt/modules/keystone.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/launchctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/launchctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/layman.py -%%PYTHON_SITELIBDIR%%/salt/modules/layman.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/ldapmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_acl.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_acl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_lvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_lvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/linux_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/localemod.py -%%PYTHON_SITELIBDIR%%/salt/modules/localemod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/locate.py -%%PYTHON_SITELIBDIR%%/salt/modules/locate.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/logrotate.py -%%PYTHON_SITELIBDIR%%/salt/modules/logrotate.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/lxc.py -%%PYTHON_SITELIBDIR%%/salt/modules/lxc.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mac_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/mac_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mac_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/mac_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/makeconf.py -%%PYTHON_SITELIBDIR%%/salt/modules/makeconf.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/match.py -%%PYTHON_SITELIBDIR%%/salt/modules/match.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mine.py -%%PYTHON_SITELIBDIR%%/salt/modules/mine.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/modjk.py -%%PYTHON_SITELIBDIR%%/salt/modules/modjk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mongodb.py -%%PYTHON_SITELIBDIR%%/salt/modules/mongodb.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/monit.py -%%PYTHON_SITELIBDIR%%/salt/modules/monit.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.py -%%PYTHON_SITELIBDIR%%/salt/modules/moosefs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mount.py -%%PYTHON_SITELIBDIR%%/salt/modules/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/munin.py -%%PYTHON_SITELIBDIR%%/salt/modules/munin.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.py -%%PYTHON_SITELIBDIR%%/salt/modules/mysql.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/netbsd_sysctl.py -%%PYTHON_SITELIBDIR%%/salt/modules/netbsd_sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/netbsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/netbsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/network.py -%%PYTHON_SITELIBDIR%%/salt/modules/network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nfs3.py -%%PYTHON_SITELIBDIR%%/salt/modules/nfs3.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.py -%%PYTHON_SITELIBDIR%%/salt/modules/nginx.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nova.py -%%PYTHON_SITELIBDIR%%/salt/modules/nova.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/npm.py -%%PYTHON_SITELIBDIR%%/salt/modules/npm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.py -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/omapi.py -%%PYTHON_SITELIBDIR%%/salt/modules/omapi.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.py -%%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.py -%%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.py -%%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pam.py -%%PYTHON_SITELIBDIR%%/salt/modules/pam.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/parted.py -%%PYTHON_SITELIBDIR%%/salt/modules/parted.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pecl.py -%%PYTHON_SITELIBDIR%%/salt/modules/pecl.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.py -%%PYTHON_SITELIBDIR%%/salt/modules/pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pip.py -%%PYTHON_SITELIBDIR%%/salt/modules/pip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkg_resource.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkg_resource.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkgin.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkgin.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkgng.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkgng.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pkgutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/pkgutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/portage_config.py -%%PYTHON_SITELIBDIR%%/salt/modules/portage_config.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.py -%%PYTHON_SITELIBDIR%%/salt/modules/postgres.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/poudriere.py -%%PYTHON_SITELIBDIR%%/salt/modules/poudriere.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/powerpath.py -%%PYTHON_SITELIBDIR%%/salt/modules/powerpath.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ps.py -%%PYTHON_SITELIBDIR%%/salt/modules/ps.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/publish.py -%%PYTHON_SITELIBDIR%%/salt/modules/publish.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.py -%%PYTHON_SITELIBDIR%%/salt/modules/puppet.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/pw_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_img.py -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_img.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_nbd.py -%%PYTHON_SITELIBDIR%%/salt/modules/qemu_nbd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/quota.py -%%PYTHON_SITELIBDIR%%/salt/modules/quota.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rabbitmq.py -%%PYTHON_SITELIBDIR%%/salt/modules/rabbitmq.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rbenv.py -%%PYTHON_SITELIBDIR%%/salt/modules/rbenv.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rdp.py -%%PYTHON_SITELIBDIR%%/salt/modules/rdp.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/reg.py -%%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ret.py -%%PYTHON_SITELIBDIR%%/salt/modules/ret.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/conf.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/network.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh5_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh6_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/route_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/riak.py -%%PYTHON_SITELIBDIR%%/salt/modules/riak.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rpm.py -%%PYTHON_SITELIBDIR%%/salt/modules/rpm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.py -%%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/s3.py -%%PYTHON_SITELIBDIR%%/salt/modules/s3.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/saltcloudmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/saltcloudmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.py -%%PYTHON_SITELIBDIR%%/salt/modules/saltutil.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/seed.py -%%PYTHON_SITELIBDIR%%/salt/modules/seed.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.py -%%PYTHON_SITELIBDIR%%/salt/modules/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/service.py -%%PYTHON_SITELIBDIR%%/salt/modules/service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_imgadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_imgadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_vmadm.py -%%PYTHON_SITELIBDIR%%/salt/modules/smartos_vmadm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/smf.py -%%PYTHON_SITELIBDIR%%/salt/modules/smf.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_group.py -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_group.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_user.py -%%PYTHON_SITELIBDIR%%/salt/modules/solaris_user.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solarispkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/solarispkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/solr.py -%%PYTHON_SITELIBDIR%%/salt/modules/solr.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/sqlite3.py -%%PYTHON_SITELIBDIR%%/salt/modules/sqlite3.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.py -%%PYTHON_SITELIBDIR%%/salt/modules/ssh.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/state.py -%%PYTHON_SITELIBDIR%%/salt/modules/state.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/status.py -%%PYTHON_SITELIBDIR%%/salt/modules/status.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/supervisord.py -%%PYTHON_SITELIBDIR%%/salt/modules/supervisord.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/svn.py -%%PYTHON_SITELIBDIR%%/salt/modules/svn.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/sysbench.py -%%PYTHON_SITELIBDIR%%/salt/modules/sysbench.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/sysmod.py -%%PYTHON_SITELIBDIR%%/salt/modules/sysmod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/system.py -%%PYTHON_SITELIBDIR%%/salt/modules/system.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.py -%%PYTHON_SITELIBDIR%%/salt/modules/systemd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/test.py -%%PYTHON_SITELIBDIR%%/salt/modules/test.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/timezone.py -%%PYTHON_SITELIBDIR%%/salt/modules/timezone.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/tls.py -%%PYTHON_SITELIBDIR%%/salt/modules/tls.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.py -%%PYTHON_SITELIBDIR%%/salt/modules/tomcat.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.py -%%PYTHON_SITELIBDIR%%/salt/modules/upstart.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virt.py -%%PYTHON_SITELIBDIR%%/salt/modules/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv_mod.py -%%PYTHON_SITELIBDIR%%/salt/modules/virtualenv_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_autoruns.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_disk.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_dns_client.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_dns_client.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_file.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_path.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_path.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_repo.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_repo.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_servermanager.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_servermanager.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_service.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_shadow.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_status.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_status.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_system.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_system.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_timezone.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_timezone.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.py -%%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/xapi.py -%%PYTHON_SITELIBDIR%%/salt/modules/xapi.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zfs.py -%%PYTHON_SITELIBDIR%%/salt/modules/zfs.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zpool.py -%%PYTHON_SITELIBDIR%%/salt/modules/zpool.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.py -%%PYTHON_SITELIBDIR%%/salt/modules/zypper.pyc -%%PYTHON_SITELIBDIR%%/salt/output/__init__.py -%%PYTHON_SITELIBDIR%%/salt/output/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/output/grains.py -%%PYTHON_SITELIBDIR%%/salt/output/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/output/highstate.py -%%PYTHON_SITELIBDIR%%/salt/output/highstate.pyc -%%PYTHON_SITELIBDIR%%/salt/output/json_out.py -%%PYTHON_SITELIBDIR%%/salt/output/json_out.pyc -%%PYTHON_SITELIBDIR%%/salt/output/key.py -%%PYTHON_SITELIBDIR%%/salt/output/key.pyc -%%PYTHON_SITELIBDIR%%/salt/output/nested.py -%%PYTHON_SITELIBDIR%%/salt/output/nested.pyc -%%PYTHON_SITELIBDIR%%/salt/output/no_out.py -%%PYTHON_SITELIBDIR%%/salt/output/no_out.pyc -%%PYTHON_SITELIBDIR%%/salt/output/no_return.py -%%PYTHON_SITELIBDIR%%/salt/output/no_return.pyc -%%PYTHON_SITELIBDIR%%/salt/output/overstatestage.py -%%PYTHON_SITELIBDIR%%/salt/output/overstatestage.pyc -%%PYTHON_SITELIBDIR%%/salt/output/pprint_out.py -%%PYTHON_SITELIBDIR%%/salt/output/pprint_out.pyc -%%PYTHON_SITELIBDIR%%/salt/output/raw.py -%%PYTHON_SITELIBDIR%%/salt/output/raw.pyc -%%PYTHON_SITELIBDIR%%/salt/output/txt.py -%%PYTHON_SITELIBDIR%%/salt/output/txt.pyc -%%PYTHON_SITELIBDIR%%/salt/output/virt_query.py -%%PYTHON_SITELIBDIR%%/salt/output/virt_query.pyc -%%PYTHON_SITELIBDIR%%/salt/output/yaml_out.py -%%PYTHON_SITELIBDIR%%/salt/output/yaml_out.pyc -%%PYTHON_SITELIBDIR%%/salt/overstate.py -%%PYTHON_SITELIBDIR%%/salt/overstate.pyc -%%PYTHON_SITELIBDIR%%/salt/payload.py -%%PYTHON_SITELIBDIR%%/salt/payload.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/__init__.py -%%PYTHON_SITELIBDIR%%/salt/pillar/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_json.py -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_json.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_yaml.py -%%PYTHON_SITELIBDIR%%/salt/pillar/cmd_yaml.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/cobbler.py -%%PYTHON_SITELIBDIR%%/salt/pillar/cobbler.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/django_orm.py -%%PYTHON_SITELIBDIR%%/salt/pillar/django_orm.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/git_pillar.py -%%PYTHON_SITELIBDIR%%/salt/pillar/git_pillar.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/hiera.py -%%PYTHON_SITELIBDIR%%/salt/pillar/hiera.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.py -%%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/mongo.py -%%PYTHON_SITELIBDIR%%/salt/pillar/mongo.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.py -%%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/puppet.py -%%PYTHON_SITELIBDIR%%/salt/pillar/puppet.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/reclass_adapter.py -%%PYTHON_SITELIBDIR%%/salt/pillar/reclass_adapter.pyc -%%PYTHON_SITELIBDIR%%/salt/pillar/virtkey.py -%%PYTHON_SITELIBDIR%%/salt/pillar/virtkey.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.py -%%PYTHON_SITELIBDIR%%/salt/renderers/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/jinja.py -%%PYTHON_SITELIBDIR%%/salt/renderers/jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/json.py -%%PYTHON_SITELIBDIR%%/salt/renderers/json.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/mako.py -%%PYTHON_SITELIBDIR%%/salt/renderers/mako.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/py.py -%%PYTHON_SITELIBDIR%%/salt/renderers/py.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.py -%%PYTHON_SITELIBDIR%%/salt/renderers/pydsl.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.py -%%PYTHON_SITELIBDIR%%/salt/renderers/stateconf.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/wempy.py -%%PYTHON_SITELIBDIR%%/salt/renderers/wempy.pyc -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml.py -%%PYTHON_SITELIBDIR%%/salt/renderers/yaml.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/returners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/carbon_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/carbon_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/cassandra_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/couchdb_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/couchdb_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/local.py -%%PYTHON_SITELIBDIR%%/salt/returners/local.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/memcache_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/memcache_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_future_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/mongo_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/mysql.py -%%PYTHON_SITELIBDIR%%/salt/returners/mysql.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/postgres.py -%%PYTHON_SITELIBDIR%%/salt/returners/postgres.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/redis_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/sentry_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/sentry_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/smtp_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/smtp_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/sqlite3_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/sqlite3_return.pyc -%%PYTHON_SITELIBDIR%%/salt/returners/syslog_return.py -%%PYTHON_SITELIBDIR%%/salt/returners/syslog_return.pyc -%%PYTHON_SITELIBDIR%%/salt/roster/__init__.py -%%PYTHON_SITELIBDIR%%/salt/roster/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/roster/flat.py -%%PYTHON_SITELIBDIR%%/salt/roster/flat.pyc -%%PYTHON_SITELIBDIR%%/salt/roster/scan.py -%%PYTHON_SITELIBDIR%%/salt/roster/scan.pyc -%%PYTHON_SITELIBDIR%%/salt/runner.py -%%PYTHON_SITELIBDIR%%/salt/runner.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.py -%%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/cache.py -%%PYTHON_SITELIBDIR%%/salt/runners/cache.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/doc.py -%%PYTHON_SITELIBDIR%%/salt/runners/doc.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/fileserver.py -%%PYTHON_SITELIBDIR%%/salt/runners/fileserver.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.py -%%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/launchd.py -%%PYTHON_SITELIBDIR%%/salt/runners/launchd.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/manage.py -%%PYTHON_SITELIBDIR%%/salt/runners/manage.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/network.py -%%PYTHON_SITELIBDIR%%/salt/runners/network.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/search.py -%%PYTHON_SITELIBDIR%%/salt/runners/search.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/state.py -%%PYTHON_SITELIBDIR%%/salt/runners/state.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/thin.py -%%PYTHON_SITELIBDIR%%/salt/runners/thin.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/virt.py -%%PYTHON_SITELIBDIR%%/salt/runners/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/runners/winrepo.py -%%PYTHON_SITELIBDIR%%/salt/runners/winrepo.pyc -%%PYTHON_SITELIBDIR%%/salt/scripts.py -%%PYTHON_SITELIBDIR%%/salt/scripts.pyc -%%PYTHON_SITELIBDIR%%/salt/search/__init__.py -%%PYTHON_SITELIBDIR%%/salt/search/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/search/whoosh_search.py -%%PYTHON_SITELIBDIR%%/salt/search/whoosh_search.pyc -%%PYTHON_SITELIBDIR%%/salt/state.py -%%PYTHON_SITELIBDIR%%/salt/state.pyc -%%PYTHON_SITELIBDIR%%/salt/states/__init__.py -%%PYTHON_SITELIBDIR%%/salt/states/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/states/alias.py -%%PYTHON_SITELIBDIR%%/salt/states/alias.pyc -%%PYTHON_SITELIBDIR%%/salt/states/alternatives.py -%%PYTHON_SITELIBDIR%%/salt/states/alternatives.pyc -%%PYTHON_SITELIBDIR%%/salt/states/apt.py -%%PYTHON_SITELIBDIR%%/salt/states/apt.pyc -%%PYTHON_SITELIBDIR%%/salt/states/augeas.py -%%PYTHON_SITELIBDIR%%/salt/states/augeas.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cmd.py -%%PYTHON_SITELIBDIR%%/salt/states/cmd.pyc -%%PYTHON_SITELIBDIR%%/salt/states/cron.py -%%PYTHON_SITELIBDIR%%/salt/states/cron.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ddns.py -%%PYTHON_SITELIBDIR%%/salt/states/ddns.pyc -%%PYTHON_SITELIBDIR%%/salt/states/debconfmod.py -%%PYTHON_SITELIBDIR%%/salt/states/debconfmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/disk.py -%%PYTHON_SITELIBDIR%%/salt/states/disk.pyc -%%PYTHON_SITELIBDIR%%/salt/states/eselect.py -%%PYTHON_SITELIBDIR%%/salt/states/eselect.pyc -%%PYTHON_SITELIBDIR%%/salt/states/file.py -%%PYTHON_SITELIBDIR%%/salt/states/file.pyc -%%PYTHON_SITELIBDIR%%/salt/states/gem.py -%%PYTHON_SITELIBDIR%%/salt/states/gem.pyc -%%PYTHON_SITELIBDIR%%/salt/states/git.py -%%PYTHON_SITELIBDIR%%/salt/states/git.pyc -%%PYTHON_SITELIBDIR%%/salt/states/grains.py -%%PYTHON_SITELIBDIR%%/salt/states/grains.pyc -%%PYTHON_SITELIBDIR%%/salt/states/group.py -%%PYTHON_SITELIBDIR%%/salt/states/group.pyc -%%PYTHON_SITELIBDIR%%/salt/states/hg.py -%%PYTHON_SITELIBDIR%%/salt/states/hg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/host.py -%%PYTHON_SITELIBDIR%%/salt/states/host.pyc -%%PYTHON_SITELIBDIR%%/salt/states/iptables.py -%%PYTHON_SITELIBDIR%%/salt/states/iptables.pyc -%%PYTHON_SITELIBDIR%%/salt/states/keyboard.py -%%PYTHON_SITELIBDIR%%/salt/states/keyboard.pyc -%%PYTHON_SITELIBDIR%%/salt/states/keystone.py -%%PYTHON_SITELIBDIR%%/salt/states/keystone.pyc -%%PYTHON_SITELIBDIR%%/salt/states/kmod.py -%%PYTHON_SITELIBDIR%%/salt/states/kmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/layman.py -%%PYTHON_SITELIBDIR%%/salt/states/layman.pyc -%%PYTHON_SITELIBDIR%%/salt/states/libvirt.py -%%PYTHON_SITELIBDIR%%/salt/states/libvirt.pyc -%%PYTHON_SITELIBDIR%%/salt/states/locale.py -%%PYTHON_SITELIBDIR%%/salt/states/locale.pyc -%%PYTHON_SITELIBDIR%%/salt/states/lvm.py -%%PYTHON_SITELIBDIR%%/salt/states/lvm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/makeconf.py -%%PYTHON_SITELIBDIR%%/salt/states/makeconf.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mdadm.py -%%PYTHON_SITELIBDIR%%/salt/states/mdadm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.py -%%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.pyc -%%PYTHON_SITELIBDIR%%/salt/states/module.py -%%PYTHON_SITELIBDIR%%/salt/states/module.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_database.py -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_user.py -%%PYTHON_SITELIBDIR%%/salt/states/mongodb_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mount.py -%%PYTHON_SITELIBDIR%%/salt/states/mount.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_grants.pyc -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.py -%%PYTHON_SITELIBDIR%%/salt/states/mysql_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/network.py -%%PYTHON_SITELIBDIR%%/salt/states/network.pyc -%%PYTHON_SITELIBDIR%%/salt/states/npm.py -%%PYTHON_SITELIBDIR%%/salt/states/npm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pecl.py -%%PYTHON_SITELIBDIR%%/salt/states/pecl.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pip_state.py -%%PYTHON_SITELIBDIR%%/salt/states/pip_state.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkg.py -%%PYTHON_SITELIBDIR%%/salt/states/pkg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkgng.py -%%PYTHON_SITELIBDIR%%/salt/states/pkgng.pyc -%%PYTHON_SITELIBDIR%%/salt/states/pkgrepo.py -%%PYTHON_SITELIBDIR%%/salt/states/pkgrepo.pyc -%%PYTHON_SITELIBDIR%%/salt/states/portage_config.py -%%PYTHON_SITELIBDIR%%/salt/states/portage_config.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_group.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_group.pyc -%%PYTHON_SITELIBDIR%%/salt/states/postgres_user.py -%%PYTHON_SITELIBDIR%%/salt/states/postgres_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/powerpath.py -%%PYTHON_SITELIBDIR%%/salt/states/powerpath.pyc -%%PYTHON_SITELIBDIR%%/salt/states/process.py -%%PYTHON_SITELIBDIR%%/salt/states/process.pyc -%%PYTHON_SITELIBDIR%%/salt/states/quota.py -%%PYTHON_SITELIBDIR%%/salt/states/quota.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.py -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_user.py -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_vhost.py -%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_vhost.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rbenv.py -%%PYTHON_SITELIBDIR%%/salt/states/rbenv.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rdp.py -%%PYTHON_SITELIBDIR%%/salt/states/rdp.pyc -%%PYTHON_SITELIBDIR%%/salt/states/reg.py -%%PYTHON_SITELIBDIR%%/salt/states/reg.pyc -%%PYTHON_SITELIBDIR%%/salt/states/rvm.py -%%PYTHON_SITELIBDIR%%/salt/states/rvm.pyc -%%PYTHON_SITELIBDIR%%/salt/states/saltmod.py -%%PYTHON_SITELIBDIR%%/salt/states/saltmod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/selinux.py -%%PYTHON_SITELIBDIR%%/salt/states/selinux.pyc -%%PYTHON_SITELIBDIR%%/salt/states/service.py -%%PYTHON_SITELIBDIR%%/salt/states/service.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.py -%%PYTHON_SITELIBDIR%%/salt/states/ssh_auth.pyc -%%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.py -%%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.pyc -%%PYTHON_SITELIBDIR%%/salt/states/stateconf.py -%%PYTHON_SITELIBDIR%%/salt/states/stateconf.pyc -%%PYTHON_SITELIBDIR%%/salt/states/supervisord.py -%%PYTHON_SITELIBDIR%%/salt/states/supervisord.pyc -%%PYTHON_SITELIBDIR%%/salt/states/svn.py -%%PYTHON_SITELIBDIR%%/salt/states/svn.pyc -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.py -%%PYTHON_SITELIBDIR%%/salt/states/sysctl.pyc -%%PYTHON_SITELIBDIR%%/salt/states/timezone.py -%%PYTHON_SITELIBDIR%%/salt/states/timezone.pyc -%%PYTHON_SITELIBDIR%%/salt/states/tomcat.py -%%PYTHON_SITELIBDIR%%/salt/states/tomcat.pyc -%%PYTHON_SITELIBDIR%%/salt/states/user.py -%%PYTHON_SITELIBDIR%%/salt/states/user.pyc -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv_mod.py -%%PYTHON_SITELIBDIR%%/salt/states/virtualenv_mod.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.py -%%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_firewall.py -%%PYTHON_SITELIBDIR%%/salt/states/win_firewall.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_path.py -%%PYTHON_SITELIBDIR%%/salt/states/win_path.pyc -%%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.py -%%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.pyc -%%PYTHON_SITELIBDIR%%/salt/syspaths.py -%%PYTHON_SITELIBDIR%%/salt/syspaths.pyc -%%PYTHON_SITELIBDIR%%/salt/template.py -%%PYTHON_SITELIBDIR%%/salt/template.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/__init__.py -%%PYTHON_SITELIBDIR%%/salt/tops/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/cobbler.py -%%PYTHON_SITELIBDIR%%/salt/tops/cobbler.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/ext_nodes.py -%%PYTHON_SITELIBDIR%%/salt/tops/ext_nodes.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/mongo.py -%%PYTHON_SITELIBDIR%%/salt/tops/mongo.pyc -%%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.py -%%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.py -%%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.py -%%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/debug.py -%%PYTHON_SITELIBDIR%%/salt/utils/debug.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.py -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.py -%%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/event.py -%%PYTHON_SITELIBDIR%%/salt/utils/event.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.py -%%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/find.py -%%PYTHON_SITELIBDIR%%/salt/utils/find.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/gzip_util.py -%%PYTHON_SITELIBDIR%%/salt/utils/gzip_util.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/ipaddr.py -%%PYTHON_SITELIBDIR%%/salt/utils/ipaddr.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.py -%%PYTHON_SITELIBDIR%%/salt/utils/jinja.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/mako.py -%%PYTHON_SITELIBDIR%%/salt/utils/mako.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/master.py -%%PYTHON_SITELIBDIR%%/salt/utils/master.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/migrations.py -%%PYTHON_SITELIBDIR%%/salt/utils/migrations.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/minions.py -%%PYTHON_SITELIBDIR%%/salt/utils/minions.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/nb_popen.py -%%PYTHON_SITELIBDIR%%/salt/utils/nb_popen.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/network.py -%%PYTHON_SITELIBDIR%%/salt/utils/network.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/odict.py -%%PYTHON_SITELIBDIR%%/salt/utils/odict.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/parsers.py -%%PYTHON_SITELIBDIR%%/salt/utils/parsers.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/process.py -%%PYTHON_SITELIBDIR%%/salt/utils/process.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/pydsl.py -%%PYTHON_SITELIBDIR%%/salt/utils/pydsl.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/reclass.py -%%PYTHON_SITELIBDIR%%/salt/utils/reclass.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/s3.py -%%PYTHON_SITELIBDIR%%/salt/utils/s3.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/saltminionservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/schedule.py -%%PYTHON_SITELIBDIR%%/salt/utils/schedule.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/templates.py -%%PYTHON_SITELIBDIR%%/salt/utils/templates.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/thin.py -%%PYTHON_SITELIBDIR%%/salt/utils/thin.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/timed_subprocess.py -%%PYTHON_SITELIBDIR%%/salt/utils/timed_subprocess.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/validate/__init__.py -%%PYTHON_SITELIBDIR%%/salt/utils/validate/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/validate/net.py -%%PYTHON_SITELIBDIR%%/salt/utils/validate/net.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/validate/path.py -%%PYTHON_SITELIBDIR%%/salt/utils/validate/path.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/verify.py -%%PYTHON_SITELIBDIR%%/salt/utils/verify.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/virt.py -%%PYTHON_SITELIBDIR%%/salt/utils/virt.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/winapi.py -%%PYTHON_SITELIBDIR%%/salt/utils/winapi.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.py -%%PYTHON_SITELIBDIR%%/salt/utils/winservice.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/xmlutil.py -%%PYTHON_SITELIBDIR%%/salt/utils/xmlutil.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/yamlloader.py -%%PYTHON_SITELIBDIR%%/salt/utils/yamlloader.pyc -%%PYTHON_SITELIBDIR%%/salt/version.py -%%PYTHON_SITELIBDIR%%/salt/version.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/__init__.py -%%PYTHON_SITELIBDIR%%/salt/wheel/__init__.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/config.py -%%PYTHON_SITELIBDIR%%/salt/wheel/config.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.py -%%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/key.py -%%PYTHON_SITELIBDIR%%/salt/wheel/key.pyc -%%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.py -%%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.pyc -man/man1/salt-call.1.gz -man/man1/salt-cp.1.gz -man/man1/salt-key.1.gz -man/man1/salt-master.1.gz -man/man1/salt-minion.1.gz -man/man1/salt-run.1.gz -man/man1/salt-ssh.1.gz -man/man1/salt-syndic.1.gz -man/man1/salt.1.gz -man/man7/salt.7.gz -@dirrm %%PYTHON_SITELIBDIR%%/salt/wheel -@dirrm %%PYTHON_SITELIBDIR%%/salt/utils/validate -@dirrm %%PYTHON_SITELIBDIR%%/salt/utils -@dirrm %%PYTHON_SITELIBDIR%%/salt/tops -@dirrm %%PYTHON_SITELIBDIR%%/salt/states -@dirrm %%PYTHON_SITELIBDIR%%/salt/search -@dirrm %%PYTHON_SITELIBDIR%%/salt/runners -@dirrm %%PYTHON_SITELIBDIR%%/salt/roster -@dirrm %%PYTHON_SITELIBDIR%%/salt/returners -@dirrm %%PYTHON_SITELIBDIR%%/salt/renderers -@dirrm %%PYTHON_SITELIBDIR%%/salt/pillar -@dirrm %%PYTHON_SITELIBDIR%%/salt/output -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules -@dirrm %%PYTHON_SITELIBDIR%%/salt/log/handlers -@dirrm %%PYTHON_SITELIBDIR%%/salt/log -@dirrm %%PYTHON_SITELIBDIR%%/salt/grains -@dirrm %%PYTHON_SITELIBDIR%%/salt/fileserver -@dirrm %%PYTHON_SITELIBDIR%%/salt/ext -@dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper -@dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh -@dirrm %%PYTHON_SITELIBDIR%%/salt/client -@dirrm %%PYTHON_SITELIBDIR%%/salt/cli -@dirrm %%PYTHON_SITELIBDIR%%/salt/auth -@dirrm %%PYTHON_SITELIBDIR%%/salt -@dirrmtry %%ETCDIR%% -@stopdaemon salt-master -@stopdaemon salt-minion -@stopdaemon salt-syndic --bjuZg6miEcdLYP6q-- --KuLpqunXa7jZSBt+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTGELOAAoJEAy1bITjfmSMGjgP/1zV1IMuHNg0I7gQUNwnItYm NPIfkL4WX4HqSeVTkRwp1mYX4r0aBaEgGWVRHsqh+mwSNLFmiQt5Ws3LAe4PkDAz bJ60VEd/spgu/RKN9rVV96hW+3ONsF5Mi0r35l3tDtvUnQBTGvHU/8j6ZKqgMHdN A2ZNVK6lzLYoeRQcAOrZPqlzMFdJKhm5BIBIwA3YEgNTzfxxmxFQRaaZwtAzXiky jepQJOjcKRH2Ys8Tm1003I+KaPedAQNd4l/UqiAD4nJDXFKCmoHQPbPg6IuhsO9D hC2l5Gi3Cn9HZ+36hETcHcKcmfKzY2UFY7wNSrXyhGKNq0EWP03Zxg9dKVqj7deA 31FTMo/iyKhiD+LdUuwHZywnUX9gSaSbGo8olNOEw35TLmWvyLfMdBhvOqi8T/I4 +3FG+CObVvxox6fFDXL/8dgEY5T3esUWiqro0ueIUBNxJRjmOaOsspCuN/+ljDue JtNPp+DH7Irk7JhzjbZAdFRm+7demvq23T69GDr/uicyamLABI4vbiE0dt6znumu 5fRNzxAW559KkgmPRA033oxW3vlqB7A6pjI2+0WB+z6l8OzDagPTvdzyyoQIiGNq 82llJDbq4KLIDzn0N7Q2aZNKzM4qycFVf/xP4X+nFufMStj1FTJ5lAwalP5e/dM5 wTSpQVV22m9L0w/7FCRz =oatD -----END PGP SIGNATURE----- --KuLpqunXa7jZSBt+-- From owner-freebsd-python@FreeBSD.ORG Thu Mar 6 22:30:08 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9B25F4D4; Thu, 6 Mar 2014 22:30:08 +0000 (UTC) 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 5B60F325; Thu, 6 Mar 2014 22:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s26MU8tL054847; Thu, 6 Mar 2014 22:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s26MU8Ds054844; Thu, 6 Mar 2014 22:30:08 GMT (envelope-from edwin) Date: Thu, 6 Mar 2014 22:30:08 GMT Message-Id: <201403062230.s26MU8Ds054844@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187329: devel/py-setuptools27 fails to install X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 22:30:08 -0000 Synopsis: devel/py-setuptools27 fails to install Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 6 22:30:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187329 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 06:56:46 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52E03B78 for ; Fri, 7 Mar 2014 06:56:46 +0000 (UTC) Received: from smtpin2.utoledo.edu (smtpin2.utoledo.edu [131.183.2.214]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFDCF33D for ; Fri, 7 Mar 2014 06:56:45 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Al8BABRtGVODtwIWmWdsb2JhbABahBiDBr80Fg4BAQEBAQgLCwcUKIJPFRtbAgUWCwILAwIBAgFLDQgBAYd1BZ8Sjxuaf4YcF4EpjU+CWYFJBIlOlT2PLIIM X-IronPort-AV: E=Sophos;i="4.97,606,1389762000"; d="scan'208";a="262774256" Received: from dlpint00.utoledo.edu ([131.183.2.22]) by smtpin2.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 07 Mar 2014 01:55:16 -0500 Received: from MSGAPP12.utad.utoledo.edu (msgapp12.utad.utoledo.edu [131.183.3.8]) by dlpint00.utoledo.edu (RSA Interceptor) for ; Fri, 7 Mar 2014 01:54:58 -0500 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.3.169.1; Fri, 7 Mar 2014 01:54:57 -0500 Message-ID: <53196D45.6000300@UToledo.edu> Date: Fri, 7 Mar 2014 01:55:01 -0500 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Subject: FreeBSD Port: textproc/py-rdflib Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 06:56:46 -0000 FreeBSD 10 Stable i386. Build results in: > ===> Installing for py27-setuptools27-2.0.1 > ===> Checking if devel/py-setuptools27 already installed > ===> Registering installation for py27-setuptools27-2.0.1 as automatic > Installing py27-setuptools27-2.0.1...pkg-static: py27-setuptools27-2.0.1 > conflicts with py27-setuptools-2.0.1 (installs files into the same place). > Problematic file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist > *** Error code 70 > > Stop. > make[1]: stopped in /usr/ports/devel/py-setuptools27 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/textproc/py-rdflib py27-setuptools-2.0.1 is installed. py-setuptools27 is a slave port, does it still need to be installed manually? From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 09:29:38 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55D02AB2 for ; Fri, 7 Mar 2014 09:29:38 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 428F135E for ; Fri, 7 Mar 2014 09:29:38 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s279TcZP031322 for ; Fri, 7 Mar 2014 09:29:38 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s279Tc46031315; Fri, 7 Mar 2014 09:29:38 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403070929.s279Tc46031315@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 7 Mar 2014 09:29:38 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 09:29:38 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.0 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.0 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 11:25:02 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id A6938CEB; Fri, 7 Mar 2014 11:25:02 +0000 (UTC) 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 7BCF31AA; Fri, 7 Mar 2014 11:25:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27BP23q037886; Fri, 7 Mar 2014 11:25:02 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27BP2W4037885; Fri, 7 Mar 2014 11:25:02 GMT (envelope-from sunpoet) Date: Fri, 7 Mar 2014 11:25:02 GMT Message-Id: <201403071125.s27BP2W4037885@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-python@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/187329: devel/py-setuptools27 fails to install X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 11:25:02 -0000 Synopsis: devel/py-setuptools27 fails to install Responsible-Changed-From-To: freebsd-python->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Fri Mar 7 11:25:02 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187329 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 12:28:39 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6347D5B for ; Fri, 7 Mar 2014 12:28:39 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 759589A6 for ; Fri, 7 Mar 2014 12:28:39 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id y10so4889613wgg.25 for ; Fri, 07 Mar 2014 04:28:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XvWqes7fx3nNLivDBAcBVkPGJAZCka4858wOUvH03ts=; b=YFfRSf1x+Nz4YHhhpZ4q7TtGzJDIib+PtN6UKpo5zI8+wxoSVigqFwGrn6qgVuql6P HCHQqI/+XDJGNnK+oTXhidtNbf7Fgk60o3Zk7ajRSLr6q/gm9AfBRGwOkcWMTefue5mc GdVzOli8KYMiexHKHy6EeHh5QIr34ROp9kG16Jiq9EOFr5biHQxUg1lmTCYA1Df92A02 g1XBPjoJ7+hpGlXp+YkfZGYRdNwvfyLnYv3AA/ngDXX9DCrL9HfWkFFSiiP2owxZFxS3 tDqUpCsiDvJsDqfFt1cRgFiMUbf7Thuh2b9iwYKQThM1zngZJwVWo7zR26BqQh6b/lbx sXxQ== MIME-Version: 1.0 X-Received: by 10.194.234.106 with SMTP id ud10mr19139314wjc.0.1394195317268; Fri, 07 Mar 2014 04:28:37 -0800 (PST) Received: by 10.194.60.208 with HTTP; Fri, 7 Mar 2014 04:28:37 -0800 (PST) Date: Fri, 7 Mar 2014 07:28:37 -0500 Message-ID: Subject: Update port name From: angelv To: python@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 12:28:39 -0000 Hi, This morning i have some problems to update my ports... Installation of devel/py-setuptools27 (py27-setuptools27-2.0.1) # pkg info | grep py-setuptools27 # pkg info | grep py27-setuptools27 py27-setuptools27-2.0.1 Python packages installer # whereis py-setuptools27 py-setuptools27: /usr/ports/devel/py-setuptools27 # whereis py27-setuptools27 py27-setuptools27: Or put some notation in /usr/ports/UPDATING # pkg set -o devel/py27-setuptools27:devel/py-setuptools27 <- This is correct? Thank you -- Angel Villa G. US 1-786-233-9240 | CO 57-300-283-6546 https://google.com/+AngelVillaG https://angelcontents.blogspot.com "When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." - Stephen F Roberts From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 19:10:08 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 46EC7C46; Fri, 7 Mar 2014 19:10:08 +0000 (UTC) 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 1C96A278; Fri, 7 Mar 2014 19:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27JA7kg079980; Fri, 7 Mar 2014 19:10:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27JA7EX079979; Fri, 7 Mar 2014 19:10:07 GMT (envelope-from edwin) Date: Fri, 7 Mar 2014 19:10:07 GMT Message-Id: <201403071910.s27JA7EX079979@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 19:10:08 -0000 Synopsis: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 7 19:10:07 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187354 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 21:10:11 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 547F5902; Fri, 7 Mar 2014 21:10:11 +0000 (UTC) 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 2A6E0E97; Fri, 7 Mar 2014 21:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27LABpX016190; Fri, 7 Mar 2014 21:10:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27LABPV016189; Fri, 7 Mar 2014 21:10:11 GMT (envelope-from edwin) Date: Fri, 7 Mar 2014 21:10:11 GMT Message-Id: <201403072110.s27LABPV016189@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 21:10:11 -0000 Synopsis: [PATCH] devel/py-daemon: update to 1.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 7 21:10:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187355 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 21:10:13 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 0A5D4907; Fri, 7 Mar 2014 21:10:13 +0000 (UTC) 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 D42AAE98; Fri, 7 Mar 2014 21:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27LACs3016266; Fri, 7 Mar 2014 21:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27LACJ7016265; Fri, 7 Mar 2014 21:10:12 GMT (envelope-from edwin) Date: Fri, 7 Mar 2014 21:10:12 GMT Message-Id: <201403072110.s27LACJ7016265@freefall.freebsd.org> To: decke@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 21:10:13 -0000 Synopsis: [PATCH] devel/py-daemon: update to 1.6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 7 21:10:12 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187355 From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 21:20:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 98689A17 for ; Fri, 7 Mar 2014 21:20:01 +0000 (UTC) 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 85C63F5B for ; Fri, 7 Mar 2014 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27LK13b019994 for ; Fri, 7 Mar 2014 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27LK1Xg019993; Fri, 7 Mar 2014 21:20:01 GMT (envelope-from gnats) Date: Fri, 7 Mar 2014 21:20:01 GMT Message-Id: <201403072120.s27LK1Xg019993@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 21:20:01 -0000 The following reply was made to PR ports/187355; it has been noted by GNATS. From: Edwin Groothuis To: jessekempf@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 Date: Fri, 7 Mar 2014 21:10:11 UT Maintainer of devel/py-daemon, Please note that PR ports/187355 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187355 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Fri Mar 7 23:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5A806AA6 for ; Fri, 7 Mar 2014 23:40:01 +0000 (UTC) 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 46C48D1C for ; Fri, 7 Mar 2014 23:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s27Ne1rS062292 for ; Fri, 7 Mar 2014 23:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s27Ne1Db062291; Fri, 7 Mar 2014 23:40:01 GMT (envelope-from gnats) Date: Fri, 7 Mar 2014 23:40:01 GMT Message-Id: <201403072340.s27Ne1Db062291@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Carlos Jacobo Puga Medina Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Carlos Jacobo Puga Medina List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 23:40:01 -0000 The following reply was made to PR ports/187354; it has been noted by GNATS. From: Carlos Jacobo Puga Medina To: bug-followup@freebsd.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). Date: Sat, 8 Mar 2014 00:31:36 +0100 --047d7bdc9e02a6689b04f40ca7dd Content-Type: text/plain; charset=ISO-8859-1 This problem was solved recently. See PR/187329. Regards, --CJPM --047d7bdc9e02a6689b04f40ca7dd Content-Type: text/html; charset=ISO-8859-1
This problem was solved recently. See PR/187329.

Regards,

--CJPM
--047d7bdc9e02a6689b04f40ca7dd-- From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 01:16:50 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 955BC6EA; Sat, 8 Mar 2014 01:16:50 +0000 (UTC) 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 6B788755; Sat, 8 Mar 2014 01:16:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s281GoMR002656; Sat, 8 Mar 2014 01:16:50 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s281Goxu002655; Sat, 8 Mar 2014 01:16:50 GMT (envelope-from koobs) Date: Sat, 8 Mar 2014 01:16:50 GMT Message-Id: <201403080116.s281Goxu002655@freefall.freebsd.org> To: ikkeenjij36@gmail.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 01:16:50 -0000 Synopsis: error in databases/py-MySQLdb State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Sat Mar 8 01:16:50 UTC 2014 State-Changed-Why: Ask submitter for additional info http://www.freebsd.org/cgi/query-pr.cgi?pr=186807 From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 01:20:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 412A5732 for ; Sat, 8 Mar 2014 01:20:01 +0000 (UTC) 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 12FE576D for ; Sat, 8 Mar 2014 01:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s281K0Zi002782 for ; Sat, 8 Mar 2014 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s281K0A8002781; Sat, 8 Mar 2014 01:20:00 GMT (envelope-from gnats) Date: Sat, 8 Mar 2014 01:20:00 GMT Message-Id: <201403080120.s281K0A8002781@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 01:20:01 -0000 The following reply was made to PR ports/186807; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, ikkeenjij36@gmail.com Cc: Subject: Re: ports/186807: error in databases/py-MySQLdb Date: Sat, 08 Mar 2014 12:15:46 +1100 Can you please provide the relevant bits of the build log that show why dl.so and imageop.so fail to build. From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 02:05:07 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id B8A91B36; Sat, 8 Mar 2014 02:05:07 +0000 (UTC) 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 8E111A80; Sat, 8 Mar 2014 02:05:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s28257a1017485; Sat, 8 Mar 2014 02:05:07 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s28257aT017484; Sat, 8 Mar 2014 02:05:07 GMT (envelope-from koobs) Date: Sat, 8 Mar 2014 02:05:07 GMT Message-Id: <201403080205.s28257aT017484@freefall.freebsd.org> To: christer.edwards@gmail.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 02:05:07 -0000 Synopsis: maintainer update : sysutils/py-salt State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Sat Mar 8 02:05:07 UTC 2014 State-Changed-Why: Ask for submitter approval. http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 05:41:54 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E60C9334 for ; Sat, 8 Mar 2014 05:41:54 +0000 (UTC) Received: from smtp2.hushmail.com (smtp2.hushmail.com [65.39.178.134]) (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 CA57CCAA for ; Sat, 8 Mar 2014 05:41:54 +0000 (UTC) Received: from smtp2.hushmail.com (localhost [127.0.0.1]) by smtp2.hushmail.com (Postfix) with SMTP id 2F14EA0206 for ; Sat, 8 Mar 2014 05:08:05 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp2.hushmail.com (Postfix) with ESMTP; Sat, 8 Mar 2014 05:08:04 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id A430920106; Sat, 8 Mar 2014 05:08:04 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 08 Mar 2014 00:08:04 -0500 To: python@freebsd.org Subject: security/py-cryptography broken From: "Kenta S." In-Reply-To: <20140306044423.GA65814@dev.san.ru> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20140308050804.A430920106@smtp.hushmail.com> Cc: koobs@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 05:41:55 -0000 Trying to install deluge. ValueError: unsupported hash type sha512 running build Traceback (most recent call last): File "", line 1, in File "setup.py", line 131, in "test": PyTest, File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command cmd_obj.ensure_finalized() File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() File "setup.py", line 59, in finalize_options from cryptography.hazmat.primitives import constant_time, padding File "cryptography/hazmat/primitives/constant_time.py", line 25, in """) File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef self._parser.parse(csource, override=override) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse self._internal_parse(csource) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse ast, macros = self._parse(csource) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse ast = _get_parser().parse(csource) File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser _parser_cache = pycparser.CParser() File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ tabmodule=yacctab) File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc signature = pinfo.signature() File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature from md5 import md5 File "/usr/local/lib/python2.7/md5.py", line 10, in from hashlib import md5 ImportError: cannot import name md5 *** [do-build] Error code 1 Stop in /usr/ports/security/py-cryptography. ===>>> make failed for security/py-cryptography ===>>> Aborting update From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 06:42:55 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E0DDA25 for ; Sat, 8 Mar 2014 06:42:55 +0000 (UTC) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32614128 for ; Sat, 8 Mar 2014 06:42:55 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id rp16so5145659pbb.3 for ; Fri, 07 Mar 2014 22:42:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qMmxJCF6oWTwImM0FCuN3lFe+wWcgkKulAobI1FbIbs=; b=tWl+1qPgAuyY56m9Egb6erHOmohdwR67uVppc+tidRKvm/p4I2+kwyC65Vg2h3vaj8 8HT5Gl91qcVuD2JWyOJtoySLtsuh+QwAn4c9n6gL9TbXKV4oeqdqduZE/qQhaUqW8hG1 s/azBHx8HCRSWViQES8JEWBKv1n8lPuY1JRceV9zITI6clDeLZVfuhXuEqVZb3oNp0SB XBAQUavy2yXQko5Jukv+UqXmhTihpTW2jsg5/9ynX1XYzGAJ6WFsDpKs7lnIe/HyYyvo 0osiw7H2XrMULaVgcPL57MfXv2DZYq/rlUL6Dmmlw16wWUZD7Ltpid2BQNZr5RunNM6i dVtg== X-Received: by 10.68.163.197 with SMTP id yk5mr26997461pbb.57.1394260974454; Fri, 07 Mar 2014 22:42:54 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id gj9sm43384768pbc.7.2014.03.07.22.42.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Mar 2014 22:42:53 -0800 (PST) Message-ID: <531ABBE3.9080809@FreeBSD.org> Date: Sat, 08 Mar 2014 17:42:43 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: "Kenta S." , python@freebsd.org Subject: Re: security/py-cryptography broken References: <20140308050804.A430920106@smtp.hushmail.com> In-Reply-To: <20140308050804.A430920106@smtp.hushmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 06:42:55 -0000 On 8/03/2014 4:08 PM, Kenta S. wrote: > Trying to install deluge. > > ValueError: unsupported hash type sha512 > running build > Traceback (most recent call last): > File "", line 1, in > File "setup.py", line 131, in > "test": PyTest, > File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup > dist.run_commands() > File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands > self.run_command(cmd) > File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command > cmd_obj.ensure_finalized() > File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized > self.finalize_options() > File "setup.py", line 59, in finalize_options > from cryptography.hazmat.primitives import constant_time, padding > File "cryptography/hazmat/primitives/constant_time.py", line 25, in > """) > File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef > self._parser.parse(csource, override=override) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse > self._internal_parse(csource) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse > ast, macros = self._parse(csource) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse > ast = _get_parser().parse(csource) > File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser > _parser_cache = pycparser.CParser() > File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ > tabmodule=yacctab) > File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc > signature = pinfo.signature() > File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature > from md5 import md5 > File "/usr/local/lib/python2.7/md5.py", line 10, in > from hashlib import md5 > ImportError: cannot import name md5 > *** [do-build] Error code 1 > > Stop in /usr/ports/security/py-cryptography. > > ===>>> make failed for security/py-cryptography > ===>>> Aborting update > deluge depends on py-openssl, which since 0.14, uses py-cryptography Having said that, it looks like your Python installation doesnt have md5, which will be the root-cause of the issue above. You'll want to isolate why that is the case. -- Koobs From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 07:13:52 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 459E5E40; Sat, 8 Mar 2014 07:13:52 +0000 (UTC) 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 196C5314; Sat, 8 Mar 2014 07:13:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s287Dpen017522; Sat, 8 Mar 2014 07:13:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s287DpNV017521; Sat, 8 Mar 2014 07:13:51 GMT (envelope-from linimon) Date: Sat, 8 Mar 2014 07:13:51 GMT Message-Id: <201403080713.s287DpNV017521@freefall.freebsd.org> To: ohartman@zedat.fu-berlin.de, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187354: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 07:13:52 -0000 Synopsis: devel/py-setuptools27:py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sat Mar 8 07:13:15 UTC 2014 State-Changed-Why: Should be fixed by ports/187329. http://www.freebsd.org/cgi/query-pr.cgi?pr=187354 From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 07:20:28 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51093E93; Sat, 8 Mar 2014 07:20:28 +0000 (UTC) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5CCE39E; Sat, 8 Mar 2014 07:20:27 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id mc6so3388436lab.41 for ; Fri, 07 Mar 2014 23:20:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RI907vLv8pi13CPxz3gZXHhN+BkaYa4ZYC/1tMoYnuM=; b=wtlGpBOSnFaz9fHMobGnvzoB9iPxrqmFUQqoh4bsE4ck7MkqFXHa288wZC5AQsP7/g mDy5aCgCb5YgdUof0fSm1KAl4XwRCOU+EGep0Ps2aAQgjPHUgylQLM9x7NytOIkIa2RM pVeUtaua7qVCBkLUm1yX2Lvhv/vFGp6OiJ/cSUS4k/p4R/pCo+ABPEDNraDjOjOFFqkx tnacaOHKIh8021nBvTyfAxm9UlFU/sdYrc+IA2yncS/p666cK5cpvYEBshEcfU01NkgV lguwCFAFW269Atdx7CPY5g3NqLpGKdSSeoJN9EBJpxMXolOw8DbmmFP4op+bw5m9LFY6 dLhA== MIME-Version: 1.0 X-Received: by 10.112.137.5 with SMTP id qe5mr14102714lbb.16.1394263225735; Fri, 07 Mar 2014 23:20:25 -0800 (PST) Received: by 10.152.37.131 with HTTP; Fri, 7 Mar 2014 23:20:25 -0800 (PST) In-Reply-To: <531ABBE3.9080809@FreeBSD.org> References: <20140308050804.A430920106@smtp.hushmail.com> <531ABBE3.9080809@FreeBSD.org> Date: Sat, 8 Mar 2014 08:20:25 +0100 Message-ID: Subject: Re: security/py-cryptography broken From: Olivier Duchateau To: Kubilay Kocak Content-Type: text/plain; charset=ISO-8859-1 Cc: "Kenta S." , python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 07:20:28 -0000 2014-03-08 7:42 GMT+01:00 Kubilay Kocak : > On 8/03/2014 4:08 PM, Kenta S. wrote: >> Trying to install deluge. >> >> ValueError: unsupported hash type sha512 >> running build >> Traceback (most recent call last): >> File "", line 1, in >> File "setup.py", line 131, in >> "test": PyTest, >> File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup >> dist.run_commands() >> File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands >> self.run_command(cmd) >> File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command >> cmd_obj.ensure_finalized() >> File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized >> self.finalize_options() >> File "setup.py", line 59, in finalize_options >> from cryptography.hazmat.primitives import constant_time, padding >> File "cryptography/hazmat/primitives/constant_time.py", line 25, in >> """) >> File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef >> self._parser.parse(csource, override=override) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse >> self._internal_parse(csource) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse >> ast, macros = self._parse(csource) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse >> ast = _get_parser().parse(csource) >> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser >> _parser_cache = pycparser.CParser() >> File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ >> tabmodule=yacctab) >> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc >> signature = pinfo.signature() >> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature >> from md5 import md5 >> File "/usr/local/lib/python2.7/md5.py", line 10, in >> from hashlib import md5 >> ImportError: cannot import name md5 >> *** [do-build] Error code 1 >> >> Stop in /usr/ports/security/py-cryptography. >> >> ===>>> make failed for security/py-cryptography >> ===>>> Aborting update >> > > deluge depends on py-openssl, which since 0.14, uses py-cryptography > > Having said that, it looks like your Python installation doesnt have > md5, which will be the root-cause of the issue above. > > You'll want to isolate why that is the case. It's strange, hashlib is standard module, and md5 needs to be imported like that: from hashlib import md5 (see [1]) It's perhaps problem from deluge? [1] http://hg.python.org/cpython/file/52256a5861fa/Lib/md5.py > -- > Koobs > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" -- olivier From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 07:28:48 2014 Return-Path: Delivered-To: python@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 ESMTPS id 6A5E3DC; Sat, 8 Mar 2014 07:28:48 +0000 (UTC) Received: from forward2l.mail.yandex.net (forward2l.mail.yandex.net [84.201.143.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA1D85DF; Sat, 8 Mar 2014 07:28:47 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward2l.mail.yandex.net (Yandex) with ESMTP id D2E281AC10A9; Sat, 8 Mar 2014 11:28:38 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id 278432C3510; Sat, 8 Mar 2014 11:28:38 +0400 (MSK) Received: from unknown (unknown [178.76.234.16]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id iVRsFwgEul-SbbCVMeb; Sat, 8 Mar 2014 11:28:37 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: eab961ca-be74-4382-838a-8b9ed3d2c42d DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1394263717; bh=/dAM8cBo0qllXr4O1uCZ7WJQ872NSyk3Sym6ItBK92A=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=nWEsThGjdhyZ2L2n1iCTp0Zf3teY4BJS2O2yP/QjdKOjxnkpuCIQQ1kcgCTMRN1++ J44ygI/YmLnC44mRVosObwX0o+qgQopdL5w8C3ExxgfrBt2cU63pB7KmuD71bwIE4n PA7TGQ5exPpmKQ1iocbnGmvhPCeCEPs8RiZ1SyXQ= Authentication-Results: smtp4h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <531AC686.7010200@yandex.ru> Date: Sat, 08 Mar 2014 11:28:06 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Olivier Duchateau , Kubilay Kocak Subject: Re: security/py-cryptography broken References: <20140308050804.A430920106@smtp.hushmail.com> <531ABBE3.9080809@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Kenta S." , python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 07:28:48 -0000 Olivier Duchateau wrote on 08.03.2014 11:20: > 2014-03-08 7:42 GMT+01:00 Kubilay Kocak : >> On 8/03/2014 4:08 PM, Kenta S. wrote: >>> Trying to install deluge. >>> >>> ValueError: unsupported hash type sha512 >>> running build >>> Traceback (most recent call last): >>> File "", line 1, in >>> File "setup.py", line 131, in >>> "test": PyTest, >>> File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup >>> dist.run_commands() >>> File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands >>> self.run_command(cmd) >>> File "/usr/local/lib/python2.7/distutils/dist.py", line 971, in run_command >>> cmd_obj.ensure_finalized() >>> File "/usr/local/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized >>> self.finalize_options() >>> File "setup.py", line 59, in finalize_options >>> from cryptography.hazmat.primitives import constant_time, padding >>> File "cryptography/hazmat/primitives/constant_time.py", line 25, in >>> """) >>> File "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 102, in cdef >>> self._parser.parse(csource, override=override) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 154, in parse >>> self._internal_parse(csource) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 159, in _internal_parse >>> ast, macros = self._parse(csource) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 124, in _parse >>> ast = _get_parser().parse(csource) >>> File "/usr/local/lib/python2.7/site-packages/cffi/cparser.py", line 31, in _get_parser >>> _parser_cache = pycparser.CParser() >>> File "/usr/local/lib/python2.7/site-packages/pycparser/c_parser.py", line 103, in __init__ >>> tabmodule=yacctab) >>> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 3065, in yacc >>> signature = pinfo.signature() >>> File "/usr/local/lib/python2.7/site-packages/pycparser/ply/yacc.py", line 2800, in signature >>> from md5 import md5 >>> File "/usr/local/lib/python2.7/md5.py", line 10, in >>> from hashlib import md5 >>> ImportError: cannot import name md5 >>> *** [do-build] Error code 1 >>> >>> Stop in /usr/ports/security/py-cryptography. >>> >>> ===>>> make failed for security/py-cryptography >>> ===>>> Aborting update >>> >> >> deluge depends on py-openssl, which since 0.14, uses py-cryptography >> >> Having said that, it looks like your Python installation doesnt have >> md5, which will be the root-cause of the issue above. >> >> You'll want to isolate why that is the case. > > It's strange, hashlib is standard module, and md5 needs to be imported > like that: > > from hashlib import md5 (see [1]) > > It's perhaps problem from deluge? Nah, it is using hashlib.md5() as grep suggests. And the whole thing is in ./deluge/ui/web/auth.py - md5() method is only used for authentication in web ui. -- Regards, Ruslan T.O.S. Of Reality From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 17:00:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9179F435 for ; Sat, 8 Mar 2014 17:00:01 +0000 (UTC) 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 7A01F383 for ; Sat, 8 Mar 2014 17:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s28H01w9007082 for ; Sat, 8 Mar 2014 17:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s28H01Uf007081; Sat, 8 Mar 2014 17:00:01 GMT (envelope-from gnats) Date: Sat, 8 Mar 2014 17:00:01 GMT Message-Id: <201403081700.s28H01Uf007081@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 17:00:01 -0000 The following reply was made to PR ports/186950; it has been noted by GNATS. From: Johannes Meixner To: bug-followup@freebsd.org Cc: Subject: Re: ports/186950: maintainer update : sysutils/py-salt Date: Sat, 8 Mar 2014 18:52:10 +0200 --5G06lTa6Jq83wMTw Content-Type: multipart/mixed; boundary="Bn2rw/3z4jIqBvZU" Content-Disposition: inline --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Another try, this time with pkg-plist. Changes: - Replace BUILD_DEPENDS with RUN_DEPENDS. --=20 xmj@chaot.net http://xmj.me --Bn2rw/3z4jIqBvZU Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="py-salt-2014.1.0.diff" Content-Transfer-Encoding: quoted-printable Index: py-salt/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/Makefile (revision 347176) +++ py-salt/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ =20 PORTNAME=3D salt -PORTVERSION=3D 0.17.5 +PORTVERSION=3D 2014.1.0 CATEGORIES=3D sysutils python MASTER_SITES=3D CHEESESHOP PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,15 @@ =20 LICENSE=3D APACHE20 =20 -BUILD_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}yaml>=3D0:${PORTSDIR}/devel/py-yam= l \ +RUN_DEPENDS=3D ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=3D2.1.9:${PORTSDIR}/devel/py-pyzmq \ - ${PYTHON_PKGNAMEPREFIX}pycrypto>=3D0:${PORTSDIR}/security/py-pycrypto \ - ${PYTHON_PKGNAMEPREFIX}Jinja2>=3D0:${PORTSDIR}/devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}msgpack>=3D0.1.9:${PORTSDIR}/devel/py-msgpack \ - ${PYTHON_PKGNAMEPREFIX}m2crypto>=3D0:${PORTSDIR}/security/py-m2crypto \ - sshpass>=3D0:${PORTSDIR}/security/sshpass -RUN_DEPENDS:=3D ${BUILD_DEPENDS} + ${PYTHON_PKGNAMEPREFIX}libcloud>=3D0.11.4:${PORTSDIR}/net/py-libcloud \ + ${PYTHON_PKGNAMEPREFIX}botocore>0:${PORTSDIR}/devel/py-botocore \ + ${PYTHON_PKGNAMEPREFIX}m2crypto>0:${PORTSDIR}/security/py-m2crypto \ + sshpass>0:${PORTSDIR}/security/sshpass =20 USE_PYTHON=3D 2 USE_PYDISTUTILS=3Dyes Index: py-salt/distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/distinfo (revision 347176) +++ py-salt/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (salt-0.17.5.tar.gz) =3D 36ae196ef87af0ae33e880d1ad593783e2cb102221= edda2782071738d595ea3f -SIZE (salt-0.17.5.tar.gz) =3D 1873131 +SHA256 (salt-2014.1.0.tar.gz) =3D 168dd154a9243b1c853700e61f56e7d6ab5cbc98= 62fb215ab991e05f46b2a406 +SIZE (salt-2014.1.0.tar.gz) =3D 2787665 Index: py-salt/files/patch-salt__grains__core.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-salt__grains__core.py (revision 347176) +++ py-salt/files/patch-salt__grains__core.py (working copy) @@ -1,9 +1,9 @@ ---- ./salt/grains/core.py.orig 2013-10-17 08:48:57.000000000 +0400 -+++ ./salt/grains/core.py 2013-10-25 10:46:21.000000000 +0400 -@@ -1059,7 +1059,7 @@ - ''' +--- ./salt/grains/core.py.orig 2014-02-19 22:21:14.000000000 +0200 ++++ ./salt/grains/core.py 2014-03-06 10:50:07.000000000 +0200 +@@ -1133,7 +1133,7 @@ # Provides: # path +=20 - return {'path': os.environ['PATH'].strip()} + return {'path': os.environ['PATH'].strip() + ':/usr/local/bin:/usr/lo= cal/sbin'} =20 Index: py-salt/files/patch-salt__modules__reebsdpkg.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-salt__modules__reebsdpkg.py (revision 347176) +++ py-salt/files/patch-salt__modules__reebsdpkg.py (working copy) @@ -1,11 +0,0 @@ ---- salt/modules/freebsdpkg.py.orig 2013-10-30 16:16:31.850225522 +0000 -+++ salt/modules/freebsdpkg.py 2013-10-30 16:16:47.868224728 +0000 -@@ -27,7 +27,7 @@ - ''' - Looks to see if pkgng is being used by checking if database exists - ''' -- return os.path.isfile('/var/db/pkg/local.sqlite') -+ return os.path.isfile('/usr/local/etc/pkg.conf') -=20 -=20 - @decorators.memoize Index: py-salt/files/patch-salt__utils____init__.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-salt__utils____init__.py (revision 347176) +++ py-salt/files/patch-salt__utils____init__.py (working copy) @@ -1,6 +1,6 @@ ---- ./salt/utils/__init__.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./salt/utils/__init__.py 2013-10-25 10:52:19.000000000 +0400 -@@ -266,6 +266,15 @@ +--- ./salt/utils/__init__.py.orig 2014-02-19 22:21:15.000000000 +0200 ++++ ./salt/utils/__init__.py 2014-03-06 10:50:07.000000000 +0200 +@@ -316,6 +316,15 @@ if os.access(exe, os.X_OK): return exe =20 Index: py-salt/files/patch-setup.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/files/patch-setup.py (revision 347176) +++ py-salt/files/patch-setup.py (working copy) @@ -1,20 +1,17 @@ ---- ./setup.py.orig 2013-10-17 21:27:29.000000000 +0400 -+++ ./setup.py 2013-10-25 10:43:51.000000000 +0400 -@@ -313,7 +313,7 @@ - 'salt.log.handlers', - ], - 'package_data': {'salt.modules': ['rh_ip/*.jinja']}, +--- ./setup.py.orig 2014-03-06 10:50:27.000000000 +0200 ++++ ./setup.py 2014-03-06 10:52:20.000000000 +0200 +@@ -451,12 +451,12 @@ + 'virt/*.jinja' + ], + }, - 'data_files': [('share/man/man1', + 'data_files': [('man/man1', - ['doc/man/salt-master.1', - 'doc/man/salt-key.1', - 'doc/man/salt.1', -@@ -324,7 +324,7 @@ - 'doc/man/salt-ssh.1', + ['doc/man/salt-cp.1', + 'doc/man/salt-call.1', 'doc/man/salt-minion.1', ]), -- ('share/man/man7', ['doc/man/salt.7']), -+ ('man/man7', ['doc/man/salt.7']), +- ('share/man/man7', ++ ('man/man7', + ['doc/man/salt.7', + ]), ], - # Required for esky builds - 'install_requires': REQUIREMENTS, Index: py-salt/pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- py-salt/pkg-plist (revision 347176) +++ py-salt/pkg-plist (working copy) @@ -1,5 +1,6 @@ bin/salt bin/salt-call +bin/salt-cloud bin/salt-cp bin/salt-key bin/salt-master @@ -57,6 +58,74 @@ %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/pillar.pyc %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.py %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper/state.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/__init__.py +%%PYTHON_SITELIBDIR%%/salt/cloud/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/cli.py +%%PYTHON_SITELIBDIR%%/salt/cloud/cli.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/__init__.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/__init__.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/botocore_aws.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/botocore_aws.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/cloudstack.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/cloudstack.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/digital_ocean.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/digital_ocean.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ec2.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ec2.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gce.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gce.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gogrid.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/gogrid.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ibmsce.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/ibmsce.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/joyent.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/joyent.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/libcloud_aws.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/libcloud_aws.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/linode.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/linode.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/msazure.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/msazure.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/nova.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/nova.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/openstack.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/openstack.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/parallels.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/parallels.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/rackspace.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/rackspace.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/saltify.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/saltify.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer_hw.py +%%PYTHON_SITELIBDIR%%/salt/cloud/clouds/softlayer_hw.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Arch.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Debian-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Debian.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Fedora-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Fedora.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/FreeBSD-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/FreeBSD.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/None.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL5-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL5.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL6-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/RHEL6.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/SmartOS.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Ubuntu-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/Ubuntu.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/bootstrap-salt.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap-git.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/curl-bootstrap.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/python-bootstrap.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/wget-bootstrap-nocert.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/deploy/wget-bootstrap.sh +%%PYTHON_SITELIBDIR%%/salt/cloud/exceptions.py +%%PYTHON_SITELIBDIR%%/salt/cloud/exceptions.pyc +%%PYTHON_SITELIBDIR%%/salt/cloud/libcloudfuncs.py +%%PYTHON_SITELIBDIR%%/salt/cloud/libcloudfuncs.pyc %%PYTHON_SITELIBDIR%%/salt/config.py %%PYTHON_SITELIBDIR%%/salt/config.pyc %%PYTHON_SITELIBDIR%%/salt/crypt.py @@ -73,18 +142,28 @@ %%PYTHON_SITELIBDIR%%/salt/fileserver/gitfs.pyc %%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.py %%PYTHON_SITELIBDIR%%/salt/fileserver/hgfs.pyc +%%PYTHON_SITELIBDIR%%/salt/fileserver/minionfs.py +%%PYTHON_SITELIBDIR%%/salt/fileserver/minionfs.pyc %%PYTHON_SITELIBDIR%%/salt/fileserver/roots.py %%PYTHON_SITELIBDIR%%/salt/fileserver/roots.pyc %%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.py %%PYTHON_SITELIBDIR%%/salt/fileserver/s3fs.pyc +%%PYTHON_SITELIBDIR%%/salt/fileserver/svnfs.py +%%PYTHON_SITELIBDIR%%/salt/fileserver/svnfs.pyc %%PYTHON_SITELIBDIR%%/salt/grains/__init__.py %%PYTHON_SITELIBDIR%%/salt/grains/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/grains/core.py %%PYTHON_SITELIBDIR%%/salt/grains/core.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/external_ip.py +%%PYTHON_SITELIBDIR%%/salt/grains/external_ip.pyc %%PYTHON_SITELIBDIR%%/salt/grains/extra.py %%PYTHON_SITELIBDIR%%/salt/grains/extra.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/junos.py +%%PYTHON_SITELIBDIR%%/salt/grains/junos.pyc %%PYTHON_SITELIBDIR%%/salt/grains/opts.py %%PYTHON_SITELIBDIR%%/salt/grains/opts.pyc +%%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.py +%%PYTHON_SITELIBDIR%%/salt/grains/rest_sample.pyc %%PYTHON_SITELIBDIR%%/salt/key.py %%PYTHON_SITELIBDIR%%/salt/key.pyc %%PYTHON_SITELIBDIR%%/salt/loader.py @@ -113,8 +192,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/alternatives.pyc %%PYTHON_SITELIBDIR%%/salt/modules/apache.py %%PYTHON_SITELIBDIR%%/salt/modules/apache.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/apt.py -%%PYTHON_SITELIBDIR%%/salt/modules/apt.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/aptpkg.py +%%PYTHON_SITELIBDIR%%/salt/modules/aptpkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/archive.py %%PYTHON_SITELIBDIR%%/salt/modules/archive.pyc %%PYTHON_SITELIBDIR%%/salt/modules/at.py @@ -121,6 +200,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/at.pyc %%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.py %%PYTHON_SITELIBDIR%%/salt/modules/augeas_cfg.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/aws_sqs.py +%%PYTHON_SITELIBDIR%%/salt/modules/aws_sqs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/bluez.py %%PYTHON_SITELIBDIR%%/salt/modules/bluez.pyc %%PYTHON_SITELIBDIR%%/salt/modules/brew.py @@ -131,8 +212,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/bsd_shadow.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cassandra.py %%PYTHON_SITELIBDIR%%/salt/modules/cassandra.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/chocolatey.py +%%PYTHON_SITELIBDIR%%/salt/modules/chocolatey.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/cloud.py +%%PYTHON_SITELIBDIR%%/salt/modules/cloud.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.py %%PYTHON_SITELIBDIR%%/salt/modules/cmdmod.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/composer.py +%%PYTHON_SITELIBDIR%%/salt/modules/composer.pyc %%PYTHON_SITELIBDIR%%/salt/modules/config.py %%PYTHON_SITELIBDIR%%/salt/modules/config.pyc %%PYTHON_SITELIBDIR%%/salt/modules/cp.py @@ -149,8 +236,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/ddns.pyc %%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.py %%PYTHON_SITELIBDIR%%/salt/modules/debconfmod.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/debian_ip.py +%%PYTHON_SITELIBDIR%%/salt/modules/debian_ip.pyc %%PYTHON_SITELIBDIR%%/salt/modules/debian_service.py %%PYTHON_SITELIBDIR%%/salt/modules/debian_service.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/defaults.py +%%PYTHON_SITELIBDIR%%/salt/modules/defaults.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dig.py %%PYTHON_SITELIBDIR%%/salt/modules/dig.pyc %%PYTHON_SITELIBDIR%%/salt/modules/disk.py @@ -161,6 +252,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/dnsmasq.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.py %%PYTHON_SITELIBDIR%%/salt/modules/dnsutil.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/dockerio.py +%%PYTHON_SITELIBDIR%%/salt/modules/dockerio.pyc %%PYTHON_SITELIBDIR%%/salt/modules/dpkg.py %%PYTHON_SITELIBDIR%%/salt/modules/dpkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ebuild.py @@ -183,6 +276,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/freebsdkmod.pyc %%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.py %%PYTHON_SITELIBDIR%%/salt/modules/freebsdpkg.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/freebsdports.py +%%PYTHON_SITELIBDIR%%/salt/modules/freebsdports.pyc %%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.py %%PYTHON_SITELIBDIR%%/salt/modules/freebsdservice.pyc %%PYTHON_SITELIBDIR%%/salt/modules/gem.py @@ -195,6 +290,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/git.pyc %%PYTHON_SITELIBDIR%%/salt/modules/glance.py %%PYTHON_SITELIBDIR%%/salt/modules/glance.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/gnomedesktop.py +%%PYTHON_SITELIBDIR%%/salt/modules/gnomedesktop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/grains.py %%PYTHON_SITELIBDIR%%/salt/modules/grains.pyc %%PYTHON_SITELIBDIR%%/salt/modules/groupadd.py @@ -203,6 +300,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/grub_legacy.pyc %%PYTHON_SITELIBDIR%%/salt/modules/guestfs.py %%PYTHON_SITELIBDIR%%/salt/modules/guestfs.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/hadoop.py +%%PYTHON_SITELIBDIR%%/salt/modules/hadoop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/hg.py %%PYTHON_SITELIBDIR%%/salt/modules/hg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/hosts.py @@ -211,8 +310,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/htpasswd.pyc %%PYTHON_SITELIBDIR%%/salt/modules/img.py %%PYTHON_SITELIBDIR%%/salt/modules/img.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/incron.py +%%PYTHON_SITELIBDIR%%/salt/modules/incron.pyc %%PYTHON_SITELIBDIR%%/salt/modules/iptables.py %%PYTHON_SITELIBDIR%%/salt/modules/iptables.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/junos.py +%%PYTHON_SITELIBDIR%%/salt/modules/junos.pyc %%PYTHON_SITELIBDIR%%/salt/modules/key.py %%PYTHON_SITELIBDIR%%/salt/modules/key.pyc %%PYTHON_SITELIBDIR%%/salt/modules/keyboard.py @@ -239,6 +342,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/locate.pyc %%PYTHON_SITELIBDIR%%/salt/modules/logrotate.py %%PYTHON_SITELIBDIR%%/salt/modules/logrotate.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/lvs.py +%%PYTHON_SITELIBDIR%%/salt/modules/lvs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/lxc.py %%PYTHON_SITELIBDIR%%/salt/modules/lxc.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mac_group.py @@ -251,6 +356,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/match.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mdadm.py %%PYTHON_SITELIBDIR%%/salt/modules/mdadm.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/memcached.py +%%PYTHON_SITELIBDIR%%/salt/modules/memcached.pyc %%PYTHON_SITELIBDIR%%/salt/modules/mine.py %%PYTHON_SITELIBDIR%%/salt/modules/mine.pyc %%PYTHON_SITELIBDIR%%/salt/modules/modjk.py @@ -281,8 +388,6 @@ %%PYTHON_SITELIBDIR%%/salt/modules/nova.pyc %%PYTHON_SITELIBDIR%%/salt/modules/npm.py %%PYTHON_SITELIBDIR%%/salt/modules/npm.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.py -%%PYTHON_SITELIBDIR%%/salt/modules/nzbget.pyc %%PYTHON_SITELIBDIR%%/salt/modules/omapi.py %%PYTHON_SITELIBDIR%%/salt/modules/omapi.pyc %%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.py @@ -289,10 +394,14 @@ %%PYTHON_SITELIBDIR%%/salt/modules/openbsdpkg.pyc %%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.py %%PYTHON_SITELIBDIR%%/salt/modules/openbsdservice.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/openstack_config.py +%%PYTHON_SITELIBDIR%%/salt/modules/openstack_config.pyc %%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.py %%PYTHON_SITELIBDIR%%/salt/modules/osxdesktop.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pacman.py %%PYTHON_SITELIBDIR%%/salt/modules/pacman.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.py +%%PYTHON_SITELIBDIR%%/salt/modules/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/modules/pam.py %%PYTHON_SITELIBDIR%%/salt/modules/pam.pyc %%PYTHON_SITELIBDIR%%/salt/modules/parted.py @@ -343,15 +452,16 @@ %%PYTHON_SITELIBDIR%%/salt/modules/rdp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/reg.py %%PYTHON_SITELIBDIR%%/salt/modules/reg.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rest_package.py +%%PYTHON_SITELIBDIR%%/salt/modules/rest_package.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rest_sample.py +%%PYTHON_SITELIBDIR%%/salt/modules/rest_sample.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rest_service.py +%%PYTHON_SITELIBDIR%%/salt/modules/rest_service.pyc %%PYTHON_SITELIBDIR%%/salt/modules/ret.py %%PYTHON_SITELIBDIR%%/salt/modules/ret.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.py %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/conf.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/network.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh5_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/rh6_eth.jinja -%%PYTHON_SITELIBDIR%%/salt/modules/rh_ip/route_eth.jinja %%PYTHON_SITELIBDIR%%/salt/modules/rh_service.py %%PYTHON_SITELIBDIR%%/salt/modules/rh_service.pyc %%PYTHON_SITELIBDIR%%/salt/modules/riak.py @@ -358,6 +468,8 @@ %%PYTHON_SITELIBDIR%%/salt/modules/riak.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rpm.py %%PYTHON_SITELIBDIR%%/salt/modules/rpm.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/rsync.py +%%PYTHON_SITELIBDIR%%/salt/modules/rsync.pyc %%PYTHON_SITELIBDIR%%/salt/modules/rvm.py %%PYTHON_SITELIBDIR%%/salt/modules/rvm.pyc %%PYTHON_SITELIBDIR%%/salt/modules/s3.py @@ -438,8 +550,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/win_firewall.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.py %%PYTHON_SITELIBDIR%%/salt/modules/win_groupadd.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_ip.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_ip.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_network.py %%PYTHON_SITELIBDIR%%/salt/modules/win_network.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/win_ntp.py +%%PYTHON_SITELIBDIR%%/salt/modules/win_ntp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_path.py %%PYTHON_SITELIBDIR%%/salt/modules/win_path.pyc %%PYTHON_SITELIBDIR%%/salt/modules/win_pkg.py @@ -462,10 +578,12 @@ %%PYTHON_SITELIBDIR%%/salt/modules/win_useradd.pyc %%PYTHON_SITELIBDIR%%/salt/modules/xapi.py %%PYTHON_SITELIBDIR%%/salt/modules/xapi.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/xmpp.py +%%PYTHON_SITELIBDIR%%/salt/modules/xmpp.pyc %%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.py %%PYTHON_SITELIBDIR%%/salt/modules/yumpkg.pyc -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.py -%%PYTHON_SITELIBDIR%%/salt/modules/yumpkg5.pyc +%%PYTHON_SITELIBDIR%%/salt/modules/zcbuildout.py +%%PYTHON_SITELIBDIR%%/salt/modules/zcbuildout.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zfs.py %%PYTHON_SITELIBDIR%%/salt/modules/zfs.pyc %%PYTHON_SITELIBDIR%%/salt/modules/zpool.py @@ -522,6 +640,8 @@ %%PYTHON_SITELIBDIR%%/salt/pillar/libvirt.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/mongo.py %%PYTHON_SITELIBDIR%%/salt/pillar/mongo.pyc +%%PYTHON_SITELIBDIR%%/salt/pillar/mysql.py +%%PYTHON_SITELIBDIR%%/salt/pillar/mysql.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.py %%PYTHON_SITELIBDIR%%/salt/pillar/pillar_ldap.pyc %%PYTHON_SITELIBDIR%%/salt/pillar/puppet.py @@ -590,18 +710,30 @@ %%PYTHON_SITELIBDIR%%/salt/runners/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/runners/cache.py %%PYTHON_SITELIBDIR%%/salt/runners/cache.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/cloud.py +%%PYTHON_SITELIBDIR%%/salt/runners/cloud.pyc %%PYTHON_SITELIBDIR%%/salt/runners/doc.py %%PYTHON_SITELIBDIR%%/salt/runners/doc.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/error.py +%%PYTHON_SITELIBDIR%%/salt/runners/error.pyc %%PYTHON_SITELIBDIR%%/salt/runners/fileserver.py %%PYTHON_SITELIBDIR%%/salt/runners/fileserver.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/git_pillar.py +%%PYTHON_SITELIBDIR%%/salt/runners/git_pillar.pyc %%PYTHON_SITELIBDIR%%/salt/runners/jobs.py %%PYTHON_SITELIBDIR%%/salt/runners/jobs.pyc %%PYTHON_SITELIBDIR%%/salt/runners/launchd.py %%PYTHON_SITELIBDIR%%/salt/runners/launchd.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/lxc.py +%%PYTHON_SITELIBDIR%%/salt/runners/lxc.pyc %%PYTHON_SITELIBDIR%%/salt/runners/manage.py %%PYTHON_SITELIBDIR%%/salt/runners/manage.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/mine.py +%%PYTHON_SITELIBDIR%%/salt/runners/mine.pyc %%PYTHON_SITELIBDIR%%/salt/runners/network.py %%PYTHON_SITELIBDIR%%/salt/runners/network.pyc +%%PYTHON_SITELIBDIR%%/salt/runners/pillar.py +%%PYTHON_SITELIBDIR%%/salt/runners/pillar.pyc %%PYTHON_SITELIBDIR%%/salt/runners/search.py %%PYTHON_SITELIBDIR%%/salt/runners/search.pyc %%PYTHON_SITELIBDIR%%/salt/runners/state.py @@ -628,10 +760,20 @@ %%PYTHON_SITELIBDIR%%/salt/states/alternatives.pyc %%PYTHON_SITELIBDIR%%/salt/states/apt.py %%PYTHON_SITELIBDIR%%/salt/states/apt.pyc +%%PYTHON_SITELIBDIR%%/salt/states/archive.py +%%PYTHON_SITELIBDIR%%/salt/states/archive.pyc +%%PYTHON_SITELIBDIR%%/salt/states/at.py +%%PYTHON_SITELIBDIR%%/salt/states/at.pyc %%PYTHON_SITELIBDIR%%/salt/states/augeas.py %%PYTHON_SITELIBDIR%%/salt/states/augeas.pyc +%%PYTHON_SITELIBDIR%%/salt/states/aws_sqs.py +%%PYTHON_SITELIBDIR%%/salt/states/aws_sqs.pyc +%%PYTHON_SITELIBDIR%%/salt/states/cloud.py +%%PYTHON_SITELIBDIR%%/salt/states/cloud.pyc %%PYTHON_SITELIBDIR%%/salt/states/cmd.py %%PYTHON_SITELIBDIR%%/salt/states/cmd.pyc +%%PYTHON_SITELIBDIR%%/salt/states/composer.py +%%PYTHON_SITELIBDIR%%/salt/states/composer.pyc %%PYTHON_SITELIBDIR%%/salt/states/cron.py %%PYTHON_SITELIBDIR%%/salt/states/cron.pyc %%PYTHON_SITELIBDIR%%/salt/states/ddns.py @@ -640,6 +782,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/debconfmod.pyc %%PYTHON_SITELIBDIR%%/salt/states/disk.py %%PYTHON_SITELIBDIR%%/salt/states/disk.pyc +%%PYTHON_SITELIBDIR%%/salt/states/dockerio.py +%%PYTHON_SITELIBDIR%%/salt/states/dockerio.pyc %%PYTHON_SITELIBDIR%%/salt/states/eselect.py %%PYTHON_SITELIBDIR%%/salt/states/eselect.pyc %%PYTHON_SITELIBDIR%%/salt/states/file.py @@ -648,6 +792,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/gem.pyc %%PYTHON_SITELIBDIR%%/salt/states/git.py %%PYTHON_SITELIBDIR%%/salt/states/git.pyc +%%PYTHON_SITELIBDIR%%/salt/states/gnomedesktop.py +%%PYTHON_SITELIBDIR%%/salt/states/gnomedesktop.pyc %%PYTHON_SITELIBDIR%%/salt/states/grains.py %%PYTHON_SITELIBDIR%%/salt/states/grains.pyc %%PYTHON_SITELIBDIR%%/salt/states/group.py @@ -656,6 +802,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/hg.pyc %%PYTHON_SITELIBDIR%%/salt/states/host.py %%PYTHON_SITELIBDIR%%/salt/states/host.pyc +%%PYTHON_SITELIBDIR%%/salt/states/incron.py +%%PYTHON_SITELIBDIR%%/salt/states/incron.pyc %%PYTHON_SITELIBDIR%%/salt/states/iptables.py %%PYTHON_SITELIBDIR%%/salt/states/iptables.pyc %%PYTHON_SITELIBDIR%%/salt/states/keyboard.py @@ -672,10 +820,16 @@ %%PYTHON_SITELIBDIR%%/salt/states/locale.pyc %%PYTHON_SITELIBDIR%%/salt/states/lvm.py %%PYTHON_SITELIBDIR%%/salt/states/lvm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/lvs_server.py +%%PYTHON_SITELIBDIR%%/salt/states/lvs_server.pyc +%%PYTHON_SITELIBDIR%%/salt/states/lvs_service.py +%%PYTHON_SITELIBDIR%%/salt/states/lvs_service.pyc %%PYTHON_SITELIBDIR%%/salt/states/makeconf.py %%PYTHON_SITELIBDIR%%/salt/states/makeconf.pyc %%PYTHON_SITELIBDIR%%/salt/states/mdadm.py %%PYTHON_SITELIBDIR%%/salt/states/mdadm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/memcached.py +%%PYTHON_SITELIBDIR%%/salt/states/memcached.pyc %%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.py %%PYTHON_SITELIBDIR%%/salt/states/modjk_worker.pyc %%PYTHON_SITELIBDIR%%/salt/states/module.py @@ -696,6 +850,12 @@ %%PYTHON_SITELIBDIR%%/salt/states/network.pyc %%PYTHON_SITELIBDIR%%/salt/states/npm.py %%PYTHON_SITELIBDIR%%/salt/states/npm.pyc +%%PYTHON_SITELIBDIR%%/salt/states/ntp.py +%%PYTHON_SITELIBDIR%%/salt/states/ntp.pyc +%%PYTHON_SITELIBDIR%%/salt/states/openstack_config.py +%%PYTHON_SITELIBDIR%%/salt/states/openstack_config.pyc +%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.py +%%PYTHON_SITELIBDIR%%/salt/states/pagerduty.pyc %%PYTHON_SITELIBDIR%%/salt/states/pecl.py %%PYTHON_SITELIBDIR%%/salt/states/pecl.pyc %%PYTHON_SITELIBDIR%%/salt/states/pip_state.py @@ -708,6 +868,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/pkgrepo.pyc %%PYTHON_SITELIBDIR%%/salt/states/portage_config.py %%PYTHON_SITELIBDIR%%/salt/states/portage_config.pyc +%%PYTHON_SITELIBDIR%%/salt/states/ports.py +%%PYTHON_SITELIBDIR%%/salt/states/ports.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_database.py %%PYTHON_SITELIBDIR%%/salt/states/postgres_database.pyc %%PYTHON_SITELIBDIR%%/salt/states/postgres_group.py @@ -720,6 +882,10 @@ %%PYTHON_SITELIBDIR%%/salt/states/process.pyc %%PYTHON_SITELIBDIR%%/salt/states/quota.py %%PYTHON_SITELIBDIR%%/salt/states/quota.pyc +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_cluster.py +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_cluster.pyc +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_plugin.py +%%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_plugin.pyc %%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.py %%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_policy.pyc %%PYTHON_SITELIBDIR%%/salt/states/rabbitmq_user.py @@ -746,6 +912,8 @@ %%PYTHON_SITELIBDIR%%/salt/states/ssh_known_hosts.pyc %%PYTHON_SITELIBDIR%%/salt/states/stateconf.py %%PYTHON_SITELIBDIR%%/salt/states/stateconf.pyc +%%PYTHON_SITELIBDIR%%/salt/states/status.py +%%PYTHON_SITELIBDIR%%/salt/states/status.pyc %%PYTHON_SITELIBDIR%%/salt/states/supervisord.py %%PYTHON_SITELIBDIR%%/salt/states/supervisord.pyc %%PYTHON_SITELIBDIR%%/salt/states/svn.py @@ -764,14 +932,34 @@ %%PYTHON_SITELIBDIR%%/salt/states/win_dns_client.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_firewall.py %%PYTHON_SITELIBDIR%%/salt/states/win_firewall.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_network.py +%%PYTHON_SITELIBDIR%%/salt/states/win_network.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_path.py %%PYTHON_SITELIBDIR%%/salt/states/win_path.pyc %%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.py %%PYTHON_SITELIBDIR%%/salt/states/win_servermanager.pyc +%%PYTHON_SITELIBDIR%%/salt/states/win_system.py +%%PYTHON_SITELIBDIR%%/salt/states/win_system.pyc +%%PYTHON_SITELIBDIR%%/salt/states/xmpp.py +%%PYTHON_SITELIBDIR%%/salt/states/xmpp.pyc +%%PYTHON_SITELIBDIR%%/salt/states/zcbuildout.py +%%PYTHON_SITELIBDIR%%/salt/states/zcbuildout.pyc %%PYTHON_SITELIBDIR%%/salt/syspaths.py %%PYTHON_SITELIBDIR%%/salt/syspaths.pyc %%PYTHON_SITELIBDIR%%/salt/template.py %%PYTHON_SITELIBDIR%%/salt/template.pyc +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/conf.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/debian_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/display-network.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/network.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/debian_ip/route_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/conf.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/network.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/rh5_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/rh6_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/rh_ip/route_eth.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/virt/libvirt_domain.jinja +%%PYTHON_SITELIBDIR%%/salt/templates/virt/libvirt_volume.jinja %%PYTHON_SITELIBDIR%%/salt/tops/__init__.py %%PYTHON_SITELIBDIR%%/salt/tops/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/tops/cobbler.py @@ -782,16 +970,24 @@ %%PYTHON_SITELIBDIR%%/salt/tops/mongo.pyc %%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.py %%PYTHON_SITELIBDIR%%/salt/tops/reclass_adapter.pyc +%%PYTHON_SITELIBDIR%%/salt/transport/__init__.py +%%PYTHON_SITELIBDIR%%/salt/transport/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/utils/__init__.py %%PYTHON_SITELIBDIR%%/salt/utils/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.py %%PYTHON_SITELIBDIR%%/salt/utils/atomicfile.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/cloud.py +%%PYTHON_SITELIBDIR%%/salt/utils/cloud.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/context.py +%%PYTHON_SITELIBDIR%%/salt/utils/context.pyc %%PYTHON_SITELIBDIR%%/salt/utils/debug.py %%PYTHON_SITELIBDIR%%/salt/utils/debug.pyc -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.py -%%PYTHON_SITELIBDIR%%/salt/utils/decorators.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/decorators/__init__.py +%%PYTHON_SITELIBDIR%%/salt/utils/decorators/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.py %%PYTHON_SITELIBDIR%%/salt/utils/dictupdate.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/error.py +%%PYTHON_SITELIBDIR%%/salt/utils/error.pyc %%PYTHON_SITELIBDIR%%/salt/utils/event.py %%PYTHON_SITELIBDIR%%/salt/utils/event.pyc %%PYTHON_SITELIBDIR%%/salt/utils/filebuffer.py @@ -844,10 +1040,16 @@ %%PYTHON_SITELIBDIR%%/salt/utils/validate/net.pyc %%PYTHON_SITELIBDIR%%/salt/utils/validate/path.py %%PYTHON_SITELIBDIR%%/salt/utils/validate/path.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/validate/ssh.py +%%PYTHON_SITELIBDIR%%/salt/utils/validate/ssh.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/validate/user.py +%%PYTHON_SITELIBDIR%%/salt/utils/validate/user.pyc %%PYTHON_SITELIBDIR%%/salt/utils/verify.py %%PYTHON_SITELIBDIR%%/salt/utils/verify.pyc %%PYTHON_SITELIBDIR%%/salt/utils/virt.py %%PYTHON_SITELIBDIR%%/salt/utils/virt.pyc +%%PYTHON_SITELIBDIR%%/salt/utils/vt.py +%%PYTHON_SITELIBDIR%%/salt/utils/vt.pyc %%PYTHON_SITELIBDIR%%/salt/utils/winapi.py %%PYTHON_SITELIBDIR%%/salt/utils/winapi.pyc %%PYTHON_SITELIBDIR%%/salt/utils/winservice.py @@ -862,6 +1064,8 @@ %%PYTHON_SITELIBDIR%%/salt/wheel/__init__.pyc %%PYTHON_SITELIBDIR%%/salt/wheel/config.py %%PYTHON_SITELIBDIR%%/salt/wheel/config.pyc +%%PYTHON_SITELIBDIR%%/salt/wheel/error.py +%%PYTHON_SITELIBDIR%%/salt/wheel/error.pyc %%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.py %%PYTHON_SITELIBDIR%%/salt/wheel/file_roots.pyc %%PYTHON_SITELIBDIR%%/salt/wheel/key.py @@ -869,6 +1073,7 @@ %%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.py %%PYTHON_SITELIBDIR%%/salt/wheel/pillar_roots.pyc man/man1/salt-call.1.gz +man/man1/salt-cloud.1.gz man/man1/salt-cp.1.gz man/man1/salt-key.1.gz man/man1/salt-master.1.gz @@ -880,8 +1085,14 @@ man/man7/salt.7.gz @dirrm %%PYTHON_SITELIBDIR%%/salt/wheel @dirrm %%PYTHON_SITELIBDIR%%/salt/utils/validate +@dirrm %%PYTHON_SITELIBDIR%%/salt/utils/decorators @dirrm %%PYTHON_SITELIBDIR%%/salt/utils +@dirrm %%PYTHON_SITELIBDIR%%/salt/transport @dirrm %%PYTHON_SITELIBDIR%%/salt/tops +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates/virt +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates/rh_ip +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates/debian_ip +@dirrm %%PYTHON_SITELIBDIR%%/salt/templates @dirrm %%PYTHON_SITELIBDIR%%/salt/states @dirrm %%PYTHON_SITELIBDIR%%/salt/search @dirrm %%PYTHON_SITELIBDIR%%/salt/runners @@ -890,7 +1101,6 @@ @dirrm %%PYTHON_SITELIBDIR%%/salt/renderers @dirrm %%PYTHON_SITELIBDIR%%/salt/pillar @dirrm %%PYTHON_SITELIBDIR%%/salt/output -@dirrm %%PYTHON_SITELIBDIR%%/salt/modules/rh_ip @dirrm %%PYTHON_SITELIBDIR%%/salt/modules @dirrm %%PYTHON_SITELIBDIR%%/salt/log/handlers @dirrm %%PYTHON_SITELIBDIR%%/salt/log @@ -897,6 +1107,9 @@ @dirrm %%PYTHON_SITELIBDIR%%/salt/grains @dirrm %%PYTHON_SITELIBDIR%%/salt/fileserver @dirrm %%PYTHON_SITELIBDIR%%/salt/ext +@dirrm %%PYTHON_SITELIBDIR%%/salt/cloud/deploy +@dirrm %%PYTHON_SITELIBDIR%%/salt/cloud/clouds +@dirrm %%PYTHON_SITELIBDIR%%/salt/cloud @dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh/wrapper @dirrm %%PYTHON_SITELIBDIR%%/salt/client/ssh @dirrm %%PYTHON_SITELIBDIR%%/salt/client @@ -904,6 +1117,3 @@ @dirrm %%PYTHON_SITELIBDIR%%/salt/auth @dirrm %%PYTHON_SITELIBDIR%%/salt @dirrmtry %%ETCDIR%% -@stopdaemon salt-master -@stopdaemon salt-minion -@stopdaemon salt-syndic --Bn2rw/3z4jIqBvZU-- --5G06lTa6Jq83wMTw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTG0q6AAoJEAy1bITjfmSMHggP/1dDl22Hf+LP/X7orKbvOR7y n690WgWx6Y6OHoMLDq0VWycr9lKTEXcUOG2tjF5GmFh/zxFyDLwOrXEzHj41b8ct IcdQJiFcB2EUrBC+NwLUFAYgMpVogZSD55/Jme1Pj46PmqVlBZkoOu6bzvoCnk31 CwWPCygHHQMC1uBDHCOepfZCSYnIsd8+InoFc+xacjl0NcYAim9uFbOm4hEDuxiA o+Oh/zKm01TG4MiDhF36J8etq7df8TzTk/KooziJmvB96kg4xEKIQDV3AAw/246n W9qdrWS4P+ZCZXuub0FggztBB8Uc38tj8zwlt7j/7Q+aP5mBCwm8uiQXUBCItqpx b3gyCmuq+4Ksq0ym0YXgnCv4cR9EfUpVixEOLQWbNwR97QtTpCj3+PCNxyUnOTGD UB7emqpGCZx+vQpkIu+sjnE84oKa0WPes+HpVQiCrxjet/I8u46viLbe57u15BrS 3piEUHdEfeQlWCfM1sCW3P8WGX5hx7fCz98vkTpIejLUFYvMyujXqMpb9g1niecp XXGhee6Tc9Ez4LxwDRPpo2RNifD4D+aZ6M2oBfi/wLdjqS6X7jbISv567JD+bjUK zBv9GVxKQvhE8Dhx5rZl9+QJlOgv6ms8bGsCpF+c0XXbyYU19j25YeL86R3qgoQ+ vOQjm4ubezhvUub8enjo =VoK7 -----END PGP SIGNATURE----- --5G06lTa6Jq83wMTw-- From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 18:02:43 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8BBBAD1 for ; Sat, 8 Mar 2014 18:02:43 +0000 (UTC) Received: from smtp3.hushmail.com (smtp3.hushmail.com [65.39.178.200]) (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 6E112AB0 for ; Sat, 8 Mar 2014 18:02:43 +0000 (UTC) Received: from smtp3.hushmail.com (localhost [127.0.0.1]) by smtp3.hushmail.com (Postfix) with SMTP id 5098FE0160 for ; Sat, 8 Mar 2014 18:02:36 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp3.hushmail.com (Postfix) with ESMTP; Sat, 8 Mar 2014 18:02:36 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 031E420108; Sat, 8 Mar 2014 18:02:35 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 08 Mar 2014 13:02:35 -0500 To: python@freebsd.org Subject: Re: security/py-cryptography broken From: "Kenta S." References: <20140306044423.GA65814@dev.san.ru> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20140308180236.031E420108@smtp.hushmail.com> Cc: koobs@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 18:02:43 -0000 Deluge was working fine until the py-openssl update. I tried following UPDATING but it left me with a broken system. I only have py-openssl because of Deluge. I uninstalled deluge and did a "pkg autoremove" to try and clean things up. I updated the ports tree and try to reinstall Deluge, but now I get this MD5 error and don't know how to fix whatever is broken. From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 23:33:12 2014 Return-Path: Delivered-To: python@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 ESMTPS id 9C203AE9 for ; Sat, 8 Mar 2014 23:33:12 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7140E852 for ; Sat, 8 Mar 2014 23:33:12 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id v10so5536668pde.25 for ; Sat, 08 Mar 2014 15:33:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=omvMcF2WFcW1p8OTlc6C5gLP5yeu9BrBG6TX6aK3564=; b=xgjNtH8o2T6F4zKBcpFuhkgC5q3V9cacQw9I+39/KpxIeigR5u44XwTPNyPNK4SO1Q PGEk3Qq1+qgrOr5rg1rpN1BsibUIt0uQM40KSO8GqG6nxjzVmv5RtA9vpYUniRJE0Dr5 pqwA9y0sTl52QMabK6/fr0hSlxOabeCFV+IINDfVg0iRUfv/S1stoDKzA6zgxJI4uPQq dHYAqUOgrf4yIBZY9XdGMMML2a/Ngfdi9HIuJmM8BEF9r9syCzsG3aBc2RjUji+Ofsj5 aZtxFryTidgJFtHQ3+Bk0wHC2J79ZKeDenHMdgANqRWmWHBqr3n8UlNPVbrYtKSaBvTi 5WCA== X-Received: by 10.67.23.135 with SMTP id ia7mr30562711pad.5.1394321591601; Sat, 08 Mar 2014 15:33:11 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ja8sm50099230pbd.3.2014.03.08.15.33.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Mar 2014 15:33:11 -0800 (PST) Message-ID: <531BA8AD.3090209@FreeBSD.org> Date: Sun, 09 Mar 2014 10:33:01 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Thunderbird/27.0 MIME-Version: 1.0 To: "Kenta S." , python@freebsd.org Subject: Re: security/py-cryptography broken References: <20140306044423.GA65814@dev.san.ru> <20140308180236.031E420108@smtp.hushmail.com> In-Reply-To: <20140308180236.031E420108@smtp.hushmail.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 23:33:12 -0000 On 9/03/2014 5:02 AM, Kenta S. wrote: > Deluge was working fine until the py-openssl update. I tried following UPDATING > but it left me with a broken system. I only have py-openssl because of Deluge. > I uninstalled deluge and did a "pkg autoremove" to try and clean things up. > I updated the ports tree and try to reinstall Deluge, but now I get this MD5 > error and don't know how to fix whatever is broken. > Which UPDATING entry instructions did you follow? I don't recall any for deluge, py-openssl or py-cryptography. Last night I made a change to py-cryptography that fixed py-cffi incorrectly not being included as a RUN_DEPENDS. I'm not sure to what extent its related to your issue, but can you update py-cryptography (as py-openssl depends on it) to the latest version and let me know if that works. If not: What does the following python command output: python -c "from hashlib import md5, sha512" From owner-freebsd-python@FreeBSD.ORG Sat Mar 8 23:49:23 2014 Return-Path: Delivered-To: python@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 ESMTPS id 928C4E1B for ; Sat, 8 Mar 2014 23:49:23 +0000 (UTC) Received: from smtp10.hushmail.com (smtp10.hushmail.com [65.39.178.143]) (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 782F592A for ; Sat, 8 Mar 2014 23:49:23 +0000 (UTC) Received: from smtp10.hushmail.com (localhost [127.0.0.1]) by smtp10.hushmail.com (Postfix) with SMTP id 2540EC0131 for ; Sat, 8 Mar 2014 23:49:16 +0000 (UTC) Received: from smtp.hushmail.com (w3.hushmail.com [65.39.178.62]) by smtp10.hushmail.com (Postfix) with ESMTP; Sat, 8 Mar 2014 23:49:15 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id C565A20106; Sat, 8 Mar 2014 23:49:15 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 08 Mar 2014 18:49:15 -0500 To: koobs@freebsd.org, python@freebsd.org Subject: Re: security/py-cryptography broken From: "Kenta S." In-Reply-To: <531BA8AD.3090209@FreeBSD.org> References: <20140306044423.GA65814@dev.san.ru> <20140308180236.031E420108@smtp.hushmail.com> <531BA8AD.3090209@FreeBSD.org> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20140308234915.C565A20106@smtp.hushmail.com> X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Mar 2014 23:49:23 -0000 On 03/08/2014 at 6:33 PM, "Kubilay Kocak" wrote: > >Which UPDATING entry instructions did you follow? I don't recall >any for deluge, py-openssl or py-cryptography. 20140307: AFFECTS: users of devel/py-setuptools dependent ports AUTHOR: sunpoet@FreeBSD.org >I'm not sure to what extent its related to your issue, but can you >update py-cryptography (as py-openssl depends on it) to the latest >version and let me know if that works. I uninstalled Deluge and all dependencies, so py-cryptography is gone. I only have : python27-2.7.6_4 Interpreted object-oriented programming language No other py* stuff installed. I thought this would let Deluge build, but it did not. >What does the following python command output: > >python -c "from hashlib import md5, sha512" $ python -c "from hashlib import md5, sha512" -bash: python: command not found So I try: $ python2.7 -c "from hashlib import md5, sha512" ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 ERROR:root:code for hash sha224 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha224 ERROR:root:code for hash sha256 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha256 ERROR:root:code for hash sha384 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha384 ERROR:root:code for hash sha512 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line 139, in globals()[__func_name] = __get_hash(__func_name) File "/usr/local/lib/python2.7/hashlib.py", line 103, in __get_openssl_constructor return __get_builtin_constructor(name) File "/usr/local/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha512 Traceback (most recent call last): File "", line 1, in ImportError: cannot import name md5 From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 09:10:43 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3162D41 for ; Sun, 9 Mar 2014 09:10:43 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF42682F for ; Sun, 9 Mar 2014 09:10:43 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s299Ahkj001567 for ; Sun, 9 Mar 2014 09:10:43 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s299AhCo001564; Sun, 9 Mar 2014 09:10:43 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403090910.s299AhCo001564@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 9 Mar 2014 09:10:43 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 09:10:44 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 14:30:08 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAEA442C; Sun, 9 Mar 2014 14:30:08 +0000 (UTC) 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 C153CE15; Sun, 9 Mar 2014 14:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29EU87M034802; Sun, 9 Mar 2014 14:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29EU8Z5034801; Sun, 9 Mar 2014 14:30:08 GMT (envelope-from edwin) Date: Sun, 9 Mar 2014 14:30:08 GMT Message-Id: <201403091430.s29EU8Z5034801@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187393: databases/py-firebirdsql: update to 0.9.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 14:30:09 -0000 Synopsis: databases/py-firebirdsql: update to 0.9.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 9 14:30:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187393 From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 17:41:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 84FCF8E3 for ; Sun, 9 Mar 2014 17:41:05 +0000 (UTC) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47351198 for ; Sun, 9 Mar 2014 17:41:05 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id w8so6133649qac.27 for ; Sun, 09 Mar 2014 10:41:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=gHIF6ydLXF4FoVNZeb00y9m+lcJH2zKxQPshRGD1HLU=; b=fJXuNazOLn3XCTb/XqMTDVaP4eCP1KEnSbnKCBKkKXbTIqutuin78qc7Nvw73TFgrn k68MPmhBpNS1R2T3R8DTDS6tQLGoVrOI5GbkipHBHYJr3bLYXfIiBezjsuCCv0LxpVny 4SFpSBnJyfqp3Ncps2xc5slMScdhiIvi4jO4WDhf02rmLE89X/Tr2YYO9BGfefwbNniM aoRmZfjjt3R34r2xZIs8FlF0EuEFnAsFvfH99fqGx4MQ7hLllveH5gY+7wEs4OB2KxHy OKqAMrS6pqV75jR1cwD2fNV6uFyRntKvn4TURV1jkzEFURwxZQnkjPXhz0cigqC5g+y5 A3BA== X-Received: by 10.224.80.201 with SMTP id u9mr35733519qak.5.1394386864536; Sun, 09 Mar 2014 10:41:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.195.232 with HTTP; Sun, 9 Mar 2014 10:40:43 -0700 (PDT) In-Reply-To: <201403080205.s28257aT017484@freefall.freebsd.org> References: <201403080205.s28257aT017484@freefall.freebsd.org> From: Christer Edwards Date: Sun, 9 Mar 2014 11:40:43 -0600 Message-ID: Subject: Re: ports/186950: maintainer update : sysutils/py-salt To: freebsd-python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 17:41:05 -0000 Approved latest patch (with pkg-plist). On Fri, Mar 7, 2014 at 7:05 PM, wrote: > Synopsis: maintainer update : sysutils/py-salt > > State-Changed-From-To: open->feedback > State-Changed-By: koobs > State-Changed-When: Sat Mar 8 02:05:07 UTC 2014 > State-Changed-Why: > Ask for submitter approval. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 > From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 20:40:28 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 447C0EA7; Sun, 9 Mar 2014 20:40:28 +0000 (UTC) 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 19228204; Sun, 9 Mar 2014 20:40:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29KeRGX048469; Sun, 9 Mar 2014 20:40:27 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29KeRIb048468; Sun, 9 Mar 2014 20:40:27 GMT (envelope-from edwin) Date: Sun, 9 Mar 2014 20:40:27 GMT Message-Id: <201403092040.s29KeRIb048468@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187402: [maintainer-update] textproc/py-wtforms update to 1.0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 20:40:28 -0000 Synopsis: [maintainer-update] textproc/py-wtforms update to 1.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 9 20:40:27 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187402 From owner-freebsd-python@FreeBSD.ORG Sun Mar 9 21:39:38 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id E4728227; Sun, 9 Mar 2014 21:39:38 +0000 (UTC) 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 BA26D8F5; Sun, 9 Mar 2014 21:39:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s29Ldc9i066337; Sun, 9 Mar 2014 21:39:38 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s29LdcS1066336; Sun, 9 Mar 2014 21:39:38 GMT (envelope-from linimon) Date: Sun, 9 Mar 2014 21:39:38 GMT Message-Id: <201403092139.s29LdcS1066336@freefall.freebsd.org> To: christer.edwards@gmail.com, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 21:39:39 -0000 Synopsis: maintainer update : sysutils/py-salt State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Mar 9 21:39:24 UTC 2014 State-Changed-Why: Maintainer approved, with submitted changes. http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 09:36:27 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99C6E588 for ; Mon, 10 Mar 2014 09:36:27 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8742DCDB for ; Mon, 10 Mar 2014 09:36:27 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2A9aRIk078781 for ; Mon, 10 Mar 2014 09:36:27 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2A9aRhR078777; Mon, 10 Mar 2014 09:36:27 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403100936.s2A9aRhR078777@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 10 Mar 2014 09:36:27 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 09:36:27 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ lang/python33 | 3.3.4 | 3.3.5 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 10:10:10 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 34D49F66; Mon, 10 Mar 2014 10:10:10 +0000 (UTC) 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 0C78EF8A; Mon, 10 Mar 2014 10:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AAA9bl024343; Mon, 10 Mar 2014 10:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AAA9hc024342; Mon, 10 Mar 2014 10:10:09 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 10:10:09 GMT Message-Id: <201403101010.s2AAA9hc024342@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187412: [NEW PORT] devel/py-daemons X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 10:10:10 -0000 Synopsis: [NEW PORT] devel/py-daemons Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 10:10:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187412 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 10:20:10 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D6432BD; Mon, 10 Mar 2014 10:20:10 +0000 (UTC) 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 D89AD13E; Mon, 10 Mar 2014 10:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AAK9WC028145; Mon, 10 Mar 2014 10:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AAK9F6028144; Mon, 10 Mar 2014 10:20:09 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 10:20:09 GMT Message-Id: <201403101020.s2AAK9F6028144@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187413: [NEW PORT] devel/py-python-statsd X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 10:20:10 -0000 Synopsis: [NEW PORT] devel/py-python-statsd Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 10:20:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187413 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 11:06:52 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5B4F81C0 for ; Mon, 10 Mar 2014 11:06:52 +0000 (UTC) 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 3040B81A for ; Mon, 10 Mar 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AB6qPG043331 for ; Mon, 10 Mar 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AB6p4n043329 for freebsd-python@FreeBSD.org; Mon, 10 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Mar 2014 11:06:51 GMT Message-Id: <201403101106.s2AB6p4n043329@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 11:06:52 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 f ports/187355 python [PATCH] devel/py-daemon: update to 1.6 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186950 python maintainer update : sysutils/py-salt o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 26 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 12:30:21 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26B98B63; Mon, 10 Mar 2014 12:30:21 +0000 (UTC) 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 F048127F; Mon, 10 Mar 2014 12:30:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ACUKW0071426; Mon, 10 Mar 2014 12:30:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2ACUKuE071425; Mon, 10 Mar 2014 12:30:20 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 12:30:20 GMT Message-Id: <201403101230.s2ACUKuE071425@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187416: [PATCH] science/py-netCDF4: new LIB_DEPENDS format X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 12:30:21 -0000 Synopsis: [PATCH] science/py-netCDF4: new LIB_DEPENDS format Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 12:30:20 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187416 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 15:40:09 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 86688D67; Mon, 10 Mar 2014 15:40:09 +0000 (UTC) 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 5824C901; Mon, 10 Mar 2014 15:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AFe9AG030759; Mon, 10 Mar 2014 15:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AFe9PA030758; Mon, 10 Mar 2014 15:40:09 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 15:40:09 GMT Message-Id: <201403101540.s2AFe9PA030758@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 15:40:09 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 15:40:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 15:40:11 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 46F89D6B; Mon, 10 Mar 2014 15:40:11 +0000 (UTC) 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 19689904; Mon, 10 Mar 2014 15:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AFeAog030834; Mon, 10 Mar 2014 15:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AFeAMQ030833; Mon, 10 Mar 2014 15:40:10 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 15:40:10 GMT Message-Id: <201403101540.s2AFeAMQ030833@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 15:40:11 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Mar 10 15:40:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 15:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC35A26A for ; Mon, 10 Mar 2014 15:50:01 +0000 (UTC) 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 99F36A05 for ; Mon, 10 Mar 2014 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AFo1wp033769 for ; Mon, 10 Mar 2014 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AFo19l033768; Mon, 10 Mar 2014 15:50:01 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 15:50:01 GMT Message-Id: <201403101550.s2AFo19l033768@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 15:50:01 -0000 The following reply was made to PR ports/187419; it has been noted by GNATS. From: Edwin Groothuis To: count@211.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 Date: Mon, 10 Mar 2014 15:40:10 UT Maintainer of net/py-netifaces, Please note that PR ports/187419 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187419 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 16:10:09 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id D6F6CCA3; Mon, 10 Mar 2014 16:10:09 +0000 (UTC) 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 48FE6BFD; Mon, 10 Mar 2014 16:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGA8Zm039800; Mon, 10 Mar 2014 16:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AGA8eT039799; Mon, 10 Mar 2014 16:10:08 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 16:10:08 GMT Message-Id: <201403101610.s2AGA8eT039799@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 16:10:09 -0000 Synopsis: [UPDATE] databases/py-swift: update to 1.13.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 16:10:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187421 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 16:10:11 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 111B8CA6; Mon, 10 Mar 2014 16:10:11 +0000 (UTC) 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 DB9D1BFE; Mon, 10 Mar 2014 16:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGAAfT039878; Mon, 10 Mar 2014 16:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AGAAER039877; Mon, 10 Mar 2014 16:10:10 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 16:10:10 GMT Message-Id: <201403101610.s2AGAAER039877@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 16:10:11 -0000 Synopsis: [UPDATE] databases/py-swift: update to 1.13.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Mar 10 16:10:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187421 From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 16:20:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 55FF3F59 for ; Mon, 10 Mar 2014 16:20:01 +0000 (UTC) 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 40948CF1 for ; Mon, 10 Mar 2014 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AGK1Jr043892 for ; Mon, 10 Mar 2014 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AGK17Q043891; Mon, 10 Mar 2014 16:20:01 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 16:20:01 GMT Message-Id: <201403101620.s2AGK17Q043891@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 16:20:01 -0000 The following reply was made to PR ports/187421; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 Date: Mon, 10 Mar 2014 16:10:09 UT Maintainer of databases/py-swift, Please note that PR ports/187421 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187421 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Mon Mar 10 17:20:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 761DE5B0 for ; Mon, 10 Mar 2014 17:20:02 +0000 (UTC) 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 61D0F3A5 for ; Mon, 10 Mar 2014 17:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AHK16K062241 for ; Mon, 10 Mar 2014 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AHK1xE062240; Mon, 10 Mar 2014 17:20:01 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 17:20:01 GMT Message-Id: <201403101720.s2AHK1xE062240@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Gea-Suan Lin Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Gea-Suan Lin List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 17:20:02 -0000 The following reply was made to PR ports/187421; it has been noted by GNATS. From: Gea-Suan Lin To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 Date: Mon, 10 Mar 2014 17:05:08 +0000 Thanks, please commit it. On Mon, Mar 10, 2014 at 04:10:09PM +0000, Edwin Groothuis wrote: > Maintainer of databases/py-swift, > > Please note that PR ports/187421 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187421 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue Mar 11 21:15:34 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A51B1B3; Tue, 11 Mar 2014 21:15:34 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4F43C2BB; Tue, 11 Mar 2014 21:15:33 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id m15so8317270wgh.27 for ; Tue, 11 Mar 2014 14:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:organization:user-agent :mime-version:content-type; bh=6R+xR6bpHzRqBI/2hkBSMkZCl/W5Pf17aac50ft+484=; b=dbYy0/kYup0yAjtpKh4J3pkeU35pYgKxvvdWSoCtkpvPwu6fAuy2zUUG9E97KVmO7J oCCbz1UtC+/E1FOBLI38NWOz4NZR3fS+Mtp6nzsGYHYo1co0WisSWG/YR6+4o4Noc4UK tKcbAuUlYTLTNhmvqXYJzae2M2Lw9rC3vsKxhUOD4fMYF/LvMaLvz2MvsK0DuyrAuHgs nj2ZHZMSbWlzfsTEEeqOFI4EoREJHl3jEQKzRsKxkryYyXqekN25l20HlQcgq1J4J4Pe /4SktzRNCwGoTdjH3LfedK9rAbCIZiTRmjjE8sF4LUfHuq/o0HRjS73w8YcHFXl0ixHh P53A== X-Received: by 10.194.188.41 with SMTP id fx9mr3540019wjc.56.1394572531151; Tue, 11 Mar 2014 14:15:31 -0700 (PDT) Received: from dragon.dg ([197.87.118.119]) by mx.google.com with ESMTPSA id ci4sm64443665wjc.21.2014.03.11.14.15.22 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 11 Mar 2014 14:15:29 -0700 (PDT) Sender: David Naylor From: David Naylor To: python@freebsd.org Subject: [RFC] Add support to virtualenv for out implementation of pypy Date: Tue, 11 Mar 2014 23:15:16 +0300 Message-ID: <1820006.CmSahJhOvA@dragon.dg> Organization: FreeBSD User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2551281.1afdmRE7dP"; micalg="pgp-sha512"; protocol="application/pgp-signature" Cc: nivit@freebsd.org, Tobias Oberstein X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 21:15:34 -0000 --nextPart2551281.1afdmRE7dP Content-Type: multipart/mixed; boundary="nextPart5147813.9G4fd4biQ4" Content-Transfer-Encoding: 7Bit This is a multi-part message in MIME format. --nextPart5147813.9G4fd4biQ4 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Hi, The version of pypy in ports is not a standard version, as it tries to follow the directory layout of python and not have everything in its own subdirectory. As a result of this virtualenv support does not work. A large portion of the problem is that virtualenv hard codes directory paths that it should be deducing from the python libraries (such as sysconfig or distutils.sysconfig). Please find attached for a patch that adds support for our pypy to virtualenv, I have tried to do it in a manor that is generic and should be upstreamable (except for some site-packages) related stuff. When testing this please use lang/pypy-devel, or apply the sysconfig.py patch - also attached - to the sysconfig.py found in /usr/local/lib/pypy-2.2. Regards --nextPart5147813.9G4fd4biQ4 Content-Disposition: attachment; filename="virtualenv.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="ISO-8859-1"; name="virtualenv.diff" Only in ./scripts: virtualenv-2.7 diff -ur ../virtualenv-1.10.1/virtualenv.py ./virtualenv.py --- ../virtualenv-1.10.1/virtualenv.py 2013-08-08 03:05:07.000000000 +0200 +++ ./virtualenv.py 2014-03-11 23:05:09.000000000 +0200 @@ -22,6 +22,7 @@ import struct import subprocess import tarfile +import sysconfig if sys.version_info < (2, 6): print('ERROR: %s' % sys.exc_info()[1]) @@ -107,7 +108,7 @@ 'fnmatch', 'locale', 'encodings', 'codecs', 'stat', 'UserDict', 'readline', 'copy_reg', 'types', 're', 'sre', 'sre_parse', 'sre_constants', 'sre_compile', - 'zlib'] + 'sysconfig', 'zlib'] REQUIRED_FILES = ['lib-dynload', 'config'] @@ -131,7 +132,6 @@ if minver >= 2: REQUIRED_FILES[-1] = 'config-%s' % majver if minver == 3: - import sysconfig platdir = sysconfig.get_config_var('PLATDIR') REQUIRED_FILES.append(platdir) # The whole list of 3.3 modules is reproduced below - the current @@ -970,8 +970,6 @@ def path_locations(home_dir): """Return the path locations for the environment (where libraries are, where scripts go, etc)""" - # XXX: We'd use distutils.sysconfig.get_python_inc/lib but its - # prefix arg is broken: http://bugs.python.org/issue3386 if is_win: # Windows has lots of problems with executables with spaces in # the name; this function will remove them (using the ~1 @@ -993,19 +991,11 @@ print('Exiting.') sys.exit(3) home_dir = str(buf.value) - lib_dir = join(home_dir, 'Lib') - inc_dir = join(home_dir, 'Include') - bin_dir = join(home_dir, 'Scripts') - if is_jython: - lib_dir = join(home_dir, 'Lib') - inc_dir = join(home_dir, 'Include') - bin_dir = join(home_dir, 'bin') - elif is_pypy: - lib_dir = home_dir - inc_dir = join(home_dir, 'include') - bin_dir = join(home_dir, 'bin') - elif not is_win: - lib_dir = join(home_dir, 'lib', py_version) + paths = sysconfig.get_paths(vars={'base':home_dir, 'platbase':home_dir}) + lib_dir = paths['stdlib'] + inc_dir = paths['include'] + bin_dir = paths['scripts'] + if not is_win: multiarch_exec = '/usr/bin/multiarch-platform' if is_executable_file(multiarch_exec): # In Mageia (2) and Mandriva distros the include dir must be like: @@ -1015,12 +1005,8 @@ stdout, stderr = p.communicate() # stdout.strip is needed to remove newline character inc_dir = join(home_dir, 'include', stdout.strip(), py_version + abiflags) - else: - inc_dir = join(home_dir, 'include', py_version + abiflags) - bin_dir = join(home_dir, 'bin') return home_dir, lib_dir, inc_dir, bin_dir - def change_prefix(filename, dst_prefix): prefixes = [sys.prefix] @@ -1166,10 +1152,7 @@ if not site_packages: writefile(site_packages_filename, '') - if is_pypy or is_win: - stdinc_dir = join(prefix, 'include') - else: - stdinc_dir = join(prefix, 'include', py_version + abiflags) + stdinc_dir = sysconfig.get_path('include') if os.path.exists(stdinc_dir): copyfile(stdinc_dir, inc_dir, symlink) else: @@ -1192,12 +1175,7 @@ # pypy never uses exec_prefix, just ignore it if sys.exec_prefix != prefix and not is_pypy: - if is_win: - exec_dir = join(sys.exec_prefix, 'lib') - elif is_jython: - exec_dir = join(sys.exec_prefix, 'Lib') - else: - exec_dir = join(sys.exec_prefix, 'lib', py_version) + exec_dir = sysconfig.get_path('stdlib') for fn in os.listdir(exec_dir): copyfile(join(exec_dir, fn), join(lib_dir, fn), symlink) @@ -1493,21 +1471,16 @@ Platforms that use the "posix_local" install scheme (like Ubuntu with Python 2.7) need to be given an additional "local" location, sigh. """ - try: - import sysconfig - except ImportError: - pass - else: - if sysconfig._get_default_scheme() == 'posix_local': - local_path = os.path.join(home_dir, 'local') - if not os.path.exists(local_path): - os.mkdir(local_path) - for subdir_name in os.listdir(home_dir): - if subdir_name == 'local': - continue - cp_or_ln = (os.symlink if symlink else copyfile) - cp_or_ln(os.path.abspath(os.path.join(home_dir, subdir_name)), \ - os.path.join(local_path, subdir_name)) + if sysconfig._get_default_scheme() == 'posix_local': + local_path = os.path.join(home_dir, 'local') + if not os.path.exists(local_path): + os.mkdir(local_path) + for subdir_name in os.listdir(home_dir): + if subdir_name == 'local': + continue + cp_or_ln = (os.symlink if symlink else copyfile) + cp_or_ln(os.path.abspath(os.path.join(home_dir, subdir_name)), \ + os.path.join(local_path, subdir_name)) def fix_lib64(lib_dir, symlink=True): """ @@ -1815,147 +1788,159 @@ ##file site.py SITE_PY = convert(""" -eJzFPf1z2zaWv/OvwMqToZTIdOJ0e3tOnRsncVrvuYm3SWdz63q0lARZrCmSJUjL2pu7v/3eBwAC -JCXbm+6cphNLJPDw8PC+8PAeOhgMTopCZnOxyud1KoWScTlbiiKulkos8lJUy6Sc7xdxWW3g6ewm -vpZKVLlQGxVhqygInn7lJ3gqPi8TZVCAb3Fd5au4SmZxmm5EsiryspJzMa/LJLsWSZZUSZwm/4AW -eRaJp1+PQXCWCZh5mshS3MpSAVwl8oW42FTLPBPDusA5v4j+GL8cjYWalUlRQYNS4wwUWcZVkEk5 -BzShZa2AlEkl91UhZ8kimdmG67xO56JI45kUf/87T42ahmGg8pVcL2UpRQbIAEwJsArEA74mpZjl -cxkJ8UbOYhyAnzfEChjaGNdMIRmzXKR5dg1zyuRMKhWXGzGc1hUBIpTFPAecEsCgStI0WOfljRrB -ktJ6rOGRiJk9/Mkwe8A8cfwu5wCOH7Pg5yy5GzNs4B4EVy2ZbUq5SO5EjGDhp7yTs4l+NkwWYp4s -FkCDrBphk4ARUCJNpgcFLcd3eoVeHxBWlitjGEMiytyYX1KPKDirRJwqYNu6QBopwvydnCZxBtTI -bmE4gAgkDfrGmSeqsuPQ7EQOAEpcxwqkZKXEcBUnGTDrj/GM0P5rks3ztRoRBWC1lPi1VpU7/2EP -AaC1Q4BxgItlVrPO0uRGppsRIPAZsC+lqtMKBWKelHJW5WUiFQEA1DZC3gHSYxGXUpOQOdPI7Zjo -TzRJMlxYFDAUeHyJJFkk13VJEiYWCXAucMX7jz+Jd6dvzk4+aB4zwFhmr1eAM0ChhXZwggHEQa3K -gzQHgY6Cc/wj4vkchewaxwe8mgYH9650MIS5F1G7j7PgQHa9uHoYmGMFyoTGCqjff0OXsVoCff7n -nvUOgpNtVKGJ87f1MgeZzOKVFMuY+Qs5I/hOw3kdFdXyFXCDQjgVkErh4iCCCcIDkrg0G+aZFAWw -WJpkchQAhabU1l9FYIUPebZPa93iBIBQBhm8dJ6NaMRMwkS7sF6hvjCNNzQz3SSw67zKS1IcwP/Z -jHRRGmc3hKMihuJvU3mdZBkihLwQhHshDaxuEuDEeSTOqRXpBdNIhKy9uCWKRA28hEwHPCnv4lWR -yjGLL+rW3WqEBpOVMGudMsdBy4rUK61aM9Ve3juMvrS4jtCslqUE4PXUE7pFno/FFHQ2YVPEKxav -ap0T5wQ98kSdkCeoJfTF70DRE6XqlbQvkVdAsxBDBYs8TfM1kOwoCITYw0bGKPvMCW/hHfwLcPHf -VFazZRA4I1nAGhQivw0UAgGTIDPN1RoJj9s0K7eVTJKxpsjLuSxpqIcR+4ARf2BjnGvwIa+0UePp -4irnq6RClTTVJjNhi5eFFevHVzxvmAZYbkU0M00bOq1wemmxjKfSuCRTuUBJ0Iv0yi47jBn0jEm2 -uBIrtjLwDsgiE7Yg/YoFlc6ikuQEAAwWvjhLijqlRgoZTMQw0Kog+KsYTXqunSVgbzbLASokNt8z -sD+A2z9AjNbLBOgzAwigYVBLwfJNk6pEB6HRR4Fv9E1/Hh849WyhbRMPuYiTVFv5OAvO6OFpWZL4 -zmSBvcaaGApmmFXo2l1nQEcU88FgEATGHdoo8zVXQVVujoAVhBlnMpnWCRq+yQRNvf6hAh5FOAN7 -3Ww7Cw80hOn0AajkdFmU+Qpf27l9AmUCY2GPYE9ckJaR7CB7nPgKyeeq9MI0RdvtsLNAPRRc/HT6 -/uzL6SdxLC4blTZu67MrGPM0i4GtySIAU7WGbXQZtETFl6DuE+/BvBNTgD2j3iS+Mq5q4F1A/XNZ -02uYxsx7GZx+OHlzfjr5+dPpT5NPZ59PAUGwMzLYoymjeazBYVQRCAdw5VxF2r4GnR704M3JJ/sg -mCRq8u03wG7wZHgtK2DicggzHotwFd8pYNBwTE1HiGOnAVjwcDQSr8Xh06cvDwlasSk2AAzMrtMU -H060RZ8k2SIPR9T4V3bpj1lJaf/t8uibK3F8LMJf49s4DMCHapoyS/xI4vR5U0joWsGfYa5GQTCX -CxC9G4kCOnxKfvGIO8CSQMtc2+lf8yQz75kr3SFIfwypB+AwmczSWClsPJmEQATq0POBDhE71yh1 -Q+hYbNyuI40KfkoJC5thlzH+04NiPKV+iAaj6HYxjUBcV7NYSW5F04d+kwnqrMlkqAcEYSaJAYeL -1VAoTBPUWWUCfi1xHuqwqcpT/InwUQuQAOLWCrUkLpLeOkW3cVpLNXQmBUQcDltkREWbKOJHcFGG -YImbpRuN2tQ0PAPNgHxpDlq0bFEOP3vg74C6Mps43Ojx3otphpj+mXcahAO4nCGqe6VaUFg7iovT -C/Hy+eE+ujOw55xb6njN0UInWS3twwWslpEHRph7GXlx6bJAPYtPj3bDXEV2ZbqssNBLXMpVfivn -gC0ysLPK4id6AztzmMcshlUEvU7+AKtQ4zfGuA/l2YO0oO8A1FsRFLP+Zun3OBggMwWKiDfWRGq9 -62dTWJT5bYLOxnSjX4KtBGWJFtM4NoGzcB6ToUkEDQFecIaUWssQ1GFZs8NKeCNItBfzRrFGBO4c -NfUVfb3J8nU24Z3wMSrd4ciyLgqWZl5s0CzBnngPVgiQzGFj1xCNoYDLL1C29gF5mD5MFyhLewsA -BIZe0XbNgWW2ejRF3jXisAhj9EqQ8JYS/YVbMwRttQwxHEj0NrIPjJZASDA5q+CsatBMhrJmmsHA -Dkl8rjuPeAvqA2hRMQKzOdTQuJGh3+URKGdx7iolpx9a5C9fvjDbqCXFVxCxKU4aXYgFGcuo2IBh -TUAnGI+MozXEBmtwbgFMrTRriv1PIi/YG4P1vNCyDX4A7O6qqjg6OFiv15GOLuTl9YFaHPzxT99+ -+6fnrBPnc+IfmI4jLTrUFh3QO/Roo++MBXptVq7Fj0nmcyPBGkryysgVRfy+r5N5Lo72R1Z/Ihc3 -Zhr/Na4MKJCJGZSpDLQdNBg9UftPopdqIJ6QdbZthyP2S7RJtVbMt7rQo8rBEwC/ZZbXaKobTlDi -GVg32KHP5bS+Du3gno00P2CqKKdDywP7L64QA58zDF8ZUzxBLUFsgRbfIf1PzDYxeUdaQyB50UR1 -ds+bfi1miDt/uLxbX9MRGjPDRCF3oET4TR4sgLZxV3Lwo11btHuOa2s+niEwlj4wzKsdyyEKDuGC -azF2pc7havR4QZrWrJpBwbiqERQ0OIlTprYGRzYyRJDo3ZjNPi+sbgF0akUOTXzArAK0cMfpWLs2 -KzieEPLAsXhBTyS4yEedd895aes0pYBOi0c9qjBgb6HRTufAl0MDYCwG5c8Dbmm2KR9bi8Jr0AMs -5xgQMtiiw0z4xvUBB3uDHnbqWP1tvZnGfSBwkYYci3oQdEL5mEcoFUhTMfR7bmNxS9zuYDstDjGV -WSYSabVFuNrKo1eodhqmRZKh7nUWKZqlOXjFVisSIzXvfWeB9kH4uM+YaQnUZGjI4TQ6Jm/PE8BQ -t8Pw2XWNgQY3DoMYrRJF1g3JtIR/wK2g+AYFo4CWBM2CeaiU+RP7HWTOzld/2cIeltDIEG7TbW5I -x2JoOOb9nkAy6mgMSEEGJOwKI7mOrA5S4DBngTzhhtdyq3QTjEiBnDkWhNQM4E4vvQ0OPonwBIQk -FCHfVUoW4pkYwPK1RfVhuvt35VIThBg6DchV0NGLYzey4UQ1jltRDp+h/fgGnZUUOXDwFFweN9Dv -srlhWht0AWfdV9wWKdDIFIcZjFxUrwxh3GDyH46dFg2xzCCGobyBvCMdM9IosMutQcOCGzDemrfH -0o/diAX2HYa5OpSrO9j/hWWiZrkKKWbSjl24H80VXdpYbM+T6QD+eAswGF15kGSq4xcYZfknBgk9 -6GEfdG+yGBaZx+U6yUJSYJp+x/7SdPCwpPSM3MEn2k4dwEQx4nnwvgQBoaPPAxAn1ASwK5eh0m5/ -F+zOKQ4sXO4+8Nzmy6OXV13ijrdFeOynf6lO76oyVrhaKS8aCwWuVteAo9KFycXZRh9e6sNt3CaU -uYJdpPj46YtAQnBcdx1vHjf1huERm3vn5H0M6qDX7iVXa3bELoAIakVklIPw8Rz5cGQfO7kdE3sE -kEcxzI5FMZA0n/wzcHYtFIyxP99kGEdrqwz8wOtvv5n0REZdJL/9ZnDPKC1i9In9sOUJ2pE5qWDX -bEsZp+RqOH0oqJg1rGPbFCPW57T90zx21eNzarRs7Lu/BX4MFAypS/ARno8bsnWnih/fndoKT9up -HcA6u1Xz2aNFgL19Pv0VdshKB9Vu4ySlcwWY/P4+Klezued4Rb/28CDtVDAOCfr2X+ryOXBDyNGE -UXc62hk7MQHnnl2w+RSx6qKyp3MImiMwLy/APf7sQtUWzDDucz5eOOxRTd6M+5yJr1Gr+PldNJAF -5tFg0Ef2rez4/zHL5/+aST5wKubk+ne0ho8E9HvNhI0HQ9PGw4fVv+yu3TXAHmCetridO9zC7tB8 -Vrkwzh2rJCWeou56KtaUrkCxVTwpAihz9vt64OAy6kPvt3VZ8tE1qcBClvt4HDsWmKllPL9eE7Mn -Dj7ICjGxzWYUq3byevI+NRLq6LOdSdjsG/rlbJmbmJXMbpMS+oLCHYY/fPzxNOw3IRjHhU4PtyIP -9xsQ7iOYNtTECR/Thyn0mC7/vFS1ty4+QU1GgIkIa7L12gc/EGziCP1rcE9EyDuw5WN23KHPlnJ2 -M5GUOoBsil2doPhbfI2Y2IwCP/9LxQtKYoOZzNIaacWON2YfLupsRucjlQT/SqcKY+oQJQRw+G+R -xtdiSJ3nGHrS3EjRqdu41N5nUeaYnCrqZH5wncyF/K2OU9zWy8UCcMHDK/0q4uEpAiXecU4DJy0q -OavLpNoACWKV67M/Sn9wGk43PNGhhyQf8zABMSHiSHzCaeN7JtzckMsEB/wTD5wk7ruxg5OsENFz -eJ/lExx1Qjm+Y0aqey5Pj4P2CDkAGABQmP9gpCN3/htJr9wDRlpzl6ioJT1SupGGnJwxhDIcYaSD -f9NPnxFd3tqC5fV2LK93Y3ndxvK6F8trH8vr3Vi6IoELa4NWRhL6AlftY43efBs35sTDnMazJbfD -3E/M8QSIojAbbCNTnALtRbb4fI+AkNp2DpzpYZM/k3BSaZlzCFyDRO7HQyy9mTfJ605nysbRnXkq -xp3dlkPk9z2IIkoVm1J3lrd5XMWRJxfXaT4FsbXojhsAY9FOJ+JYaXY7mXJ0t2WpBhf/9fmHjx+w -OYIamPQG6oaLiIYFpzJ8GpfXqitNzeavAHakln4iDnXTAPceGFnjUfb4n3eU4YGMI9aUoZCLAjwA -yuqyzdzcpzBsPddJUvo5MzkfNh2LQVYNmkltIdLJxcW7k88nAwr5Df534AqMoa0vHS4+poVt0PXf -3OaW4tgHhFrHthrj587Jo3XDEffbWAO248O3Hhw+xGD3hgn8Wf5LKQVLAoSKdPD3MYR68B7oq7YJ -HfoYRuwk/7kna+ys2HeO7DkuiiP6fccO7QH8w07cY0yAANqFGpqdQbOZail9a153UNQB+kBf76u3 -YO2tV3sn41PUTqLHAXQoa5ttd/+8cxo2ekpWb06/P/twfvbm4uTzD44LiK7cx08Hh+L0xy+C8kPQ -gLFPFGNqRIWZSGBY3EInMc/hvxojP/O64iAx9Hp3fq5PalZY6oK5z2hzInjOaUwWGgfNOAptH+r8 -I8Qo1Rskp6aI0nWo5gj3SyuuZ1G5zo+mUqUpOqu13nrpWjFTU0bn2hFIHzR2ScEgOMUMXlEWe2V2 -hSWfAOo6qx6ktI22iSEpBQU76QLO+Zc5XfECpdQZnjSdtaK/DF1cw6tIFWkCO7lXoZUl3Q3TYxrG -0Q/tATfj1acBne4wsm7Is96KBVqtVyHPTfcfNYz2Ww0YNgz2DuadSUoPoQxsTG4TITbik5xQ3sFX -u/R6DRQsGB70VbiIhukSmH0Mm2uxTGADATy5BOuL+wSA0FoJ/0DgyIkOyByzM8K3q/n+X0JNEL/1 -L7/0NK/KdP9vooBdkOBUorCHmG7jd7DxiWQkTj++H4WMHKXmir/UWB4ADgkFQB1pp/wlPkGfDJVM -Fzq/xNcH+EL7CfS61b2URam797vGIUrAEzUkr+GJMvQLMd3Lwh7jVEYt0Fj5YDHDCkI3DcF89sSn -pUxTne9+9u78FHxHLMZACeJzt1MYjuMleISuk++4wrEFCg/Y4XWJbFyiC0tJFvPIa9YbtEaRo95e -XoZdJwoMd3t1osBlnCgX7SFOm2GZcoIIWRnWwiwrs3arDVLYbUMUR5lhlphclJTA6vME8DI9jXlL -BHslLPUwEXg+RU6yymQspskM9CioXFCoYxASJC7WMxLn5RnHwPNSmTIoeFhsyuR6WeHpBnSOqAQD -m/948uX87AOVJRy+bLzuHuYc005gzEkkx5giiNEO+OKm/SFXTSZ9PKtfIQzUPvCn/YqzU455gE4/ -Dizin/YrrkM7dnaCPANQUHXRFg/cADjd+uSmkQXG1e6D8eOmADaY+WAoFollLzrRw51flxNty5Yp -obiPefmIA5xFYVPSdGc3Ja390XNcFHjONR/2N4K3fbJlPlPoetN5sy35zf10pBBLYgGjbmt/DJMd -1mmqp+Mw2zZuoW2ttrG/ZE6s1Gk3y1CUgYhDt/PIZbJ+JaybMwd6adQdYOI7ja6RxF5VPvglG2gP -w8PEEruzTzEdqYyFjABGMqSu/anBh0KLAAqEsn+HjuSOR08PvTk61uD+OWrdBbbxB1CEOheXajzy -EjgRvvzGjiO/IrRQjx6J0PFUMpnlNk8MP+slepUv/Dn2ygAFMVHsyji7lkOGNTYwn/nE3hKCJW3r -kfoyueozLOIMnNO7LRzelYv+gxODWosROu1u5KatjnzyYIPeUpCdBPPBl/EadH9RV0NeyS3n0L21 -dNuh3g8Rsw+hqT59H4YYjvkt3LI+DeBeamhY6OH9tuUUltfGOLLWPraqmkL7QnuwsxK2ZpWiYxmn -ONH4otYLaAzucWPyB/apThSyv3vqxJyYkAXKg7sgvbkNdINWOGHA5UpcOZpQOnxTTaPfzeWtTMFo -gJEdYrXDr7baYRTZcEpvHthXY3exudj040ZvGsyOTDkGemaqgPWLMlkdIDq9EZ9dmDXI4FL/orck -cXZDXvLbv56NxdsPP8G/b+RHMKVY/DgWfwM0xNu8hP0lV+/StQpYyVHxxjGvFVZIEjQ6quAbKNBt -u/DojMciusTEry2xmlJgVm254mtPAEWeIFW0N36CKZyA36ayq+WNGk+xb1EG+iXSYHuxCxaIHOiW -0bJapWgvnChJs5qXg/Ozt6cfPp1G1R1yuPk5cKIofkIWTkefEZd4HjYW9smsxidXjuP8g0yLHr9Z -bzpN4QxuOkUI+5LCbjT5So3Ybi7iEiMHotjM81mELYHluVavWoMjPXL2l/caes/KIqzhSJ+iNd48 -PgZqiF/aimgADamPnhP1JITiKRaN8eNo0G+Kx4JC2/Dn6c167kbGdfUPTbCNaTProd/d6sIl01nD -s5xEeB3bZTAFoWkSq9V05hYKfsyEvhEFtBydc8hFXKeVkBlILm3y6WoK0PRubR9LCLMKmzMqeKMw -TbqON8pJQoqVGOCoA6quxwMZihjCHvzH+IbtARYdipproQE6IUr7p9zpqurZkiWYt0REvZ7Eg3WS -vXTzeTSFeVDeIc8aRxbmiW4jY3QtKz1/fjAcXb5oMh0oKj3zKntnBVg9l032QHUWT58+HYj/uN/7 -YVSiNM9vwC0D2L1eyzm93mK59eTsanU9e/MmAn6cLeUlPLii6Ll9XmcUmtzRlRZE2r8GRohrE1pm -NO1bdpmDdiUfNHMLPrDSluPnLKF7jzC0JFHZ6uujMOxkpIlYEhRDGKtZkoQcpoD12OQ1FuVhmFHz -i7wDjk8QzBjf4gkZb7WX6GFSAq3lHovOsRgQ4AHllvFoVNVMZWmA5+Rio9GcnGVJ1dSTPHcPT/Vd -AJW9zkjzlYjXKBlmHi1iOPWdHqs2Hna+k0W9HUs+u3QDjq1Z8uv7cAfWBknLFwuDKTw0izTLZTkz -5hRXLJkllQPGtEM43JlucSLrEwU9KA1AvZNVmFuJtm//YNfFxfQjnSPvm5F0+lBlb8bi4FCctRIM -o6gZn8JQlpCWb82XEYzygcLa2hPwxhJ/0EFVLCbwLvBw6xrrTF/MwfkbzW0dAIcug7IK0rKjpyOc -G8gsfGbaLddp4Ie26ITbbVJWdZxO9P0PE3TYJvZgXeNp6+F2VnpabwWc/Bw84H2dug+Og8myQXpi -6q0pzTgWCx2iiNwSM78aq8jRyztkXwl8CqTMfGIKo00Q6dKyq6041TmbjopHUM9MFdMWz9yUz3Qq -T1zMx5TnZOoetnjRfgop3WEhXovhy7E4bG2BZsUGr3QCZJ/MQ98Vo24wFScqYObYviBDvD4Wwxdj -8ccd0KMtAxwduiO0N7QtCFuBvLx6NBnTZEpkC/ty2e/vq5MZQdMzjqOrNvm7ZPqOqPTvLSpxqaDO -WH7Rzlhujb11A9v5+EiGK1Aci0TO958oJKFGutHN2xmc8MNK+j2brKWLyJvSGqqgm8JmZN3oQUcj -GrfZDmKq07X64kJe1DVsOO3lAyZfppWzaK+bw3xGjV6LqABg0nemht/wkhd4r0nh+mdbz1p1NYAF -2xNK0CWffHLWNGwE9V5H8FEa4B5GESGeqjaKwpWsR4hISBfiEBM9a51mOxz/uzMP1xpsOxPtYPnt -N7vwdAWzt7qjZ0F3l1x4ImvrLJrlNp/+CJ3HKH1dv0pgHCiN6ICzau6sJDfzCNOY+TKa3KYzr/BW -SDqiRpOYStdt4q00X/+FfgzFDiirDNYCPKl6gSfKt3TJ5Ymi7De8q+abwxdjUyLMgPQEXkYvn+m7 -IKmbuQXB97HHeu8GL3W/w+jfHGBJ5fe2rzq7GZrWcetSKH+wkMJoo2hi6dAYpvsLQpo1iwVentgQ -k31rexPIe/B2puDnmFtQc3DYYEMa9aHraoxGerepti0CfL/J2CY5D+raKFJEepewbVOeuxTno0VB -9+q3IBhCQM5fxvwGXcG6OLIhNmNT8Ah06KZ14qe66S1AY3uCxra6CXdNn/vvmrtuEdiZm6yGztz9 -QlOXBrrvdivaRwMOb2hCPKhWotH4/cbEtQNjnUzTH6rXHyS/2wlnusWs3AfGpO5g4J/YU2NvzP4q -nrnfMTNsn29mduuKe52N1rQ7NqPN8Q/xFDgLBp/bqwYotWmuOZD3S3TV3oSTZSfy+lpNYrzmcUKb -bErs6uyezLbtPd3SJ2O1MbstvL0IQBhu0im4bpY9MAboSr5umvOinGtqBA1N2cNOOrJK5mwS9NYO -wEUcMaX+JiLP+cSDVGKgW9VlUcJueKAvJeaEnb4c5waoCeCtYnVjUDc9xvqOWlKslCVmapE5TtvK -9gEisBHvmIbJxL4DXnne3LeQjC0zyKxeyTKumruG/NSABDZdzQhUfY6L64TnGqlscYmLWGJ5w0EK -A2T2+zPYWHqb6h0XLIystns4O1EPHfJ9zN0NjjEyXJzc2XsG3fut5nTHtesd2mYN19m7lWAZzKV5 -pCN1rIzf6ou8+LJZjuSjf+nwD8i7W4Lpp6NbdcberUXDeeYqhO7NTXh1ABnnvgsZOxzQvXqxtQG2 -4/v6wjJKx8Pc0thSUfvkvQqnGW3URJAwc/SeCJJfHfDICJIH/4ERJH19JhgajY/WA731AveEmlg9 -uHdRNowAfSZAJDzJbt1kaEzl0M2+L3KV3A3szdKsK52SPmMekCO7l5QRCL5zUrmpyt6dcLsiSL50 -0ePvzz++OTknWkwuTt7+58n3lJ2FxyUtW/XgEFuW7zO19708cDfcpjNq+gZvsO25KpaLmTSEzvtO -MkIPhP7Ctb4FbSsy9/W2Dp0CoG4nQHz3tFtQt6nsXsgdv0wXm7h5NK2E7UA/5exa88tJUTCPzEkd -i0NzEmfeN4cnWkY7seVtC+fkuXbVifZX9XWgW+LeI5ttTSuAZybIX/bIxJTO2MA8Oyjt/98HpYhj -2aG5SgekcCadKx3pNkcGVfn/Y5ESlF2Mezt2FMf2km5qx8dDyt4+j2e/MxkZgnh1f4Pu/Fxhn8t0 -CxWCgBWevrCQETH6Tx+o2vSDJ0pc7lOF8T4qmyv7C9dMO7d/TTDJoLIXfynOVOJjVmi8qFM3ccD2 -6XQgp49Oo/KFU9ICmu8A6NyIpwL2Rn+JFeJ0I0LYOGqXDLNkiY761j4HebSbDvaGVs/F/rb6U7f+ -UogX2xvOWyWeusch91D39FC1qfJzLDCma24rLBWvCTIfZwq66ctzPvAMXW/74evt5Ysje7iA/I6v -HUVCaWUDx7BfOmmZO2+XdLoTs5RjytvDvZoTEtYtrhyo7BNs29t0alO27H9MngNDGnjv+0Nmpod3 -B/+gjallvSOYkhg+USOallPNo3G3T0bd6TZqqwuEK5MeAKSjAgEWgunoRidTdMPp3sPnejc4rele -XveEKXSkgrLGfI7gHsb3a/Brd6eK4gd1ZxRNf27Q5kC95CDc7Dtwq5EXCtluEtpTb/hgiwvAxdn9 -/V88oH83n9F2P9zlV9tWL3sLAtmXxRRYzAxqkcg8jsDIgN4ckrbGugkj6HgfTUNHl6GauSFfoONH -abV46zZtMMiZnWgPwBqF4P8ACHXrHw== +eNrFPWtz3DaS3/krsONyccYZUbacze3JUa5kW060p9ja2Kn1raKa5cxgNIw4JEOQkma39n +779QMAAT5G0iZ760rZEgE0Go1+odGNjEaj46KQ2VJs8mWdSqFkXC7WooirtRKrvBTVOimX +e0VcVlv4uriOr6QSVS7UVkXYKwqCZ7/yT/BMfFonyqAAP8V1lW/iKlnEaboVyabIy0ouxb +Iuk+xKJFlSJXGa/A165Fkknv16DILTTMDK00SW4kaWCuAqka/E+bZa55kY1wWu+UX0+/jl +ZCrUokyKCjqUGmegyDqugkzKJaAJPWsFpEwquacKuUhWycJ2vM3rdCmKNF5I8de/8tKoax +gGKt/I27UspcgAGYApAVaBeMCPSSkW+VJGQryWixgn4O8NsQKGNsU9U0jGLBdpnl3BmjK5 +kErF5VaM53VFgAhlscwBpwQwqJI0DW7z8lpNYEtpP27hk4iZPfzFMHvAOnH+LucAjh+y4M +csuZsybOAeBFetmW1KuUruRIxg4Vd5Jxcz/W2crMQyWa2ABlk1wS4BI6BEmsz3C9qOr/UO +fbNPWFmujGEOiShzZ26kEVFwWok4VcC2dYE0UoT5WzlP4gyokd3AdAARSBr0zbNMVGXnod +WJHACUuI8VSMlGifEmTjJg1u/jBaH95yRb5rdqQhSA3VLi51pV7vrHPQSA3g4BpgFultnN +OkuTa5luJ4DAJ8C+lKpOKxSIZVLKRZWXiVQEAFDbCnkHSE9FXEpNQuZMI7dToj/RJMlwY1 +HAUOCxEUmySq7qkiRMrBLgXOCKdx9+EG9PXp8ev9c8ZoCxzF5tAGeAQhvt4AQTiP1alftp +DgIdBWf4j4iXSxSyK5wf8Go67N+708EY1l5E7THOhgPZ9ebqaWCNFSgTmiugcX+HIVO1Bv +r84579DoLjIarQwvmn23UOMpnFGynWMfMXckbwtYbzTVRU61fADQrhVEAqhZuDCCYID0ji +0mycZ1IUwGJpkslJABSaU19/F4EV3ufZHu11ixMAQhlk0Oh8m9CMmYSFdmG9Qn1hOm9pZb +pLYPd5k5ekOID/swXpojTOrglHRQzFP83lVZJliBDyQhA+CWlidZ0AJy4jcUa9SC+YTiJk +7cU9USRq4CVkOuBJeRdvilROWXxRt+5WIzSZrITZ65Q5DnpWpF5p15ql9vLeQfS5xXWEZr +UuJQCv557QrfJ8KuagswmbIt6weFW3OXFO0CNPNAh5gnrCWPwZKHqsVL2RthF5BTQLMVSw +ytM0vwWSHQaBEE+wkzHKPnNCK7TB3wAX/05ltVgHgTOTBaxBIfJDoBAImASZaa7WSHjcpl +m5rWSSjDVFXi5lSVM9jNj7jPgDO+Nag/d5pY0aLxd3Od8kFaqkuTaZCVu8LKxYP77idcMy +wHIropnp2tBpg8tLi3U8l8YlmcsVSoLepFd222HOoGdOssWV2LCVgTYgi0zYgvQrFlQ6q0 +qSEwAwWPjiLCnqlDopZDARw0SbguBvYjTpuXaWgL3ZLAeokNh8L8D+AG5/AzG6XSdAnwVA +AA2DWgq2b55UJToIjT4KfKNvxvP8wKmnK22beMpVnKTaysdZcEofT8qSxHchCxw11cRQsM +KsQtfuKgM6opiPRqPAeENbxQRxPpgfcxVU5fYQWEOYeWezeZ2gIZzN0PTrX1TAswoHEW+Y +7WfhgcYwg94D1ZwhqzLfYLNd60dQLjAXjgieiHPSOpIdZo8zXyE5XRVfmK5oyx32FqiXgv +MfTt6dfj75KI7ERaPipm39dglznmQxsDlZCGCy1rSNboOeqAgT1IXiHZh7YhKwbzSaxFnG +VQ28DKh/KmtqhmUsvMbg5P3x67OT2Y8fT36YfTz9dAIIgt2RwRNaMprLGhxIFYGwAJcuVa +TtbdAZQR9eH3+0H4JZomZffQnsB1/GV7ICpi7HsOKpCDfxnQKGDafUdYI4djqARQ8nE/GN +OHj27OUBQSu2xRaAgRl2uuLHmbbwsyRb5eGEOv/MLv4RKy3tz10cfnkpjo5E+HN8E4cB+F +RNV2aJ70m8Pm0LCUMr+Gecq0kQLOUKRPFaosCOn5GfPOEBsCXQM9d2++c8yUw7c6U7BemT +MY0AHGazRRorhZ1nsxCIQAN6/sCAiJ1tlMIxDCy27tCJRgX/lBI2NsMhU/yrB8V4TuMQDU +bRHWI6gfhuFrGS3IuWD+NmM9Rhs9lYTwjCTRIDDhirpVCYLqjDygT8XOI81Glzlaf4K8JH +rUACiEct1Jq4SfooFd3EaS3V2FkUEHE8bpERFW+iiB/BZRmDZW62bjJpU9PwDHQD8qU5aN +WyRTn88wT8H1Bf5lCHBz8+izHNENM/8smDcAAXNET1r1QLCmtLcX5yLl4+P9hD9wbOoEtL +Ha87Wuwkq6X9uILdMvLACPMoIy8uXVaod/Hr4W6Ym8juTJcVVnqLS7nJb+QSsEUGdnZZ/E +AtcFKHdSxi2EXQ8+QfsAo1fmSM51JePUgL+hJAvQ1BMftvtv4JBwdkpkAR8UGbSK2jAGwa +izK/SdD5mG91I9hOUJZoQY2jEzgb5zEZmkjQEOAVZ0ipWxmCOixrdmAJbwSJ9mLZKNaIwJ +2hpr6kH6+z/Dab8cn4CJXueGJZFwVLMy92aLbgiXgHVgiQzOGg1xCNocARQKBs7QHysHxY +LlCWzhoACAy/ouObA8sc/WiJfIrEaRHG5JUg4S0l+g83Zgo6ehliOJCoNQocxUJaAiHB4q +yCs6pBMxnKmukGEzsk8bnuLOIjqQ+gRcUIzOZYQ+NOhn4Xh6CcxZmrlJxxaJE/f/7MbKPW +FG9BxOa4aHQhVmQso2ILhjUBnWA8NI7eEBvcgrMLYGqlWVPsfRR5wd4Z7Oe5lm3wA+C0V1 +XF4f7+7e1tpKMNeXm1r1b7v//DV1/94TnrxOWS+AeW40iLDr1F+9SGHm70tbFA35ida/Fj +kvncSLDGkrw0ck0Rv2/rZJmLw72J1Z/IxY2Zxr+NKwMKZGYmZSoDbUcNRk/V3tPopRqJp2 +Sdbd/xhP0SbVKtFfOtLoyocvAEwG9Z5DWa6oYTlPgCrBuc2JdyXl+FdnLPRppfYKkop2PL +A3svLhEDnzMMXxlTPEMtQWyBFt8h/Q/MNjF5R1pDIHnRRHVO09t+LWaIu3y4vFtf0xEas8 +JEIXegRBwGPZb9fgG0nbuSg3+0a4t2z3Ftew2BsfSBYV7tWI5RcAgX3IupK3UOV6PHC9J0 +y6oZFIyrGkFBg5M4Z2prcGQjQwSJ3o05/PPG6h5Ap1Yk0cQLzC5AD3eejrVrs4LjCSEPHI +kX9EWCi3zYaXvOW1unKQV4WjzqUYUBexuNdjoHvhwbAFMxKn8ccU9zTPnQ2hTegx5gOceE +kMFWHWbCFtcHHD0Z9bBTx+oPjWYa94HATRpzbOpB0AnlI56hVCBNxdgfOcTilrjdyXZaHG +Iqs00k0mpAuNrKo1eodhqmVZKh7nU2KVqkOXjFVisSIzXtvrNA56AhY6YlUJOhIYfT6Yi8 +PU8AQ90Pw2lXNQYe3LgMYrRJFFk3JNMa/gK3guIdFJwCWhI0C+ahUuYv7DeQObte/cMAe1 +hCI0O4XYfckI7F0HAaHwjJqKMzIAUZkLArjOQ6sjpIgcOcDfKEG5rloHQTjEiBnDkWhNQM +4E6N3gEHv0R4I0ISipDvKiUL8YUYwfa1RfVhuvs35VIThBg7HchV0NGLIzey4UQ1jlpRDp ++h/fgG3Z0UOXDwHFweN/DvsrlhWht0AWfdV9wWKdDIFIcZTVxULw1h3ODy746cHg2xzCSG +obyJvCseM9MksNutQcOGGzDenrfn0p/diAWOHYe5OpCbOzj/hWWiFrkKKWbSjl14yo+5Qu +mQEwfeInL0ULzCAk5d4AYCyJu4VEd/D+cgVeEhY/SPyaUHEHpyGAODLf8fc3kUwFjJMi5v +kywkraaJeuTvVwcrS1/P8u1/pDPW/lkyx7Do/rsSpIbuR/dBxlA9wFFdhkqfBYLemIy7YI +8fRhYuDx95vvTF4ctLYBOP5YExh8I+9o83heW2k7uqjNUI+S6Z4z8sKSOgZ9eqoyaGxcXZ +Vt9w6htwPDuUuYKjpfjw8bNAQnDw9zbePm7pjRQgNveuyftjUAdldy+5WqsjdgFEUFUio+ +yHu/mzD+eHI/vYxe1Y2COAPIphdmyKgaT55J+Bs2ujYI695TbD4NqoJdTsKc6/+nLWEy51 +kfzqy9H0UezQJ/bjlntoZ+bMg12rLWWcktJyxlCkMWtYx/YpJqzk6UyoeeyyxxF14sAUED +8cJLyBgnF2CY7D82lDtknvKN/HGoSnjdcOYJ0jbOMx4SaANs/nP8OxWelI202cpHTZAIvf +20Plak78HMTo1x4epOCBJOg7lKmL58ANIYcYJpOecwx5aMcmCt1zNLYWPlZdVJ7oRIPmns +xLHnDvSA/7eNBl3Od853AQHgYP2aTfTK3+ZhrIAvNoMOoj+yA7/jtW+fxfs8gHLsVcb/+G +1jD496yEjQdD08ZjEty/7a7dNcAeYJ4cU7/LMXbcwsMe8UXNvDLOHaskJZ6h7nombimngQ +KueH0EUJbs9/XAwW3UN+Nv6rLk+21SgYUs9/COdiownct4fr0m5onYfy8rxMR2W1AA20n+ +yfvUSKhD0nYlYXOY6JezdW4CWTK7SUoYCwp3HH734fuTcDJkmnDQw63Iw/0GhPsIpg01cc +LHjGEKPWbIPy9Vocehbbtj0gRMmFiTrdc++NFhE1zo34N7wkTeLS7fveOxfbGWi+uZpHwC +ZFMc6kTK32AzYmLTDPwkMRWvKNMNVrJIa6QVO96YoriqswVdmlQS/CudT4z5RZQlwDHBVR +pfiTENXmI8SnMjhazgGKi9z6LMMYNV1Mly/ypZCvlLHad41perFeCCN1q6KeLpKSwl3nKi +A2c2Krmoy6TaAglilesLQcqJcDrOt7zQsYck3/0wATFL4lB8xGVjOxNuacjVfw2Ci8TDOA +5wMhgi+g7tWT7DWWeUCDxlpLqX9fQ5aM+QA4ARAIX1jyY6nOe3SGpybx1pz12iopb0SBn4 +PKihjCcY/uDf6VefEV3eGsDyahjLq91YXrWxvOrF8srH8mo3lq5I4MbaSJaRhL5oVvuuoz +cJxw1E8TQn8WLN/TBBFBNBAaIozAHbyBTnSXvhLr70C6zadm6h6WOTVJNw5mmZc1xcg0Tu +x5stfZg3Ge7OYErR0YN5KcadHUos8sfuRxHlk81pOMvbMq7iyJOLqzSfg9hadKcNgKlo5x +hxADW7mc055NuyVKPz//n03Yf32B1BjUzOA1/JwSaiYcGljJ/F5ZXqSlNz+CuAHamnn51D +wzTAJw8Mtx3qLAM+GVDaBzKOuKW0hVwU4AFQqpft5iZEhWHru86c0t+ZyfkG6kiMsmrULG +qASMfn52+PPx2PKA44+t+RKzCGtr50uPiYHsGw/+Z2txTHMSDUOrbVGD93TR6tG46438Ya +sB0fvvXh4CEGuzdM4K/yX0op2BIgVKQjwo8h1IPPQL/qmNChj2HETkage93Gzoptc2TPcV +Ec0e+7i2hP4N+A4hljBgTQLtTYnAyaw1RL6VvzuoOiDtAH+nq/+gjWPnrtTg6wi+hxAB3K +2m7D7p93ecNGT8nq9cm3p+/PTl+fH3/6znEB0ZX78HH/QJx8/1lQ0ggaMPaJYsyXqDA9CQ +yLWw0lljn8V2PkZ1lXHCSGUW/PzvT1zQbrYTBBGm1OBN85t8lC46AZR6HtR52UhBil+oDk +FB5RDg8VJuF5acNFLyrXSdRUzzRHZ7XWRy9dUGYKz+iyOwLpg84uKRgE551BE6W6V+ZUWP +K1oC7G6kFK22ibLZJSULCTQ+Bcio3ONDO7gdJAx0abwVrRX4QuruFlpIo0gZPcq9DKkh6G +OTMN4+iP9tab8erTgM5wmFl3DPQhbgALtFqvQl6bHj9pGO2XGjBsGOwtrDuTlDNCadmY8S +ZC7MQ3OaG8gx/t1us9ULBhePtX4SYapktg9TEcrsU6gQME8OQarC+eEwBCayf8C4FDJzog +c0zZCN9slnt/CoO+64OffurpXpXp3l9EAacgwflFYQ8x3c5v4eATyUicfHg3CRk5ytcVf6 +qxhgAcEgqAOtJOSU18rT4bK5mudNKJrw+wQfsJ1NwaXsqi1MP7XeMQJeCpGpPX8FQZ+oWY +A2ZhT3EpkxZoLI+wmGGZoZub0Hj2H9cyTXUS/OnbsxPwHbFiAyWI791OYDqOl+C9us7I4z +LIFii8dYfmEtm4RBeWMi+WUXBv0BpFjkZ7yRp+YLg7qhMFLuNEuWiPcdkMy9QYRMjKsBdm +W5m1W32Qwm4fojjKDLPE7LykrFafJ4CX6WvMRyI4K2E9iInA89VyklUmjTFNFqBHQeWCQp +2CkCBxsejRpO1QDDwvlamVgo/Ftkyu1hXebsDgCIWHE+CPP5+dvqdahYOXjdfdw5xTOglM +ObPkCPMGMdoBP7i5gMhVs1kfz+omhIHaB/5pN3HKyhFP0BnHgUX8p93ExWpHzkmQVwAKqi +7a4oEHAGdYn9w0ssC42nNwOy+wweywExjCRZjsD3d9XU60PVumhOI+pvERFzirwuap6cFu +nlony5DXuCrwnms5ngyA7JUte2iBoddDVzKdjLidUoh1s4BRt7c/h0kZ63TVy3GYbYhb6F +irbexPmRMrdfotMhRlIOLYHTxxmaxfCevuzIFebnUHmPhao2sksVeVj37KRtrD8DAZPqeY +gVTbQkYAIxlSFwTV4EOhRQAFQinBY0dyp5NnB94aHWtw/xq17gLb+B0oQp2gS4UfeQmcCD +/8wo4jNxFaqEcPRRi4WYZZbpPH8M/tGr3KF4f32wMKYqLYlXF2JccMa2pgfuETeyAES9rW +I/VFctlnWMQpOKd3AxzelYv+ixODWosRusmLcttWRz55sENvfci9SqMBX8a3oPuLuhrzTg +7cQ/cW2A1DvR8ipiRCV337Pg4xHPNLOLkPcC81NCz08H4ZuIXlvTGOrLWPrVKn0DZoD3ZR +wtGsUnQt41QsGl/UegGNwT1qTP7IftWJQvb3nuIxJyZkgfLkLkhvbSPdoRVOGHENE5eXJp +Qj35TY6LalvJEpGA0wsmMsgfjZlkBMIhtO6c0K+9XYnW/Pt/24UUuD2aGp0UDPTBWwf1Em +q31EpzfiswuzBhnc6p/0kSTOrslLfvPn06l48/4H+Pu1/ACmFCsip+IvgIZ4k5dwvuQSX3 +p7Acs7Kj445rXCskmbD6ifqUC37dyjM16L6LoTv+DEakqBqbblht9GARR5gVT23vgJppoC +fjflXi1v1HiKfZsy0o1Ig+EKGKwa2dc9o3W1SdFeOFGSZjcvRmenb07efzyJqjvkcPPryI +mi+AlZuBx9R1zifdhU2C+LGr9cOo7zdzItevxmfeg01TR46BQhnEsKe9Dkdzdie7iIS4wc +iGK7zBcR9gSW5wK+6hYc6YlzvrzX0HtWFmGNJ/oWrfHm8TNQQ/zUVkQj6Ehj9JpoJCEUz7 +GSjD9Ho2DgYEahbfjn2fXt0o2M65IgWmAb02bVY3+41YVrprOGZzmJ8Dqy22CqRNMkVpv5 +wq0e/JAJ/WwKaDm655CruE4rITOQXDrk0/sVoOndgj+WEGYVNmdUBUdhmvQ23ionCSlWYo +SzjqgEHy9kKGIIZ/Dv42u2B1iJKGoukAbohCidn3JnqKoXa5ZgPhINJR7cJtlLN59HU5gn +5RPyonFkYZ3oNjJGV7LS6+cP48nFi0s/Kr3wyn0XBVg9/3A8WhTPnj0bif+63/thVKI0z6 +/BLQPYvV7LGTUPWG69OLtbXc/etETAj4u1vIAPlxQ9t9/rjEKTO4bShkj7r4ER4t6ElhlN +/5Zd5qBdyRfN3IMvrLTl+DFL6HEkDC1JVLb6jSkMOxlpIpYExRDGapEkIYcpYD+2eY2Veh +hm1Pwi74DjEwQzxVa8IeOj9ho9TEqgtdxj0TkSIwI8otwyno1KnalWDfCcnW81mrPTLKma +IpPn7uWpfiCgsm8eab4S8S1KhllHixhO0afHqo2Hne9kUe/Eki8u3IBja5XcfB/uwNogaf +lqZTCFj2aTFrksF8ac4o4li6RywJh+CIcH01NPZH2ioAelEah3sgpLK9G29Xd2X1xMP9A9 +8p6ZSacPVfb5LA4OxVkrwTCKIq8SRVlCWr41P0xglvcU1taegDeX+J0OqmKFgffKh1vsWG +f69Q7O32ie9AA49GKUVZCWHT0d4TxTZuF7xWvtNzbsEZ1wu0nKqo7TmX4UYoYO28xerGs8 +bZHczvJP662Ak5+DB7ynU/fBcTBZNkhPTL019RpHYqVDFJFbd+aXaBU5enkH7CuBT4GUWc +5MtbQJIl1ceooeY+I6Z9NR8QjqC1PaNOCZm5qa3jIIVS17qiDa6zL1EAPetZ9aSg9eiG/E ++OVUHLSORotii+9BwSKeLkPfRaNhsMSgW3TRfk1DfHMkxi+m4vc7oEcDExweXO6IR7QgDA +J5efmvIK+t0NHPOnRrek0NCeUSmLqsEKagHek9iOoyQr540bni9CTguP3qi4PRZNLe3O4m +fE178J+tOXk6nSf9Ytq9eHJmeUySG95PFTqrDuwvqKtVIpd7TxVuEG+bg/SwWBF+WNT/xK +aI6Xr2pqCHivnmcAS6bbSvo4eNs24nMYXyWmlyTTFqODbX9h0Ek6XTypR0t9yg1yIqAJj1 +3eTxw1chtmtSuF7h4A2vrkGwYCd9Vw8u29iOwXA5VNv9tIKxkwUovzKc3MMoIsS73NCqIV +duHzoPC2KomeiL1h26I4K/OfNwhcPQTWwHy6++3IVnMLyfzTyTjsrYUejhiayt7mi2e3dc +0GOUvqG/SmACv+JDW2Bhn9Mk5/YQk6f5XZzcJlFv8MFKuhhHQ5xK11njAzy/TIbeE0UsKJ +cN9gL8t3qF99g39P7msaKcO3w258uDF1NTrcyA9AJeRi+/0M9U0jCjvH3PfqpPjNCoxx1E +/+E+qVL5o4dfcqBlHbXep/InC0mnT6KZpUPwiDKUJ05EAt91bIjJHr19lOQd+Fhz8K7MA6 +05uIlwDI760HU1RnCvahsQ4PtNxpDkPGhoo0gR6V3CNqQ8dynOR4uCHtVvQTBwgZy/jrkF +HdC6OAzaNgUvXsduMinx1HVv2RvbEzS21XW4a/k8ftfadY/ArtzkUnTW7pe3ujTQY4etaB +8NOKiiCfGgCo1G4/cbE9cOTHUKz2QXOyH53UG40gGzch8YkzCE1w3Enhp7Y/Y38cL9GfPR +9vjR6KYkwKlPdRmjtezD+9yFh3gKnHvjvXpACVVLzYF8SqNX/2acojuTV1dqFuMLlDM62l +M6WefMZg6L7+jBQBmrrTnj4UNKAMJwk078dXP7gTFAV/JL2JyN5XjXgqamnGUnCVolSzYJ ++kAJ4CKO09J4cw/AWcyjVGJ4XdVlUcIZfKTfS+Y0ob7M6gaoCRtuYnVtUDcjpvr5XFKslJ +tmKqA5OtzKMQIisBHvmIbZzLYBrzxvnn5IppYZZFZvZBlXzbNHfkJCAke6ZgaqecfNdYKC +jVS2uMRFLLG84SCFYTn78xdwnPWO8jveephYbfdwdnJTEx/zjIR7PNJcnNzZJw/dp7aW9P +y26x3abg3X2WeeYBvM+32kI3WEjlv1m2L8Di7fH6B/6fAPyLtb+OknwVt1dtkkfLW+7T5w +6sNm/9uQHQ7ovgLZOl7b+X19MexhDnS2VNQ+ea/CaWabNHErzFe9J27l1yQ8Mm7lwX9g3E +q/5AmGRuOj9UBvlcI9AS7zrmHzLGbDCDBmBkTC+/PWo4qBU6Vuc/6LXCV3I/voNetKp5DQ +mAfkyO57aQSCn79UIz8ru3meblfcypcu+vzt2YfXx2dEi9n58Zv/Pv6WcsLwkqZlqx4c2M +vyPab2npd97gb5dB5P3+QNtj2v1nIJ1VAOeycFogdCf7lc34a2FZnbPDSgU3bUHQSI7152 +C+qQyu6F3PHLdImLm73TShM3bydzTq/5zUmMMJ/M/SCLQ3P/Z9qbK5vAvDDWimjfXxvQo0 +60v6pfJh2Itk9sjjftAN7UIH/ZixpTsGOvA9hBaf+vSCgxHYsdzas+IIUL6bwuSQ9LMqjK +/3+elKDsYjzbsaM4te+HUz++lFL2YXy8cV7IqLfacNRd38hLIU4HqBAErPD024mMiNF/+h +rXJj08VeJij+qa91DZXNrfcM+0c/vnBFMbKvsGmeL8KL7chc6rOnXTFeyYzgBy+ugOLF85 +hTSg+faBzo14KmBv9JdYIc63IoSDo3bJMDeX6KgfEHSQR7vpYG9o9VzsDVW9ulWfQrwY7r +hsFZbqEQc8Qt0zQtWmttCxwJgkOlTOKr4hyHyJKujRMc/5wJt7feyHH28uXhxeuvoUm90n +rTCZbeQY9gsnGXTnQ5fOcGKWckrZgnhWm0zaE1yO/DTy4bNNpyJm4PxjsisY0ugBITMzwv +vfA4zamFrWO4QlifFTNaFlOTVEGnf7ZdJdbqO2ukC4HuoBQDoqEGAhmI5unHgXjZhUPn6u +T4Pzmp4Idu+1QkcqKFfN5wgeYXy/Br/2cKpjftBwRtGM5w5tDtRbDsLNvgP38u9Dhk1Ce+ +neXVafC8Al4f3jXzxgfDeL0g4/2OVX214ve8sQ2ZfFxFvMR2qRyHyOwMiA3hyTtsZqDSPo ++ApOQ0eXoZq1IV+g40fJvPgAOB0wyJmdaQ/AGoXg/wAYGSI3 """) ##file activate.sh Only in .: virtualenv.pyc --nextPart5147813.9G4fd4biQ4 Content-Disposition: attachment; filename="sysconfig.py.diff" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="ISO-8859-1"; name="sysconfig.py.diff" --- sysconfig.py~ 2014-03-11 23:13:44.000000000 +0200 +++ sysconfig.py 2014-03-11 23:13:13.000000000 +0200 @@ -29,8 +29,8 @@ 'pypy': { 'stdlib': '{base}/lib/pypy-{pypy_version_short}', 'platstdlib': '{platbase}/lib/pypy-{pypy_version_short}', - 'purelib': '{base}/lib/pypy-{pypy_version_short}', - 'platlib': '{platbase}/lib/pypy-{pypy_version_short}', + 'purelib': '{base}/lib/pypy-{pypy_version_short}/site-packages', + 'platlib': '{platbase}/lib/pypy-{pypy_version_short}/site-packages', 'include': '{base}/include/pypy-{pypy_version_short}', 'platinclude': '{platbase}/include/pypy-{pypy_version_short}', 'scripts': '{base}/bin', --nextPart5147813.9G4fd4biQ4-- --nextPart2551281.1afdmRE7dP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQJ8BAABCgBmBQJTH3znXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5NDhFQzUxMUEyN0YwMzAyRTc5OUI1M0FB RDYzRkE4REQ2QjJEQTU1AAoJEK1j+o3WstpVoEkP/0NkqWz0myKcE1eFaDtTi34n QCZry0cV2Tkoq9LIYh7EGRP5WAsXyXkFdYLblVicogMCz4UTYAWy/bO7f5XJazCM XToTgODchETwgiq6ypzeDt81oVkGwovaY09k1m0827x2vX59v5S8jtUka0CJXArx pgWkWCZm/3KMwqeKvImgLwMNX3ESRwaEzroeCpJM+gI249Eg+AQ2lqe4RbZWP7oM 6g9ckVz0tnrdEORsm/v2fZjT9Q87mhAqLXqMDjZzxIycOz6aWP1YdL9AWIsNAu1v uNgICkt26qV7Nj1nhpKONaM0E8HLRtQCPkZCOB0iTGsWtD8fuM6YJpingySfgqaN loULpc04oPpG5OSv0zO1/jSWuFE0JYhK/H799T5OCqTTaVzPJm3Op+o+iMuTjt8n m/j5eb26ymsIEa8DPFM9oyRwfI0F6+PE71LQKxl9adS9PhcxkBVBY6xJi/lNf9Zp coTcaJv9obKUDcrahrpPZEKVDLF1WE1x8t7m1Y6vPvumW8PciAULD+lbUkx7gsSz oeorMD577BvS5m2j+FUC4FU0LsC+VykboR4dmEwq49+2jmnJhn5X7WHv6oFSTvPN TkNOCM/Nz7deyKHG97YGS2SDHGd7XbjLuMdOd9qSOsbYRTbHAuReUsT4YTWUMyfo 77VjOQhNCEx3XaqY1oYV =1X9y -----END PGP SIGNATURE----- --nextPart2551281.1afdmRE7dP-- From owner-freebsd-python@FreeBSD.ORG Wed Mar 12 01:00:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 2D7A1B07 for ; Wed, 12 Mar 2014 01:00:01 +0000 (UTC) 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 1B6A6BA4 for ; Wed, 12 Mar 2014 01:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2C100o8091636 for ; Wed, 12 Mar 2014 01:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2C1001R091635; Wed, 12 Mar 2014 01:00:00 GMT (envelope-from gnats) Date: Wed, 12 Mar 2014 01:00:00 GMT Message-Id: <201403120100.s2C1001R091635@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187421: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 01:00:01 -0000 The following reply was made to PR ports/187421; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187421: commit references a PR Date: Wed, 12 Mar 2014 00:59:44 +0000 (UTC) Author: swills Date: Wed Mar 12 00:59:35 2014 New Revision: 347948 URL: http://svnweb.freebsd.org/changeset/ports/347948 QAT: https://qat.redports.org/buildarchive/r347948/ Log: - Update to 1.13.0 - Add memcached dependency since it seems required to run - Use UIDs and GIDs and create a user for swift since that seems required PR: ports/187421 Submitted by: swills (myself) Approved by: Gea-Suan Lin (maintainer) Modified: head/GIDs head/UIDs head/databases/py-swift/Makefile head/databases/py-swift/distinfo Modified: head/GIDs ============================================================================== --- head/GIDs Tue Mar 11 23:39:01 2014 (r347947) +++ head/GIDs Wed Mar 12 00:59:35 2014 (r347948) @@ -101,6 +101,7 @@ icinga:*:183: dnscache:*:184: tinydns:*:185: dnslog:*:186: +swift:*:187: moinmoin:*:192: cups:*:193: saned:*:194: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Mar 11 23:39:01 2014 (r347947) +++ head/UIDs Wed Mar 12 00:59:35 2014 (r347948) @@ -106,6 +106,7 @@ icinga:*:183:183::0:0:Icinga pseudo-user dnscache:*:184:184::0:0:dnscache pseudo-user:/nonexistent:/usr/sbin/nologin tinydns:*:185:185::0:0:tinydns pseudo-user:/nonexistent:/usr/sbin/nologin dnslog:*:186:186::0:0:dnslog pseudo-user:/nonexistent:/usr/sbin/nologin +swift:*:187:187::0:0:Swift daemon pseudo-user:/nonexistent:/usr/sbin/nologin moinmoin:*:192:192::0:0:MoinMoin User:/nonexistent:/usr/sbin/nologin cups:*:193:193::0:0:Cups Owner:/nonexistent:/usr/sbin/nologin saned:*:194:194::0:0:SANE Scanner Daemon:/nonexistent:/bin/sh Modified: head/databases/py-swift/Makefile ============================================================================== --- head/databases/py-swift/Makefile Tue Mar 11 23:39:01 2014 (r347947) +++ head/databases/py-swift/Makefile Wed Mar 12 00:59:35 2014 (r347948) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= swift -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= databases python -MASTER_SITES= http://launchpadlibrarian.net/163953035/ +MASTER_SITES= http://launchpadlibrarian.net/168204360/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gslin@gslin.org @@ -24,12 +24,15 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Pas ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}webob>=0.9.8:${PORTSDIR}/www/py-webob \ ${PYTHON_PKGNAMEPREFIX}xattr>=0:${PORTSDIR}/devel/py-xattr \ + memcached>=0:${PORTSDIR}/databases/memcached \ rsync>=3.0:${PORTSDIR}/net/rsync USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes USE_RC_SUBR= swift +USERS= swift +GROUPS= swift post-patch: @${REINPLACE_CMD} -e "s|/etc/swift|${PREFIX}/etc/${PORTNAME}|" \ Modified: head/databases/py-swift/distinfo ============================================================================== --- head/databases/py-swift/distinfo Tue Mar 11 23:39:01 2014 (r347947) +++ head/databases/py-swift/distinfo Wed Mar 12 00:59:35 2014 (r347948) @@ -1,2 +1,2 @@ -SHA256 (swift-1.12.0.tar.gz) = 8ca450e747339668ade6b62b78c4617b2f7c5ff4c4b9f7b3cbc48779b8dfaa3e -SIZE (swift-1.12.0.tar.gz) = 751007 +SHA256 (swift-1.13.0.tar.gz) = 2c2203678cb67e2e8249db1265c68ec901edfaaceeb759e1ac427324a74b6918 +SIZE (swift-1.13.0.tar.gz) = 779440 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Wed Mar 12 01:00:32 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id DFF52B3C; Wed, 12 Mar 2014 01:00:32 +0000 (UTC) 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 B5237BA7; Wed, 12 Mar 2014 01:00:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2C10W56091827; Wed, 12 Mar 2014 01:00:32 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2C10VUQ091822; Wed, 12 Mar 2014 01:00:31 GMT (envelope-from swills) Date: Wed, 12 Mar 2014 01:00:31 GMT Message-Id: <201403120100.s2C10VUQ091822@freefall.freebsd.org> To: gslin@gslin.org, swills@freebsd.org, swills@FreeBSD.org, freebsd-python@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187421: [UPDATE] databases/py-swift: update to 1.13.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 01:00:32 -0000 Synopsis: [UPDATE] databases/py-swift: update to 1.13.0 State-Changed-From-To: feedback->closed State-Changed-By: swills State-Changed-When: Wed Mar 12 01:00:31 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187421 From owner-freebsd-python@FreeBSD.ORG Sat Mar 15 07:02:59 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3396051F; Sat, 15 Mar 2014 07:02:59 +0000 (UTC) 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 EE951824; Sat, 15 Mar 2014 07:02:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F72wT4038572; Sat, 15 Mar 2014 07:02:58 GMT (envelope-from vg@freefall.freebsd.org) Received: (from vg@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2F72wLB038571; Sat, 15 Mar 2014 07:02:58 GMT (envelope-from vg) Date: Sat, 15 Mar 2014 07:02:58 GMT Message-Id: <201403150702.s2F72wLB038571@freefall.freebsd.org> To: vg@FreeBSD.org, freebsd-python@FreeBSD.org, vg@FreeBSD.org From: vg@FreeBSD.org Subject: Re: ports/186950: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 07:02:59 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-python->vg Responsible-Changed-By: vg Responsible-Changed-When: Sat Mar 15 07:02:58 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186950 From owner-freebsd-python@FreeBSD.ORG Sat Mar 15 09:33:52 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 804E636C for ; Sat, 15 Mar 2014 09:33:52 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C9A830B for ; Sat, 15 Mar 2014 09:33:52 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F9XqQ0005824 for ; Sat, 15 Mar 2014 09:33:52 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2F9XqTh005817; Sat, 15 Mar 2014 09:33:52 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403150933.s2F9XqTh005817@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 15 Mar 2014 09:33:52 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 09:33:52 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sun Mar 16 09:22:16 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB838123 for ; Sun, 16 Mar 2014 09:22:16 +0000 (UTC) Received: from forward2l.mail.yandex.net (forward2l.mail.yandex.net [IPv6:2a02:6b8:0:1819::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 843A55ED for ; Sun, 16 Mar 2014 09:22:16 +0000 (UTC) Received: from smtp9.mail.yandex.net (smtp9.mail.yandex.net [77.88.61.35]) by forward2l.mail.yandex.net (Yandex) with ESMTP id C8BCC1AC0CAA for ; Sun, 16 Mar 2014 13:22:12 +0400 (MSK) Received: from smtp9.mail.yandex.net (localhost [127.0.0.1]) by smtp9.mail.yandex.net (Yandex) with ESMTP id 8900A15200D0 for ; Sun, 16 Mar 2014 13:22:12 +0400 (MSK) Received: from broadband-46-242-56-83.nationalcablenetworks.ru (broadband-46-242-56-83.nationalcablenetworks.ru [46.242.56.83]) by smtp9.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id xhnfWXok9r-MChWGnNT; Sun, 16 Mar 2014 13:22:12 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: fb564b1a-7a64-43a6-b041-04cf0e376169 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ya.ru; s=mail; t=1394961732; bh=E7kUOlsQ+INVRA41tZ0tDSCzh2z9RYLeQDv5spnUCDI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=HCZrCNrcBwU5TA9FPqJy23gjsLg8yf9qVnyBRMOAvQmCy/PbIbbDqa9gKSLAWYm7R fY8SAW2gJT+b4ZGby0gVbMpa3ox8Sf0e/GXVqXNa2Yz2kuB3fCZzBzYIngMkszk5l3 SR4mA/yckLSeHtI1LK4ocCw1xvy3m2HURvMzOfEA= Authentication-Results: smtp9.mail.yandex.net; dkim=pass header.i=@ya.ru Message-ID: <53256D43.4040409@ya.ru> Date: Sun, 16 Mar 2014 13:22:11 +0400 From: Aleksey A Nikitin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: devel/py-setuptools conflict Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 09:22:16 -0000 conflict upgrade ports: devel/py-setuptools27 devel/py-setuptools -- Aleksey Nikitin e-mail: emperer@ya.ru From owner-freebsd-python@FreeBSD.ORG Sun Mar 16 23:10:10 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 8D94479D; Sun, 16 Mar 2014 23:10:10 +0000 (UTC) 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 61CE9F2E; Sun, 16 Mar 2014 23:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GNAAbi024503; Sun, 16 Mar 2014 23:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2GNAA1V024470; Sun, 16 Mar 2014 23:10:10 GMT (envelope-from edwin) Date: Sun, 16 Mar 2014 23:10:10 GMT Message-Id: <201403162310.s2GNAA1V024470@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187647: [NEW PORT] multimedia/py-gstreamer1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2014 23:10:10 -0000 Synopsis: [NEW PORT] multimedia/py-gstreamer1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 16 23:10:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187647 From owner-freebsd-python@FreeBSD.ORG Mon Mar 17 09:47:22 2014 Return-Path: Delivered-To: python@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 ESMTPS id 1C52FF9F for ; Mon, 17 Mar 2014 09:47:22 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0844CAB8 for ; Mon, 17 Mar 2014 09:47:22 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2H9lL6Z084443 for ; Mon, 17 Mar 2014 09:47:21 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2H9lLui084440; Mon, 17 Mar 2014 09:47:21 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403170947.s2H9lLui084440@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 17 Mar 2014 09:47:21 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 09:47:22 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Mar 17 11:06:52 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3153EA9B for ; Mon, 17 Mar 2014 11:06:52 +0000 (UTC) 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 05A132A2 for ; Mon, 17 Mar 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HB6peB011377 for ; Mon, 17 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2HB6pWp011375 for freebsd-python@FreeBSD.org; Mon, 17 Mar 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Mar 2014 11:06:51 GMT Message-Id: <201403171106.s2HB6pWp011375@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 11:06:52 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187416 python [PATCH] science/py-netCDF4: new LIB_DEPENDS format o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 f ports/187355 python [PATCH] devel/py-daemon: update to 1.6 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186897 python databases/py-firebirdsql: update to 0.8.6 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 28 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Mar 17 17:20:05 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3479CE73; Mon, 17 Mar 2014 17:20:05 +0000 (UTC) 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 0A675EDF; Mon, 17 Mar 2014 17:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2HHK4gX029786; Mon, 17 Mar 2014 17:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2HHK4AP029785; Mon, 17 Mar 2014 17:20:04 GMT (envelope-from edwin) Date: Mon, 17 Mar 2014 17:20:04 GMT Message-Id: <201403171720.s2HHK4AP029785@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187666: databases/py-MySQLdb: SSL support broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 17:20:05 -0000 Synopsis: databases/py-MySQLdb: SSL support broken Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 17 17:20:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187666 From owner-freebsd-python@FreeBSD.ORG Tue Mar 18 15:11:10 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id D9000D82; Tue, 18 Mar 2014 15:11:10 +0000 (UTC) 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 AE21BE5D; Tue, 18 Mar 2014 15:11:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2IFBAMj065288; Tue, 18 Mar 2014 15:11:10 GMT (envelope-from demon@freefall.freebsd.org) Received: (from demon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2IFB978065287; Tue, 18 Mar 2014 15:11:09 GMT (envelope-from demon) Date: Tue, 18 Mar 2014 15:11:09 GMT Message-Id: <201403181511.s2IFB978065287@freefall.freebsd.org> To: freebsd@grem.de, demon@FreeBSD.org, freebsd-python@FreeBSD.org From: demon@FreeBSD.org Subject: Re: ports/187666: databases/py-MySQLdb: SSL support broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 15:11:10 -0000 Synopsis: databases/py-MySQLdb: SSL support broken State-Changed-From-To: open->closed State-Changed-By: demon State-Changed-When: Tue Mar 18 15:10:53 UTC 2014 State-Changed-Why: Patch committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187666 From owner-freebsd-python@FreeBSD.ORG Tue Mar 18 15:20:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAED4EA5 for ; Tue, 18 Mar 2014 15:20:02 +0000 (UTC) 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 9EBCAEDD for ; Tue, 18 Mar 2014 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2IFK2Lg069054 for ; Tue, 18 Mar 2014 15:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2IFK2Gd069053; Tue, 18 Mar 2014 15:20:02 GMT (envelope-from gnats) Date: Tue, 18 Mar 2014 15:20:02 GMT Message-Id: <201403181520.s2IFK2Gd069053@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187666: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 15:20:02 -0000 The following reply was made to PR ports/187666; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187666: commit references a PR Date: Tue, 18 Mar 2014 15:10:49 +0000 (UTC) Author: demon Date: Tue Mar 18 15:10:46 2014 New Revision: 348573 URL: http://svnweb.freebsd.org/changeset/ports/348573 QAT: https://qat.redports.org/buildarchive/r348573/ Log: Fix SSL support. PR: 187666 Submitted by: Michael Gmelin Added: head/databases/py-MySQLdb/files/ head/databases/py-MySQLdb/files/patch-_mysql.c (contents, props changed) Modified: head/databases/py-MySQLdb/Makefile Modified: head/databases/py-MySQLdb/Makefile ============================================================================== --- head/databases/py-MySQLdb/Makefile Tue Mar 18 15:10:20 2014 (r348572) +++ head/databases/py-MySQLdb/Makefile Tue Mar 18 15:10:46 2014 (r348573) @@ -3,7 +3,7 @@ PORTNAME= MySQLdb DISTVERSION= 1.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases python MASTER_SITES= SF/mysql-python/mysql-python/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/databases/py-MySQLdb/files/patch-_mysql.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-MySQLdb/files/patch-_mysql.c Tue Mar 18 15:10:46 2014 (r348573) @@ -0,0 +1,13 @@ +--- _mysql.c.orig 2014-03-18 19:07:07.000000000 +0400 ++++ _mysql.c 2014-03-18 19:07:40.000000000 +0400 +@@ -102,6 +102,10 @@ static int _mysql_server_init_done = 0; + #define check_server_init(x) if (!_mysql_server_init_done) _mysql_server_init_done = 1 + #endif + ++#if MYSQL_VERSION_ID >= 50500 ++#define HAVE_OPENSSL 1 ++#endif ++ + PyObject * + _mysql_Exception(_mysql_ConnectionObject *c) + { _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 01:20:08 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 05BB998E; Wed, 19 Mar 2014 01:20:08 +0000 (UTC) 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 CFC66A2E; Wed, 19 Mar 2014 01:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J1K7W1066073; Wed, 19 Mar 2014 01:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J1K7ZO066072; Wed, 19 Mar 2014 01:20:07 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 01:20:07 GMT Message-Id: <201403190120.s2J1K7ZO066072@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 01:20:08 -0000 Synopsis: [PATCH] sysutils/py-glances: update to 1.7.5 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 19 01:20:07 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187719 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 01:20:06 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 349C2987; Wed, 19 Mar 2014 01:20:06 +0000 (UTC) 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 09E53A2C; Wed, 19 Mar 2014 01:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J1K50o065997; Wed, 19 Mar 2014 01:20:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J1K5Fh065996; Wed, 19 Mar 2014 01:20:05 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 01:20:05 GMT Message-Id: <201403190120.s2J1K5Fh065996@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 01:20:06 -0000 Synopsis: [PATCH] sysutils/py-glances: update to 1.7.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 19 01:20:05 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187719 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 01:30:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42F02C4D for ; Wed, 19 Mar 2014 01:30:01 +0000 (UTC) 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 30553AFE for ; Wed, 19 Mar 2014 01:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J1U1Lj068971 for ; Wed, 19 Mar 2014 01:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J1U1Xl068970; Wed, 19 Mar 2014 01:30:01 GMT (envelope-from gnats) Date: Wed, 19 Mar 2014 01:30:01 GMT Message-Id: <201403190130.s2J1U1Xl068970@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 01:30:01 -0000 The following reply was made to PR ports/187719; it has been noted by GNATS. From: Edwin Groothuis To: gasol.wu@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 Date: Wed, 19 Mar 2014 01:20:06 UT Maintainer of sysutils/py-glances, Please note that PR ports/187719 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187719 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 02:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B10285A for ; Wed, 19 Mar 2014 02:50:01 +0000 (UTC) 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 6CB05175 for ; Wed, 19 Mar 2014 02:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J2o1go093121 for ; Wed, 19 Mar 2014 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2J2o1hM093120; Wed, 19 Mar 2014 02:50:01 GMT (envelope-from gnats) Date: Wed, 19 Mar 2014 02:50:01 GMT Message-Id: <201403190250.s2J2o1hM093120@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Gasol Wu Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Gasol Wu List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 02:50:01 -0000 The following reply was made to PR ports/187719; it has been noted by GNATS. From: Gasol Wu To: bug-followup@FreeBSD.org, swills@freebsd.org Cc: Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 Date: Wed, 19 Mar 2014 10:45:15 +0800 --14dae94732b974b66d04f4eca45c Content-Type: text/plain; charset=UTF-8 Approve --14dae94732b974b66d04f4eca45c Content-Type: text/html; charset=UTF-8
Approve
--14dae94732b974b66d04f4eca45c-- From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 09:18:38 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B29A4D64 for ; Wed, 19 Mar 2014 09:18:38 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E64AB09 for ; Wed, 19 Mar 2014 09:18:38 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2J9Icug008932 for ; Wed, 19 Mar 2014 09:18:38 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2J9IcQT008925; Wed, 19 Mar 2014 09:18:38 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403190918.s2J9IcQT008925@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 19 Mar 2014 09:18:38 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 09:18:38 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-singledispatch | 3.4.0.2 | 3.4.0.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 14:00:09 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id AD3877AA; Wed, 19 Mar 2014 14:00:09 +0000 (UTC) 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 8248BA07; Wed, 19 Mar 2014 14:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JE09wx014526; Wed, 19 Mar 2014 14:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JE09LU014525; Wed, 19 Mar 2014 14:00:09 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 14:00:09 GMT Message-Id: <201403191400.s2JE09LU014525@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187734: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 14:00:09 -0000 Synopsis: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 19 14:00:09 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187734 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 15:04:59 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B286DD7C; Wed, 19 Mar 2014 15:04:59 +0000 (UTC) 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 7401722E; Wed, 19 Mar 2014 15:04:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JF4xc5036474; Wed, 19 Mar 2014 15:04:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JF4wna036473; Wed, 19 Mar 2014 15:04:58 GMT (envelope-from swills) Date: Wed, 19 Mar 2014 15:04:58 GMT Message-Id: <201403191504.s2JF4wna036473@freefall.freebsd.org> To: gasol.wu@gmail.com, swills@freebsd.org, swills@FreeBSD.org, freebsd-python@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187719: [PATCH] sysutils/py-glances: update to 1.7.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 15:04:59 -0000 Synopsis: [PATCH] sysutils/py-glances: update to 1.7.5 State-Changed-From-To: feedback->closed State-Changed-By: swills State-Changed-When: Wed Mar 19 15:04:58 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187719 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 15:10:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 8DC94FBB for ; Wed, 19 Mar 2014 15:10:01 +0000 (UTC) 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 5C7F62A6 for ; Wed, 19 Mar 2014 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JFA11D036965 for ; Wed, 19 Mar 2014 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JFA18P036964; Wed, 19 Mar 2014 15:10:01 GMT (envelope-from gnats) Date: Wed, 19 Mar 2014 15:10:01 GMT Message-Id: <201403191510.s2JFA18P036964@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187719: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 15:10:01 -0000 The following reply was made to PR ports/187719; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187719: commit references a PR Date: Wed, 19 Mar 2014 15:03:39 +0000 (UTC) Author: swills Date: Wed Mar 19 15:03:35 2014 New Revision: 348625 URL: http://svnweb.freebsd.org/changeset/ports/348625 QAT: https://qat.redports.org/buildarchive/r348625/ Log: - Update to 1.7.5 PR: ports/187719 Submitted by: swills (myself) Approved by: Gasol Wu (maintainer) Modified: head/sysutils/py-glances/Makefile head/sysutils/py-glances/distinfo Modified: head/sysutils/py-glances/Makefile ============================================================================== --- head/sysutils/py-glances/Makefile Wed Mar 19 14:57:34 2014 (r348624) +++ head/sysutils/py-glances/Makefile Wed Mar 19 15:03:35 2014 (r348625) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glances -PORTVERSION= 1.7.4 +PORTVERSION= 1.7.5 CATEGORIES= sysutils python MASTER_SITES= https://github.com/nicolargo/glances/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ COMMENT= CLI curses based monitoring too LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}psutil>=1.2.1:${PORTSDIR}/sysutils/py-psutil + ${PYTHON_PKGNAMEPREFIX}psutil121>=1.2.1:${PORTSDIR}/sysutils/py-psutil121 OPTIONS_DEFINE= MANPAGES NLS OPTIONS_SUB= yes Modified: head/sysutils/py-glances/distinfo ============================================================================== --- head/sysutils/py-glances/distinfo Wed Mar 19 14:57:34 2014 (r348624) +++ head/sysutils/py-glances/distinfo Wed Mar 19 15:03:35 2014 (r348625) @@ -1,2 +1,2 @@ -SHA256 (v1.7.4.tar.gz) = 20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6 -SIZE (v1.7.4.tar.gz) = 1228816 +SHA256 (v1.7.5.tar.gz) = 1598d1c10f1d2b59ea8d90d5be899fd151b4af28640c6daae23258dc76f659fe +SIZE (v1.7.5.tar.gz) = 591977 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 16:30:08 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2DE663B; Wed, 19 Mar 2014 16:30:08 +0000 (UTC) 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 A9D3DD09; Wed, 19 Mar 2014 16:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2JGU82M063056; Wed, 19 Mar 2014 16:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2JGU8ax063013; Wed, 19 Mar 2014 16:30:08 GMT (envelope-from edwin) Date: Wed, 19 Mar 2014 16:30:08 GMT Message-Id: <201403191630.s2JGU8ax063013@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187738: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 16:30:08 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 19 16:30:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187738 From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 19:35:49 2014 Return-Path: Delivered-To: python@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 ESMTPS id B1E4398F; Wed, 19 Mar 2014 19:35:49 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF572DD; Wed, 19 Mar 2014 19:35:49 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 2092856ABA; Wed, 19 Mar 2014 15:35:42 -0400 (EDT) Message-ID: <5329F18D.60304@intertainservices.com> Date: Wed, 19 Mar 2014 15:35:41 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "ports@freebsd.org Ports" Subject: py-setuptools fails to install on 10-stable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 2092856ABA.AE300 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: Sunpoet Hsieh , python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 19:35:49 -0000 Hello, devel/py-setuptools27 is a dependency of textproc/py-MarkupSafe, however it fails to install on 10-stable due to some conflict. ===> Installing for py27-setuptools27-2.0.1 ===> Checking if devel/py-setuptools27 already installed ===> Registering installation for py27-setuptools27-2.0.1 as automatic Installing py27-setuptools27-2.0.1...pkg-static: py27-setuptools27-2.0.1 conflicts with py27-setuptools-2.0.1 (installs files into the same place). Problematic file: /usr/local/lib/python2.7/site-packages/easy-install.pth.dist *** Error code 70 Thanks. From owner-freebsd-python@FreeBSD.ORG Wed Mar 19 20:09:17 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D7F7991; Wed, 19 Mar 2014 20:09:17 +0000 (UTC) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD8AE820; Wed, 19 Mar 2014 20:09:16 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id um1so9406252pbc.2 for ; Wed, 19 Mar 2014 13:09:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/v/Wx1Bf65ysxO77dvR0w0z78TEZ2IJcqHxP8SSJv1M=; b=L2L25FpNP9qJmM9rmYOCVZlmmCcMsI5FpLl3EMBww4A76W0X+IxIIylie22ufFM6Ax GsXfnh8QLM6yvVn2YaymTGIJI/xo/7+EXhk7P/rn9hvmWLv2Rh5BBMkbNQUmy9zAJbv6 6yY29uGbFo16SbPJw2E+hmPFlrml/xJQtAJ0RMWsh8fplSmnq9IX+nk+lJjpzAZETEyF mSHtjTOnPXRWaZ8Fbw4ovpR3i/2WDQwe8Wo+p+GIme+uxl31UwOwpSXKR+Md9+afF+n6 XYbusOyqIr4k92SNQMK6PDkId3RZXcvTtAmy3DLXh4BIacB1xWboaQyIp4YwJv/Wx81C DThw== MIME-Version: 1.0 X-Received: by 10.68.90.132 with SMTP id bw4mr19766097pbb.136.1395259756482; Wed, 19 Mar 2014 13:09:16 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.0.164 with HTTP; Wed, 19 Mar 2014 13:09:16 -0700 (PDT) In-Reply-To: <5329F18D.60304@intertainservices.com> References: <5329F18D.60304@intertainservices.com> Date: Wed, 19 Mar 2014 13:09:16 -0700 X-Google-Sender-Auth: OM3ne4DZsnCsy2dm3VkB9pqrzuw Message-ID: Subject: Re: py-setuptools fails to install on 10-stable From: Kevin Oberman To: Mike Jakubik Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@freebsd.org Ports" , Sunpoet Hsieh , python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 20:09:17 -0000 See UPDATING 20140307 On Wed, Mar 19, 2014 at 12:35 PM, Mike Jakubik < mike.jakubik@intertainservices.com> wrote: > Hello, > > devel/py-setuptools27 is a dependency of textproc/py-MarkupSafe, however > it fails to install on 10-stable due to some conflict. > > ===> Installing for py27-setuptools27-2.0.1 > ===> Checking if devel/py-setuptools27 already installed > ===> Registering installation for py27-setuptools27-2.0.1 as automatic > Installing py27-setuptools27-2.0.1...pkg-static: py27-setuptools27-2.0.1 > conflicts with py27-setuptools-2.0.1 (installs files into the same place). > Problematic file: /usr/local/lib/python2.7/site- > packages/easy-install.pth.dist > *** Error code 70 > > Thanks. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-python@FreeBSD.ORG Thu Mar 20 10:59:48 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C126DA03; Thu, 20 Mar 2014 10:59:48 +0000 (UTC) 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 94B8623A; Thu, 20 Mar 2014 10:59:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2KAxm9O029304; Thu, 20 Mar 2014 10:59:48 GMT (envelope-from vg@freefall.freebsd.org) Received: (from vg@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2KAxmbf029303; Thu, 20 Mar 2014 10:59:48 GMT (envelope-from vg) Date: Thu, 20 Mar 2014 10:59:48 GMT Message-Id: <201403201059.s2KAxmbf029303@freefall.freebsd.org> To: vg@FreeBSD.org, freebsd-python@FreeBSD.org, vg@FreeBSD.org From: vg@FreeBSD.org Subject: Re: ports/187738: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 10:59:48 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-python->vg Responsible-Changed-By: vg Responsible-Changed-When: Thu Mar 20 10:59:48 UTC 2014 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187738 From owner-freebsd-python@FreeBSD.ORG Fri Mar 21 08:49:32 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6CBE28E1; Fri, 21 Mar 2014 08:49:32 +0000 (UTC) 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 3D876BFA; Fri, 21 Mar 2014 08:49:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2L8nWst057427; Fri, 21 Mar 2014 08:49:32 GMT (envelope-from decke@freefall.freebsd.org) Received: (from decke@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2L8nWi1057426; Fri, 21 Mar 2014 08:49:32 GMT (envelope-from decke) Date: Fri, 21 Mar 2014 08:49:32 GMT Message-Id: <201403210849.s2L8nWi1057426@freefall.freebsd.org> To: decke@FreeBSD.org, decke@FreeBSD.org, freebsd-python@FreeBSD.org From: decke@FreeBSD.org Subject: Re: ports/187355: [PATCH] devel/py-daemon: update to 1.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 08:49:32 -0000 Synopsis: [PATCH] devel/py-daemon: update to 1.6 State-Changed-From-To: feedback->closed State-Changed-By: decke State-Changed-When: Fri Mar 21 08:49:31 UTC 2014 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=187355 From owner-freebsd-python@FreeBSD.ORG Fri Mar 21 08:50:03 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 0798C906 for ; Fri, 21 Mar 2014 08:50:03 +0000 (UTC) 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 CFBB0C02 for ; Fri, 21 Mar 2014 08:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2L8o272057550 for ; Fri, 21 Mar 2014 08:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2L8o2p2057549; Fri, 21 Mar 2014 08:50:02 GMT (envelope-from gnats) Date: Fri, 21 Mar 2014 08:50:02 GMT Message-Id: <201403210850.s2L8o2p2057549@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/187355: commit references a PR X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 08:50:03 -0000 The following reply was made to PR ports/187355; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187355: commit references a PR Date: Fri, 21 Mar 2014 08:48:42 +0000 (UTC) Author: decke Date: Fri Mar 21 08:48:40 2014 New Revision: 348733 URL: http://svnweb.freebsd.org/changeset/ports/348733 QAT: https://qat.redports.org/buildarchive/r348733/ Log: - Update to 1.6 - Remove non working patch for py-lockfile (upstream has fixed it now) - Pet portlint PR: ports/187355 Submitted by: myself Approved by: maintainer timeout (2 weeks) Deleted: head/devel/py-daemon/files/ Modified: head/devel/py-daemon/Makefile head/devel/py-daemon/distinfo Modified: head/devel/py-daemon/Makefile ============================================================================== --- head/devel/py-daemon/Makefile Fri Mar 21 08:15:26 2014 (r348732) +++ head/devel/py-daemon/Makefile Fri Mar 21 08:48:40 2014 (r348733) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= daemon -PORTVERSION= 1.5.5 -PORTREVISION= 3 +PORTVERSION= 1.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,5 +18,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes - .include Modified: head/devel/py-daemon/distinfo ============================================================================== --- head/devel/py-daemon/distinfo Fri Mar 21 08:15:26 2014 (r348732) +++ head/devel/py-daemon/distinfo Fri Mar 21 08:48:40 2014 (r348733) @@ -1,2 +1,2 @@ -SHA256 (python-daemon-1.5.5.tar.gz) = 1406962e48ce03642c6057f40f9ffd49493792a7b34357fe9e264708748c83c0 -SIZE (python-daemon-1.5.5.tar.gz) = 41045 +SHA256 (python-daemon-1.6.tar.gz) = 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b +SIZE (python-daemon-1.6.tar.gz) = 41564 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Sat Mar 22 11:04:32 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id B4A7775B; Sat, 22 Mar 2014 11:04:32 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 82388FE7; Sat, 22 Mar 2014 11:04:32 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id v10so3394746pde.39 for ; Sat, 22 Mar 2014 04:04:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=b86tv/VwcNcEo99hFrVQWXM0bfoXkgxCVI+7VVAs9sc=; b=ZFO/98XKlNN0zTyHfUTkey1E8Rg2rn3hJ6xKptRWnYDr07fywu/OtkyecaZsaPK0Xd n8au+SK/8p5JpCzU875kqQHBhn/pYFHhOlk88igfzVRxXB/hhpbwoFwwAdKS4I1YGHS8 WahfD1MDWKNS8fn1gVbSqFR0UkngecPX7ZayRWNWB0seJL7xW9T9L3fg5nK7OKgGR4BD V9cHmvzQus76wZr981ZLvPwJTMzzTybJmUb/eaRbaqH7Yvw/l2WR1Hl+N3s+Fyjk+oGR 3rV6fAFkETfHvtV5n7ImnNtn/ZVKfuyGQNuA/mQJAm/YBzt1IF7Zznz4rULiZsIO42r/ zs7w== X-Received: by 10.68.181.165 with SMTP id dx5mr61486375pbc.38.1395486272172; Sat, 22 Mar 2014 04:04:32 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id wp3sm15021578pbc.67.2014.03.22.04.04.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Mar 2014 04:04:31 -0700 (PDT) Message-ID: <532D6E34.3040407@FreeBSD.org> Date: Sat, 22 Mar 2014 22:04:20 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: FreeBSD Ports , freebsd-python@FreeBSD.org Subject: Re: Python 3.4.0 References: <20140322060840.2417dbca@scorpio> In-Reply-To: <20140322060840.2417dbca@scorpio> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 11:04:32 -0000 On 22/03/2014 9:08 PM, Jerry wrote: > I see that Python 3.4.0 has been released > . Are there any > plans to incorporate it into the ports system? > Hi Jerry :) I'm a major part of the way through finishing a lang/python34 port, that is taking a little extra time due to it being created from scratch, rather than copying/inheriting from the existing ports. It's currently builds and passes the test suite, what's left is cherry picking from the various overrides and workarounds from existing ports to ensure those cases are covered, and some minor annoyances (like a proper and uniquely versioned shared library name) If you're interested in having a early play, jump on IRC (#freebsd-python on freenode) and I'd be happy to share my WIP update and get feedback Thanks for getting in touch. koobs From owner-freebsd-python@FreeBSD.ORG Sat Mar 22 23:20:06 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 2A49E3D8; Sat, 22 Mar 2014 23:20:06 +0000 (UTC) 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 00B311FB; Sat, 22 Mar 2014 23:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MNK521094474; Sat, 22 Mar 2014 23:20:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2MNK5YU094441; Sat, 22 Mar 2014 23:20:05 GMT (envelope-from edwin) Date: Sat, 22 Mar 2014 23:20:05 GMT Message-Id: <201403222320.s2MNK5YU094441@freefall.freebsd.org> To: gblach@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 23:20:06 -0000 Synopsis: Update www/py-tornado to 3.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Mar 22 23:20:05 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Sat Mar 22 23:20:04 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 644513D2; Sat, 22 Mar 2014 23:20:04 +0000 (UTC) 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 3B24D1F9; Sat, 22 Mar 2014 23:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MNK4Sq093586; Sat, 22 Mar 2014 23:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2MNK4Q2093550; Sat, 22 Mar 2014 23:20:04 GMT (envelope-from edwin) Date: Sat, 22 Mar 2014 23:20:04 GMT Message-Id: <201403222320.s2MNK4Q2093550@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 23:20:04 -0000 Synopsis: Update www/py-tornado to 3.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 22 23:20:03 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Sat Mar 22 23:30:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74744490 for ; Sat, 22 Mar 2014 23:30:01 +0000 (UTC) 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 6283A29D for ; Sat, 22 Mar 2014 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2MNU1RY095825 for ; Sat, 22 Mar 2014 23:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2MNU1Qm095824; Sat, 22 Mar 2014 23:30:01 GMT (envelope-from gnats) Date: Sat, 22 Mar 2014 23:30:01 GMT Message-Id: <201403222330.s2MNU1Qm095824@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 23:30:01 -0000 The following reply was made to PR ports/187844; it has been noted by GNATS. From: Edwin Groothuis To: khsing.cn@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 Date: Sat, 22 Mar 2014 23:20:04 UT Maintainer of www/py-tornado, Please note that PR ports/187844 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187844 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sun Mar 23 17:25:24 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 05EB6B21; Sun, 23 Mar 2014 17:25:24 +0000 (UTC) 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 CF9F2F8C; Sun, 23 Mar 2014 17:25:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2NHPNNh056813; Sun, 23 Mar 2014 17:25:23 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2NHPNRo056812; Sun, 23 Mar 2014 17:25:23 GMT (envelope-from linimon) Date: Sun, 23 Mar 2014 17:25:23 GMT Message-Id: <201403231725.s2NHPNRo056812@freefall.freebsd.org> To: jjachuf@gmail.com, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/186897: databases/py-firebirdsql: update to 0.8.6 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 17:25:24 -0000 Synopsis: databases/py-firebirdsql: update to 0.8.6 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Mar 23 17:25:07 UTC 2014 State-Changed-Why: Superseded by ports/187393. http://www.freebsd.org/cgi/query-pr.cgi?pr=186897 From owner-freebsd-python@FreeBSD.ORG Sun Mar 23 19:46:29 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 552507B8; Sun, 23 Mar 2014 19:46:29 +0000 (UTC) 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 29697E13; Sun, 23 Mar 2014 19:46:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2NJkTAe000871; Sun, 23 Mar 2014 19:46:29 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2NJkSGR000870; Sun, 23 Mar 2014 19:46:28 GMT (envelope-from swills) Date: Sun, 23 Mar 2014 19:46:28 GMT Message-Id: <201403231946.s2NJkSGR000870@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-python@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187416: [PATCH] science/py-netCDF4: new LIB_DEPENDS format X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 19:46:29 -0000 Synopsis: [PATCH] science/py-netCDF4: new LIB_DEPENDS format Responsible-Changed-From-To: freebsd-python->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Mar 23 19:46:28 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187416 From owner-freebsd-python@FreeBSD.ORG Mon Mar 24 11:06:51 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3890F171 for ; Mon, 24 Mar 2014 11:06:51 +0000 (UTC) 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 0C95317B for ; Mon, 24 Mar 2014 11:06:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OB6ovC013963 for ; Mon, 24 Mar 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2OB6oYP013961 for freebsd-python@FreeBSD.org; Mon, 24 Mar 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Mar 2014 11:06:50 GMT Message-Id: <201403241106.s2OB6oYP013961@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 11:06:51 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/187844 python Update www/py-tornado to 3.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/178301 python [patch] lang/python2[67]: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 27 problems total. From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:05 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 202D28D1; Wed, 26 Mar 2014 12:20:05 +0000 (UTC) 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 EACC9FB1; Wed, 26 Mar 2014 12:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCK40a091612; Wed, 26 Mar 2014 12:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCK4h3091611; Wed, 26 Mar 2014 12:20:04 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:04 GMT Message-Id: <201403261220.s2QCK4h3091611@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187955: [PATCH] devel/py-jmespath: update to 0.3.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 12:20:05 -0000 Synopsis: [PATCH] devel/py-jmespath: update to 0.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 12:20:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:10 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 813E7930; Wed, 26 Mar 2014 12:20:10 +0000 (UTC) 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 57796FB3; Wed, 26 Mar 2014 12:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCKAYd091824; Wed, 26 Mar 2014 12:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCKAGI091823; Wed, 26 Mar 2014 12:20:10 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:10 GMT Message-Id: <201403261220.s2QCKAGI091823@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 12:20:10 -0000 Synopsis: [PATCH] devel/py-bcdoc: update to 0.12.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 12:20:10 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187956 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:12 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3AB32934; Wed, 26 Mar 2014 12:20:12 +0000 (UTC) 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 116BDFB6; Wed, 26 Mar 2014 12:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCKBQe091899; Wed, 26 Mar 2014 12:20:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCKBTQ091898; Wed, 26 Mar 2014 12:20:11 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:11 GMT Message-Id: <201403261220.s2QCKBTQ091898@freefall.freebsd.org> To: takumiiinn@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 12:20:12 -0000 Synopsis: [PATCH] devel/py-bcdoc: update to 0.12.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 26 12:20:11 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187956 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:20:06 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE7708D5; Wed, 26 Mar 2014 12:20:06 +0000 (UTC) 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 C39DAFB2; Wed, 26 Mar 2014 12:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCK6ce091688; Wed, 26 Mar 2014 12:20:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCK62r091687; Wed, 26 Mar 2014 12:20:06 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 12:20:06 GMT Message-Id: <201403261220.s2QCK62r091687@freefall.freebsd.org> To: takumiiinn@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187955: [PATCH] devel/py-jmespath: update to 0.3.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 12:20:07 -0000 Synopsis: [PATCH] devel/py-jmespath: update to 0.3.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 26 12:20:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:23:11 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id C6A5D6C5; Wed, 26 Mar 2014 12:23:11 +0000 (UTC) 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 9B67B187; Wed, 26 Mar 2014 12:23:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCNBMm094629; Wed, 26 Mar 2014 12:23:11 GMT (envelope-from alexey@freefall.freebsd.org) Received: (from alexey@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCNB9r094628; Wed, 26 Mar 2014 12:23:11 GMT (envelope-from alexey) Date: Wed, 26 Mar 2014 12:23:11 GMT Message-Id: <201403261223.s2QCNB9r094628@freefall.freebsd.org> To: alexey@renatasystems.org, alexey@FreeBSD.org, freebsd-python@FreeBSD.org, alexey@FreeBSD.org From: alexey@FreeBSD.org Subject: Re: ports/187955: [PATCH] devel/py-jmespath: update to 0.3.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 12:23:11 -0000 Synopsis: [PATCH] devel/py-jmespath: update to 0.3.1 Responsible-Changed-From-To: freebsd-python->alexey Responsible-Changed-By: alexey Responsible-Changed-When: Wed Mar 26 12:23:11 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187955 From owner-freebsd-python@FreeBSD.ORG Wed Mar 26 12:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 8467F864 for ; Wed, 26 Mar 2014 12:30:01 +0000 (UTC) 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 71CC61ED for ; Wed, 26 Mar 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2QCU1Bu095094 for ; Wed, 26 Mar 2014 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2QCU1Ze095093; Wed, 26 Mar 2014 12:30:01 GMT (envelope-from gnats) Date: Wed, 26 Mar 2014 12:30:01 GMT Message-Id: <201403261230.s2QCU1Ze095093@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 12:30:01 -0000 The following reply was made to PR ports/187956; it has been noted by GNATS. From: Edwin Groothuis To: alexey@renatasystems.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/187956: [PATCH] devel/py-bcdoc: update to 0.12.2 Date: Wed, 26 Mar 2014 12:20:11 UT Maintainer of devel/py-bcdoc, Please note that PR ports/187956 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187956 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 09:50:04 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 6B7E36A2; Sat, 29 Mar 2014 09:50:04 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4139ACD6; Sat, 29 Mar 2014 09:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2T9o426081915; Sat, 29 Mar 2014 09:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2T9o4rB081914; Sat, 29 Mar 2014 09:50:04 GMT (envelope-from edwin) Date: Sat, 29 Mar 2014 09:50:04 GMT Message-Id: <201403290950.s2T9o4rB081914@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188042: [maintainer update] textproc/py-pdfminer updated to 20140328 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 09:50:04 -0000 Synopsis: [maintainer update] textproc/py-pdfminer updated to 20140328 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 29 09:50:03 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188042 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 17:04:32 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 976AAAE4; Sat, 29 Mar 2014 17:04:32 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AAA06C2; Sat, 29 Mar 2014 17:04:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TH4Wsf025749; Sat, 29 Mar 2014 17:04:32 GMT (envelope-from olivierd@freefall.freebsd.org) Received: (from olivierd@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TH4Wa8025748; Sat, 29 Mar 2014 17:04:32 GMT (envelope-from olivierd) Date: Sat, 29 Mar 2014 17:04:32 GMT Message-Id: <201403291704.s2TH4Wa8025748@freefall.freebsd.org> To: olivierd@FreeBSD.org, freebsd-python@FreeBSD.org, olivierd@FreeBSD.org From: olivierd@FreeBSD.org Subject: Re: ports/188042: [maintainer update] textproc/py-pdfminer updated to 20140328 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 17:04:32 -0000 Synopsis: [maintainer update] textproc/py-pdfminer updated to 20140328 Responsible-Changed-From-To: freebsd-python->olivierd Responsible-Changed-By: olivierd Responsible-Changed-When: Sat Mar 29 17:04:32 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188042 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 19:34:07 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 162ABD2B; Sat, 29 Mar 2014 19:34:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF2EB359; Sat, 29 Mar 2014 19:34:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TJY64N073313; Sat, 29 Mar 2014 19:34:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TJY6EV073312; Sat, 29 Mar 2014 19:34:06 GMT (envelope-from edwin) Date: Sat, 29 Mar 2014 19:34:06 GMT Message-Id: <201403291934.s2TJY6EV073312@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 19:34:07 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 29 19:34:06 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 19:34:08 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id C0555D4E; Sat, 29 Mar 2014 19:34:08 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96E5E35A; Sat, 29 Mar 2014 19:34:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TJY8oq073393; Sat, 29 Mar 2014 19:34:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TJY8Jf073392; Sat, 29 Mar 2014 19:34:08 GMT (envelope-from edwin) Date: Sat, 29 Mar 2014 19:34:08 GMT Message-Id: <201403291934.s2TJY8Jf073392@freefall.freebsd.org> To: olivierd@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 19:34:08 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Mar 29 19:34:08 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Sat Mar 29 19:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64B93E0B for ; Sat, 29 Mar 2014 19:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 521D938B for ; Sat, 29 Mar 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TJe1UR073677 for ; Sat, 29 Mar 2014 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2TJe1Wf073676; Sat, 29 Mar 2014 19:40:01 GMT (envelope-from gnats) Date: Sat, 29 Mar 2014 19:40:01 GMT Message-Id: <201403291940.s2TJe1Wf073676@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 19:40:01 -0000 The following reply was made to PR ports/181218; it has been noted by GNATS. From: Edwin Groothuis To: gaod@hychen.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 Date: Sat, 29 Mar 2014 19:34:07 UT Maintainer of devel/py-babel, Please note that PR ports/181218 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181218 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Sun Mar 30 05:20:04 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 2B36D837; Sun, 30 Mar 2014 05:20:04 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 010AD2F5; Sun, 30 Mar 2014 05:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2U5K3PM063431; Sun, 30 Mar 2014 05:20:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2U5K39W063430; Sun, 30 Mar 2014 05:20:03 GMT (envelope-from edwin) Date: Sun, 30 Mar 2014 05:20:03 GMT Message-Id: <201403300520.s2U5K39W063430@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188066: databases/py-gdbm: Missing checksum X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 05:20:04 -0000 Synopsis: databases/py-gdbm: Missing checksum Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 30 05:20:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188066 From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 04:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF24F5D8 for ; Mon, 31 Mar 2014 04:50:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9402D766 for ; Mon, 31 Mar 2014 04:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V4o1Im023498 for ; Mon, 31 Mar 2014 04:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V4o1tp023497; Mon, 31 Mar 2014 04:50:01 GMT (envelope-from gnats) Date: Mon, 31 Mar 2014 04:50:01 GMT Message-Id: <201403310450.s2V4o1tp023497@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Guixing Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Guixing List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 04:50:01 -0000 The following reply was made to PR ports/187844; it has been noted by GNATS. From: Guixing To: bug-followup@freebsd.org Cc: Subject: Re: ports/187844: Update www/py-tornado to 3.2 Date: Mon, 31 Mar 2014 12:47:51 +0800 Approved. Thanks ---- Guixing From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 05:20:44 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id CB6249BC; Mon, 31 Mar 2014 05:20:44 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD6E989; Mon, 31 Mar 2014 05:20:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V5KiHP033216; Mon, 31 Mar 2014 05:20:44 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V5Kiu6033215; Mon, 31 Mar 2014 05:20:44 GMT (envelope-from linimon) Date: Mon, 31 Mar 2014 05:20:44 GMT Message-Id: <201403310520.s2V5Kiu6033215@freefall.freebsd.org> To: khsing.cn@gmail.com, gblach@FreeBSD.org, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 05:20:44 -0000 Synopsis: Update www/py-tornado to 3.2 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Mar 31 05:20:37 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 07:40:04 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 8D5DD2A2; Mon, 31 Mar 2014 07:40:04 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 62EBC663; Mon, 31 Mar 2014 07:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V7e4NZ086634; Mon, 31 Mar 2014 07:40:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V7e4bu086633; Mon, 31 Mar 2014 07:40:04 GMT (envelope-from edwin) Date: Mon, 31 Mar 2014 07:40:04 GMT Message-Id: <201403310740.s2V7e4bu086633@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 07:40:04 -0000 Synopsis: math/py-numpy is broken on 9.2-STABLE Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 31 07:40:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188114 From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 09:42:28 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2CDECBF for ; Mon, 31 Mar 2014 09:42:28 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F16C246 for ; Mon, 31 Mar 2014 09:42:28 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V9gSjv069044 for ; Mon, 31 Mar 2014 09:42:28 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s2V9gS3D069041; Mon, 31 Mar 2014 09:42:28 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201403310942.s2V9gS3D069041@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 31 Mar 2014 09:42:28 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 09:42:28 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon Mar 31 11:06:50 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5442AAF1 for ; Mon, 31 Mar 2014 11:06:50 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28F34BA7 for ; Mon, 31 Mar 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2VB6o1t058801 for ; Mon, 31 Mar 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2VB6nIS058799 for freebsd-python@FreeBSD.org; Mon, 31 Mar 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 31 Mar 2014 11:06:49 GMT Message-Id: <201403311106.s2VB6nIS058799@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 11:06:50 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187844 python Update www/py-tornado to 3.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang f ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 31 problems total. From owner-freebsd-python@FreeBSD.ORG Tue Apr 1 10:19:18 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 717F223E for ; Tue, 1 Apr 2014 10:19:18 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DD9AD7F for ; Tue, 1 Apr 2014 10:19:18 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s31AJIEq087723 for ; Tue, 1 Apr 2014 10:19:18 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s31AJIaw087720; Tue, 1 Apr 2014 10:19:18 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404011019.s31AJIaw087720@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 1 Apr 2014 10:19:18 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2014 10:19:18 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 09:58:20 2014 Return-Path: Delivered-To: python@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 ESMTPS id BF2C1542 for ; Thu, 3 Apr 2014 09:58:20 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ABC1A381 for ; Thu, 3 Apr 2014 09:58:20 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s339wKp0027649 for ; Thu, 3 Apr 2014 09:58:20 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s339wKLj027648; Thu, 3 Apr 2014 09:58:20 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404030958.s339wKLj027648@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 3 Apr 2014 09:58:20 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 09:58:20 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-simplejson | 3.3.3 | 3.4.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:02:09 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C44DC26 for ; Thu, 3 Apr 2014 19:02:09 +0000 (UTC) Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B7361C3 for ; Thu, 3 Apr 2014 19:02:08 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id i13so2037311qae.5 for ; Thu, 03 Apr 2014 12:02:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:subject:message-id :mime-version:content-type:content-disposition:user-agent; bh=EdRpYZuWpBUUCTK/VqPoqivLs4MeUzOz5D2VXsvXzHA=; b=gU+9DXNg1pOE9p6x8aulCQipIoN8sbNy6zFmHwJQBAdb2+iRrtzq5aLJqWElszp8xO 7+CQ4SbR/ekjk5/E652FB3bVOxI9V4hAm+ai8zOAwpTx6/HxSD74CcU8TxVYkDbF6TWi lQ8uGTWEWmSG0mu/QI2aICIxMomoFNKgAH9kc1dLupuwRqQMVO7he1ygq4KYTAV77bJA TO5p14Z8EdLXxjppBOvk2UHhQ9cYuHTRmEYTLpyAb0fEF9tl62CiDrJvtnWskU7ejZIY TcubumWkt6ECMH/mHEHtSuXLY7EIxovuvvE7kmOtsFJunvQ/6IRTjVOmyw4cb5SRfTiA SPBQ== X-Gm-Message-State: ALoCoQnu/kymJzTmAynF/DSKyavF+Ev30lN3hjcRaKWdqao/5hdUB1AjH50HzNqiTxcy+6wIEeL2 X-Received: by 10.140.86.166 with SMTP id p35mr8792015qgd.81.1396551721768; Thu, 03 Apr 2014 12:02:01 -0700 (PDT) Received: from mastodon.meroh.net (cpe-108-176-158-82.nyc.res.rr.com. [108.176.158.82]) by mx.google.com with ESMTPSA id r4sm11615727qat.16.2014.04.03.12.02.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Apr 2014 12:02:01 -0700 (PDT) Sender: Julio Merino Date: Thu, 3 Apr 2014 15:01:56 -0400 From: Julio Merino To: python@freebsd.org Subject: Make python27 build as an unprivileged user Message-ID: <20140403190156.GA83695@mastodon.meroh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 19:02:09 -0000 Hello, I needed the patch below to be able to build python27 when using ports as an unprivileged user. It is a bit too coarse-grained, but I think ports does not offer a finer-grained mechanism to indicate that only the staging phase needs root. (Note that pkgsrc marks all python packages as requiring root for the stage phase... and I suppose it's because of the same problem I encountered.) What do you think? (If you think this is OK, I'll need an explicit approval to commit.) Thanks. Index: Makefile =================================================================== --- Makefile (revision 349914) +++ Makefile (working copy) @@ -22,6 +22,13 @@ INSTALL_TARGET= altinstall +# The compilation of all modules during the staging phase fails when not +# run as root because the compiler attemps to rewrite .pyc files +# previously-created with 444 permissions. Either the compiler should be +# fixed to not rewrite such files or they should be temporarily created +# with 644 permissions and later changed to 444. +NEED_ROOT= yes + USES= readline USE_LDCONFIG= yes USE_PYTHON= yes From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:06:04 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7964DB7; Thu, 3 Apr 2014 19:06:04 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF911E3; Thu, 3 Apr 2014 19:06:04 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id v1so2155469yhn.12 for ; Thu, 03 Apr 2014 12:06:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2w0JxFHxh+wPSixQS1GDL0O8wDiaWJ4gpQIzos+3XPc=; b=ApYyaRxlLfZDlGognOjE3EdGlkuADo1rSTXlJ+1ATwrtMSRo2JESQ0DtSMkn3NV4qV G6Ni0sIPcO4zr8KQDrF7MHryNpDvkOex08IrpOQ2cIkgMTZ++QKvMIVaTUzyveIF+x0a cGkEjPumbhZNsKiJvIk2RXWdJuHXIfSjElGDEUORxVxinkZJ7qWvTsqroSwHk+nk1BKo HzoNanOm4Twx7QfI06j9cWOykbgbKN8UWWsvChmEu4X6yrKOG08HiEUPS1I2t5C0g99o QXEmvn/X4nnXa/YStbKL6vYXiL5vIFg3KPXSMPTzWSG+zBUy3jxKlBr3VgEqAzuSaCeE UwTQ== MIME-Version: 1.0 X-Received: by 10.236.120.147 with SMTP id p19mr10819318yhh.6.1396551963600; Thu, 03 Apr 2014 12:06:03 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Thu, 3 Apr 2014 12:06:03 -0700 (PDT) In-Reply-To: <20140403190156.GA83695@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> Date: Thu, 3 Apr 2014 21:06:03 +0200 X-Google-Sender-Auth: 7tWttZUCgW4RuRbpY9-2DUiIzFI Message-ID: Subject: Re: Make python27 build as an unprivileged user From: Antoine Brodin To: Julio Merino Content-Type: text/plain; charset=ISO-8859-1 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 19:06:04 -0000 On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: > Hello, > > I needed the patch below to be able to build python27 when using ports as > an unprivileged user. It is a bit too coarse-grained, but I think ports > does not offer a finer-grained mechanism to indicate that only the staging > phase needs root. > > (Note that pkgsrc marks all python packages as requiring root for the > stage phase... and I suppose it's because of the same problem I encountered.) > > What do you think? (If you think this is OK, I'll need an explicit approval > to commit.) Hi, It's better to understand and fix the cause of the failure as non-root than putting NEED_ROOT. Cheers, Antoine (with hat: portmgr) From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:30:12 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 928AD4D4 for ; Thu, 3 Apr 2014 19:30:12 +0000 (UTC) Received: from mail-qc0-f175.google.com (mail-qc0-f175.google.com [209.85.216.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4E7A13CB for ; Thu, 3 Apr 2014 19:30:11 +0000 (UTC) Received: by mail-qc0-f175.google.com with SMTP id e16so2372605qcx.6 for ; Thu, 03 Apr 2014 12:30:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=qTRvoOaqAhYhbTWmOTPs0biDz14bnhYboKunFn5v3yw=; b=SYlVbkAVcQO9DEX3+HrwJP6T++MJuYfjj3edkP5889PJfP1Iae4ViBgrLSSx1q1Yku je8ce1dvh0hx07zBHFVMlCH2yHzy+TUEOddGu3p7Gp70u8CoRIHq409RScBpFqrriIl0 x2YJAdPdHY58+/lMGjOMmp2GYpkC7D3N3ggAQrYlVIRtZ0qXc0BKwmkZrTsuxs33OwQi rAknIIfm3W95yHtf2+KcDpz0JxPG0+dQejdbk2Ser8zp56jzD+ZIar1DpTi3+lTGvQkp UazK5LKz1xJnYWMnP2PpJ0L5Yd80G8CYb0Yyx2QauCJPTYTSP2Z4xaoMmNupbfyqYy7V sGxA== X-Gm-Message-State: ALoCoQl1mJimgkva+QyJpsO4kPZT+ukk0JF1OkMX0B1CcMmnmadM61DCyYXEcvTUd/s3LQJgTYis X-Received: by 10.224.0.79 with SMTP id 15mr9775817qaa.2.1396553064291; Thu, 03 Apr 2014 12:24:24 -0700 (PDT) Received: from mastodon.meroh.net (cpe-108-176-158-82.nyc.res.rr.com. [108.176.158.82]) by mx.google.com with ESMTPSA id m2sm11733783qac.3.2014.04.03.12.24.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Apr 2014 12:24:23 -0700 (PDT) Sender: Julio Merino Date: Thu, 3 Apr 2014 15:24:20 -0400 From: Julio Merino To: Antoine Brodin Subject: Re: Make python27 build as an unprivileged user Message-ID: <20140403192420.GA36985@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 19:30:12 -0000 On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: > On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: > > Hello, > > > > I needed the patch below to be able to build python27 when using ports as > > an unprivileged user. It is a bit too coarse-grained, but I think ports > > does not offer a finer-grained mechanism to indicate that only the staging > > phase needs root. > > > > (Note that pkgsrc marks all python packages as requiring root for the > > stage phase... and I suppose it's because of the same problem I encountered.) > > > > What do you think? (If you think this is OK, I'll need an explicit approval > > to commit.) > > Hi, > > It's better to understand and fix the cause of the failure as non-root > than putting NEED_ROOT. pkgsrc has had the "need root" requirement in place for _years_ and people have tried to fix it before. For these reasons, I don't think it's a trivial thing to do this and I certainly do not have the time to investigate it at the moment. From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 19:30:39 2014 Return-Path: Delivered-To: python@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 ESMTPS id EA5194F0; Thu, 3 Apr 2014 19:30:39 +0000 (UTC) Received: from mail-yh0-x230.google.com (mail-yh0-x230.google.com [IPv6:2607:f8b0:4002:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0B15618; Thu, 3 Apr 2014 19:30:39 +0000 (UTC) Received: by mail-yh0-f48.google.com with SMTP id z6so2169623yhz.35 for ; Thu, 03 Apr 2014 12:30:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/iIwuJ+4+d/rS+5CFOXXpbbgGcmuc+OQow0ewfn/M4Q=; b=Nt7z9Gw/6Vx84kTPt/dT63PNv5AbqFs9A9MmcneZVlwyFDp2qqQEgGTM54HOlGlKjE Ixh98/CzFvsDGikP2r3WNuZxZduT5bnabNTC/+inQk3zhamX6dyBP6CllgDWO9uPLTNG mBVE60BZxavTmgaOXggCw+OUHMWLj88l2fHiMnkorYdp6VHyhN7FutjGxOgzPcIrW9L8 s232QDvNs2wMRWHqylHNft3NiJQv9wVH1IZvmQ1kAzi0Yh9dmgGoMQxwdLvkG89TJNmT xTwbfXWS9zpUDFOWceUPPvAkd5Z82rNtonwjKqwoovDO0/oodGebLeliI4LEWmBsxGS0 y42A== MIME-Version: 1.0 X-Received: by 10.236.120.147 with SMTP id p19mr10966725yhh.6.1396553438751; Thu, 03 Apr 2014 12:30:38 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Thu, 3 Apr 2014 12:30:38 -0700 (PDT) In-Reply-To: <20140403192420.GA36985@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> <20140403192420.GA36985@mastodon.meroh.net> Date: Thu, 3 Apr 2014 21:30:38 +0200 X-Google-Sender-Auth: gwWWM4ibC5ozZyUXOOywcQlUoww Message-ID: Subject: Re: Make python27 build as an unprivileged user From: Antoine Brodin To: Julio Merino Content-Type: text/plain; charset=ISO-8859-1 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 19:30:40 -0000 On Thu, Apr 3, 2014 at 9:24 PM, Julio Merino wrote: > On Thu, Apr 03, 2014 at 09:06:03PM +0200, Antoine Brodin wrote: >> On Thu, Apr 3, 2014 at 9:01 PM, Julio Merino wrote: >> > Hello, >> > >> > I needed the patch below to be able to build python27 when using ports as >> > an unprivileged user. It is a bit too coarse-grained, but I think ports >> > does not offer a finer-grained mechanism to indicate that only the staging >> > phase needs root. >> > >> > (Note that pkgsrc marks all python packages as requiring root for the >> > stage phase... and I suppose it's because of the same problem I encountered.) >> > >> > What do you think? (If you think this is OK, I'll need an explicit approval >> > to commit.) >> >> Hi, >> >> It's better to understand and fix the cause of the failure as non-root >> than putting NEED_ROOT. > > pkgsrc has had the "need root" requirement in place for _years_ and people > have tried to fix it before. For these reasons, I don't think it's a trivial > thing to do this and I certainly do not have the time to investigate it at > the moment. koobs' new python34 port (not committed yet) packages fine as non root, so it seems doable. Cheers, Antoine From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 20:33:30 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79B7A9A5 for ; Thu, 3 Apr 2014 20:33:30 +0000 (UTC) Received: from mail-ve0-x22d.google.com (mail-ve0-x22d.google.com [IPv6:2607:f8b0:400c:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2EC5BBEF for ; Thu, 3 Apr 2014 20:33:30 +0000 (UTC) Received: by mail-ve0-f173.google.com with SMTP id oy12so708955veb.18 for ; Thu, 03 Apr 2014 13:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=U9BmdYM8DHzNhTkA8x9WXznb2KjbMfblcV9qFt5VAuY=; b=FgNLj5n+QxineTr8VN5NWDYlYIRp4JdMYuEVqjVpYHvzNBUIEkBbNFkVon2XCpQXwH 7qsAV7MhtwmjBB+TRZVkIp6EnLARs19ntCHDPkKoUnlQoEwICPEdaY1Pv4z/h3+MtIPy sz7h6Ou0XkKVDWI6dCYyVCPJ9y72zz8ptBKszoP/r+4oJw6CPVpB8gMVxtLOcnafv8Mr e2q2Xf6Xaa0SLWeiy7Lt2+IDT9NNPn+znLWU5Efud90+KH2eKHupEfNe1vCQ3GN6MGxx xQa6nW5LO8RJTMQCE0BnWF1YQeElRxiR5F8ZWzwWFlx7LKnpSDA7SIPkhlhvQWvzZ5oL p1PA== MIME-Version: 1.0 X-Received: by 10.220.49.8 with SMTP id t8mr54472vcf.41.1396557209192; Thu, 03 Apr 2014 13:33:29 -0700 (PDT) Received: by 10.220.111.6 with HTTP; Thu, 3 Apr 2014 13:33:29 -0700 (PDT) In-Reply-To: <533D5F29.2040506@saltant.com> References: <533D5F29.2040506@saltant.com> Date: Fri, 4 Apr 2014 04:33:29 +0800 Message-ID: Subject: Re: pandas import failed from iPython Notebook From: Irjohn Junus To: "John W. O'Brien" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Python List X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 20:33:30 -0000 Hi John, Thanks for your reply. 0. I wouldn't know, it's my first time installing Python scientific environment in FreeBSD. No experience with previous versions. 1. Yes, both imports consistently give me ImportError but only in iPython Notebook, works fine in iPyhon console just like importing pandas per my previous email. Captions below. 2. No. Only in iPython Notebook. 3. Ports collection updated to latest just yesterday. BTW, Jimmy had kindly replied with a temporary solution earlier. Looks more like iPython Notebook issue to me. Regards, Irjohn from numpy.linalg import * ---------------------------------------------------------------------------ImportError Traceback (most recent call last) in ()----> 1 from numpy.linalg import * /usr/local/lib/python2.7/site-packages/numpy/__init__.py in () 151 return loader(*packages, **options) 152 --> 153 from . import add_newdocs 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] 155 /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in () 11 from __future__ import division, absolute_import, print_function 12 ---> 13 from numpy.lib import add_newdoc 14 15 ############################################################################### /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in () 15 from .ufunclike import * 16 ---> 17 from . import scimath as emath 18 from .polynomial import * 19 #import convertcode ImportError: cannot import name scimath from numpy.lib import scimath ---------------------------------------------------------------------------ImportError Traceback (most recent call last) in ()----> 1 from numpy.lib import scimath /usr/local/lib/python2.7/site-packages/numpy/__init__.py in () 151 return loader(*packages, **options) 152 --> 153 from . import add_newdocs 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] 155 /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in () 11 from __future__ import division, absolute_import, print_function 12 ---> 13 from numpy.lib import add_newdoc 14 15 ############################################################################### /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in () 15 from .ufunclike import * 16 ---> 17 from . import scimath as emath 18 from .polynomial import * 19 #import convertcode ImportError: cannot import name scimath On Thu, Apr 3, 2014 at 9:16 PM, John W. O'Brien wrote: > On 4/3/14 1:30 AM, Irjohn Junus wrote: > > Dear John, > > > > I wrote to iPython maintainer Jimmy earlier and I thought I write to you > > at the same time hoping you'd have a pointer for me to follow. Email > > below. Thank you. > > Hi Irjohn, > > I'm CC'ing the freebsd-python mailing list get more eyes on this and to > record our solution for posterity. > > It appears that numpy is implicated in both cases. > > 0. Was this working before, with a previous version? > > 1. Can you reproduce this by importing the applicable parts of numpy > into IPython directly? > > In[1]: from numpy.linalg import * > > In[2]: from numpy.lib import scimath > > 2. Can you reproduce this when using the CPython shell instead of > IPython? > > 3. Do you build ports from source or install from a package > repository? > > Regards, > John > > > Dear Jimmy, > > > > I'd just installed *py27-ipython-1.2.1_2 > > *port yesterday on > > my 9.1-RELEASE-p7 server and had been struggling to import pandas from > > iPython notebook running in my laptop web browser (error message > > captioned below). Weird thing is it imported fine from iPython console > > terminal from within the server. Having searched the official and other > > forums (there's discussion about putting patch for gcc4.6 vs 4.7 with > > fortran mentioned, but I wouldn't know how to do it) plus hours of > > Googling I have no other way than contacting you. > > > > Depending on which way I imported: > > 1. import pandas as pd: gives ImportError: /lib/libgcc_s.so.1: version > > GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found > > 2. import pandas: gives: ImportError: cannot import name scimath > > Appreciate any pointer into the right direction please. Thank you. > > > > > > > > Regards, > > Irjohn > > > > FreeBSD mars 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 > > 21:34:37 UTC 2013 > > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > > > > > > > > > > --------------------------------------------------------------------------- > > ImportError Traceback (most recent call > last) > > in () > > ----> 1 import pandas as pd > > > > /usr/local/lib/python2.7/site-packages/pandas/__init__.py in () > > 4 > > 5 try: > > ----> 6 from . import hashtable, tslib, lib > > 7 except Exception: # pragma: no cover > > 8 import sys > > > > /root/numpy.pxd in init pandas.hashtable (pandas/hashtable.c:21547)() > > > > /usr/local/lib/python2.7/site-packages/numpy/__init__.pyc in () > > 151 return loader(*packages, **options) > > 152 > > --> 153 from . import add_newdocs > > 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] > > 155 > > > > /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in () > > 11 from __future__ import division, absolute_import, print_function > > 12 > > ---> 13 from numpy.lib import add_newdoc > > 14 > > 15 > ############################################################################### > > > > /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in > () > > 16 > > 17 from . import scimath as emath > > ---> 18 from .polynomial import * > > 19 #import convertcode > > 20 from .utils import * > > > > /usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py in > () > > 17 from numpy.lib.function_base import trim_zeros, sort_complex > > 18 from numpy.lib.type_check import iscomplex, real, imag > > ---> 19 from numpy.linalg import eigvals, lstsq, inv > > 20 > > 21 class RankWarning(UserWarning): > > > > /usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py in > () > > 48 from .info import __doc__ > > 49 > > ---> 50 from .linalg import * > > 51 > > 52 from numpy.testing import Tester > > > > /usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py in > () > > 27 ) > > 28 from numpy.lib import triu, asfarray > > ---> 29 from numpy.linalg import lapack_lite, _umath_linalg > > 30 from numpy.matrixlib.defmatrix import matrix_power > > 31 from numpy.compat import asbytes > > > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found > > > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found > > > > > > > > > > > > > > > > > --------------------------------------------------------------------------- > > ImportError Traceback (most recent call > last) > > in () > > ----> 1 import pandas > > > > /usr/local/lib/python2.7/site-packages/pandas/__init__.py in () > > 4 > > 5 try: > > ----> 6 from . import hashtable, tslib, lib > > 7 except Exception: # pragma: no cover > > 8 import sys > > > > /root/numpy.pxd in init pandas.hashtable (pandas/hashtable.c:21547)() > > > > /usr/local/lib/python2.7/site-packages/numpy/__init__.py in () > > 151 return loader(*packages, **options) > > 152 > > --> 153 from . import add_newdocs > > 154 __all__ = ['add_newdocs', 'ModuleDeprecationWarning'] > > 155 > > > > /usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py in () > > 11 from __future__ import division, absolute_import, print_function > > 12 > > ---> 13 from numpy.lib import add_newdoc > > 14 > > 15 > ############################################################################### > > > > /usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py in > () > > 15 from .ufunclike import * > > 16 > > ---> 17 from . import scimath as emath > > 18 from .polynomial import * > > 19 #import convertcode > > > > ImportError: cannot import name scimath > > > > cannot import name scimath > > > > > > > From owner-freebsd-python@FreeBSD.ORG Thu Apr 3 22:51:51 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AC13AB9 for ; Thu, 3 Apr 2014 22:51:51 +0000 (UTC) Received: from mail-qg0-f54.google.com (mail-qg0-f54.google.com [209.85.192.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53B75946 for ; Thu, 3 Apr 2014 22:51:51 +0000 (UTC) Received: by mail-qg0-f54.google.com with SMTP id a108so2581207qge.13 for ; Thu, 03 Apr 2014 15:51:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=bdhKTAMpL2+ZMm+TZzJhg7ejPNhZ8Ynx1ICHzht2ZUc=; b=hpUH5zKq8LyU0m5q8Iz3hYs6x4zIGt0a+BeOnZbG+EZo/jhgzqOC41vRbpdJW/wH36 K7Ie3nX97/MA296KeIbWNKPwQGOFt1Tys8XYYuUekHKgwpnHela8PBR07GL/FMaNsZXF P1lveytoe3S3tpOCb+A2EXzpKVDI09kD/7PCW5fE58/4JryHwXZBexroph4+6i4bERTL w8huH9S94Rq96Yw3xHFo91LBbUnVdYMS/VzLt92SNEXj3c2/FLwN9NzO6pj+w1badHfD 6oZJz2y9oA49f7RycY5Ntu6ekd7+wF02JDqUEX2uljJOx3kp3/Qlk7cL0vEiM3s/ayul JCDA== X-Gm-Message-State: ALoCoQk669mpdMLtUpivwLaZLMXjCg1ybQmiG/Gr0FPtJVL0ljpxepDz9Jv0KwEn6VAjn002okik X-Received: by 10.229.96.199 with SMTP id i7mr6097114qcn.20.1396565510028; Thu, 03 Apr 2014 15:51:50 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.102 with HTTP; Thu, 3 Apr 2014 15:51:29 -0700 (PDT) X-Originating-IP: [2620:0:1003:1021:4979:6f7a:9a1a:e020] In-Reply-To: References: <20140403190156.GA83695@mastodon.meroh.net> <20140403192420.GA36985@mastodon.meroh.net> From: Julio Merino Date: Thu, 3 Apr 2014 18:51:29 -0400 X-Google-Sender-Auth: NsD3Zq0XfyqI5bf7ZngprbldefM Message-ID: Subject: Re: Make python27 build as an unprivileged user To: Antoine Brodin Content-Type: text/plain; charset=ISO-8859-1 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 22:51:51 -0000 On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: > koobs' new python34 port (not committed yet) packages fine as non > root, so it seems doable. Sorry but I don't see how that's relevant. Python 3.4 is a much more modern package than 2.7 and many things may have changed in its build infrastructure. Yes, fixing the root cause is doable for sure, and I agree with you that, ideally, this should be properly fixed. But: I don't think it's worth our time considering that: 1) this is for the "old" 2.x branch and 2) some knowledgeable people have already tried and failed at doing so. As things currently are, the python27 package is broken when building from ports as non-root. (Which by the way is annoying for architectures without prebuilt packages; I have found this problem under powerpc64!) What I'm proposing is that we trivially workaround the problem by *temporarily* defining NEED_ROOT and later investigating the failure. Doing the former does not preclude the latter, but at least fixes the obvious bug. I don't want to put words on your mouth, but what I think you are proposing is that we leave the package broken for an arbitrary (possibly infinite) amount of time until someone decides to track and fix the root cause. If you are offering to investigate this relatively soon as the maintainer that's perfect though. So up to you really! If you do not agree with the workaround, I will at least file a PR for proper tracking. Thanks From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 03:43:08 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 037A41BC for ; Fri, 4 Apr 2014 03:43:08 +0000 (UTC) Received: from mail-ve0-x236.google.com (mail-ve0-x236.google.com [IPv6:2607:f8b0:400c:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B38D1330 for ; Fri, 4 Apr 2014 03:43:07 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id jw12so1029686veb.13 for ; Thu, 03 Apr 2014 20:43:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nbHFAOcyIm+QeqvXUahOnc4b4eNhrTuZDaUJVvNujM0=; b=luPwjEkys2XWW+EV1oI+xj2u2QJxxL7N3zsToqHeGV+zWJn1XVWw32Sq8VPS8hvf44 QUoA+imV2thGH/hcGuXsAe5TQj4cLLdmwaxD6qBKxkxKioxlj1KOok9jTpqcKU9ksCwn yCeQtBnvuh/D4L579gqzxLVBVJEVNFOwEyrhelMF3wekrpWNdqTpmJZmE7spV8SOYcxs /w/NwZR/JOTmhSIKoYcGnI9JyDi2wWEssR0XKhGLjDxOW/lpAp+MyCWptClXinS5AdgJ jxs0GRcdkEX07Y0TPG/t3JLZdUTDpVN2Rn/nxzzGAt6HqOe6emHnmX6ZCTPNagjqiICS rffw== MIME-Version: 1.0 X-Received: by 10.52.253.75 with SMTP id zy11mr9360912vdc.10.1396582986265; Thu, 03 Apr 2014 20:43:06 -0700 (PDT) Received: by 10.220.111.6 with HTTP; Thu, 3 Apr 2014 20:43:06 -0700 (PDT) In-Reply-To: <533E109F.6050104@saltant.com> References: <533D5F29.2040506@saltant.com> <533E109F.6050104@saltant.com> Date: Fri, 4 Apr 2014 11:43:06 +0800 Message-ID: Subject: Re: pandas import failed from iPython Notebook From: Irjohn Junus To: "John W. O'Brien" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Python List X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 03:43:08 -0000 Hi John, It was: LD_LIBRARY_PATH=/usr/local/lib/gcc47 ipython notebook Regards, Irjohn On Fri, Apr 4, 2014 at 9:53 AM, John W. O'Brien wrote: > On 4/3/14 4:33 PM, Irjohn Junus wrote: > [...] > > 0. I wouldn't know, it's my first time installing Python scientific > > environment in FreeBSD. No experience with previous versions. > > > > 1. Yes, both imports consistently give me ImportError but only in > > iPython Notebook, works fine in iPyhon console just like importing > > pandas per my previous email. Captions below. > > > > 2. No. Only in iPython Notebook. > > > > 3. Ports collection updated to latest just yesterday. > > > > BTW, Jimmy had kindly replied with a temporary solution earlier. Looks > > more like iPython Notebook issue to me. > > Irjohn, > > Yes, that does sound like an IPython problem, though I don't believe > numpy is beyond suspicion either. > > Would you mind telling us what the temporary solution is? > > Regards, > John > > PS: My messages might not be reaching the list because of this [0]. > > [0] > > http://www.dreamhoststatus.com/2014/03/31/mail-server-sending-issues-due-to-rbl-block/ > > > On Thu, Apr 3, 2014 at 9:16 PM, John W. O'Brien > > wrote: > > > > On 4/3/14 1:30 AM, Irjohn Junus wrote: > > > Dear John, > > > > > > I wrote to iPython maintainer Jimmy earlier and I thought I write > > to you > > > at the same time hoping you'd have a pointer for me to follow. > Email > > > below. Thank you. > > > > Hi Irjohn, > > > > I'm CC'ing the freebsd-python mailing list get more eyes on this and > to > > record our solution for posterity. > > > > It appears that numpy is implicated in both cases. > > > > 0. Was this working before, with a previous version? > > > > 1. Can you reproduce this by importing the applicable parts of > numpy > > into IPython directly? > > > > In[1]: from numpy.linalg import * > > > > In[2]: from numpy.lib import scimath > > > > 2. Can you reproduce this when using the CPython shell instead of > > IPython? > > > > 3. Do you build ports from source or install from a package > > repository? > > > From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 07:30:06 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id BB838BFD; Fri, 4 Apr 2014 07:30:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91E9884F; Fri, 4 Apr 2014 07:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s347U6de094822; Fri, 4 Apr 2014 07:30:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s347U65o094821; Fri, 4 Apr 2014 07:30:06 GMT (envelope-from edwin) Date: Fri, 4 Apr 2014 07:30:06 GMT Message-Id: <201404040730.s347U65o094821@freefall.freebsd.org> To: Vladimir.Chukharev@gmail.com, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 07:30:06 -0000 Synopsis: [Patch] update port www/py-selenium to 2.41.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Apr 4 07:30:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188250 From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 07:30:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 050E2BF9; Fri, 4 Apr 2014 07:30:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D039B84E; Fri, 4 Apr 2014 07:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s347U4aZ094738; Fri, 4 Apr 2014 07:30:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s347U4CJ094737; Fri, 4 Apr 2014 07:30:04 GMT (envelope-from edwin) Date: Fri, 4 Apr 2014 07:30:04 GMT Message-Id: <201404040730.s347U4CJ094737@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 07:30:05 -0000 Synopsis: [Patch] update port www/py-selenium to 2.41.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 4 07:30:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188250 From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 07:40:03 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 129F2E69 for ; Fri, 4 Apr 2014 07:40:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 00C41935 for ; Fri, 4 Apr 2014 07:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s347e2cX000993 for ; Fri, 4 Apr 2014 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s347e2Oo000986; Fri, 4 Apr 2014 07:40:02 GMT (envelope-from gnats) Date: Fri, 4 Apr 2014 07:40:02 GMT Message-Id: <201404040740.s347e2Oo000986@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 07:40:03 -0000 The following reply was made to PR ports/188250; it has been noted by GNATS. From: Edwin Groothuis To: douglas@douglasthrift.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 Date: Fri, 4 Apr 2014 07:30:05 UT Maintainer of www/py-selenium, Please note that PR ports/188250 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188250 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 08:20:03 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id C4525EAA; Fri, 4 Apr 2014 08:20:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA5FC9D; Fri, 4 Apr 2014 08:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s348K3OV017535; Fri, 4 Apr 2014 08:20:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s348K33a017534; Fri, 4 Apr 2014 08:20:03 GMT (envelope-from edwin) Date: Fri, 4 Apr 2014 08:20:03 GMT Message-Id: <201404040820.s348K33a017534@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188251: [lang/python] bdb48 dependency leak in all python X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 08:20:03 -0000 Synopsis: [lang/python] bdb48 dependency leak in all python Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 4 08:20:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188251 From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 09:57:20 2014 Return-Path: Delivered-To: python@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 ESMTPS id 8B6414FC; Fri, 4 Apr 2014 09:57:20 +0000 (UTC) Received: from mail-yk0-x229.google.com (mail-yk0-x229.google.com [IPv6:2607:f8b0:4002:c07::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B1F280F; Fri, 4 Apr 2014 09:57:20 +0000 (UTC) Received: by mail-yk0-f169.google.com with SMTP id 142so2678919ykq.14 for ; Fri, 04 Apr 2014 02:57:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=PcSH+rovB7YBXZL5XBQ/sTYQKffHYngzeIZqzdb4uGA=; b=xP1sxuwlgD4J5HCfzDgTjQYMrhu9HnhKx381sNcWBDlWy6WflWADYF0hgW9BLGkgaA wkLSeAQJmiHUZMafSo9qrFlPwdJq1CTpAz5fMCFhyg7i2mQqvyUAlTAYXAYtFf+TQSAQ +/jvZHrsNXyvQdM+VrgPqYZ/o43Zw6E9MZo6Hlk/fqFBNYZzc8uM/gx61MBgRxn8PPPM 6irpm/lYMGUL/cl7vLfyuz3t5ZRjHhLfQTdXanlULt9hxU2L10fqt35JccevfJZLKPA1 ycRTsTKt/KpOvgia78dLyZkXpOKVd7+R7M3QTQek94Em9kcOyZYA8GaNGqGEDLWX0/SP kMyg== MIME-Version: 1.0 X-Received: by 10.236.30.230 with SMTP id k66mr15157077yha.57.1396605439250; Fri, 04 Apr 2014 02:57:19 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Fri, 4 Apr 2014 02:57:19 -0700 (PDT) In-Reply-To: References: <20140403190156.GA83695@mastodon.meroh.net> <20140403192420.GA36985@mastodon.meroh.net> Date: Fri, 4 Apr 2014 11:57:19 +0200 X-Google-Sender-Auth: o9MaqNEekhc7Dmq0lK49x8rFI6Q Message-ID: Subject: Re: Make python27 build as an unprivileged user From: Antoine Brodin To: Julio Merino Content-Type: multipart/mixed; boundary=089e016340741942ae04f6348b5a Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 09:57:20 -0000 --089e016340741942ae04f6348b5a Content-Type: text/plain; charset=ISO-8859-1 On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino wrote: > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: >> koobs' new python34 port (not committed yet) packages fine as non >> root, so it seems doable. > > Sorry but I don't see how that's relevant. Python 3.4 is a much more > modern package than 2.7 and many things may have changed in its build > infrastructure. > > Yes, fixing the root cause is doable for sure, and I agree with you > that, ideally, this should be properly fixed. But: I don't think it's > worth our time considering that: 1) this is for the "old" 2.x branch > and 2) some knowledgeable people have already tried and failed at > doing so. > > As things currently are, the python27 package is broken when building > from ports as non-root. (Which by the way is annoying for > architectures without prebuilt packages; I have found this problem > under powerpc64!) > > What I'm proposing is that we trivially workaround the problem by > *temporarily* defining NEED_ROOT and later investigating the failure. > Doing the former does not preclude the latter, but at least fixes the > obvious bug. > > I don't want to put words on your mouth, but what I think you are > proposing is that we leave the package broken for an arbitrary > (possibly infinite) amount of time until someone decides to track and > fix the root cause. If you are offering to investigate this relatively > soon as the maintainer that's perfect though. > > So up to you really! If you do not agree with the workaround, I will > at least file a PR for proper tracking. Try attached patch. Cheers, Antoine --089e016340741942ae04f6348b5a Content-Type: text/plain; charset=US-ASCII; name="python27.diff" Content-Disposition: attachment; filename="python27.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_htlas5o10 QWxsb3cgc3RhZ2luZyBweXRob24yNyBhcyBhIHJlZ3VsYXIgdXNlcjoKCi0gd2hlbiBjb21waWxp bmcsIGRvbid0IGNvbXBpbGUgdGhlIHJ1bm5pbmcgY29tbWFuZCBvdGhlcndpc2UgaXQgZmFpbHMg dG8gY29tcGlsZSBtb2R1bGVzIGltcG9ydGVkIGJ5IHRoZSBydW5uaW5nIGNvbW1hbmQKClNvcnJ5 IFtFcnJubyAxM10gUGVybWlzc2lvbiBkZW5pZWQ6ICcvd3JrZGlycy91c3IvcG9ydHMvbGFuZy9w eXRob24yNy93b3JrL3N0YWdlL3Vzci9sb2NhbC9saWIvcHl0aG9uMi43L2dldG9wdC5weWMnClNv cnJ5IFtFcnJubyAxM10gUGVybWlzc2lvbiBkZW5pZWQ6ICcvd3JrZGlycy91c3IvcG9ydHMvbGFu Zy9weXRob24yNy93b3JrL3N0YWdlL3Vzci9sb2NhbC9saWIvcHl0aG9uMi43L3B5X2NvbXBpbGUu cHljJwpTb3JyeSBbRXJybm8gMTNdIFBlcm1pc3Npb24gZGVuaWVkOiAnL3dya2RpcnMvdXNyL3Bv cnRzL2xhbmcvcHl0aG9uMjcvd29yay9zdGFnZS91c3IvbG9jYWwvbGliL3B5dGhvbjIuNy9zdHJ1 Y3QucHljJwpTb3JyeSBbRXJybm8gMTNdIFBlcm1pc3Npb24gZGVuaWVkOiAnL3dya2RpcnMvdXNy L3BvcnRzL2xhbmcvcHl0aG9uMjcvd29yay9zdGFnZS91c3IvbG9jYWwvbGliL3B5dGhvbjIuNy9n ZXRvcHQucHlvJwpTb3JyeSBbRXJybm8gMTNdIFBlcm1pc3Npb24gZGVuaWVkOiAnL3dya2RpcnMv dXNyL3BvcnRzL2xhbmcvcHl0aG9uMjcvd29yay9zdGFnZS91c3IvbG9jYWwvbGliL3B5dGhvbjIu Ny9weV9jb21waWxlLnB5bycKU29ycnkgW0Vycm5vIDEzXSBQZXJtaXNzaW9uIGRlbmllZDogJy93 cmtkaXJzL3Vzci9wb3J0cy9sYW5nL3B5dGhvbjI3L3dvcmsvc3RhZ2UvdXNyL2xvY2FsL2xpYi9w eXRob24yLjcvc3RydWN0LnB5bycKCi0gcmFubGliIGJlZm9yZSBpbnN0YWxsaW5nIHJlYWQgb25s eQoKSW5kZXg6IGxhbmcvcHl0aG9uMjcvZmlsZXMvcGF0Y2gtTWFrZWZpbGUucHJlLmluCj09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT0KLS0tIGxhbmcvcHl0aG9uMjcvZmlsZXMvcGF0Y2gtTWFrZWZpbGUucHJlLmluCShyZXZp c2lvbiAzNTAwNjApCisrKyBsYW5nL3B5dGhvbjI3L2ZpbGVzL3BhdGNoLU1ha2VmaWxlLnByZS5p bgkod29ya2luZyBjb3B5KQpAQCAtMSw2ICsxLDYgQEAKLS0tLSAuL01ha2VmaWxlLnByZS5pbi5v cmlnCTIwMTMtMDQtMDYgMTg6MDI6MzQuMDAwMDAwMDAwICswNDAwCi0rKysgLi9NYWtlZmlsZS5w cmUuaW4JMjAxMy0wNC0wNyAyMjozMDoxOS4wMDAwMDAwMDAgKzA0MDAKLUBAIC0yODEsOSArMjgx LDkgQEAKKy0tLSAuL01ha2VmaWxlLnByZS5pbi5vcmlnCTIwMTMtMTEtMTAgMDc6MzY6NDEuMDAw MDAwMDAwICswMDAwCisrKysgLi9NYWtlZmlsZS5wcmUuaW4JMjAxNC0wNC0wNCAwOToxNjowMC4w MDAwMDAwMDAgKzAwMDAKK0BAIC0yODUsOSArMjg1LDkgQEAKICAKICAjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IwogICMgQVNUCkBAIC0xMiwzICsxMiwyOCBAQAogIEFTVF9DPQkJJChBU1RfQ19ESVIpL1B5dGhv bi1hc3QuYwogIEFTVF9BU0RMPQkkKHNyY2RpcikvUGFyc2VyL1B5dGhvbi5hc2RsCiAgCitAQCAt MTAwNiwxMiArMTAwNiwxMiBAQAorIAkJCSQoREVTVERJUikkKExJQkRFU1QpL2Rpc3R1dGlscy90 ZXN0cyA7IFwKKyAJZmkKKyAJUFlUSE9OUEFUSD0kKERFU1RESVIpJChMSUJERVNUKSAgJChSVU5T SEFSRUQpIFwKKy0JCSQoUFlUSE9OX0ZPUl9CVUlMRCkgLVdpIC10dCAkKERFU1RESVIpJChMSUJE RVNUKS9jb21waWxlYWxsLnB5IFwKKysJCSQoUFlUSE9OX0ZPUl9CVUlMRCkgLUIgLVdpIC10dCAk KERFU1RESVIpJChMSUJERVNUKS9jb21waWxlYWxsLnB5IFwKKyAJCS1kICQoTElCREVTVCkgLWYg XAorIAkJLXggJ2JhZF9jb2Rpbmd8YmFkc3ludGF4fHNpdGUtcGFja2FnZXN8bGliMnRvMy90ZXN0 cy9kYXRhJyBcCisgCQkkKERFU1RESVIpJChMSUJERVNUKQorIAlQWVRIT05QQVRIPSQoREVTVERJ UikkKExJQkRFU1QpICQoUlVOU0hBUkVEKSBcCistCQkkKFBZVEhPTl9GT1JfQlVJTEQpIC1XaSAt dHQgLU8gJChERVNURElSKSQoTElCREVTVCkvY29tcGlsZWFsbC5weSBcCisrCQkkKFBZVEhPTl9G T1JfQlVJTEQpIC1CIC1XaSAtdHQgLU8gJChERVNURElSKSQoTElCREVTVCkvY29tcGlsZWFsbC5w eSBcCisgCQktZCAkKExJQkRFU1QpIC1mIFwKKyAJCS14ICdiYWRfY29kaW5nfGJhZHN5bnRheHxz aXRlLXBhY2thZ2VzfGxpYjJ0bzMvdGVzdHMvZGF0YScgXAorIAkJJChERVNURElSKSQoTElCREVT VCkKK0BAIC0xMDg5LDggKzEwODksOCBAQAorIAkJCWlmIHRlc3QgIiQoU08pIiA9IC5kbGw7IHRo ZW4gXAorIAkJCQkkKElOU1RBTExfREFUQSkgJChMRExJQlJBUlkpICQoREVTVERJUikkKExJQlBM KSA7IFwKKyAJCQllbHNlIFwKKysJCQkJJChSQU5MSUIpICQoTElCUkFSWSkgOyBcCisgCQkJCSQo SU5TVEFMTF9EQVRBKSAkKExJQlJBUlkpICQoREVTVERJUikkKExJQlBMKS8kKExJQlJBUlkpIDsg XAorLQkJCQkkKFJBTkxJQikgJChERVNURElSKSQoTElCUEwpLyQoTElCUkFSWSkgOyBcCisgCQkJ Zmk7IFwKKyAJCWVsc2UgXAorIAkJCWVjaG8gU2tpcCBpbnN0YWxsIG9mICQoTElCUkFSWSkgLSB1 c2UgbWFrZSBmcmFtZXdvcmtpbnN0YWxsOyBcCg== --089e016340741942ae04f6348b5a-- From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 11:50:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C76E94E for ; Fri, 4 Apr 2014 11:50:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E0D191E2 for ; Fri, 4 Apr 2014 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34Bo1Ud082249 for ; Fri, 4 Apr 2014 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34Bo1kc082248; Fri, 4 Apr 2014 11:50:01 GMT (envelope-from gnats) Date: Fri, 4 Apr 2014 11:50:01 GMT Message-Id: <201404041150.s34Bo1kc082248@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Vladimir Chukharev List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 11:50:02 -0000 The following reply was made to PR ports/188114; it has been noted by GNATS. From: "Vladimir Chukharev" To: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE Date: Fri, 04 Apr 2014 14:30:22 +0300 There is a workaround given in the discussions of similar problem with ipython. Just define an environment variable: LD_LIBRARY_PATH=/usr/local/lib/gcc48 python -c "import numpy" No errors. This is an indication that the problem might be easier to solve in lang/gcc* ports or in Mk/bsd.gcc.mk -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 17:50:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9AADD1BF for ; Fri, 4 Apr 2014 17:50:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88040BFF for ; Fri, 4 Apr 2014 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34Ho1ht096295 for ; Fri, 4 Apr 2014 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34Ho1Ax096294; Fri, 4 Apr 2014 17:50:01 GMT (envelope-from gnats) Date: Fri, 4 Apr 2014 17:50:01 GMT Message-Id: <201404041750.s34Ho1Ax096294@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Douglas Thrift Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Douglas Thrift List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 17:50:01 -0000 The following reply was made to PR ports/188250; it has been noted by GNATS. From: Douglas Thrift To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 Date: Fri, 04 Apr 2014 10:31:50 -0700 This looks fine. I approve. Douglas William Thrift On 4/4/2014 12:30 AM, Edwin Groothuis wrote: > Maintainer of www/py-selenium, > > Please note that PR ports/188250 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188250 > From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 18:40:22 2014 Return-Path: Delivered-To: python@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 ESMTPS id 7BDBF73B for ; Fri, 4 Apr 2014 18:40:22 +0000 (UTC) Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 357FC172 for ; Fri, 4 Apr 2014 18:40:21 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id a108so3809636qge.31 for ; Fri, 04 Apr 2014 11:40:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=ay/4B1QzQ1woUMvfSig2HBmoNw0PF/Z0/dDme7ApA7U=; b=I2GfeO76f/lmNBrEwrpju5nPbkJD1LHjI1jHmut1jirE/Fc07QJhA5dPgqboH4DtsL 1G+OrGygS8uXGu8u+7MdK6ASb87HaY8pFKalhmPRx1/g74qlkEsDSMkaO9bbWUqQW1Il rBJdpMJJy2wmKWHr02AoVgp5NxuZ64pyIUVZ9kV0f4Ea4fak8jncRTsGJZjeWeqG6PIr W9z3b1f7Abw0czQ8gsu/CLZzumzL+kNEnM51+cpXkAoHMVvMS8YXIsgYf88A1tpfSlAr LIwwT4gVRDi4ceN/qNA/f1Yw2R5iSAh/9bjOY1j51X3GAWl1aZ9rSjg2ev04G8MxfTIl muBw== X-Gm-Message-State: ALoCoQkx7CpdwKY9PoSQwRf2ZledZ3Ed65NZojtSnwuyCAfhx6UMK/1YTEw+XrLQSsIF/lYIIPKK X-Received: by 10.224.16.69 with SMTP id n5mr16371671qaa.7.1396636506408; Fri, 04 Apr 2014 11:35:06 -0700 (PDT) Received: from mastodon.meroh.net (cpe-184-153-117-174.rochester.res.rr.com. [184.153.117.174]) by mx.google.com with ESMTPSA id j7sm17732626qab.27.2014.04.04.11.35.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Apr 2014 11:35:05 -0700 (PDT) Sender: Julio Merino Date: Fri, 4 Apr 2014 14:34:59 -0400 From: Julio Merino To: Antoine Brodin Subject: Re: Make python27 build as an unprivileged user Message-ID: <20140404183459.GA75695@mastodon.meroh.net> References: <20140403190156.GA83695@mastodon.meroh.net> <20140403192420.GA36985@mastodon.meroh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 18:40:22 -0000 On Fri, Apr 04, 2014 at 11:57:19AM +0200, Antoine Brodin wrote: > > Try attached patch. Yes, your patch works and it looks simple enough. Thanks for the quick response and the fix (obviously)! From owner-freebsd-python@FreeBSD.ORG Fri Apr 4 22:42:03 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B70F643; Fri, 4 Apr 2014 22:42:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4FBFBED; Fri, 4 Apr 2014 22:42:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s34Mg2ao089258; Fri, 4 Apr 2014 22:42:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s34Mg2ld089093; Fri, 4 Apr 2014 22:42:02 GMT (envelope-from linimon) Date: Fri, 4 Apr 2014 22:42:02 GMT Message-Id: <201404042242.s34Mg2ld089093@freefall.freebsd.org> To: douglas@douglasthrift.net, Vladimir.Chukharev@gmail.com, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188250: [Patch] update port www/py-selenium to 2.41.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 22:42:03 -0000 Synopsis: [Patch] update port www/py-selenium to 2.41.0 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Fri Apr 4 22:41:48 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=188250 From owner-freebsd-python@FreeBSD.ORG Sun Apr 6 20:30:07 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF5F8F5F; Sun, 6 Apr 2014 20:30:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8524B920; Sun, 6 Apr 2014 20:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s36KU7Bv024362; Sun, 6 Apr 2014 20:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s36KU7pm024361; Sun, 6 Apr 2014 20:30:07 GMT (envelope-from edwin) Date: Sun, 6 Apr 2014 20:30:07 GMT Message-Id: <201404062030.s36KU7pm024361@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2014 20:30:07 -0000 Synopsis: [numpy] math/py-numpy: Numpy is broken Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 6 20:30:07 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188327 From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 01:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5DFF62FD for ; Mon, 7 Apr 2014 01:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B79B681 for ; Mon, 7 Apr 2014 01:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s371e1lF056448 for ; Mon, 7 Apr 2014 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s371e115056447; Mon, 7 Apr 2014 01:40:01 GMT (envelope-from gnats) Date: Mon, 7 Apr 2014 01:40:01 GMT Message-Id: <201404070140.s371e115056447@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Rusmir Dusko Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rusmir Dusko List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 01:40:01 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: Rusmir Dusko To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken Date: Mon, 7 Apr 2014 03:30:28 +0200 Have ported games/robocalypto which not works because broken NumPy get only this: robocalypto /usr/local/bin/robocalypto: Cannot fork: Resource temporarily unavailable Traceback (most recent call last): File "./run_game.py", line 7, in import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Traceback (most recent call last): File "./run_game.py", line 7, in import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Traceback (most recent call last): File "./run_game.py", line 7, in import pyggel File "/usr/local/lib/python2.7/site-packages/pyggel/__init__.py", line 7, in from include import * File "/usr/local/lib/python2.7/site-packages/pyggel/include.py", line 21, in raise MissingModule("Numpy - you can it from: http://sourceforge.net/projects/numpy/files/") pyggel.include.MissingModule: Numpy - you can it from: http://sourceforge.net/projects/numpy/files/ Pyggel is needed for many Games, which I wish to port. Please fix soon than possible NumPy. -- Best regards, Rusmir Dusko From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 08:29:18 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F21BF2D for ; Mon, 7 Apr 2014 08:29:18 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 20445A28 for ; Mon, 7 Apr 2014 08:29:18 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s378TISr005077 for ; Mon, 7 Apr 2014 08:29:18 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Apr 2014 08:29:18 GMT Message-Id: <201404070829.s378TISr005077@portsmon.freebsd.org> From: linimon@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 08:29:18 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/python31 description: Interpreted object-oriented programming language maintainer: python@FreeBSD.org deprecated because: Python 3.1 will be end-of-life soon, please migrate to lang/python33 expiration date: 2014-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=python31 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 11:06:50 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 6B5F8BAE for ; Mon, 7 Apr 2014 11:06:50 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F0F0C04 for ; Mon, 7 Apr 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s37B6o4c071175 for ; Mon, 7 Apr 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s37B6n6b071173 for freebsd-python@FreeBSD.org; Mon, 7 Apr 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Apr 2014 11:06:49 GMT Message-Id: <201404071106.s37B6n6b071173@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 11:06:50 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187844 python Update www/py-tornado to 3.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 o ports/187647 python [NEW PORT] multimedia/py-gstreamer1 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang f ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 34 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Apr 7 16:03:19 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 627FAD49; Mon, 7 Apr 2014 16:03:19 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 370B7172; Mon, 7 Apr 2014 16:03:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s37G3JkN066046; Mon, 7 Apr 2014 16:03:19 GMT (envelope-from olivierd@freefall.freebsd.org) Received: (from olivierd@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s37G3J49066045; Mon, 7 Apr 2014 16:03:19 GMT (envelope-from olivierd) Date: Mon, 7 Apr 2014 16:03:19 GMT Message-Id: <201404071603.s37G3J49066045@freefall.freebsd.org> To: olivierd@FreeBSD.org, freebsd-python@FreeBSD.org, kwm@FreeBSD.org From: olivierd@FreeBSD.org Subject: Re: ports/187647: [NEW PORT] multimedia/py-gstreamer1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 16:03:19 -0000 Synopsis: [NEW PORT] multimedia/py-gstreamer1 Responsible-Changed-From-To: freebsd-python->kwm Responsible-Changed-By: olivierd Responsible-Changed-When: Mon Apr 7 16:03:18 UTC 2014 Responsible-Changed-Why: Re-assign to kwm@ http://www.freebsd.org/cgi/query-pr.cgi?pr=187647 From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 07:20:02 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 0D6CF1A2 for ; Tue, 8 Apr 2014 07:20:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D32021D05 for ; Tue, 8 Apr 2014 07:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s387K0AR080958 for ; Tue, 8 Apr 2014 07:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s387K0FT080957; Tue, 8 Apr 2014 07:20:00 GMT (envelope-from gnats) Date: Tue, 8 Apr 2014 07:20:00 GMT Message-Id: <201404080720.s387K0FT080957@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" Subject: Re: ports/188327: math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Vladimir Chukharev List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 07:20:02 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: "Vladimir Chukharev" To: bug-followup@freebsd.org, nemysis@freebsd.org Cc: Subject: Re: ports/188327: math/py-numpy: Numpy is broken Date: Tue, 08 Apr 2014 10:11:12 +0300 Could you check if the work around from ports/188114 helps in you case? Try: LD_LIBRARY_PATH=/usr/local/lib/gcc47 robocalypto You might need to change the version of gcc according to the installed on you computer, or even find out a correct directory for clang... -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 08:40:03 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3BCE1808 for ; Tue, 8 Apr 2014 08:40:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 29DE9155B for ; Tue, 8 Apr 2014 08:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s388e2Z5018986 for ; Tue, 8 Apr 2014 08:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s388e2N2018985; Tue, 8 Apr 2014 08:40:02 GMT (envelope-from gnats) Date: Tue, 8 Apr 2014 08:40:02 GMT Message-Id: <201404080840.s388e2N2018985@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Rusmir Dusko Subject: Re: ports/188327: math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Rusmir Dusko List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 08:40:03 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: Rusmir Dusko To: bug-followup@freebsd.org Cc: "Vladimir Chukharev" Subject: Re: ports/188327: math/py-numpy: Numpy is broken Date: Tue, 8 Apr 2014 10:32:39 +0200 On Tue, 08 Apr 2014 10:11:12 +0300 "Vladimir Chukharev" wrote: > Could you check if the work around from ports/188114 helps in you case? > Try: > > LD_LIBRARY_PATH=/usr/local/lib/gcc47 robocalypto > > You might need to change the version of gcc according to the installed on you computer, > or even find out a correct directory for clang... > Yes this works thanks. This is GCC library PATH issue. -- Best regards, Rusmir Dusko From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 10:20:56 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5CD5BEA7; Tue, 8 Apr 2014 10:20:56 +0000 (UTC) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A33131DF7; Tue, 8 Apr 2014 10:20:55 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id k14so699694wgh.34 for ; Tue, 08 Apr 2014 03:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6fU/M6DhuLOVIJNakVKoKoGw08pWAn24tajykJx3PFQ=; b=M/LskvJRj9rQyxvvBF7fuAMIb15x+lDKrRcrcClrUg/LPpYf299t+vnV9U1A8zS3SD 232jAAgBp5krDlyXIeydXBQGASAOvbAVVMdbADYXYpTP5fGDCFo1Q5SkGk8jmkYgSrGk BVMeC+awwULRTXou+5vobl5pP0C1fdsogzlwR+iYnf3Ta46fwsugVX3/UZ6z0FFtFWFH Eqn9Zm6MS2+9EbrkaC1rFW9Oadip6cd4ubE0oDVmIyMlhObDg4zak2/2vFtWz61rI9bt wmbW/0WMdP4glrfqe3k4qzH7wBsECwvRT1515eJq35huoY6o1L32J/nu2Q5Vroulg2SA qcWA== X-Received: by 10.194.188.68 with SMTP id fy4mr3075388wjc.30.1396952453778; Tue, 08 Apr 2014 03:20:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.113.2 with HTTP; Tue, 8 Apr 2014 03:20:33 -0700 (PDT) In-Reply-To: <201403310520.s2V5Kiu6033215@freefall.freebsd.org> References: <201403310520.s2V5Kiu6033215@freefall.freebsd.org> From: khsing Date: Tue, 8 Apr 2014 18:20:33 +0800 Message-ID: Subject: Re: ports/187844: Update www/py-tornado to 3.2 To: linimon@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: gblach@freebsd.org, freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 10:20:56 -0000 Hello, Who will take this? On Mon, Mar 31, 2014 at 1:20 PM, wrote: > Synopsis: Update www/py-tornado to 3.2 > > State-Changed-From-To: feedback->open > State-Changed-By: linimon > State-Changed-When: Mon Mar 31 05:20:37 UTC 2014 > State-Changed-Why: > Maintainer approved. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 > -- A man lives in jail and wants to break. https://blog.khsing.net From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 10:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id EE7C1311 for ; Tue, 8 Apr 2014 10:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C222610B0 for ; Tue, 8 Apr 2014 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s38Ae1kk056428 for ; Tue, 8 Apr 2014 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s38Ae1Fi056427; Tue, 8 Apr 2014 10:40:01 GMT (envelope-from gnats) Date: Tue, 8 Apr 2014 10:40:01 GMT Message-Id: <201404081040.s38Ae1Fi056427@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Vladimir Chukharev" Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Vladimir Chukharev List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 10:40:02 -0000 The following reply was made to PR ports/188114; it has been noted by GNATS. From: "Vladimir Chukharev" To: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com Cc: Subject: Re: ports/188114: math/py-numpy is broken on 9.2-STABLE Date: Tue, 08 Apr 2014 13:38:17 +0300 Note a related PR ports/188327 'math/py-numpy: Numpy is broken'. Seems that setting LD_LIBRARY_PATH variable helps in 10.0-RELEASE too. -- Vladimir Chukharev From owner-freebsd-python@FreeBSD.ORG Tue Apr 8 23:15:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BF72D4; Tue, 8 Apr 2014 23:15:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0172012F9; Tue, 8 Apr 2014 23:15:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s38NF08S092072; Tue, 8 Apr 2014 23:15:00 GMT (envelope-from gblach@freefall.freebsd.org) Received: (from gblach@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s38NF0R5092071; Tue, 8 Apr 2014 23:15:00 GMT (envelope-from gblach) Date: Tue, 8 Apr 2014 23:15:00 GMT Message-Id: <201404082315.s38NF0R5092071@freefall.freebsd.org> To: khsing.cn@gmail.com, gblach@FreeBSD.org, freebsd-python@FreeBSD.org, gblach@FreeBSD.org From: gblach@FreeBSD.org Subject: Re: ports/187844: Update www/py-tornado to 3.2 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 23:15:01 -0000 Synopsis: Update www/py-tornado to 3.2 Responsible-Changed-From-To: freebsd-python->gblach Responsible-Changed-By: gblach Responsible-Changed-When: Tue Apr 8 23:15:00 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187844 From owner-freebsd-python@FreeBSD.ORG Thu Apr 10 10:26:48 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E2DA801 for ; Thu, 10 Apr 2014 10:26:48 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48C9710A1 for ; Thu, 10 Apr 2014 10:26:48 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s3AAQlOe007418 for ; Thu, 10 Apr 2014 10:26:47 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s3AAQlxg007411; Thu, 10 Apr 2014 10:26:47 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404101026.s3AAQlxg007411@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 10 Apr 2014 10:26:47 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2014 10:26:48 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.4.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Fri Apr 11 10:29:48 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76A3747A for ; Fri, 11 Apr 2014 10:29:48 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6372414BA for ; Fri, 11 Apr 2014 10:29:48 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BATm0i076885 for ; Fri, 11 Apr 2014 10:29:48 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s3BATmA4076880; Fri, 11 Apr 2014 10:29:48 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201404111029.s3BATmA4076880@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 11 Apr 2014 10:29:48 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 10:29:48 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.4.4 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 02:38:14 2014 Return-Path: Delivered-To: python@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 ESMTPS id EBB6FFC6 for ; Sat, 12 Apr 2014 02:38:14 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id A6B7E1AEB for ; Sat, 12 Apr 2014 02:38:14 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s3C2cD89024608 for ; Fri, 11 Apr 2014 20:38:13 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s3C2cALV021572; Fri, 11 Apr 2014 20:38:10 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s3C2cAK0021571; Fri, 11 Apr 2014 20:38:10 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21320.42770.726441.667849@gromit.timing.com> Date: Fri, 11 Apr 2014 20:38:10 -0600 From: John Hein To: python@freebsd.org Subject: [patch] fix PYTHON_VERSION in py-setuptoolsXX X-Mailer: VM 8.2.0b-trunk-1484 under 24.3.1 (i386-portbld-freebsd8.3) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 02:38:15 -0000 The current settings in py-setuptools{27,32,33,34}/Makefile for PYTHON_VERSION are wrong (X.Y instead of pythonX.Y), but sort of work by chance rather than design. If it weren't for some unintended luck from the way _PYTHON_VERSION is set and the .MAKEFLAGS line in bsd.python.mk that forcibly sets PYTHON_VERSION=python${_PYTHON_VERSION}, these ports would fail with something like: Makefile error: bad value for PYTHON_VERSION: 3.3. Legal values are: python2.7 (default) python3.1 python3.2 python3.3 python3.4 Please fix: Index: py-setuptools27/Makefile =================================================================== --- py-setuptools27/Makefile (revision 350922) +++ py-setuptools27/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 2.7 +PYTHON_VERSION= python2.7 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools32/Makefile =================================================================== --- py-setuptools32/Makefile (revision 350922) +++ py-setuptools32/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.2 +PYTHON_VERSION= python3.2 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools33/Makefile =================================================================== --- py-setuptools33/Makefile (revision 350922) +++ py-setuptools33/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.3 +PYTHON_VERSION= python3.3 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools34/Makefile =================================================================== --- py-setuptools34/Makefile (revision 350922) +++ py-setuptools34/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.4 +PYTHON_VERSION= python3.4 MASTERDIR= ${.CURDIR}/../py-setuptools From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 03:10:44 2014 Return-Path: Delivered-To: python@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 ESMTPS id E8019719 for ; Sat, 12 Apr 2014 03:10:43 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B7E9D1E51 for ; Sat, 12 Apr 2014 03:10:43 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id fb1so6159418pad.15 for ; Fri, 11 Apr 2014 20:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=JgwOOzrvL6dEJQ7DyY6OQlXgtuyF2A9NULooG6lXkyw=; b=lt2BToL6Koem/4lCXKm/bFeWrJs4Mc3Oijp9pgkNgkDSNL3tfWpopVvRpQRK/WDrBx QZFAx1ajU05jaScxn6x8lXvNAW7qiuvD0HywEBbWz1Yh6Obve6wmcE7fA+bX4mEEdlJY trobACvyUkKVkgkpl5XM3aBSoX5L5GcHFoY2kkuQNVb8clKwmmuEeBmhN1JBOnxckgo4 ZnLzwbA9CaBm9VMp5Uu4CGdQCJGyZ5KOkhm4ddlgYmXO1EWyyUAqLzYKxbCauz2wGTuO Y18RQm0sMQ8fjk2XJesodIlU7YNDv1mHRY+WNduY8NYArgnbcianme8Gz0RyrPR6WBS7 OMUg== X-Received: by 10.68.134.101 with SMTP id pj5mr31705549pbb.62.1397272243318; Fri, 11 Apr 2014 20:10:43 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id vd8sm44170672pac.12.2014.04.11.20.10.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Apr 2014 20:10:42 -0700 (PDT) Message-ID: <5348AEA9.7030303@FreeBSD.org> Date: Sat, 12 Apr 2014 13:10:33 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: John Hein , python@freebsd.org Subject: Re: [patch] fix PYTHON_VERSION in py-setuptoolsXX References: <21320.42770.726441.667849@gromit.timing.com> In-Reply-To: <21320.42770.726441.667849@gromit.timing.com> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 03:10:44 -0000 On 12/04/2014 12:38 PM, John Hein wrote: > The current settings in py-setuptools{27,32,33,34}/Makefile for > PYTHON_VERSION are wrong (X.Y instead of pythonX.Y), but sort of work > by chance rather than design. If it weren't for some unintended luck > from the way _PYTHON_VERSION is set and the .MAKEFLAGS line in > bsd.python.mk that forcibly sets > PYTHON_VERSION=python${_PYTHON_VERSION}, these ports would fail with > something like: > > Makefile error: bad value for PYTHON_VERSION: 3.3. > Legal values are: > python2.7 (default) > python3.1 > python3.2 > python3.3 > python3.4 > > > Please fix: > > Index: py-setuptools27/Makefile > =================================================================== > --- py-setuptools27/Makefile (revision 350922) > +++ py-setuptools27/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 2.7 > +PYTHON_VERSION= python2.7 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > Index: py-setuptools32/Makefile > =================================================================== > --- py-setuptools32/Makefile (revision 350922) > +++ py-setuptools32/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 3.2 > +PYTHON_VERSION= python3.2 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > Index: py-setuptools33/Makefile > =================================================================== > --- py-setuptools33/Makefile (revision 350922) > +++ py-setuptools33/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 3.3 > +PYTHON_VERSION= python3.3 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > Index: py-setuptools34/Makefile > =================================================================== > --- py-setuptools34/Makefile (revision 350922) > +++ py-setuptools34/Makefile (working copy) > @@ -3,7 +3,7 @@ > > PKGNAMESUFFIX= ${PYTHON_SUFFIX} > > -PYTHON_VERSION= 3.4 > +PYTHON_VERSION= python3.4 > > MASTERDIR= ${.CURDIR}/../py-setuptools > > > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > Thanks for the report John (and the one directly to me for bsd.python.mk) Can you also submit a PR so it can be tracked please. We use these for our quarterly reports among other things. This will also ensure you are notified when progress is made. ./koobs From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 04:15:34 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5D04573; Sat, 12 Apr 2014 04:15:34 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B61315AD; Sat, 12 Apr 2014 04:15:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3C4FYZa064029; Sat, 12 Apr 2014 04:15:34 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3C4FYMQ064028; Sat, 12 Apr 2014 04:15:34 GMT (envelope-from linimon) Date: Sat, 12 Apr 2014 04:15:34 GMT Message-Id: <201404120415.s3C4FYMQ064028@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 04:15:34 -0000 Synopsis: Every python 2.7 port is generating broken .PLIST files Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Sat Apr 12 04:15:04 UTC 2014 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=188431 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 04:53:47 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33A9386E; Sat, 12 Apr 2014 04:53:47 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id E223B18B0; Sat, 12 Apr 2014 04:53:46 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s3C4rjVx025857; Fri, 11 Apr 2014 22:53:45 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s3C4rjcs026804; Fri, 11 Apr 2014 22:53:45 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s3C4rdZj026797; Fri, 11 Apr 2014 22:53:39 -0600 (MDT) (envelope-from jhein) Date: Fri, 11 Apr 2014 22:53:39 -0600 (MDT) Message-Id: <201404120453.s3C4rdZj026797@gromit.timing.com> To: FreeBSD-gnats-submit@freebsd.org Subject: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION From: John Hein X-send-pr-version: 3.114 X-GNATS-Notify: Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: John Hein List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 04:53:47 -0000 >Submitter-Id: current-users >Originator: John Hein >Organization: >Confidential: no >Synopsis: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: >Environment: >Description: The current settings in py-setuptools{27,32,33,34}/Makefile for PYTHON_VERSION are wrong (X.Y instead of pythonX.Y), but sort of work by chance rather than design. If it weren't for some unintended luck from the way _PYTHON_VERSION is set and the .MAKEFLAGS line in bsd.python.mk that forcibly sets PYTHON_VERSION=python${_PYTHON_VERSION}, these ports would fail with something like: Makefile error: bad value for PYTHON_VERSION: 3.3. Legal values are: python2.7 (default) python3.1 python3.2 python3.3 python3.4 >How-To-Repeat: >Fix: Index: py-setuptools27/Makefile =================================================================== --- py-setuptools27/Makefile (revision 350922) +++ py-setuptools27/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 2.7 +PYTHON_VERSION= python2.7 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools32/Makefile =================================================================== --- py-setuptools32/Makefile (revision 350922) +++ py-setuptools32/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.2 +PYTHON_VERSION= python3.2 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools33/Makefile =================================================================== --- py-setuptools33/Makefile (revision 350922) +++ py-setuptools33/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.3 +PYTHON_VERSION= python3.3 MASTERDIR= ${.CURDIR}/../py-setuptools Index: py-setuptools34/Makefile =================================================================== --- py-setuptools34/Makefile (revision 350922) +++ py-setuptools34/Makefile (working copy) @@ -3,7 +3,7 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX} -PYTHON_VERSION= 3.4 +PYTHON_VERSION= python3.4 MASTERDIR= ${.CURDIR}/../py-setuptools From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 10:30:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9795D58F for ; Sat, 12 Apr 2014 10:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ACDB16B8 for ; Sat, 12 Apr 2014 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CAU1TB007276 for ; Sat, 12 Apr 2014 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CAU1ov007275; Sat, 12 Apr 2014 10:30:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 10:30:01 GMT Message-Id: <201404121030.s3CAU1ov007275@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Johannes Meixner Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Johannes Meixner List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 10:30:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: Johannes Meixner To: bug-followup@freebsd.org Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 13:27:10 +0300 --9zSXsLTf0vkW971A Content-Type: multipart/mixed; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've been able to reproduce it using the following steps: 1. poudriere testport -I -n -j -p -o devel/py-pip once that's done, enter the jail and execute 2. pip install --upgrade setuptools 3. cd /usr/ports/devel/py-pytz && make install clean=20 I've attached the logs to this step as proof. Could you please provide the output of=20 `ls -la /usr/local/lib/python2.7/site-packages`=20 as well as `pkg version -v` and `pip list` ? Thanks, -J --=20 Johannes Meixner Ports Committer --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pytzlog ===> Installing for py27-pytz-2014.1.1,1 ===> py27-pytz-2014.1.1,1 depends on package: py27-setuptools27>0 - found ===> py27-pytz-2014.1.1,1 depends on file: /usr/local/bin/python2.7 - found ===> Checking if devel/py-pytz already installed ===> Registering installation for py27-pytz-2014.1.1,1 pkg-static: Plist error, directory listed as a file: lib/python2.7/site-packages/pytz-2014.1.1-py2.7.egg-info *** Error code 74 Stop. make: stopped in /usr/ports/devel/py-pytz --oyUTqETQ0mS9luUI-- --9zSXsLTf0vkW971A Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQEcBAEBAgAGBQJTSRT+AAoJEPyeKTcbGw0LHPMH/inheg0P7PFnmfY29iIkXYtC 0ZG5ugIIfL8Skt+xzkDDXtLJaV7vu7SjTsTmoCx/ZiXXJVaM6GmZHQXmN99HbiDi dvOorFAS0DO+OLI059SLxBYVDVLu35dVyushn5/UuyfihaeTPTarSDusQNuBeH6+ Nqe2bltrFsdtWovtIRFCuTuVtuU1RlRwKp/MOP4fuCCNOMhW2qhBJTxrQamiWGze v3EpjzV+2KZaZYwlBXpAwrIZhj+nZ1WaN9P+qtCrTRrH5upXH7l8CGVJJDgLSoK2 O/ar78UrMYi8lJP6FMWFs3v4xcg4RkWKxyW0sarF6OxU6IsiDa+N7veHs10T7hc= =JwKA -----END PGP SIGNATURE----- --9zSXsLTf0vkW971A-- From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 12:10:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 68A903D8 for ; Sat, 12 Apr 2014 12:10:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B598107C for ; Sat, 12 Apr 2014 12:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CCA12N037823 for ; Sat, 12 Apr 2014 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CCA1Pc037822; Sat, 12 Apr 2014 12:10:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 12:10:01 GMT Message-Id: <201404121210.s3CCA1Pc037822@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: William Grzybowski Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: William Grzybowski List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 12:10:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: William Grzybowski To: bug-followup@FreeBSD.org, antiduh@csh.rit.edu Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 09:07:06 -0300 Hi, Well, of course it will break if you upgrade setuptools, our setuptools has a patch to handle a .PLIST issue with directories. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 12:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5C5978D8 for ; Sat, 12 Apr 2014 12:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49E371214 for ; Sat, 12 Apr 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CCU1rj044530 for ; Sat, 12 Apr 2014 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CCU1Fi044529; Sat, 12 Apr 2014 12:30:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 12:30:01 GMT Message-Id: <201404121230.s3CCU1Fi044529@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 12:30:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, antiduh@csh.rit.edu Cc: William Grzybowski Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 22:24:17 +1000 Kevin, Please note that you do *not* need to run the reproduction steps listed above, and only need to provide the output of the ls -la command above. We are interested in the contents of your Python 2.7 site-packages because we have a theory as to what the cause is based on isolation tests we have run on another users installation that is exhibiting similar symptoms From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 13:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id E03EAEAD for ; Sat, 12 Apr 2014 13:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD0191759 for ; Sat, 12 Apr 2014 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CDU1RH062548 for ; Sat, 12 Apr 2014 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CDU1lM062547; Sat, 12 Apr 2014 13:30:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 13:30:01 GMT Message-Id: <201404121330.s3CDU1lM062547@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Kevin Thompson" Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kevin Thompson List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 13:30:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: "Kevin Thompson" To: bug-followup@freebsd.org, william88@gmail.com, xmj@freebsd.org, koobs.freebsd@gmail.com Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 09:24:59 -0400 > Well, of course it will break if you upgrade setuptools, our > setuptools has a patch to handle a .PLIST issue with directories. Could you elaborate? I was trying to follow instructions from /usr/ports/UPDATING: > 20140307: > AFFECTS: users of devel/py-setuptools dependent ports > AUTHOR: sunpoet@FreeBSD.org > devel/py-setuptools is being used for every python ports (if > USE_PYDISTUTILS > defined) since r336553. Due to PKGORIGIN limitation, we cannot build > one > python port with python27 and the other with python33 since they > require > different setuptools versions which have same PKGORIGIN. With the > addition > of py-setuptools{27,32,33}, we could now have py27-foo and py33-bar > coexist > in one system. > Note that this is only a short-term solution. It does not help if you > need > coexistence of one port with different python versions, e.g. py27-foo > and > py33-foo. > Please rebuild all ports that depend on devel/py-setuptools and use > devel/py-setuptools{27,32,33} instead. > XX represents python version (27, 32 or 33) in the following steps. > pkgng users: > # pkg set -o devel/py-setuptools:devel/py-setuptoolsXX > portmaster users: > # portmaster -o devel/py-setuptoolsXX devel/py-setuptools > # portmaster -r py\*setuptools > portupgrade users: > # portupgrade -o devel/py-setuptoolsXX -f devel/py-setuptools > # portupgrade -fr devel/py-setuptools From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 13:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 50893303 for ; Sat, 12 Apr 2014 13:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B99D181E for ; Sat, 12 Apr 2014 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CDe1Zc065318 for ; Sat, 12 Apr 2014 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CDe17I065317; Sat, 12 Apr 2014 13:40:01 GMT (envelope-from gnats) Date: Sat, 12 Apr 2014 13:40:01 GMT Message-Id: <201404121340.s3CDe17I065317@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: "Kevin Thompson" Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kevin Thompson List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 13:40:01 -0000 The following reply was made to PR ports/188431; it has been noted by GNATS. From: "Kevin Thompson" To: bug-followup@freebsd.org, william88@gmail.com, xmj@freebsd.org, koobs.freebsd@gmail.com Cc: Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files Date: Sat, 12 Apr 2014 09:37:02 -0400 > Please note that you do *not* need to run the reproduction steps listed > above, and only need to provide the output of the ls -la command above. > We are interested in the contents of your Python 2.7 site-packages > because we have a theory as to what the cause is based on isolation > tests we have run on another users installation that is exhibiting > similar symptoms Here you go: angst(/usr/local/lib/python2.7/site-packages) > ls -ltra total 3838 -rw-r--r-- 1 root wheel 1.7K Jun 11 2013 site.pyo -rw-r--r-- 1 root wheel 1.7K Jun 11 2013 site.pyc -r--r--r-- 1 root wheel 2.4K Jun 11 2013 site.py -rw-r--r-- 1 root wheel 34B Jun 11 2013 setuptools.pth -rw-r--r-- 1 root wheel 144B Jun 11 2013 setuptools-0.6c11-py2.7.egg-info -rw-r--r-- 1 root wheel 215B Jun 11 2013 distribute.pth -rw-r--r-- 1 root wheel 849K Jun 11 2013 distribute-0.6.35-py2.7.egg drwxr-xr-x 4 root wheel 512B Jun 11 2013 Babel-0.9.6-py2.7.egg/ -rw-r--r-- 1 root wheel 6.4K Jun 13 2013 startfile.pyo -rw-r--r-- 1 root wheel 6.4K Jun 13 2013 startfile.pyc -rw-r--r-- 1 root wheel 23K Jun 13 2013 ScanView.pyo -rw-r--r-- 1 root wheel 23K Jun 13 2013 ScanView.pyc -rw-r--r-- 1 root wheel 11K Jun 13 2013 Reporter.pyo -rw-r--r-- 1 root wheel 11K Jun 13 2013 Reporter.pyc drwxr-xr-x 4 root wheel 512B Jul 1 2013 MarkupSafe-0.15-py2.7-freebsd-9.1-STABLE-amd64.egg/ drwxr-xr-x 2 root wheel 2.0K Aug 18 2013 BitQueue/ drwxr-xr-x 2 root wheel 1.0K Aug 18 2013 BitCrawler/ drwxr-xr-x 2 root wheel 1.5K Aug 18 2013 khashmir/ drwxr-xr-x 2 root wheel 4.0K Aug 18 2013 BitTorrent/ drwxr-xr-x 3 root wheel 2.0K Aug 18 2013 BitTornado/ -rw-r--r-- 1 root wheel 228B Aug 18 2013 BTQueue-0.1.3-py2.7.egg-info -rw-r--r-- 1 root wheel 580B Aug 18 2013 pyOpenSSL-0.13-py2.7.egg-info -rw-r--r-- 1 root wheel 126B Dec 13 11:31 easy_install.py -rw-r--r-- 1 root wheel 22K Jan 6 10:54 six.py -r--r--r-- 1 root wheel 119B Mar 6 02:07 README drwxr-xr-x 2 root wheel 512B Apr 4 09:34 lit34/ -rw-r--r-- 1 root wheel 96K Apr 10 08:26 pkg_resources.py -rw-r--r-- 1 root wheel 104K Apr 10 08:26 pkg_resources.pyc -rw-r--r-- 1 root wheel 321B Apr 10 08:26 easy_install.pyc -rw-r--r-- 1 root wheel 104K Apr 10 08:26 pkg_resources.pyo -rw-r--r-- 1 root wheel 321B Apr 10 08:26 easy_install.pyo drwxr-xr-x 2 root wheel 512B Apr 10 08:26 _markerlib/ drwxr-xr-x 2 root wheel 512B Apr 10 08:26 setuptools-2.0.1-py2.7.egg-info/ -r--r--r-- 1 root wheel 185B Apr 10 08:26 easy-install.pth.dist drwxr-xr-x 4 root wheel 1.5K Apr 10 08:39 setuptools/ drwxr-xr-x 2 root wheel 512B Apr 10 08:45 pytz-2014.1.1-py2.7.egg-info/ drwxr-xr-x 3 root wheel 512B Apr 10 08:50 pytz/ -rw-r--r-- 1 root wheel 239B Apr 10 09:00 easy-install.pth -rwxr-xr-x 1 root wheel 92K Apr 10 12:01 _cffi_backend.so* drwxr-xr-x 2 root wheel 512B Apr 10 12:01 pycparser-2.10-py2.7.egg-info/ drwxr-xr-x 3 root wheel 1.0K Apr 10 12:02 pycparser/ drwxr-xr-x 2 root wheel 512B Apr 10 12:02 cffi-0.8.1-py2.7.egg-info/ drwxr-xr-x 2 root wheel 1.0K Apr 10 12:02 cffi/ -rw-r--r-- 1 root wheel 22K Apr 10 12:02 six.pyo -rw-r--r-- 1 root wheel 22K Apr 10 12:02 six.pyc drwxr-xr-x 2 root wheel 512B Apr 10 12:02 six-1.5.2-py2.7.egg-info/ drwxr-xr-x 2 root wheel 512B Apr 10 12:04 cryptography-0.2.2-py2.7.egg-info/ drwxr-xr-x 3 root wheel 512B Apr 10 12:11 cryptography/ drwxr-xr-x 2 root wheel 512B Apr 10 12:11 pyOpenSSL-0.14-py2.7.egg-info/ drwxr-xr-x 3 root wheel 512B Apr 10 12:11 OpenSSL/ drwxr-xr-x 32 root wheel 14K Apr 10 12:12 ../ drwxr-xr-x 2 root wheel 512B Apr 10 13:22 docutils-0.11-py2.7.egg-info/ drwxr-xr-x 8 root wheel 1.0K Apr 10 13:22 docutils/ -rwxr-xr-x 1 root wheel 1.1K Apr 10 13:43 libxml2mod.la* -rw-r--r-- 1 root wheel 553K Apr 10 13:43 libxml2mod.a -r--r--r-- 1 root wheel 335K Apr 10 13:43 libxml2.py -r--r--r-- 1 root wheel 15K Apr 10 13:43 drv_libxml2.py -rwxr-xr-x 1 root wheel 376K Apr 10 13:43 libxml2mod.so* -rw-r--r-- 1 root wheel 441K Apr 10 13:43 libxml2.pyo -rw-r--r-- 1 root wheel 441K Apr 10 13:43 libxml2.pyc -rw-r--r-- 1 root wheel 11K Apr 10 13:43 drv_libxml2.pyo -rw-r--r-- 1 root wheel 11K Apr 10 13:43 drv_libxml2.pyc drwxr-xr-x 26 root wheel 2.0K Apr 11 13:41 ./ angst(/usr/local/lib/python2.7/site-packages) > Here's a dump of pkg version -v for Johannes; I'd figure I'd include it since it doesn't require any state modificiation: angst(~) > pkg version -v BitchX-1.2.f,1 = up-to-date with port OpenSP-1.5.2_2 = up-to-date with port aescrypt-0.7_1 = up-to-date with port alpine-2.00_4 = up-to-date with port alsa-lib-1.0.27.2_1 = up-to-date with port alsa-plugins-1.0.27_2 = up-to-date with port ap22-mod_perl2-2.0.8,3 = up-to-date with port apache22-2.2.27_1 < needs updating (port has 2.2.27_2) apr-1.5.0.1.5.3 = up-to-date with port arc-5.21p = up-to-date with port arj-3.10.22_4 = up-to-date with port arping-2.13 = up-to-date with port aspell-0.60.6.1_4 = up-to-date with port aspell-ispell-0.60.6.1 = up-to-date with port atk-2.8.0 = up-to-date with port autoconf-2.13.000227_6 = up-to-date with port autoconf-2.69 = up-to-date with port autoconf-wrapper-20131203 = up-to-date with port automake-1.14 = up-to-date with port automake-wrapper-20131203 = up-to-date with port bacula-client-5.2.12_3 = up-to-date with port bacula-server-5.2.12_3 = up-to-date with port base64-1.5_1 = up-to-date with port bash-4.3.8 = up-to-date with port bdftopcf-1.0.4 = up-to-date with port bind99-9.9.5_9 < needs updating (port has 9.9.5_10) binutils-2.24 = up-to-date with port bison-2.7.1,1 = up-to-date with port bitstream-vera-1.10_5 = up-to-date with port boost-jam-1.55.0 = up-to-date with port boost-libs-1.55.0_1 = up-to-date with port bsdadminscripts-6.1.1_4 = up-to-date with port btqueue-0.1.3_1 = up-to-date with port c-ares-config-1.10.0 = up-to-date with port ca_root_nss-3.15.5 = up-to-date with port cairo-1.10.2_7,2 = up-to-date with port calc-2.12.4.13 = up-to-date with port chrony-1.29.1 = up-to-date with port clamassassin-1.2.4_5 = up-to-date with port clamav-0.98.1 = up-to-date with port clang34-3.4_2 = up-to-date with port cmake-2.8.12.1_4 = up-to-date with port cmake-modules-2.8.12.1_1 = up-to-date with port compat7x-amd64-7.4.704000.201310.1 = up-to-date with port compositeproto-0.4.2 = up-to-date with port consolekit-0.4.3 = up-to-date with port cowsay-3.03_2 = up-to-date with port curl-7.36.0 = up-to-date with port cyrus-sasl-2.1.26_5 = up-to-date with port damageproto-1.2.1 = up-to-date with port db41-4.1.25_4 = up-to-date with port db42-4.2.52_5 = up-to-date with port db48-4.8.30.0 = up-to-date with port dbus-1.6.18 = up-to-date with port dbus-glib-0.100.2 = up-to-date with port dcc-dccd-1.3.141 = up-to-date with port dejavu-2.34_3 = up-to-date with port desktop-file-utils-0.22_1 = up-to-date with port dhcping-1.2 = up-to-date with port dialog4ports-0.1.5_2 = up-to-date with port dmidecode-2.12 = up-to-date with port dnstop-20121017 = up-to-date with port docbook-1.5 = up-to-date with port docbook-sgml-4.5_1 = up-to-date with port docbook-xml-5.0_1 = up-to-date with port docbook-xsl-1.76.1_2 = up-to-date with port dovecot2-2.2.10 = up-to-date with port dri-7.6.1_3,2 = up-to-date with port dri2proto-2.8 = up-to-date with port droid-fonts-ttf-20131024 = up-to-date with port eggdbus-0.6_1 = up-to-date with port encodings-1.0.4_1,1 = up-to-date with port expat-2.1.0 = up-to-date with port fftw3-3.3.3_1 = up-to-date with port figlet-2.2.5 = up-to-date with port fixesproto-5.0 = up-to-date with port flex-2.5.39 = up-to-date with port font-bh-ttf-1.0.3_1 = up-to-date with port font-misc-ethiopic-1.0.3_1 = up-to-date with port font-misc-meltho-1.0.3_1 = up-to-date with port font-util-1.3.0_1 = up-to-date with port fontcacheproto-0.1.3 = up-to-date with port fontconfig-2.11.0_1,1 = up-to-date with port fontsproto-2.1.2 = up-to-date with port freeglut-2.8.1 = up-to-date with port freetype2-2.5.3 = up-to-date with port gamin-0.1.10_7 = up-to-date with port gcc-ecj-4.5 = up-to-date with port gcc49-4.9.0.20140330 = up-to-date with port gccmakedep-1.0.2_1 = up-to-date with port gdbm-1.11 = up-to-date with port gdk-pixbuf2-2.28.2 = up-to-date with port gettext-0.18.3.1 = up-to-date with port glib-2.36.3_2 = up-to-date with port glproto-1.4.17 = up-to-date with port gmake-3.82_1 = up-to-date with port gmp-5.1.3_1 = up-to-date with port gnetcat-0.7.1_3 = up-to-date with port gnome_subr-1.0 = up-to-date with port gnomehier-3.0 = up-to-date with port gnupg-2.0.22 = up-to-date with port gnupg1-1.4.16_1 = up-to-date with port gnutls-2.12.23_4 = up-to-date with port gobject-introspection-1.36.0_2 = up-to-date with port gotmail-0.9.0_2 = up-to-date with port graphite2-1.2.4 = up-to-date with port gsfonts-8.11_6 = up-to-date with port gstreamer-0.10.36 = up-to-date with port gstreamer-plugins-0.10.36_3,3 = up-to-date with port gstreamer-plugins-good-0.10.31,3 = up-to-date with port gtk-update-icon-cache-2.24.22 = up-to-date with port gtk2-2.24.22_1 = up-to-date with port hal-0.5.14_23 = up-to-date with port harfbuzz-0.9.25_1 = up-to-date with port healthd-0.7.9_2 = up-to-date with port help2man-1.43.3_1 = up-to-date with port hicolor-icon-theme-0.12 = up-to-date with port icu-52.1 = up-to-date with port idnkit-1.0_3 = up-to-date with port ifstat-1.1_5 = up-to-date with port inputproto-2.3 = up-to-date with port intltool-0.50.2 = up-to-date with port irssi-0.8.15_6 = up-to-date with port iso8879-1986_3 = up-to-date with port ja-nkf-2.1.3,1 = up-to-date with port jansson-2.5 = up-to-date with port jasper-1.900.1_12 = up-to-date with port jbig2dec-0.11_1 = up-to-date with port jbigkit-1.6 = up-to-date with port jpeg-8_4 = up-to-date with port kbproto-1.0.6 = up-to-date with port krb5-1.12.1 = up-to-date with port ksh93-20120801_2 = up-to-date with port lcms-1.19_2,1 = up-to-date with port ldns-1.6.17 = up-to-date with port lha-1.14i_6 = up-to-date with port libGL-7.6.1_4 = up-to-date with port libGLU-9.0.0 = up-to-date with port libICE-1.0.8,1 = up-to-date with port libIDL-0.8.14_1 = up-to-date with port libSM-1.2.2,1 = up-to-date with port libX11-1.6.2,1 = up-to-date with port libXScrnSaver-1.2.2 = up-to-date with port libXau-1.0.8 = up-to-date with port libXaw-1.0.12,2 = up-to-date with port libXcomposite-0.4.4,1 = up-to-date with port libXcursor-1.1.14 = up-to-date with port libXdamage-1.1.4 = up-to-date with port libXdmcp-1.1.1 = up-to-date with port libXext-1.3.2,1 = up-to-date with port libXfixes-5.0.1 = up-to-date with port libXfont-1.4.7,1 = up-to-date with port libXfontcache-1.0.5 = up-to-date with port libXft-2.3.1 = up-to-date with port libXi-1.7.2,1 = up-to-date with port libXinerama-1.1.3,1 = up-to-date with port libXmu-1.1.2,1 = up-to-date with port libXp-1.0.2,1 = up-to-date with port libXpm-3.5.11 = up-to-date with port libXrandr-1.4.2 = up-to-date with port libXrender-0.9.8 = up-to-date with port libXt-1.1.4,1 = up-to-date with port libXtst-1.2.2 = up-to-date with port libXv-1.0.10,1 = up-to-date with port libXxf86misc-1.0.3 = up-to-date with port libXxf86vm-1.1.3 = up-to-date with port libassuan-2.1.1 = up-to-date with port libcheck-0.9.12 = up-to-date with port libchk-1.10.3 = up-to-date with port libdaemon-0.14 = up-to-date with port libdnet-1.11_3 = up-to-date with port libdrm-2.4.17_1 = up-to-date with port libelf-0.8.13_1 = up-to-date with port libevent-1.4.14b_3 = up-to-date with port libevent2-2.0.21 = up-to-date with port libexecinfo-1.1_3 = up-to-date with port libffi-3.0.13_1 = up-to-date with port libfontenc-1.1.2 = up-to-date with port libfpx-1.3.1.4 = up-to-date with port libgcrypt-1.5.3_1 = up-to-date with port libgpg-error-1.12 = up-to-date with port libiconv-1.14_3 = up-to-date with port libidn-1.28_1 = up-to-date with port libksba-1.3.0 = up-to-date with port libltdl-2.4.2_2 = up-to-date with port libmcrypt-2.5.8 = up-to-date with port libnet10-1.0.2a_5,1 = up-to-date with port libnet11-1.1.6_1,1 = up-to-date with port libnotify-0.7.5 = up-to-date with port libpci-3.2.1 = up-to-date with port libpciaccess-0.13.2 = up-to-date with port libpthread-stubs-0.3_4 = up-to-date with port libqrencode-3.4.3 = up-to-date with port libtasn1-3.3 = up-to-date with port libtool-2.4.2_2 = up-to-date with port libv4l-0.8.8_1 = up-to-date with port libvolume_id-0.81.1 = up-to-date with port libvpx-1.3.0 = up-to-date with port libxcb-1.9.3 = up-to-date with port libxkbfile-1.0.8 = up-to-date with port libxkbui-1.0.2_1 = up-to-date with port libxml2-2.8.0_3 = up-to-date with port libxslt-1.1.28_1 = up-to-date with port libyaml-0.1.6 = up-to-date with port linux_base-f10-10_7 = up-to-date with port linuxdoc-1.1_2 = up-to-date with port llvm34-3.4 = up-to-date with port lmmon-0.65_1 = up-to-date with port lsof-4.88.g,8 = up-to-date with port lua-5.1.5_6 = up-to-date with port luit-1.1.1 = up-to-date with port lynx-2.8.7.2,1 = up-to-date with port lzo2-2.06_2 = up-to-date with port m4-1.4.17_1,1 = up-to-date with port makedepend-1.0.5,1 = up-to-date with port mhash-0.9.9.9_1 = up-to-date with port mime-support-3.54 = up-to-date with port mkcmd-8.14 = up-to-date with port mkfontdir-1.0.7 = up-to-date with port mkfontscale-1.1.1 = up-to-date with port mm-1.4.2 = up-to-date with port mod_php5-5.4.27,1 = up-to-date with port mpc-1.0.2 = up-to-date with port mpfr-3.1.2_1 = up-to-date with port msrc0-0.7 = up-to-date with port mutt-1.5.23_1 = up-to-date with port naim-0.11.8.3.2 = up-to-date with port ncftp-3.2.5 = up-to-date with port ndisc6-1.0.2_1 = up-to-date with port neon29-0.29.6_4 = up-to-date with port nettle-2.7.1 = up-to-date with port nmap-6.40_2 = up-to-date with port nspr-4.10.4 = up-to-date with port nss-3.15.5 = up-to-date with port oniguruma-4.7.1 = up-to-date with port openssh-portable-6.6.p1,1 = up-to-date with port openssl-1.0.1_10 = up-to-date with port orc-0.4.18 = up-to-date with port p11-kit-0.20.2 = up-to-date with port p5-Authen-NTLM-1.09 = up-to-date with port p5-Authen-SASL-2.16 = up-to-date with port p5-BSD-Resource-1.2907 = up-to-date with port p5-CPAN-Meta-2.140640 = up-to-date with port p5-CPAN-Meta-Requirements-2.125 = up-to-date with port p5-CPAN-Meta-YAML-0.012 = up-to-date with port p5-Compress-Raw-Bzip2-2.064 = up-to-date with port p5-Compress-Raw-Zlib-2.065 = up-to-date with port p5-Crypt-OpenSSL-Bignum-0.04 = up-to-date with port p5-Crypt-OpenSSL-RSA-0.28 = up-to-date with port p5-Crypt-OpenSSL-Random-0.06 = up-to-date with port p5-Crypt-SSLeay-0.64 = up-to-date with port p5-Digest-HMAC-1.03 = up-to-date with port p5-Digest-SHA1-2.13 = up-to-date with port p5-Encode-Detect-1.01 = up-to-date with port p5-Encode-Locale-1.03 = up-to-date with port p5-Error-0.17022 = up-to-date with port p5-ExtUtils-CBuilder-0.2802.12,1 = up-to-date with port p5-ExtUtils-MakeMaker-6.90_1 = up-to-date with port p5-File-Listing-6.04 = up-to-date with port p5-GSSAPI-0.28 = up-to-date with port p5-Geography-Countries-2009041301 = up-to-date with port p5-HTML-Parser-3.71 = up-to-date with port p5-HTML-Tagset-3.20 = up-to-date with port p5-HTTP-Cookies-6.01 = up-to-date with port p5-HTTP-Daemon-6.01 = up-to-date with port p5-HTTP-Date-6.02 = up-to-date with port p5-HTTP-Message-6.06_2 = up-to-date with port p5-HTTP-Negotiate-6.01 = up-to-date with port p5-IO-HTML-1.00 = up-to-date with port p5-IO-Socket-INET6-2.69 = up-to-date with port p5-IO-Socket-IP-0.29 = up-to-date with port p5-IO-Socket-SSL-1.975_1 = up-to-date with port p5-IO-String-1.08 = up-to-date with port p5-IP-Country-2.28 = up-to-date with port p5-JSON-PP-2.27203 = up-to-date with port p5-LWP-MediaTypes-6.02 = up-to-date with port p5-LWP-Protocol-https-6.04 = up-to-date with port p5-Locale-gettext-1.05_3 = up-to-date with port p5-Mail-DKIM-0.40 = up-to-date with port p5-Mail-SPF-2.9.0_1 = up-to-date with port p5-Mail-Tools-2.13 = up-to-date with port p5-Math-BigInt-1.997 = up-to-date with port p5-Module-Build-0.4205 = up-to-date with port p5-Module-Version-0.12 = up-to-date with port p5-Mozilla-CA-20130114 = up-to-date with port p5-Net-1.25,1 = up-to-date with port p5-Net-DNS-0.74_1 = up-to-date with port p5-Net-DNS-Resolver-Programmable-0.003_1 = up-to-date with port p5-Net-HTTP-6.06 = up-to-date with port p5-Net-IP-1.26 = up-to-date with port p5-Net-SSLeay-1.58 = up-to-date with port p5-NetAddr-IP-4.069_1 = up-to-date with port p5-Parse-CPAN-Meta-1.44.14 = up-to-date with port p5-Scalar-List-Utils-1.35,1 = up-to-date with port p5-Socket-2.013 = up-to-date with port p5-Socket6-0.25_1 = up-to-date with port p5-Spiffy-0.31 = up-to-date with port p5-Test-Deep-0.112 = up-to-date with port p5-Test-NoWarnings-1.04_1 = up-to-date with port p5-Test-Simple-1.001.002 = up-to-date with port p5-Test-Tester-0.10.9 = up-to-date with port p5-TimeDate-2.30_1,1 = up-to-date with port p5-URI-1.60 = up-to-date with port p5-WWW-RobotRules-6.02 = up-to-date with port p5-XML-NamespaceSupport-1.11 = up-to-date with port p5-XML-Parser-2.41_1 = up-to-date with port p5-XML-SAX-0.99_1 = up-to-date with port p5-XML-SAX-Base-1.08 = up-to-date with port p5-XML-SAX-Expat-0.50 = up-to-date with port p5-YAML-Syck-1.27 = up-to-date with port p5-libwww-6.05 = up-to-date with port p5-version-0.99.04 = up-to-date with port pango-1.34.1_2 = up-to-date with port patch-2.7.1 = up-to-date with port pciids-20140402 = up-to-date with port pcre-8.34 = up-to-date with port pdflib-7.0.5_2 = up-to-date with port pear-1.9.4_3 = up-to-date with port pecl-APC-3.1.14_1 = up-to-date with port pecl-intl-3.0.0_1 = up-to-date with port pecl-pdflib-3.0.4 = up-to-date with port perl5-5.16.3_9 = up-to-date with port php5-5.4.27 = up-to-date with port php5-bz2-5.4.27 = up-to-date with port php5-ctype-5.4.27 = up-to-date with port php5-dom-5.4.27 = up-to-date with port php5-exif-5.4.27 = up-to-date with port php5-fileinfo-5.4.27 = up-to-date with port php5-filter-5.4.27 = up-to-date with port php5-gd-5.4.27 = up-to-date with port php5-gettext-5.4.27 = up-to-date with port php5-hash-5.4.27 = up-to-date with port php5-iconv-5.4.27 = up-to-date with port php5-json-5.4.27 = up-to-date with port php5-mbstring-5.4.27 = up-to-date with port php5-mcrypt-5.4.27 = up-to-date with port php5-openssl-5.4.27 = up-to-date with port php5-pdo-5.4.27 = up-to-date with port php5-pdo_pgsql-5.4.27 = up-to-date with port php5-pgsql-5.4.27 = up-to-date with port php5-posix-5.4.27 = up-to-date with port php5-pspell-5.4.27 = up-to-date with port php5-session-5.4.27 = up-to-date with port php5-shmop-5.4.27 = up-to-date with port php5-simplexml-5.4.27 = up-to-date with port php5-sockets-5.4.27 = up-to-date with port php5-tokenizer-5.4.27 = up-to-date with port php5-xml-5.4.27 = up-to-date with port php5-xmlreader-5.4.27 = up-to-date with port php5-xmlwriter-5.4.27 = up-to-date with port php5-xsl-5.4.27 = up-to-date with port php5-zip-5.4.27 = up-to-date with port php5-zlib-5.4.27 = up-to-date with port phppgadmin-5.1 = up-to-date with port pico-alpine-2.00_1 = up-to-date with port pixman-0.32.4 = up-to-date with port pkg-1.2.7_2 = up-to-date with port pkgconf-0.9.5 = up-to-date with port png-1.5.18 = up-to-date with port policykit-0.9_7 = up-to-date with port polkit-0.105_2 = up-to-date with port popt-1.16 = up-to-date with port pork-0.99.8.1 = up-to-date with port portmaster-3.17.4 = up-to-date with port portupgrade-2.4.12,2 = up-to-date with port postfix-2.11.0,1 = up-to-date with port postfix-policyd-spf-perl-2.007 = up-to-date with port postgresql93-client-9.3.4 = up-to-date with port postgresql93-server-9.3.4 = up-to-date with port printproto-1.0.5 = up-to-date with port procmail-3.22_7 = up-to-date with port pth-2.0.7 = up-to-date with port py27-bsddb-2.7.6_3 = up-to-date with port py27-cffi-0.8.1 = up-to-date with port py27-cryptography-0.2.2_1 = up-to-date with port py27-docutils-0.11 = up-to-date with port py27-libxml2-2.8.0_1 = up-to-date with port py27-openssl-0.14 = up-to-date with port py27-pycparser-2.10 = up-to-date with port py27-pytz-2014.1.1,1 = up-to-date with port py27-setuptools27-2.0.1 = up-to-date with port py27-six-1.5.2 = up-to-date with port py27-sqlite3-2.7.6_3 = up-to-date with port python-2.7_1,2 = up-to-date with port python2-2_2 = up-to-date with port python27-2.7.6_4 = up-to-date with port python32-3.2.5_8 = up-to-date with port qmake-3.3.8_1 = up-to-date with port qt4-assistant-4.8.5_1 = up-to-date with port qt4-clucene-4.8.5 = up-to-date with port qt4-corelib-4.8.5_3 = up-to-date with port qt4-declarative-4.8.5 = up-to-date with port qt4-doc-4.8.5 = up-to-date with port qt4-gui-4.8.5 = up-to-date with port qt4-help-4.8.5 = up-to-date with port qt4-linguist-4.8.5_1 = up-to-date with port qt4-moc-4.8.5_1 = up-to-date with port qt4-network-4.8.5 = up-to-date with port qt4-opengl-4.8.5 = up-to-date with port qt4-rcc-4.8.5 = up-to-date with port qt4-script-4.8.5 = up-to-date with port qt4-sql-4.8.5 = up-to-date with port qt4-sqlite-plugin-4.8.5 = up-to-date with port qt4-svg-4.8.5 = up-to-date with port qt4-uic-4.8.5 = up-to-date with port qt4-webkit-4.8.5_1 = up-to-date with port qt4-xml-4.8.5 = up-to-date with port qt4-xmlpatterns-4.8.5 = up-to-date with port randrproto-1.4.0 = up-to-date with port razor-agents-2.84 = up-to-date with port re2c-0.13.6 = up-to-date with port recordproto-1.14.2 = up-to-date with port renderproto-0.11.1 = up-to-date with port roundcube-1.0.0,1 = up-to-date with port rsync-3.1.0_2 = up-to-date with port ruby-1.9.3.484_2,1 = up-to-date with port ruby19-bdb-0.6.6_3 = up-to-date with port screen-4.0.3_14 = up-to-date with port scrnsaverproto-1.2.2 = up-to-date with port sdocbook-xml-1.1_1,2 = up-to-date with port serf-1.3.4 = up-to-date with port shared-mime-info-1.1 = up-to-date with port sl-3.03 = up-to-date with port smartmontools-6.2_2 = up-to-date with port spamassassin-3.4.0_9 = up-to-date with port sqlite3-3.8.4.2 = up-to-date with port subversion-1.8.8_1 = up-to-date with port sudo-1.8.10.p2 = up-to-date with port svgalib-1.4.3_6 = up-to-date with port t1lib-5.1.2_2,1 = up-to-date with port tcl85-8.5.15_2 = up-to-date with port tcplist-2.2_1 = up-to-date with port tiff-4.0.3 = up-to-date with port tripwire-2.4.2.2_2 = up-to-date with port unrar-5.01,5 = up-to-date with port unzip-6.0_1 = up-to-date with port unzoo-4.4_2 = up-to-date with port uthash-1.9.8p2 = up-to-date with port v4l_compat-1.0.20120501_1 = up-to-date with port videoproto-2.3.2 = up-to-date with port vim-7.4.240 = up-to-date with port wget-1.15 = up-to-date with port xauth-1.0.8 = up-to-date with port xbitmaps-1.1.1 = up-to-date with port xcb-util-0.3.9_1,1 = up-to-date with port xcb-util-renderutil-0.3.8 = up-to-date with port xdg-utils-1.0.2.20130919_1 = up-to-date with port xextproto-7.2.1 = up-to-date with port xf86miscproto-0.9.3 = up-to-date with port xf86vidmodeproto-2.3.1 = up-to-date with port xineramaproto-1.2.1 = up-to-date with port xkbcomp-1.2.4 = up-to-date with port xkeyboard-config-2.10.1 = up-to-date with port xmake-1.06 = up-to-date with port xmlcatmgr-2.2 = up-to-date with port xmlcharent-0.3_2 = up-to-date with port xorg-fonts-truetype-7.7_1 = up-to-date with port xorg-macros-1.18.0 = up-to-date with port xorg-server-1.7.7_11,1 = up-to-date with port xprop-1.2.2 = up-to-date with port xproto-7.0.25 = up-to-date with port xset-1.2.3_1 = up-to-date with port xterm-303 = up-to-date with port xtrans-1.3.2 = up-to-date with port yasm-1.2.0 = up-to-date with port zip-3.0 = up-to-date with port zoneinfo-2014.b = up-to-date with port zsh-5.0.5 = up-to-date with port angst(~) > From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 13:41:55 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D1CE3F3; Sat, 12 Apr 2014 13:41:55 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21F9A18AB; Sat, 12 Apr 2014 13:41:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CDfsQM067957; Sat, 12 Apr 2014 13:41:54 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CDfso8067956; Sat, 12 Apr 2014 13:41:54 GMT (envelope-from xmj) Date: Sat, 12 Apr 2014 13:41:54 GMT Message-Id: <201404121341.s3CDfso8067956@freefall.freebsd.org> To: xmj@FreeBSD.org, freebsd-python@FreeBSD.org, xmj@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/188431: Every python 2.7 port is generating broken .PLIST files X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 13:41:55 -0000 Synopsis: Every python 2.7 port is generating broken .PLIST files Responsible-Changed-From-To: freebsd-python->xmj Responsible-Changed-By: xmj Responsible-Changed-When: Sat Apr 12 13:41:54 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188431 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 14:39:51 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D118BA8 for ; Sat, 12 Apr 2014 14:39:51 +0000 (UTC) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 621F51D04 for ; Sat, 12 Apr 2014 14:39:51 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id fp1so6453684pdb.28 for ; Sat, 12 Apr 2014 07:39:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=yf0Uzi16wWdZ+YxM4sFBRraHwnXQzkZLr/6m6K4e9yY=; b=iD4zQbO433Gpyg1rNs54D7tb/QuuOHzLJ+5Z1N7E7VIrC5G4pQ1PP1oyFVsI15mXT6 i5lluux+2yTmVJ23WkTved2aPvQYjMc+tQR+OsWYhw0Qn9g9AyBupxy5VeVNlFGLkiNG 9cdMJJoyonuiFBCo8cybN6rzn1oEUcDTN5vrtyDUqqz7ZHfPwcRLLQ/CHvVpgDg9Rb7R DQKCV3WVH+gLCblkyMUohJBCwfI5EUdfF9U3JzBecaqwq5ZJgDIts/CElRtLK/fJ309F 3qupPCq9x6mwPBmqPic4dD8N81I3lo+lBioo05ImuRGmhS4aahl4MttFA3fVRednI0bC 7o5Q== X-Received: by 10.68.254.5 with SMTP id ae5mr33672104pbd.83.1397313590923; Sat, 12 Apr 2014 07:39:50 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id db3sm22453684pbb.10.2014.04.12.07.39.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 12 Apr 2014 07:39:50 -0700 (PDT) Message-ID: <5349502D.5030304@FreeBSD.org> Date: Sun, 13 Apr 2014 00:39:41 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: freebsd-python@FreeBSD.org Subject: pkg-static: Plist error, directory listed as a file: .egg-info X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 14:39:51 -0000 Over the past week, a number of users have reported the following error when upgrading Python ports: "pkg-static: Plist error, directory listed as a file:.egg-info" This has been isolated as a symptom of: a) A recent pkg version (1.2.7_1) which now generates an error instead of silently creating a corrupt package b) Python installations that contain *multiple* python packages that provide the setuptools module (such as setuptools and distribute). This (b) can either be the result of a manual install as root (via easy_install or pip) outside of the scope of ports/packages, or due to leftovers from previous upgrades. The root cause is a version of setuptools is imported during the python setup.py `install` stage, that does not contain a patch which removes directory entries from --record output (a feature of setuptools). Users should inspect their ${LOCALBASE}/lib/pythonX.Y/site-packages directory, and remove any packages that reference old versions of setuptools or distribute. Some examples of entries that may be removed are: 1) distribute-0.6.35-py2.7.egg 2) setuptools-0.6c11-py2.7.egg 3) *Any* version of setuptools directly from PyPi via pip or easy_install If you have any questions, or are unsure whether you can remove a particular entry or not, either: - Delete it, then reinstall devel/py-setuptoolsXY for good measure, OR - Check with us on the mailing list or at #freebsd-python on freenode IRC TLDR: You want to be left with the version of setuptools from ports/packages (currently 2.0.1) as the *only* installed Python package in site-packages/. From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 17:32:54 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A87EABEA; Sat, 12 Apr 2014 17:32:54 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7D1341C88; Sat, 12 Apr 2014 17:32:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CHWs2I039683; Sat, 12 Apr 2014 17:32:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CHWs38039682; Sat, 12 Apr 2014 17:32:54 GMT (envelope-from linimon) Date: Sat, 12 Apr 2014 17:32:54 GMT Message-Id: <201404121732.s3CHWs38039682@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188491: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 17:32:54 -0000 Synopsis: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: linimon Responsible-Changed-When: Sat Apr 12 17:32:43 UTC 2014 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=188491 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 21:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 617674F9; Sat, 12 Apr 2014 21:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3811E1219; Sat, 12 Apr 2014 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CLe19q022008; Sat, 12 Apr 2014 21:40:01 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CLe1eo022006; Sat, 12 Apr 2014 21:40:01 GMT (envelope-from sunpoet) Date: Sat, 12 Apr 2014 21:40:01 GMT Message-Id: <201404122140.s3CLe1eo022006@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-python@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/188491: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 21:40:01 -0000 Synopsis: [patch] devel/py-setuptoolXY: fix PYTHON_VERSION Responsible-Changed-From-To: freebsd-python->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Apr 12 21:40:00 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188491 From owner-freebsd-python@FreeBSD.ORG Sat Apr 12 22:47:22 2014 Return-Path: Delivered-To: python@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 ESMTPS id 1E450CB4; Sat, 12 Apr 2014 22:47:22 +0000 (UTC) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id E653D179D; Sat, 12 Apr 2014 22:47:21 +0000 (UTC) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by duck.symmetricom.us (8.14.6/8.14.6) with ESMTP id s3CMl9X1038622; Sat, 12 Apr 2014 16:47:21 -0600 (MDT) (envelope-from jhein@symmetricom.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.14.7/8.14.5) with ESMTP id s3CMl5KW063021; Sat, 12 Apr 2014 16:47:05 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.7/8.14.7/Submit) id s3CMl5Bh063020; Sat, 12 Apr 2014 16:47:05 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21321.49769.77880.688898@gromit.timing.com> Date: Sat, 12 Apr 2014 16:47:05 -0600 From: John Hein To: Antoine Brodin Subject: Re: Make python27 build as an unprivileged user In-Reply-To: References: <20140403190156.GA83695@mastodon.meroh.net> <20140403192420.GA36985@mastodon.meroh.net> X-Mailer: VM 8.2.0b-trunk-1484 under 24.3.1 (i386-portbld-freebsd8.3) Cc: Julio Merino , python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 22:47:22 -0000 Antoine Brodin wrote at 11:57 +0200 on Apr 4, 2014: > On Fri, Apr 4, 2014 at 12:51 AM, Julio Merino wrote: > > On Thu, Apr 3, 2014 at 3:30 PM, Antoine Brodin wrote: > >> koobs' new python34 port (not committed yet) packages fine as non > >> root, so it seems doable. > > > > Sorry but I don't see how that's relevant. Python 3.4 is a much more > > modern package than 2.7 and many things may have changed in its build > > infrastructure. > > > > Yes, fixing the root cause is doable for sure, and I agree with you > > that, ideally, this should be properly fixed. But: I don't think it's > > worth our time considering that: 1) this is for the "old" 2.x branch > > and 2) some knowledgeable people have already tried and failed at > > doing so. > > > > As things currently are, the python27 package is broken when building > > from ports as non-root. (Which by the way is annoying for > > architectures without prebuilt packages; I have found this problem > > under powerpc64!) > > > > What I'm proposing is that we trivially workaround the problem by > > *temporarily* defining NEED_ROOT and later investigating the failure. > > Doing the former does not preclude the latter, but at least fixes the > > obvious bug. > > > > I don't want to put words on your mouth, but what I think you are > > proposing is that we leave the package broken for an arbitrary > > (possibly infinite) amount of time until someone decides to track and > > fix the root cause. If you are offering to investigate this relatively > > soon as the maintainer that's perfect though. > > > > So up to you really! If you do not agree with the workaround, I will > > at least file a PR for proper tracking. > > Try attached patch. > > Cheers, > > Antoine > Allow staging python27 as a regular user: > > - when compiling, don't compile the running command otherwise it fails to compile modules imported by the running command > > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/getopt.pyc' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/py_compile.pyc' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/struct.pyc' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/getopt.pyo' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/py_compile.pyo' > Sorry [Errno 13] Permission denied: '/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/struct.pyo' > > - ranlib before installing read only > > Index: lang/python27/files/patch-Makefile.pre.in > =================================================================== > --- lang/python27/files/patch-Makefile.pre.in (revision 350060) > +++ lang/python27/files/patch-Makefile.pre.in (working copy) > @@ -1,6 +1,6 @@ > ---- ./Makefile.pre.in.orig 2013-04-06 18:02:34.000000000 +0400 > -+++ ./Makefile.pre.in 2013-04-07 22:30:19.000000000 +0400 > -@@ -281,9 +281,9 @@ > +--- ./Makefile.pre.in.orig 2013-11-10 07:36:41.000000000 +0000 > ++++ ./Makefile.pre.in 2014-04-04 09:16:00.000000000 +0000 > +@@ -285,9 +285,9 @@ > > ########################################################################## > # AST > @@ -12,3 +12,28 @@ > AST_C= $(AST_C_DIR)/Python-ast.c > AST_ASDL= $(srcdir)/Parser/Python.asdl > > +@@ -1006,12 +1006,12 @@ > + $(DESTDIR)$(LIBDEST)/distutils/tests ; \ > + fi > + PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ > +- $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ > ++ $(PYTHON_FOR_BUILD) -B -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ > + -d $(LIBDEST) -f \ > + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ > + $(DESTDIR)$(LIBDEST) > + PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ > +- $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ > ++ $(PYTHON_FOR_BUILD) -B -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ > + -d $(LIBDEST) -f \ > + -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ > + $(DESTDIR)$(LIBDEST) > +@@ -1089,8 +1089,8 @@ > + if test "$(SO)" = .dll; then \ > + $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \ > + else \ > ++ $(RANLIB) $(LIBRARY) ; \ > + $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ > +- $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ > + fi; \ > + else \ > + echo Skip install of $(LIBRARY) - use make frameworkinstall; \ I'm a little late, but I've had this patch ever since python was staged. I _always_ build the 'stage' stage of ports as non-root (and I think tinderbox, et. al., should do so, too - but that's a bit beyond scope for this email thread): @@ -975,6 +975,7 @@ echo $(INSTALL_DATA) $$i $(LIBDEST); \ fi; \ done + chmod u+w $(DESTDIR)$(LIBDEST)/*.py @for d in $(LIBSUBDIRS); \ do \ a=$(srcdir)/Lib/$$d; \ @@ -1090,6 +1091,7 @@ $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \ else \ $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ + chmod u+w $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ fi; \ else \ Antoine's patch is even better. From owner-freebsd-python@FreeBSD.ORG Mon Apr 14 11:06:51 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07949136 for ; Mon, 14 Apr 2014 11:06:51 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFD501668 for ; Mon, 14 Apr 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EB6oqL025986 for ; Mon, 14 Apr 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3EB6oMJ025984 for freebsd-python@FreeBSD.org; Mon, 14 Apr 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 14 Apr 2014 11:06:50 GMT Message-Id: <201404141106.s3EB6oMJ025984@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 11:06:51 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb f ports/186397 python sysutils/py-salt patch breaks salt o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang f ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre f ports/154209 python [PATCH] lang/python: Install symlink for ptags 32 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Apr 14 18:57:10 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id A3DE6BEA for ; Mon, 14 Apr 2014 18:57:10 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8BF8A1C7E for ; Mon, 14 Apr 2014 18:57:10 +0000 (UTC) Received: from nemysis3now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EIv9kx084193 for ; Mon, 14 Apr 2014 18:57:09 GMT (envelope-from nemysis@FreeBSD.org) Date: Mon, 14 Apr 2014 20:56:58 +0200 From: Rusmir Dusko To: freebsd-python@freebsd.org Subject: math/py-numpy update to 1.8.1 Message-ID: <20140414205658.34ae32a0@nemysis3now> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/nstPop8BxG1OOc8zcYZ1Att"; protocol="application/pgp-signature" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 18:57:10 -0000 --Sig_/nstPop8BxG1OOc8zcYZ1Att Content-Type: multipart/mixed; boundary="MP_/5ZTkypySqHskSo+YJWLqSTP" --MP_/5ZTkypySqHskSo+YJWLqSTP Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hello Please look enclosed diff, test and commit, because i not have python@ commit bit. - Update to 1.8.1, announce message is here: http://sourceforge.net/projects/numpy/files/NumPy/1.8.1/ - Add IGNORE --> is this good - Break lines around 80 characters - Change REINPLACE, cosmetical changes - Strip libraries - Change patch f2py/f2py2e.py --> db_(Dianora) --=20 Best regards, Rusmir Dusko --MP_/5ZTkypySqHskSo+YJWLqSTP Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=py-numpy.diff Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 350423) +++ Makefile (working copy) @@ -2,12 +2,11 @@ # $FreeBSD$ =20 PORTNAME=3D numpy -PORTVERSION=3D 1.8.0 -PORTREVISION=3D 1 +PORTVERSION=3D 1.8.1 PORTEPOCH=3D 1 CATEGORIES=3D math python -MASTER_SITES=3D http://docs.scipy.org/doc/${DISTNAME:C/\..$/.0/}/:doc \ - SF/${PORTNAME}/NumPy/${PORTVERSION}:source +MASTER_SITES=3D SF/${PORTNAME}/NumPy/${PORTVERSION}:source \ + http://docs.scipy.org/doc/${DISTNAME:C/\..$/.1/}/:doc PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} DISTFILES=3D numpy-${PORTVERSION:S/r/rc/}${EXTRACT_SUFX}:source \ numpy-ref-${PORTVERSION}.pdf:doc \ @@ -40,6 +39,9 @@ =20 .if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+=3D libatlas.so:${PORTSDIR}/math/atlas +. if !exists(${LOCALBASE}/lib/libalapack.a) +IGNORE=3D ATLAS needs to be built with STATIC for NumPy to function proper= ly +. endif .else LIB_DEPENDS+=3D liblapack.so:${PORTSDIR}/math/lapack \ libblas.so:${PORTSDIR}/math/blas @@ -54,10 +56,12 @@ @${CP} ${DISTDIR}/numpy-user-${PORTVERSION}.pdf ${WRKDIR} =20 post-patch: - @${REINPLACE_CMD} -e "s+%%FC%%+${FC}+" ${WRKSRC}/numpy/distutils/fcompile= r/gnu.py + @${REINPLACE_CMD} -e "s+%%FC%%+${FC}+" \ + ${WRKSRC}/numpy/distutils/fcompiler/gnu.py @${CP} ${FILESDIR}/site.cfg ${WRKSRC}/site.cfg # ignore LDFLAGS from env, as it overrides internal flags (e.g. -shared) f= or some reason - @${REINPLACE_CMD} -e "s|'LDFLAGS'|None|" ${WRKSRC}/numpy/distutils/fcompi= ler/__init__.py + @${REINPLACE_CMD} -e "s|'LDFLAGS'|None|" \ + ${WRKSRC}/numpy/distutils/fcompiler/__init__.py =20 GCCLIBDIR_CMDS=3D ${FC} -print-file-name=3Dlibgfortran.so|${SED} -e s/libg= fortran.so// =20 @@ -71,11 +75,19 @@ @${REINPLACE_CMD} -e "s+:%%LOCALBASE%%/include/suitesparse++" ${WRKSRC}/s= ite.cfg .endif @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \ - -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ + -e "s+%%LOCALBASE%%+${LOCALBASE}+g" \ ${WRKSRC}/site.cfg - @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" ${WRKSRC}/n= umpy/distutils/system_info.py + @${REINPLACE_CMD} -e "s+%%GCCLIBDIR%%+$$(${GCCLIBDIR_CMDS})+" \ + ${WRKSRC}/numpy/distutils/system_info.py =20 post-install: +.for l in core/operand_flag_tests core/struct_ufunc_test core/umath core/m= ultiarray \ + core/multiarray_tests core/_dummy core/umath_tests core/scalarmath \ + core/test_rational core/_dotblas lib/_compiled_base numarray/_capi \ + linalg/lapack_lite linalg/_umath_linalg random/mtrand fft/fftpack_lite + ${STRIP_CMD} ${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/numpy/${l}.so +.endfor + ${INSTALL_MAN} ${WRKSRC}/numpy/f2py/f2py.1 ${STAGEDIR}${MANPREFIX}/man/ma= n1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/numpy-ref-${PORTVERSION}.pdf ${STAGEDIR}${DOCSD= IR} Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 350423) +++ distinfo (working copy) @@ -1,6 +1,6 @@ -SHA256 (numpy-1.8.0.tar.gz) =3D 2764d0819acc77e9ff81b060fe7f69530b0d85c26a= c9d162639b787cb227d253 -SIZE (numpy-1.8.0.tar.gz) =3D 3779617 -SHA256 (numpy-ref-1.8.0.pdf) =3D 49ecb1d768eb48598439cc63058f830ca3522fe1c= feba1a321086e9820ae8911 -SIZE (numpy-ref-1.8.0.pdf) =3D 5324229 -SHA256 (numpy-user-1.8.0.pdf) =3D a8c30360f9e46c63cfdf48fa594971d94d68ce59= ece08c13d4acde8b14032cfe -SIZE (numpy-user-1.8.0.pdf) =3D 408447 +SHA256 (numpy-1.8.1.tar.gz) =3D 3d722fc3ac922a34c50183683e828052cd9bb7e913= 4a95098441297d7ea1c7a9 +SIZE (numpy-1.8.1.tar.gz) =3D 3794076 +SHA256 (numpy-ref-1.8.1.pdf) =3D 973851e66d0d5ab095f444f8aeb966fefe2dd5442= 26395abbb110fc1b60f351d +SIZE (numpy-ref-1.8.1.pdf) =3D 5348248 +SHA256 (numpy-user-1.8.1.pdf) =3D be827f2d92ef86c3af7f59c623017e7bc23ee95c= 64f88e8c9871f3ad1f99b262 +SIZE (numpy-user-1.8.1.pdf) =3D 408305 Index: files/patch-numpy-f2py-f2py2e.py =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-numpy-f2py-f2py2e.py (revision 350423) +++ files/patch-numpy-f2py-f2py2e.py (working copy) @@ -1,10 +1,10 @@ ---- numpy/f2py/f2py2e.py.orig 2012-01-25 06:59:14.651304791 -0600 -+++ numpy/f2py/f2py2e.py 2012-01-25 07:00:58.475075133 -0600 +--- ./numpy/f2py/f2py2e.py.orig 2014-03-25 20:43:24.000000000 +0100 ++++ ./numpy/f2py/f2py2e.py 2014-04-09 17:57:26.264759349 +0200 @@ -520,6 +520,7 @@ include_dirs, sources =3D filter_files('-I', '', sources, remove_pref= ix=3D1) library_dirs, sources =3D filter_files('-L', '', sources, remove_pref= ix=3D1) libraries, sources =3D filter_files('-l', '', sources, remove_prefix= =3D1) -+ extra_link_args, sources =3D filter_files('-Wl,','',sources,remove_pr= efix=3D0) ++ extra_link_args, sources =3D filter_files('-Wl,|-B','',sources,remove= _prefix=3D0) undef_macros, sources =3D filter_files('-U', '', sources, remove_pref= ix=3D1) define_macros, sources =3D filter_files('-D', '', sources, remove_pre= fix=3D1) using_numarray =3D 0 --MP_/5ZTkypySqHskSo+YJWLqSTP-- --Sig_/nstPop8BxG1OOc8zcYZ1Att Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTTC+FAAoJELa5uPZMk+PSasgP/1C+eRvZDWMau28hLjsYNQI0 OfJQH8NLgW8azTJOofZnuwq8kws/sZL+hPJ02d6PRwYYZIIeUQcMkmSYypdKNYW2 kj3FxPSCSXLPVw33Zj3vHV5gfYRRjjkBzem8pIfys/i3YGQiiTklVFAJILNlYl1w lDg+msE59V7EQYGkvEbTyT3DPFhCcKX3l2PU4tHIpUNucYg3mOl6HnE8w+SdlWO2 cdcpdZszYqaKH55iHxP9tlm7rgJDtqxE8OAdE/Qzw+NR1V1npaVrQlsgCgUG7QUH hqkNzgRSvKFRSDrzFqtQFo2slj+pwE9EI3bEfaYneVbE9tZVNQNCpu5xsaQDQuue /n5I1PEFZtN4legmBFa/7B1CEIEYodaw9A5+d2Kje4Uufa3NGAya/ckJg80oPe+2 hQHJcZtEX2OMU8A5bvk/MgpB7JM3awpjib9cZ0I6sxlT8nHPKnk297GCE7y+hAKX KyUNdVNaYzrxi6YaQLhORqOLZhp8AFBjk8LUfxOgCO3JgfiRqjRlYCzz1/WiBT3M COmsj756dzijPASF3ujYDbe1I7P9CceUHJFEzc5n5SONKCNvwNjntLVZgb0TAQK5 yMS5aO8Ypde/+zaREi4sUkZCvdXhJ3MfrCYieeFvTSFFlPfPH1ooKKUmiO9+FkPA cqbl/NdWmo3PCTGFdC+C =tAuS -----END PGP SIGNATURE----- --Sig_/nstPop8BxG1OOc8zcYZ1Att-- From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 05:24:31 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 276279F5 for ; Wed, 16 Apr 2014 05:24:31 +0000 (UTC) Received: from mail-ie0-x229.google.com (mail-ie0-x229.google.com [IPv6:2607:f8b0:4001:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED46D1CD5 for ; Wed, 16 Apr 2014 05:24:30 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id to1so10116512ieb.14 for ; Tue, 15 Apr 2014 22:24:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=FlB4RWcfsdPuMXNIGJb9TOMJwYqMH/aGbcPEFCe3kcY=; b=KEXhRkJ3n/yVWd4/tyfok4y3HZkF8jDVpX9dOVYfd5qUHBvBuycnIm6idx7Vv60t/0 AbkoQn42Pa0bjs8ueFjEodJ+NwI1LBCuHsxc85G+NzRaWQEdXSb5P0eSChz5NwR290OG VVpk4jZxnHMknmern4/J1WR2NFuWqzlWIuZKcia2ffaZ9mHIY4whOoqkv62VbEm6tzHN bGxzsJ7sGEpNcQDqgrPDQ/JAlqmOnh8U9Jf+wx0YA3lv1mIOyvXeGinqE8w6IKCQ84Ve RZBeAavYs6m6mJNR9r2wWLm7sHjT7hT9wgMS++4ThVOrMi9xKzN47cPO8Tfjn7p+zyvz giIw== MIME-Version: 1.0 X-Received: by 10.50.4.70 with SMTP id i6mr2402219igi.40.1397625870226; Tue, 15 Apr 2014 22:24:30 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Tue, 15 Apr 2014 22:24:30 -0700 (PDT) Date: Tue, 15 Apr 2014 22:24:30 -0700 Message-ID: Subject: This seems messed up [py-setuptools] From: paul beard To: python@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 05:24:31 -0000 The extra version number in the filename is hosing things up. Conflict found on path /usr/local/lib/python2.7/site-packages/setuptools/version.pyc between py27-setuptools-2.0.1(devel/py-setuptools) and py27-setuptools27-2.0.1(devel/py-setuptools27) Conflict found on path /usr/local/lib/python2.7/site-packages/setuptools/version.pyo between py27-setuptools-2.0.1(devel/py-setuptools) and py27-setuptools27-2.0.1(devel/py-setuptools27) -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 06:30:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 76C8B252; Wed, 16 Apr 2014 06:30:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DDC21308; Wed, 16 Apr 2014 06:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3G6U5fl005232; Wed, 16 Apr 2014 06:30:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3G6U5JC005231; Wed, 16 Apr 2014 06:30:05 GMT (envelope-from edwin) Date: Wed, 16 Apr 2014 06:30:05 GMT Message-Id: <201404160630.s3G6U5JC005231@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188681: Updated port security/py-ecdsa X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 06:30:05 -0000 Synopsis: Updated port security/py-ecdsa Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 16 06:30:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188681 From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 06:42:28 2014 Return-Path: Delivered-To: python@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 ESMTPS id 09BC848F for ; Wed, 16 Apr 2014 06:42:28 +0000 (UTC) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D172014B2 for ; Wed, 16 Apr 2014 06:42:27 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id p10so10365262pdj.31 for ; Tue, 15 Apr 2014 23:42:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=EQ1cZKTJgI4K638Xad75CDE/yjOilPnc2vvXyG+ZG/A=; b=qTPyGkyCJZmQ1QINdqCRHwwc8F414YPiQWBQ0nxqSwrJ6g+XvY6rrDeCcBrhJIS0qA U3oqNvVBNQVjW4Sr4WoOAGrz+Axr5SW8IvOdlXAFiSvHEB86jpFCIOwPLk9qG18nNT5x 3FnnSUYLc6e8NeEZzz8xLMnaW8uUNNe1ze12BoB1T6pCa63Ly5gWjJ9qhfrE2oCF++lE 7UhqP4C/vFkCcT3UTHyf4TV0npFUGN6xaudFMlzEHKgqqBX6BwEl57gzzwggzZ+6Sb2x px9O/SHmgF9k7849Qre647tK8bl5YaX/Ppn7kLrb+YoNMT8cm+BAJd+bVsEOzD8JMWEd EdLg== X-Received: by 10.67.1.202 with SMTP id bi10mr6663721pad.68.1397630546756; Tue, 15 Apr 2014 23:42:26 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id wp3sm44639269pbc.67.2014.04.15.23.42.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 15 Apr 2014 23:42:24 -0700 (PDT) Message-ID: <534E264A.7020106@FreeBSD.org> Date: Wed, 16 Apr 2014 16:42:18 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: paul beard , python@freebsd.org Subject: Re: This seems messed up [py-setuptools] References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 06:42:28 -0000 On 16/04/2014 3:24 PM, paul beard wrote: > The extra version number in the filename is hosing things up. > > > Conflict found on path > /usr/local/lib/python2.7/site-packages/setuptools/version.pyc between > py27-setuptools-2.0.1(devel/py-setuptools) and > py27-setuptools27-2.0.1(devel/py-setuptools27) > > > Conflict found on path > /usr/local/lib/python2.7/site-packages/setuptools/version.pyo between > py27-setuptools-2.0.1(devel/py-setuptools) and > py27-setuptools27-2.0.1(devel/py-setuptools27) > Hi Paul, thanks for your feedback. Please have a read of /usr/ports/UPDATING entry 20140307, with tl;dr: You want to *replace* py27-setuptools with py27-setuptools27 From owner-freebsd-python@FreeBSD.ORG Wed Apr 16 15:16:29 2014 Return-Path: Delivered-To: python@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 ESMTPS id 987EE644; Wed, 16 Apr 2014 15:16:29 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 600271A62; Wed, 16 Apr 2014 15:16:29 +0000 (UTC) Received: by mail-ig0-f179.google.com with SMTP id hl10so1154541igb.12 for ; Wed, 16 Apr 2014 08:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=P+GXQOueeQTLqKtkNOVwETD0Sdcmmw2fcq30nOSSS7U=; b=C+vGo8jNknXNAWNVX381FxNKPB2+NgItjHXoZ+o6EmCBjvi04zUl7Zv34Fvf/KfK9k ZYdLKUAMwYzRMf6KSxTjPAmUiFuUZuAV+dQWzYxeuXDXQCB8liVyNbkorlceCM3xAWT3 be0kWx0a3v8scXv+Mc0t/oWdkEMt/0nDp5N54Nm4FsyF5JYqA/lL7f9QC3BScyb9FO+c nxe1Kq1bVPwrItb4SkMQb6Vnq10AQspPdVfrVh/GSfe5+/z2upmWTZ2QK1rBmQusI/Qb vyvYCYb6u+1x7tX7VGzEuyrz7avQGoEY6RYbAbimgVbHUQWwZYJlN/3nGQ1uq6nRbEM2 BW1g== MIME-Version: 1.0 X-Received: by 10.50.153.49 with SMTP id vd17mr10903269igb.40.1397661387904; Wed, 16 Apr 2014 08:16:27 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 08:16:27 -0700 (PDT) In-Reply-To: <534E264A.7020106@FreeBSD.org> References: <534E264A.7020106@FreeBSD.org> Date: Wed, 16 Apr 2014 08:16:27 -0700 Message-ID: Subject: Re: This seems messed up [py-setuptools] From: paul beard To: "koobs@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 15:16:29 -0000 On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak wrote: > > Please have a read of /usr/ports/UPDATING entry 20140307, with tl;dr: >From the URL listed there: > > If you have any questions, or are unsure whether you can remove a > particular entry or not, either: > - Delete it, then reinstall devel/py-setuptoolsXY for good measure, OR > - Check with us on the mailing list or at #freebsd-python on freenode IRC I deleted it more than once but apparently it was the /usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg file that was the issue. In the old days, before pkgng, there was a way to find files that weren't registered to a port. I should perhaps have thought to use that if it still exists. -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 00:38:33 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B26FB508; Thu, 17 Apr 2014 00:38:33 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7A6D11AC5; Thu, 17 Apr 2014 00:38:33 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id ur14so1711907igb.2 for ; Wed, 16 Apr 2014 17:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=n4mzw2/vxJQh5D4E+8uZXMRHzJW5hytRcpq9q16H07E=; b=rrU1gQJ9XE2vDQoU8x2LZ6AZNHdh9mPaCF/q6APhValAa857OlR2VTbshLVyn4suYd ZYflrwYcvtoBrprcUTU29KTEsY0eGlzRu9GKlovkKsJII63wE/51dzDzzm5icK+xLkux OCTOiBfJaXUuiZPBicgOZMjagdSIYiOGOi8f9OjJyWeJORAKlrvFF04LKiRfpeltJ5lB N36QJAPk7iGZ4LWneckISxY3UzOYmOAaTPainRyliyeDWI66lSFsY4fEN00r/fSYFOn6 wozAJPo9pGanM1BXmBb9GbBw2NTNl27dDHP7piuyEbgacsESGtlJl3YuBsjceTCfL9qN XsBQ== MIME-Version: 1.0 X-Received: by 10.50.4.70 with SMTP id i6mr8091497igi.40.1397695112932; Wed, 16 Apr 2014 17:38:32 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 17:38:32 -0700 (PDT) In-Reply-To: <534E264A.7020106@FreeBSD.org> References: <534E264A.7020106@FreeBSD.org> Date: Wed, 16 Apr 2014 17:38:32 -0700 Message-ID: Subject: Re: This seems messed up [py-setuptools] From: paul beard To: "koobs@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 00:38:33 -0000 On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak wrote: > > You want to *replace* py27-setuptools with py27-setuptools27 > Kind of annoying that it wants to install both of these. What the real solution? List the installed python packages, blow away the lot, then reinstall from the list? >>> Missing package dependencies were detected. >>> Found 2 issue(s) in the package database. The following packages will be installed: Installing py27-setuptools27: 2.0.1 Installing py27-setuptools: 2.0.1 The installation will require 3 MB more space -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 01:48:10 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FE7BFF6 for ; Thu, 17 Apr 2014 01:48:10 +0000 (UTC) Received: from mail-pd0-x236.google.com (mail-pd0-x236.google.com [IPv6:2607:f8b0:400e:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41A6A118A for ; Thu, 17 Apr 2014 01:48:10 +0000 (UTC) Received: by mail-pd0-f182.google.com with SMTP id y10so11427429pdj.13 for ; Wed, 16 Apr 2014 18:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=yxBPtmzfXr/1IMUlWI57EoCKRY3PX2J0kbsjw6THc5M=; b=Xap+61cRiFWKM27s/VBPOUgIC97v+4gv385E8/RqchOmrSiiawW29J9MHqi+bbFfCh bbgY+iLFNSUBI5OHkZS28LP5v7539AAoznups1dphFB91erlmFGcJhp+nXuPDYBv3Z13 exp7ZHOOQT1sfC66V4L8X7KTeNEqLNpcTOKVWClKA7waNVvlxcD8VlfB1tRSvgyj8pNv /dLMfOw7JpQpYW1xZwFSEo1JZPCsic3uW47+brzWnyvF/OFiyzeAbZdtE0zmcd6+9KRR B/emAkdFUWT8oGkWL4n8uQ6z2UbX0BScbvjcc6VRQrzSnz1OFUIwARTUv2oK19AyVaTD BGKA== X-Received: by 10.66.65.204 with SMTP id z12mr12250840pas.60.1397699289635; Wed, 16 Apr 2014 18:48:09 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ff4sm118598580pad.24.2014.04.16.18.48.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 16 Apr 2014 18:48:09 -0700 (PDT) Message-ID: <534F32D2.1070107@FreeBSD.org> Date: Thu, 17 Apr 2014 11:48:02 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: paul beard Subject: Re: This seems messed up [py-setuptools] References: <534E264A.7020106@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 01:48:10 -0000 On 17/04/2014 1:16 AM, paul beard wrote: > On Tue, Apr 15, 2014 at 11:42 PM, Kubilay Kocak wrote: >> >> Please have a read of /usr/ports/UPDATING entry 20140307, with tl;dr: > > > From the URL listed there: >> >> If you have any questions, or are unsure whether you can remove a >> particular entry or not, either: >> - Delete it, then reinstall devel/py-setuptoolsXY for good measure, OR >> - Check with us on the mailing list or at #freebsd-python on freenode IRC > > > I deleted it more than once but apparently it was the > /usr/local/lib/python2.7/site-packages/distribute-0.6.35-py2.7.egg > file that was the issue. In the old days, before pkgng, there was a > way to find files that weren't registered to a port. I should perhaps > have thought to use that if it still exists. > > Paul, If you have distribute installed in your site-packages (whether or not you have the port/package installed), you'll want to remove that as well. Background: In the past year the Python team have taken (in order) the following steps to track changes in Python packaging: 1) Replace setuptools 0.6.x with distribute 2) Replace distribute with setuptools 0.7.x+ [1] Note that setuptools (0.6 and 0.7+) and distribute *all* provide the 'setuptools' python module and corresponding files. py-distribute was deleted on Nov 29 2013 [2]. For more detail on the effect having multiple or stale versions of these left installed, see: http://lists.freebsd.org/pipermail/freebsd-python/2014-April/006828.html [1] https://pythonhosted.org/setuptools/merge.html [2] http://svnweb.freebsd.org/ports?view=revision&revision=335167 We're also available to assist on #freebsd-python on IRC (freenode) if you need anything :) Koobs From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 01:55:11 2014 Return-Path: Delivered-To: python@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 ESMTPS id C96E6296; Thu, 17 Apr 2014 01:55:11 +0000 (UTC) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FCD71240; Thu, 17 Apr 2014 01:55:11 +0000 (UTC) Received: by mail-ig0-f171.google.com with SMTP id c1so1763928igq.16 for ; Wed, 16 Apr 2014 18:55:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=P+f2Q37wQ3X1VuEC0OmGNEn/3/2Uoez8MiMxbbsMPAA=; b=M7KqK+PMFQUyYuUm/+bJj3oljZaRTSP3BGXfqlnaRDohpcI2eI7RblbjpAtm5TnZUw 5csB0v/cuR57gvc67WxTLdwbDG+9JkQAEdvnrEz3r1C8bXrnak+piA/FmYBM+OjivDSQ mkEtuL8Poj6MhJ2GNzOdhWzXeSbqacwzC0hp0B55duLYRIuLVqv3BGCvXhIIV0Zj0zZG K5j59kVgwzAczvsvLK4Gq/sHWHK/eIndO66o5RU8s/9/wbl4YdU2AIcSYR/vo/L+qedC VpeyHmOVxUOdb/YmcOlaULe10D696wuLveyWfFBqw2XK4i/4HaqV3axcgKk/56l0ezuG MrcA== MIME-Version: 1.0 X-Received: by 10.50.111.135 with SMTP id ii7mr8214187igb.35.1397699711040; Wed, 16 Apr 2014 18:55:11 -0700 (PDT) Received: by 10.64.15.225 with HTTP; Wed, 16 Apr 2014 18:55:10 -0700 (PDT) In-Reply-To: <534F32D2.1070107@FreeBSD.org> References: <534E264A.7020106@FreeBSD.org> <534F32D2.1070107@FreeBSD.org> Date: Wed, 16 Apr 2014 18:55:10 -0700 Message-ID: Subject: Re: This seems messed up [py-setuptools] From: paul beard To: "koobs@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 Cc: python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 01:55:11 -0000 On Wed, Apr 16, 2014 at 6:48 PM, Kubilay Kocak wrote: > We're also available to assist on #freebsd-python on IRC (freenode) if > you need anything :) Probably should have taken you up on that. What I ended up doing, in my brutally stupid way: portmaster | grep py27 | cut -c7-100 | sed "s/-[^-]*$//" > /tmp/list cp -rp site-packages site-packages.old cat /tmp/list | while read p; do pkg delete -fy $p; done mv site-packages site-packages.bad cat /tmp/list | while read p; do pkg install -y $p; done We'll see what shows up as missing. At the same time as these shenanigans, portmaster has been acting up and I couldn't tell if they were related. portmaster -a ===>>> The -[lL] options are not compatible with -FRaefnors You see any invocation of [lL] in there? Me neither. -- Paul Beard / www.paulbeard.org/ From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 07:40:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D407AF9 for ; Thu, 17 Apr 2014 07:40:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 89EA314AA for ; Thu, 17 Apr 2014 07:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3H7e2A5049408 for ; Thu, 17 Apr 2014 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3H7e131049407; Thu, 17 Apr 2014 07:40:01 GMT (envelope-from gnats) Date: Thu, 17 Apr 2014 07:40:01 GMT Message-Id: <201404170740.s3H7e131049407@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Olaf Zaplinski Subject: Re: ports/186192: lang/python27: building =?UTF-8?Q?python=32=37-?= =?UTF-8?Q?=32=2E=37=2E=36=5F=31=20fails=20for=20WITH=5FNIS=3Dy?= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Olaf Zaplinski List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 07:40:02 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Olaf Zaplinski To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186192: lang/python27: building =?UTF-8?Q?python=32=37-?= =?UTF-8?Q?=32=2E=37=2E=36=5F=31=20fails=20for=20WITH=5FNIS=3Dy?= Date: Thu, 17 Apr 2014 09:29:55 +0200 Can you please tell me when this bug will be fixed? # grep NIS /etc/make.conf OPTIONS_UNSET=NIS X11 [root@lizzy /usr/ports/lang/python27]# make install ===> Installing for python27-2.7.6_4 ===> python27-2.7.6_4 depends on shared library: libintl.so - found ===> Checking if lang/python27 already installed ===> Registering installation for python27-2.7.6_4 pkg-static: lstat(/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/nis.so): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/lang/python27 *** Error code 1 Stop. make: stopped in /usr/ports/lang/python27 From owner-freebsd-python@FreeBSD.ORG Thu Apr 17 21:10:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5081D6E1 for ; Thu, 17 Apr 2014 21:10:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229ED1393 for ; Thu, 17 Apr 2014 21:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3HLA0RC008428 for ; Thu, 17 Apr 2014 21:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3HLA0FU008427; Thu, 17 Apr 2014 21:10:00 GMT (envelope-from gnats) Date: Thu, 17 Apr 2014 21:10:00 GMT Message-Id: <201404172110.s3HLA0FU008427@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Thierry Thomas Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Thierry Thomas List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2014 21:10:01 -0000 The following reply was made to PR ports/188327; it has been noted by GNATS. From: Thierry Thomas To: nemysis Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/188327: [numpy] math/py-numpy: Numpy is broken Date: Thu, 17 Apr 2014 23:03:05 +0200 On sun 6 apr 14 at 22:28:54 +0200, nemysis wrote: > >Number: 188327 > >Category: ports > >Synopsis: [numpy] math/py-numpy: Numpy is broken The proposed work-around with LD_LIBRARY_PATH has been used to fix the port french/eficas: it works! -- Th. Thomas. From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 04:07:53 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 65EF4788; Fri, 18 Apr 2014 04:07:53 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3AFAA18FA; Fri, 18 Apr 2014 04:07:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3I47rmB046732; Fri, 18 Apr 2014 04:07:53 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3I47qiA046731; Fri, 18 Apr 2014 04:07:52 GMT (envelope-from xmj) Date: Fri, 18 Apr 2014 04:07:52 GMT Message-Id: <201404180407.s3I47qiA046731@freefall.freebsd.org> To: christer.edwards@gmail.com, mike@bayphoto.com, xmj@FreeBSD.org, freebsd-python@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/186397: sysutils/py-salt patch breaks salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 04:07:53 -0000 Synopsis: sysutils/py-salt patch breaks salt State-Changed-From-To: feedback->closed State-Changed-By: xmj State-Changed-When: Fri Apr 18 04:07:52 UTC 2014 State-Changed-Why: Patch included in revision 348607 http://www.freebsd.org/cgi/query-pr.cgi?pr=186397 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:20:06 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7050216A; Fri, 18 Apr 2014 12:20:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4679518F9; Fri, 18 Apr 2014 12:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ICK6rd031466; Fri, 18 Apr 2014 12:20:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3ICK6B5031465; Fri, 18 Apr 2014 12:20:06 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 12:20:06 GMT Message-Id: <201404181220.s3ICK6B5031465@freefall.freebsd.org> To: xmj@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 12:20:06 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 2014.1.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Apr 18 12:20:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:20:04 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9B4B7159; Fri, 18 Apr 2014 12:20:04 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71C1518F8; Fri, 18 Apr 2014 12:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ICK4JY030967; Fri, 18 Apr 2014 12:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3ICK4TR030944; Fri, 18 Apr 2014 12:20:04 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 12:20:04 GMT Message-Id: <201404181220.s3ICK4TR030944@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 12:20:04 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 2014.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 12:20:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 47A4A28A for ; Fri, 18 Apr 2014 12:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3520319C8 for ; Fri, 18 Apr 2014 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3ICU1tV032170 for ; Fri, 18 Apr 2014 12:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3ICU1YS032169; Fri, 18 Apr 2014 12:30:01 GMT (envelope-from gnats) Date: Fri, 18 Apr 2014 12:30:01 GMT Message-Id: <201404181230.s3ICU1YS032169@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 12:30:01 -0000 The following reply was made to PR ports/188756; it has been noted by GNATS. From: Edwin Groothuis To: christer.edwards@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 Date: Fri, 18 Apr 2014 12:20:05 UT Maintainer of sysutils/py-salt, Please note that PR ports/188756 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188756 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 12:45:47 2014 Return-Path: Delivered-To: python@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 ESMTPS id 7BB6899A; Fri, 18 Apr 2014 12:45:47 +0000 (UTC) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 284F81B96; Fri, 18 Apr 2014 12:45:47 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id jw12so2725980veb.23 for ; Fri, 18 Apr 2014 05:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=66A4GTkO+D4EJlcISWtNwaQYJE9HHB+NJxp9lkWpLyQ=; b=P6hSvF8vPlSH8lKFMaDw1YnehdrbtxsUcONPsrWkAsFhHnsYp5cmvNwdq1sXG9yS60 AE+9iPDc0O0sO22BcBq67RhPmdiEDKqAcsH3K5QGoLpn39Vse0zqEpuwJ43Oc9/r16W+ MMtGzzCLJWlR630bv4knlvqTL3HD2uLHYg5SyJA13r2iDbtb2IqDXHbp3he6hXst1ECV 2XjnW1cmlErLfzIK5AMp+Pc8xPrbR5yV8Gzj8DugEghKvEDt3IXgE+gfNRsoDLgpp+Mg mjJN9G74sCHs15m9U1w8CuVxturqrhHuIl+IdIk1NRTtqPyZyNEBGAgPfEZojE5wzs1d E5iA== MIME-Version: 1.0 X-Received: by 10.221.20.199 with SMTP id qp7mr13266085vcb.24.1397825146301; Fri, 18 Apr 2014 05:45:46 -0700 (PDT) Received: by 10.58.168.199 with HTTP; Fri, 18 Apr 2014 05:45:46 -0700 (PDT) Date: Fri, 18 Apr 2014 20:45:46 +0800 Message-ID: Subject: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 From: Irjohn Junus To: "John W. O'Brien" , python@FreeBSD.org, Jimmy Olgeni Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 12:45:47 -0000 Dear All, I'm running 9.1-RELEASE and today just after freebsd-update to p11 and updating ports to the latest found out that pandas won't import after MySQLdb is imported first. Strangely, it will import no problem if MySQLdb is imported after: root@khaleesi:/usr/ports # python Python 2.7.6 (default, Apr 3 2014, 05:37:25) [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >>> import pandas as pd >>> import numpy as np >>> import MySQLdb >>> root@khaleesi:/usr/ports # python Python 2.7.6 (default, Apr 3 2014, 05:37:25) [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >>> import MySQLdb >>> import pandas as pd /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/pandas/__init__.py", line 6, in from . import hashtable, tslib, lib File "numpy.pxd", line 157, in init pandas.hashtable (pandas/hashtable.c:21547) File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 153, in from . import add_newdocs File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in from numpy.lib import add_newdoc File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 18, in from .polynomial import * File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 19, in from numpy.linalg import eigvals, lstsq, inv File "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 50, in from .linalg import * File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 29, in from numpy.linalg import lapack_lite, _umath_linalg ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc47/libgfortran.so.3 not found >>> import numpy as np Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line 153, in from . import add_newdocs File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", line 13, in from numpy.lib import add_newdoc File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", line 17, in from . import scimath as emath ImportError: cannot import name scimath >>> I'm not sure if this is the case before the massive upgrade that I did today to the latest FreeBSD and ports versions. I wrote earlier to Jimmy and John about similar issue I was facing with IPython, could this be related? Much appreciated if you could take a look at this. Regards, Irjohn From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 14:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 8D56D9EA for ; Fri, 18 Apr 2014 14:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 615F116E1 for ; Fri, 18 Apr 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IEe1BN072424 for ; Fri, 18 Apr 2014 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IEe1mo072423; Fri, 18 Apr 2014 14:40:01 GMT (envelope-from gnats) Date: Fri, 18 Apr 2014 14:40:01 GMT Message-Id: <201404181440.s3IEe1mo072423@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christer Edwards Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christer Edwards List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 14:40:01 -0000 The following reply was made to PR ports/188756; it has been noted by GNATS. From: Christer Edwards To: bug-followup@freebsd.org Cc: Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 Date: Fri, 18 Apr 2014 08:33:31 -0600 --001a1132f70ad8945104f7520908 Content-Type: text/plain; charset=UTF-8 Approved On Fri, Apr 18, 2014 at 6:20 AM, Edwin Groothuis wrote: > Maintainer of sysutils/py-salt, > > Please note that PR ports/188756 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188756 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --001a1132f70ad8945104f7520908 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Approved


On Fri, Apr 18, 2014 at 6:20 AM, Edwin Groothuis <edwin@= freebsd.org> wrote:
Maintainer of sysutils/py-salt,

Please note that PR ports/188756 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
=C2=A0 =C2=A0 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/188756

--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--001a1132f70ad8945104f7520908-- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 15:09:22 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39BCC9F8; Fri, 18 Apr 2014 15:09:22 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0E0C619EB; Fri, 18 Apr 2014 15:09:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IF9LL1081617; Fri, 18 Apr 2014 15:09:21 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IF9LkC081616; Fri, 18 Apr 2014 15:09:21 GMT (envelope-from xmj) Date: Fri, 18 Apr 2014 15:09:21 GMT Message-Id: <201404181509.s3IF9LkC081616@freefall.freebsd.org> To: christer.edwards@gmail.com, xmj@FreeBSD.org, freebsd-python@FreeBSD.org, xmj@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/188756: [PATCH] sysutils/py-salt: update to 2014.1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 15:09:22 -0000 Synopsis: [PATCH] sysutils/py-salt: update to 2014.1.3 Responsible-Changed-From-To: freebsd-python->xmj Responsible-Changed-By: xmj Responsible-Changed-When: Fri Apr 18 15:09:21 UTC 2014 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=188756 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 16:45:58 2014 Return-Path: Delivered-To: python@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 ESMTPS id E3101F8D; Fri, 18 Apr 2014 16:45:57 +0000 (UTC) Received: from homiemail-a111.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id BC3381501; Fri, 18 Apr 2014 16:45:57 +0000 (UTC) Received: from homiemail-a111.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a111.g.dreamhost.com (Postfix) with ESMTP id AE2902007F002; Fri, 18 Apr 2014 09:45:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=in-reply-to :references:mime-version:content-type:subject:from:date:to :message-id:content-transfer-encoding; s=saltant.com; bh=iDFnZ/Q h1VGDuGcT6dLNX1X+FxE=; b=HtyHfWCtrfNCJj+0vbGVxKFwa8QAg32xovu7TgE Y+pP7AlMkC0BNc3cYwWY6nZUay19a4yxqW1GvRdtoearDbWAz1PAsj81ciTXd0lm v/GKoLwxXNuUF2zVKn8cqbLBNslwnWJh9QJu3FCIj07JwjDNM1ei4+3jv/esSDSD 2OZM= Received: from [172.16.0.105] (unknown [91.181.146.211]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a111.g.dreamhost.com (Postfix) with ESMTPSA id A2E132007F001; Fri, 18 Apr 2014 09:45:49 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Subject: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 From: "John W. O'Brien" Date: Fri, 18 Apr 2014 12:45:39 -0400 To: Irjohn Junus , python@FreeBSD.org, Jimmy Olgeni Message-ID: <0b99fa05-a61e-41e7-8354-98081c4f27aa@email.android.com> Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 16:45:58 -0000 On April 18, 2014 8:45:46 AM EST, Irjohn Junus wrote: >Dear All, > >I'm running 9.1-RELEASE and today just after freebsd-update to p11 and >updating ports to the latest found out that pandas won't import after >MySQLdb is imported first. Strangely, it will import no problem if >MySQLdb >is imported after: > >root@khaleesi:/usr/ports # python >Python 2.7.6 (default, Apr 3 2014, 05:37:25) >[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 >Type "help", "copyright", "credits" or "license" for more information. >>>> import pandas as pd >>>> import numpy as np >>>> import MySQLdb >>>> >root@khaleesi:/usr/ports # python >Python 2.7.6 (default, Apr 3 2014, 05:37:25) >[GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 >Type "help", "copyright", "credits" or "license" for more information. >>>> import MySQLdb >>>> import pandas as pd >/lib/libgcc_s.so.1: version GCC_4.6.0 required by >/usr/local/lib/gcc47/libgfortran.so.3 not found >Traceback (most recent call last): > File "", line 1, in >File "/usr/local/lib/python2.7/site-packages/pandas/__init__.py", line >6, >in > from . import hashtable, tslib, lib > File "numpy.pxd", line 157, in init pandas.hashtable >(pandas/hashtable.c:21547) > File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line >153, in > from . import add_newdocs >File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", >line >13, in > from numpy.lib import add_newdoc >File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", >line >18, in > from .polynomial import * > File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", >line 19, in > from numpy.linalg import eigvals, lstsq, inv >File "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", >line 50, in > from .linalg import * > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", >line 29, in > from numpy.linalg import lapack_lite, _umath_linalg >ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by >/usr/local/lib/gcc47/libgfortran.so.3 not found >>>> import numpy as np >Traceback (most recent call last): > File "", line 1, in > File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line >153, in > from . import add_newdocs >File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", >line >13, in > from numpy.lib import add_newdoc >File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", >line >17, in > from . import scimath as emath >ImportError: cannot import name scimath >>>> > >I'm not sure if this is the case before the massive upgrade that I did >today to the latest FreeBSD and ports versions. > >I wrote earlier to Jimmy and John about similar issue I was facing with >IPython, could this be related? > >Much appreciated if you could take a look at this. > > > >Regards, >Irjohn Hi Irjohn, Yes, this looks related to your previous issue. Again, numpy is clearly i= nvolved. I am traveling at the moment with minimal computer capabilities,= but I will be glad to look into this at in a week or so, unless somebody= else has been able to solve it in the mean time. Regards, John From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 18:42:19 2014 Return-Path: Delivered-To: python@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 ESMTPS id EC9DD95B; Fri, 18 Apr 2014 18:42:19 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0ED119F; Fri, 18 Apr 2014 18:42:18 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3IIg8HD042795 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 20:42:09 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3IIg8AI042785; Fri, 18 Apr 2014 20:42:08 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 20:42:08 +0200 (CEST) Message-Id: <201404181842.s3IIg8AI042785@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-pylons: stage From: Bartek Rutkowski X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 18:42:20 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-pylons: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install support - Add auto pkg-plist - Delete pkg-plist - Pet portlint http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-pylons/1.0/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-pylons-1.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351556) +++ Makefile (working copy) @@ -9,7 +9,7 @@ DISTNAME= Pylons-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Pylons Web Framework +COMMENT= Python based web framework BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy \ @@ -30,9 +30,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= Pylons -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include --- py-pylons-1.0.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 18:50:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id BAB41BC5; Fri, 18 Apr 2014 18:50:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 904D61212; Fri, 18 Apr 2014 18:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IIo5YT051804; Fri, 18 Apr 2014 18:50:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IIo5OK051803; Fri, 18 Apr 2014 18:50:05 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 18:50:05 GMT Message-Id: <201404181850.s3IIo5OK051803@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188769: [PATCH] www/py-pylons: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 18:50:05 -0000 Synopsis: [PATCH] www/py-pylons: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 18:50:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188769 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:44:57 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B23A5FC; Fri, 18 Apr 2014 20:44:57 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 008281CED; Fri, 18 Apr 2014 20:44:56 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3IKir0f078761 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 22:44:53 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3IKirJw078760; Fri, 18 Apr 2014 22:44:53 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 22:44:53 +0200 (CEST) Message-Id: <201404182044.s3IKirJw078760@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-tgwebservices: stage From: Bartek Rutkowski X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 20:44:57 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-tgwebservices: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-tgwebservices/1.2.4/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-tgwebservices-1.2.4.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351568) +++ Makefile (working copy) @@ -17,8 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= TGWebServices +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include --- py-tgwebservices-1.2.4.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:46:29 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2928D63C; Fri, 18 Apr 2014 20:46:29 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AC7441CFB; Fri, 18 Apr 2014 20:46:28 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3IKkQDJ079382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 22:46:26 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3IKkQoL079381; Fri, 18 Apr 2014 22:46:26 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 22:46:26 +0200 (CEST) Message-Id: <201404182046.s3IKkQoL079381@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-scriptaculous: stage From: Bartek Rutkowski X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 20:46:29 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-scriptaculous: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-scriptaculous/1.8.1.1_2/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-scriptaculous-1.8.1.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351568) +++ Makefile (working copy) @@ -21,7 +21,7 @@ # Use the same version of www/py-turbogears USES= zip USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include --- py-scriptaculous-1.8.1.1.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:50:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id C4717720; Fri, 18 Apr 2014 20:50:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B9131D1D; Fri, 18 Apr 2014 20:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IKo5UC088794; Fri, 18 Apr 2014 20:50:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IKo5Gw088793; Fri, 18 Apr 2014 20:50:05 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 20:50:05 GMT Message-Id: <201404182050.s3IKo5Gw088793@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188773: [PATCH] www/py-scriptaculous: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 20:50:05 -0000 Synopsis: [PATCH] www/py-scriptaculous: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 20:50:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188773 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 20:50:08 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9C51F78F; Fri, 18 Apr 2014 20:50:08 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73D4C1D1E; Fri, 18 Apr 2014 20:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IKo8UL088875; Fri, 18 Apr 2014 20:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IKo8Ag088874; Fri, 18 Apr 2014 20:50:08 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 20:50:08 GMT Message-Id: <201404182050.s3IKo8Ag088874@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188774: [PATCH] www/py-tgwebservices: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 20:50:08 -0000 Synopsis: [PATCH] www/py-tgwebservices: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 20:50:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188774 From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 21:51:55 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3ABB8598; Fri, 18 Apr 2014 21:51:55 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (ithil.palantiri.org [144.76.36.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "0254-fbsd-10-amd64", Issuer "0254-fbsd-10-amd64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B3DC81444; Fri, 18 Apr 2014 21:51:53 +0000 (UTC) Received: from poudriere.ithil.palantiri.org (localhost [127.0.0.1]) by poudriere.ithil.palantiri.org (8.14.8/8.14.8) with ESMTP id s3ILpoS3048092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 18 Apr 2014 23:51:50 +0200 (CEST) (envelope-from root@poudriere.ithil.palantiri.org) Received: (from root@localhost) by poudriere.ithil.palantiri.org (8.14.8/8.14.8/Submit) id s3ILpoZq048081; Fri, 18 Apr 2014 23:51:50 +0200 (CEST) (envelope-from root) Date: Fri, 18 Apr 2014 23:51:50 +0200 (CEST) Message-Id: <201404182151.s3ILpoZq048081@poudriere.ithil.palantiri.org> To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] www/py-TurboGears: stage From: Bartek Rutkowski X-send-pr-version: 3.113 X-GNATS-Notify: Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 21:51:55 -0000 >Submitter-Id: current-users >Originator: Bartek Rutkowski >Organization: Pixeware LTD >Confidential: no >Synopsis: [PATCH] www/py-TurboGears: stage >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD poudriere.ithil.palantiri.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r264341: Fri Apr 11 15:28:07 CEST >Description: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-TurboGears/1.5.1_2/ Port maintainer (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py-TurboGears-1.5.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 351570) +++ Makefile (working copy) @@ -26,7 +26,8 @@ USES= gettext USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= ELIXIR NOSE SQLOBJECT SQLALCHEMY @@ -36,7 +37,6 @@ SQLOBJECT_DESC= Use SQLObject as DB backend SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future] -NO_STAGE= yes .include post-patch: --- py-TurboGears-1.5.1.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Fri Apr 18 22:00:06 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 435DE76A; Fri, 18 Apr 2014 22:00:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1152414BF; Fri, 18 Apr 2014 22:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3IM05ql010859; Fri, 18 Apr 2014 22:00:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3IM05DS010858; Fri, 18 Apr 2014 22:00:05 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 22:00:05 GMT Message-Id: <201404182200.s3IM05DS010858@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188777: [PATCH] www/py-TurboGears: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 22:00:06 -0000 Synopsis: [PATCH] www/py-TurboGears: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 22:00:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188777 From owner-freebsd-python@FreeBSD.ORG Sat Apr 19 23:32:06 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 16BBAC26 for ; Sat, 19 Apr 2014 23:32:06 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 064701D2A for ; Sat, 19 Apr 2014 23:32:05 +0000 (UTC) Received: from Alfreds-MacBook-Pro-9.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id 603E81A3C19 for ; Sat, 19 Apr 2014 16:32:03 -0700 (PDT) Message-ID: <53530773.5060300@freebsd.org> Date: Sat, 19 Apr 2014 16:32:03 -0700 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: python@freebsd.org Subject: question about virtualenv and sqlite (django/sqlalchemy) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Apr 2014 23:32:06 -0000 Hey folks, I finally figured out how to get sqlite based things to work under virtualenv under FreeBSD. It seems like the default python on FreeBSD has sqlite disabled. This is pretty rough for newbies such as myself who just want to follow someone else's HOWTO/blog-post for using virtualenv. The way I "fixed it" was to hack the ports /usr/ports/databases/py-sqlite3/files/setup.py file and extract python and do it by hand. Details are here: http://t.co/cGFQ45BnBJ So my question is, did I do it right? Is there a better way to make virtualenv work outside of the box on FreeBSD? Last time I just gave up on virtualenv, but that's probably because I'm not well versed in python system installation. help? From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 00:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F5BD74B for ; Mon, 21 Apr 2014 00:50:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A52D1655 for ; Mon, 21 Apr 2014 00:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L0o1Vw061888 for ; Mon, 21 Apr 2014 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L0o0IL061878; Mon, 21 Apr 2014 00:50:00 GMT (envelope-from gnats) Date: Mon, 21 Apr 2014 00:50:00 GMT Message-Id: <201404210050.s3L0o0IL061878@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 00:50:01 -0000 The following reply was made to PR ports/186192; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, oz42@oz42.eu Cc: Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y Date: Mon, 21 Apr 2014 10:44:45 +1000 Support for removing files when WITHOUT_NIS is set in /etc/src.conf has been MFC'd: head: http://svnweb.freebsd.org/changeset/base/261521 stable/10: http://svnweb.freebsd.org/changeset/base/264116 stable/9: http://svnweb.freebsd.org/changeset/base/264117 Olaf, unless you can upgrade to the -CURRENT or -STABLE revisions mentioned above, please either: 1) Set WITHOUT_NIS=yes in /etc/make.conf, OR 2) Move or remove the /usr/bin/ypcat file These are currently the two methods by which the Python ports will disable building the Python nis extension and remove the entry from the pkg-plist From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 00:56:06 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0CD47B7; Mon, 21 Apr 2014 00:56:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75D7316E6; Mon, 21 Apr 2014 00:56:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L0u6nY064710; Mon, 21 Apr 2014 00:56:06 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L0u5Je064709; Mon, 21 Apr 2014 00:56:05 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 00:56:05 GMT Message-Id: <201404210056.s3L0u5Je064709@freefall.freebsd.org> To: oz42@oz42.eu, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 00:56:06 -0000 Synopsis: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Mon Apr 21 00:56:05 UTC 2014 State-Changed-Why: Dependent PR committed and closed. Pending confirmation from submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=186192 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 01:03:30 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACAA995A; Mon, 21 Apr 2014 01:03:30 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7C003178A; Mon, 21 Apr 2014 01:03:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L13UEZ068438; Mon, 21 Apr 2014 01:03:30 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L13TlF068437; Mon, 21 Apr 2014 01:03:29 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 01:03:29 GMT Message-Id: <201404210103.s3L13TlF068437@freefall.freebsd.org> To: leres@ee.lbl.gov, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/154209: [PATCH] lang/python: Install symlink for ptags X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 01:03:30 -0000 Synopsis: [PATCH] lang/python: Install symlink for ptags State-Changed-From-To: feedback->closed State-Changed-By: koobs State-Changed-When: Mon Apr 21 01:03:29 UTC 2014 State-Changed-Why: Committer states wontfix. Feedback timeout http://www.freebsd.org/cgi/query-pr.cgi?pr=154209 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 01:11:55 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 96967A55; Mon, 21 Apr 2014 01:11:55 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B3DE1867; Mon, 21 Apr 2014 01:11:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L1BtDo071744; Mon, 21 Apr 2014 01:11:55 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3L1BsTv071743; Mon, 21 Apr 2014 01:11:54 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 01:11:54 GMT Message-Id: <201404210111.s3L1BsTv071743@freefall.freebsd.org> To: gaod@hychen.org, olivierd@FreeBSD.org, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 01:11:55 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 State-Changed-From-To: feedback->open State-Changed-By: koobs State-Changed-When: Mon Apr 21 01:11:54 UTC 2014 State-Changed-Why: Maintainer timeout. Submitter is committer. py-babel is already at 1.3. Over to you Olivier http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 08:29:02 2014 Return-Path: Delivered-To: python@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 ESMTPS id 0C250404 for ; Mon, 21 Apr 2014 08:29:02 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F11FD1B9F for ; Mon, 21 Apr 2014 08:29:01 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L8T10c002282 for ; Mon, 21 Apr 2014 08:29:01 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 21 Apr 2014 08:29:01 GMT Message-Id: <201404210829.s3L8T10c002282@portsmon.freebsd.org> From: linimon@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 08:29:02 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/python31 description: Interpreted object-oriented programming language maintainer: python@FreeBSD.org deprecated because: Python 3.1 will be end-of-life soon, please migrate to lang/python33 expiration date: 2014-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=python31 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 11:06:52 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B4CCDB for ; Mon, 21 Apr 2014 11:06:52 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E268196B for ; Mon, 21 Apr 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LB6qi3085820 for ; Mon, 21 Apr 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LB6pgT085818 for freebsd-python@FreeBSD.org; Mon, 21 Apr 2014 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Apr 2014 11:06:51 GMT Message-Id: <201404211106.s3LB6pgT085818@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 11:06:52 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188777 python [PATCH] www/py-TurboGears: stage o ports/188774 python [PATCH] www/py-tgwebservices: stage o ports/188773 python [PATCH] www/py-scriptaculous: stage o ports/188769 python [PATCH] www/py-pylons: stage o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE o ports/188066 python databases/py-gdbm: Missing checksum f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187734 python [Maintainer Update] devel/py-robotframework-pabot 0.4 f ports/187419 python [UPDATE] net/py-netifaces: update to 0.8_1 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187402 python [maintainer-update] textproc/py-wtforms update to 1.0. o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186993 python [NEW PORT] multimedia/py-soco - Python interface to So o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 f ports/186807 python error in databases/py-MySQLdb o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact f ports/186192 python lang/python27: building python27-2.7.6_1 fails for WIT o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 f ports/185753 python [maintainer update] Update devel/py-jira to version 0. o ports/184954 python Installation checks prevent multiple python ports bein a ports/182951 python databases/py-sqlite3: compilation error with Clang o ports/181218 python [UPDATE] devel/py-babel to 1.3 o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 35 problems total. From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:13:37 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id D05BD98E; Mon, 21 Apr 2014 12:13:37 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5AC111AB; Mon, 21 Apr 2014 12:13:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCDbFG011706; Mon, 21 Apr 2014 12:13:37 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCData011705; Mon, 21 Apr 2014 12:13:36 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 12:13:36 GMT Message-Id: <201404211213.s3LCData011705@freefall.freebsd.org> To: gaod@hychen.org, koobs@FreeBSD.org, freebsd-python@FreeBSD.org, olivierd@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/181218: [UPDATE] devel/py-babel to 1.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 12:13:37 -0000 Synopsis: [UPDATE] devel/py-babel to 1.3 Responsible-Changed-From-To: freebsd-python->olivierd Responsible-Changed-By: koobs Responsible-Changed-When: Mon Apr 21 12:13:27 UTC 2014 Responsible-Changed-Why: Submitter is comitter http://www.freebsd.org/cgi/query-pr.cgi?pr=181218 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:20:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 61529A13 for ; Mon, 21 Apr 2014 12:20:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 333F911D9 for ; Mon, 21 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCK0X6011965 for ; Mon, 21 Apr 2014 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCK0Mb011964; Mon, 21 Apr 2014 12:20:00 GMT (envelope-from gnats) Date: Mon, 21 Apr 2014 12:20:00 GMT Message-Id: <201404211220.s3LCK0Mb011964@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/182951: databases/py-sqlite3: compilation error with Clang X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 12:20:01 -0000 The following reply was made to PR ports/182951; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, dt71@gmx.com Cc: Subject: Re: ports/182951: databases/py-sqlite3: compilation error with Clang Date: Mon, 21 Apr 2014 22:19:42 +1000 The following two commits resolve the reported issue in all python ports: https://svnweb.freebsd.org/ports?view=revision&revision=346428 https://svnweb.freebsd.org/ports?view=revision&revision=351610 Additionally reported upstream: http://bugs.python.org/issue20767 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:27:15 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72D31BA9; Mon, 21 Apr 2014 12:27:15 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47A48128E; Mon, 21 Apr 2014 12:27:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCRF6L014945; Mon, 21 Apr 2014 12:27:15 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCRFs9014944; Mon, 21 Apr 2014 12:27:15 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 12:27:15 GMT Message-Id: <201404211227.s3LCRFs9014944@freefall.freebsd.org> To: dt71@gmx.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/182951: databases/py-sqlite3: compilation error with Clang X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 12:27:15 -0000 Synopsis: databases/py-sqlite3: compilation error with Clang State-Changed-From-To: analyzed->closed State-Changed-By: koobs State-Changed-When: Mon Apr 21 12:27:14 UTC 2014 State-Changed-Why: Committed. Thank you for your report! http://www.freebsd.org/cgi/query-pr.cgi?pr=182951 From owner-freebsd-python@FreeBSD.ORG Mon Apr 21 12:36:33 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id ECB98E16; Mon, 21 Apr 2014 12:36:33 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C269D1339; Mon, 21 Apr 2014 12:36:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LCaXUK017968; Mon, 21 Apr 2014 12:36:33 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LCaXZI017967; Mon, 21 Apr 2014 12:36:33 GMT (envelope-from koobs) Date: Mon, 21 Apr 2014 12:36:33 GMT Message-Id: <201404211236.s3LCaXZI017967@freefall.freebsd.org> To: ikkeenjij36@gmail.com, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186807: error in databases/py-MySQLdb X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 12:36:34 -0000 Synopsis: error in databases/py-MySQLdb State-Changed-From-To: feedback->closed State-Changed-By: koobs State-Changed-When: Mon Apr 21 12:36:33 UTC 2014 State-Changed-Why: Feedback timeout (6 weeks) http://www.freebsd.org/cgi/query-pr.cgi?pr=186807 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 12:02:03 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9B0D8BB2; Tue, 22 Apr 2014 12:02:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DE891CB0; Tue, 22 Apr 2014 12:02:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MC228Y034227; Tue, 22 Apr 2014 12:02:02 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MC227f034226; Tue, 22 Apr 2014 12:02:02 GMT (envelope-from koobs) Date: Tue, 22 Apr 2014 12:02:02 GMT Message-Id: <201404221202.s3MC227f034226@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186993: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 12:02:03 -0000 Synopsis: [NEW PORT] multimedia/py-soco - Python interface to Sonos speakers Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Tue Apr 22 12:02:02 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186993 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 12:11:26 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id E89A3ED4; Tue, 22 Apr 2014 12:11:26 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD7BE1D43; Tue, 22 Apr 2014 12:11:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MCBQY8037524; Tue, 22 Apr 2014 12:11:26 GMT (envelope-from xmj@freefall.freebsd.org) Received: (from xmj@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MCBQQu037523; Tue, 22 Apr 2014 12:11:26 GMT (envelope-from xmj) Date: Tue, 22 Apr 2014 12:11:26 GMT Message-Id: <201404221211.s3MCBQQu037523@freefall.freebsd.org> To: xmj@FreeBSD.org, freebsd-python@FreeBSD.org, xmj@FreeBSD.org From: xmj@FreeBSD.org Subject: Re: ports/185753: [maintainer update] Update devel/py-jira to version 0.16 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 12:11:27 -0000 Synopsis: [maintainer update] Update devel/py-jira to version 0.16 Responsible-Changed-From-To: freebsd-python->xmj Responsible-Changed-By: xmj Responsible-Changed-When: Tue Apr 22 12:11:26 UTC 2014 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=185753 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 15:12:03 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69CD13AB; Tue, 22 Apr 2014 15:12:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF9B12FD; Tue, 22 Apr 2014 15:12:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MFC37t093144; Tue, 22 Apr 2014 15:12:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MFC34G093143; Tue, 22 Apr 2014 15:12:03 GMT (envelope-from edwin) Date: Tue, 22 Apr 2014 15:12:03 GMT Message-Id: <201404221512.s3MFC34G093143@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 15:12:03 -0000 Synopsis: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 22 15:12:02 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188890 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 15:30:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5405D4A for ; Tue, 22 Apr 2014 15:30:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 922B314EF for ; Tue, 22 Apr 2014 15:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MFU2Jf097419 for ; Tue, 22 Apr 2014 15:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MFU2Kb097418; Tue, 22 Apr 2014 15:30:02 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 15:30:02 GMT Message-Id: <201404221530.s3MFU2Kb097418@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: misc/188890: devel/py27-setuptools: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 15:30:02 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: misc/188890: devel/py27-setuptools: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 01:28:42 +1000 Thanks for your submission Toni, First, easy_install is not supported as a mechanism to install python packages into the system python installation. The only supported mechanisms for installation of Python packages into the system installation is via ports directly or FreeBSD packages built from these ports. This is a standard restriction for all operating systems that redistribute Python packages via their software or package management systems. It ensures that all Python packages are registered correctly, along with all of the files they install, so they may be upgraded or uninstalled cleanly, and without creating or leaving a corrupted environment. Do not use easy_install (or pip) directly, unless you are installing Python packages into a completely isolated environment or location, such as your home directory, or a virtual environment. I also notice that you have 10.0-RELEASE installed, but you get a reference to "9.1-RELEASE-amd64" when you run easy_install. Please provide a list of files currently in: /usr/local/lib/python2.7/site-packages so that we can provide you with guidance on how to clean your python installation. If you have any questions or need real-time support, we can be found on #freebsd-python on the freenode IRC network. From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 16:10:06 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBDDAEDC; Tue, 22 Apr 2014 16:10:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C23681919; Tue, 22 Apr 2014 16:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MGA6Qp009863; Tue, 22 Apr 2014 16:10:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MGA6bt009862; Tue, 22 Apr 2014 16:10:06 GMT (envelope-from edwin) Date: Tue, 22 Apr 2014 16:10:06 GMT Message-Id: <201404221610.s3MGA6bt009862@freefall.freebsd.org> To: swills@freebsd.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 16:10:07 -0000 Synopsis: [PATCH] databases/py-swift: update to 1.13.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Apr 22 16:10:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188894 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 16:10:05 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39A11ED5; Tue, 22 Apr 2014 16:10:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F12A1917; Tue, 22 Apr 2014 16:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MGA4hN009788; Tue, 22 Apr 2014 16:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MGA4Ba009787; Tue, 22 Apr 2014 16:10:04 GMT (envelope-from edwin) Date: Tue, 22 Apr 2014 16:10:04 GMT Message-Id: <201404221610.s3MGA4Ba009787@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 16:10:05 -0000 Synopsis: [PATCH] databases/py-swift: update to 1.13.1 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 22 16:10:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188894 From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 16:20:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A9D365E for ; Tue, 22 Apr 2014 16:20:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3833A1ADE for ; Tue, 22 Apr 2014 16:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MGK2K3013790 for ; Tue, 22 Apr 2014 16:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MGK2Jn013789; Tue, 22 Apr 2014 16:20:02 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 16:20:02 GMT Message-Id: <201404221620.s3MGK2Jn013789@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 16:20:02 -0000 The following reply was made to PR ports/188894; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 Date: Tue, 22 Apr 2014 16:10:05 UT Maintainer of databases/py-swift, Please note that PR ports/188894 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188894 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 19:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id E4F2C466 for ; Tue, 22 Apr 2014 19:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D26701260 for ; Tue, 22 Apr 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MJe1RM077772 for ; Tue, 22 Apr 2014 19:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MJe1G5077771; Tue, 22 Apr 2014 19:40:01 GMT (envelope-from gnats) Date: Tue, 22 Apr 2014 19:40:01 GMT Message-Id: <201404221940.s3MJe1G5077771@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Gea-Suan Lin Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Gea-Suan Lin List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 19:40:02 -0000 The following reply was made to PR ports/188894; it has been noted by GNATS. From: Gea-Suan Lin To: bug-followup@FreeBSD.org Cc: gslin@gslin.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 Date: Wed, 23 Apr 2014 01:57:34 +0800 Thanks, please commit it. On Tue, Apr 22, 2014 at 04:10:05PM +0000, Edwin Groothuis wrote: > Maintainer of databases/py-swift, > > Please note that PR ports/188894 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188894 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue Apr 22 22:01:36 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id B7C11EE7; Tue, 22 Apr 2014 22:01:36 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D251132C; Tue, 22 Apr 2014 22:01:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MM1aAQ026601; Tue, 22 Apr 2014 22:01:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3MM1a9G026600; Tue, 22 Apr 2014 22:01:36 GMT (envelope-from linimon) Date: Tue, 22 Apr 2014 22:01:36 GMT Message-Id: <201404222201.s3MM1a9G026600@freefall.freebsd.org> To: gslin@gslin.org, swills@freebsd.org, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188894: [PATCH] databases/py-swift: update to 1.13.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Apr 2014 22:01:36 -0000 Synopsis: [PATCH] databases/py-swift: update to 1.13.1 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Tue Apr 22 22:01:26 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=188894 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 01:54:07 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CD02B07; Wed, 23 Apr 2014 01:54:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D30A31864; Wed, 23 Apr 2014 01:54:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N1s62l018021; Wed, 23 Apr 2014 01:54:06 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N1s643018016; Wed, 23 Apr 2014 01:54:06 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 01:54:06 GMT Message-Id: <201404230154.s3N1s643018016@freefall.freebsd.org> To: mustelator@yahoo.es, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 01:54:07 -0000 Synopsis: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) State-Changed-From-To: open->feedback State-Changed-By: koobs State-Changed-When: Wed Apr 23 01:54:06 UTC 2014 State-Changed-Why: Ask for additional information from submitter http://www.freebsd.org/cgi/query-pr.cgi?pr=188890 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 01:56:27 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 805F0CEC; Wed, 23 Apr 2014 01:56:27 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55D47187D; Wed, 23 Apr 2014 01:56:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N1uRHF018341; Wed, 23 Apr 2014 01:56:27 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N1uQsd018340; Wed, 23 Apr 2014 01:56:26 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 01:56:26 GMT Message-Id: <201404230156.s3N1uQsd018340@freefall.freebsd.org> To: count@211.ru, swills@freebsd.org, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 01:56:27 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 State-Changed-From-To: feedback->open State-Changed-By: koobs State-Changed-When: Wed Apr 23 01:56:25 UTC 2014 State-Changed-Why: Maintainer timeout. Submitter is Committer. Over to you Steve. http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:00:13 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id A59A0D4F; Wed, 23 Apr 2014 02:00:13 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B44718A5; Wed, 23 Apr 2014 02:00:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N20DlU021578; Wed, 23 Apr 2014 02:00:13 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N20Dxp021577; Wed, 23 Apr 2014 02:00:13 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:00:13 GMT Message-Id: <201404230200.s3N20Dxp021577@freefall.freebsd.org> To: count@211.ru, koobs@FreeBSD.org, freebsd-python@FreeBSD.org, swills@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187419: [UPDATE] net/py-netifaces: update to 0.8_1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 02:00:13 -0000 Synopsis: [UPDATE] net/py-netifaces: update to 0.8_1 Responsible-Changed-From-To: freebsd-python->swills Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 01:59:57 UTC 2014 Responsible-Changed-Why: Correctly re-assign to swills@ http://www.freebsd.org/cgi/query-pr.cgi?pr=187419 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:01:54 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3726EC5; Wed, 23 Apr 2014 02:01:54 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B82CA192A; Wed, 23 Apr 2014 02:01:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N21snQ021815; Wed, 23 Apr 2014 02:01:54 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N21s03021814; Wed, 23 Apr 2014 02:01:54 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:01:54 GMT Message-Id: <201404230201.s3N21s03021814@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/186192: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 02:01:55 -0000 Synopsis: lang/python27: building python27-2.7.6_1 fails for WITH_NIS=y Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 02:01:54 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=186192 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:16:31 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9D2FD3CD; Wed, 23 Apr 2014 02:16:31 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71AD51A3D; Wed, 23 Apr 2014 02:16:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N2GVi2027072; Wed, 23 Apr 2014 02:16:31 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N2GVOA027071; Wed, 23 Apr 2014 02:16:31 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:16:31 GMT Message-Id: <201404230216.s3N2GVOA027071@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187402: [maintainer-update] textproc/py-wtforms update to 1.0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 02:16:31 -0000 Synopsis: [maintainer-update] textproc/py-wtforms update to 1.0.5 Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 02:16:31 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187402 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 02:17:50 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E56894D1; Wed, 23 Apr 2014 02:17:50 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA99D1A4A; Wed, 23 Apr 2014 02:17:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N2HobI027290; Wed, 23 Apr 2014 02:17:50 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N2Ho4Z027289; Wed, 23 Apr 2014 02:17:50 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 02:17:50 GMT Message-Id: <201404230217.s3N2Ho4Z027289@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/187734: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 02:17:51 -0000 Synopsis: [Maintainer Update] devel/py-robotframework-pabot 0.4 -> 0.5 Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 02:17:50 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187734 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 04:02:39 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id AF548B32; Wed, 23 Apr 2014 04:02:39 +0000 (UTC) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 803041767; Wed, 23 Apr 2014 04:02:39 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id lj1so325086pab.8 for ; Tue, 22 Apr 2014 21:02:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; bh=wrxND8CJzVfIzL7Ulql67UYMFCdKGkRhhkhEXArHPts=; b=uBxmx2plKFLc7ZDRVC7UrQX4KLZOtJFi7zj2GiA2xa4KvQxsPeIZxYSpcOWeL3zSg3 FbLuELQLeF0rI3Ymcutn4H2iVnA3K9xkkNgRKVMa1DWeLKLCvFUYwgz8R2pCY3Sw/wBZ j+8ULvg4esbDEImCG5LPQTnkr5PzdIqqavCPMWOA+aUJUvCiTUN+vl1fW8BcVf7XLb0t GJhxlCCxwHHCixzOZ0pE+EQ9oYPpCdMLbBc60W44F1Z5oTvBCQIjlpNBHTg1tzufKkdS GKgFpm5SMmJ3J8SMAp/iJEVEVCTo5g36W+3rPR7Adyc+R1uw2LASh7JGXpCKe9wO5zGB m8zQ== X-Received: by 10.68.221.42 with SMTP id qb10mr50362996pbc.65.1398225759158; Tue, 22 Apr 2014 21:02:39 -0700 (PDT) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id nh8sm15778435pbc.25.2014.04.22.21.02.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Apr 2014 21:02:38 -0700 (PDT) Message-ID: <53573B58.4070400@FreeBSD.org> Date: Wed, 23 Apr 2014 14:02:32 +1000 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Thunderbird/28.0 MIME-Version: 1.0 To: freebsd-python@FreeBSD.org Subject: Proposing New Python@ Team Member - xmj X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Johannes Jost Meixner X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: koobs@FreeBSD.org List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 04:02:39 -0000 I would like to propose Johannes (xmj@) to the Python@ team. I don't think there's is a formal or informal procedure for this, so this is likely the best place to communicate it. He is currently under mentorship by Steve (swills) and I, and has already contributed substantially to the quality of the FreeBSD/Python ecosystem, and collaboration with the current team. If nobody has any objections, Johannes will seal the deal by adding himself to the list of Python Team Members this evening (UTC+10) here: https://wiki.freebsd.org/Python From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 08:00:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D7C43A9 for ; Wed, 23 Apr 2014 08:00:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69D261DFE for ; Wed, 23 Apr 2014 08:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N800OQ088290 for ; Wed, 23 Apr 2014 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N800Pt088288; Wed, 23 Apr 2014 08:00:00 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 08:00:00 GMT Message-Id: <201404230800.s3N800Pt088288@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 08:00:01 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 09:45:25 +0200 Thanks for the fast response, but no, I don't use easy_install. Never used. But execute only for check something and it show this problem. I only compile from the ports ;). Now: This error shows on the devel/scons, because I try to rebuild all the system. No changes. I try uninstalling and installing devel/py-setuptools27 but same problem. *This is a big problem* due, with very probability, setuptools. Trying for recoverying the build of ports (after uninstalling devel/py-setuptools27 for check, because detect the installation and doesn't uninstall, with error placing files on the same site): ------------------------------ # portmaster -afR *(...)* ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> devel/py-setuptools27 (6/1159) ===>>> Port directory: /usr/ports/devel/py-setuptools27 ===>>> Starting check for build dependencies ===>>> Gathering dependency list for devel/py-setuptools27 from ports ===>>> Dependency check complete for devel/py-setuptools27 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> devel/py-setuptools27 (6/1159) ===> Cleaning for py27-setuptools27-2.0.1 ===> License PSFL accepted by the user ===> py27-setuptools27-2.0.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by py27-setuptools27-2.0.1 for building ===> Extracting for py27-setuptools27-2.0.1 => SHA256 Checksum OK for python/setuptools-2.0.1.tar.gz. ===> Patching for py27-setuptools27-2.0.1 ===> Applying FreeBSD patches for py27-setuptools27-2.0.1 ===> py27-setuptools27-2.0.1 depends on file: /usr/local/bin/python2.7 - found ===> Configuring for py27-setuptools27-2.0.1 running config ===> Building for py27-setuptools27-2.0.1 *(...)* ====> Compressing man pages (compress-man) ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for devel/py-setuptools27 from ports ===>>> Dependency check complete for devel/py-setuptools27 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> devel/py-setuptools27 (6/1159) ===> Installing for py27-setuptools27-2.0.1 ===> Checking if devel/py-setuptools27 already installed ===> Registering installation for py27-setuptools27-2.0.1 as automatic Installing py27-setuptools27-2.0.1... done ===>>> Installation of devel/py-setuptools27 (py27-setuptools27-2.0.1) succeeded ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (6/1159) ===>>> Returning to dependency check for devel/scons ===>>> Forcing update for /usr/ports/lang/python2 ===>>> Launching child to reinstall python2-2_2 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> python2-2_2 (7/1159) ===>>> Currently installed version: python2-2_2 ===>>> Port directory: /usr/ports/lang/python2 ===>>> Starting check for build dependencies ===>>> Gathering dependency list for lang/python2 from ports ===>>> Dependency check complete for lang/python2 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> python2-2_2 (7/1159) *(...)* ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for lang/python2 from ports ===>>> Dependency check complete for lang/python2 ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 >> python2-2_2 (7/1159) ===> Installing for python2-2_2 ===> Checking if lang/python2 already installed ===> Registering installation for python2-2_2 Installing python2-2_2... done ===>>> Re-installation of python2-2_2 succeeded ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (7/1159) ===>>> Returning to dependency check for devel/scons ===>>> Dependency check complete for devel/scons ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (7/1159) ===> Cleaning for scons-2.3.0 ===> License MIT accepted by the user ===> scons-2.3.0 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by scons-2.3.0 for building ===> Extracting for scons-2.3.0 => SHA256 Checksum OK for scons-2.3.0.tar.gz. ===> Patching for scons-2.3.0 ===> Applying FreeBSD patches for scons-2.3.0 ===> scons-2.3.0 depends on package: py27-setuptools27>0 - found ===> scons-2.3.0 depends on file: /usr/local/bin/python2.7 - found ===> scons-2.3.0 depends on executable: python2 - found ===> Configuring for scons-2.3.0 running config ===> Building for scons-2.3.0 *(...)* Deinstallation has been requested for the following 1 packages: scons-2.3.0 The deinstallation will free 5 MB [1/1] Deleting scons-2.3.0... done ===>>> Starting check for runtime dependencies ===>>> Gathering dependency list for devel/scons from ports ===>>> Dependency check complete for devel/scons ===>>> All >> es-freebsd-doc-44393,1 >> textproc/docproj >> subversion-1.8.8_2 >> serf-1.3.4 >> scons-2.3.0 (7/1159) ===> Installing for scons-2.3.0 ===> Checking if devel/scons already installed ===> Registering installation for scons-2.3.0 pkg-static: Plist error, directory listed as a file: lib/scons-2.3.0/scons-2.3.0-py2.7.egg-info pkg-static: lstat(/usr/ports/devel/scons/work/stage/usr/local/lib/python2.7/site-packages/): No such file or directory pkg-static: lstat(/usr/ports/devel/scons/work/stage/usr/local/lib/python2.7/): No such file or directory *** Error code 74 Stop. make: stopped in /usr/ports/devel/scons ===>>> Installation of scons-2.3.0 (devel/scons) failed ===>>> Aborting update ===>>> Update for scons-2.3.0 failed ===>>> Aborting update ===>>> Update for serf-1.3.4 failed ===>>> Aborting update ===>>> Update for subversion-1.8.8_2 failed ===>>> Aborting update ===>>> Update for textproc/docproj failed ===>>> Aborting update ===>>> Update for misc/freebsd-doc-es failed ===>>> Aborting update ===>>> Killing background jobs Terminado ===>>> The following actions were performed: Installation of devel/py-setuptools27 (py27-setuptools27-2.0.1) Re-installation of python2-2_2 ===>>> You can restart from the point of failure with this command line: *(...)* ------------------------------ From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 08:00:02 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9C5CF3C0 for ; Wed, 23 Apr 2014 08:00:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87F9C1DFF for ; Wed, 23 Apr 2014 08:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N802tn088298 for ; Wed, 23 Apr 2014 08:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N802Kg088297; Wed, 23 Apr 2014 08:00:02 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 08:00:02 GMT Message-Id: <201404230800.s3N802Kg088297@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 08:00:02 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 09:52:21 +0200 This is a multi-part message in MIME format. --------------060706000503040402000200 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Now I send the list of site-packages. --------------060706000503040402000200 Content-Type: text/plain; charset=ISO-8859-1; name="ls_site-packages.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ls_site-packages.txt" total 5876 drwxr-xr-x 36 root wheel 3584 23 abr 08:47 ./ drwxr-xr-x 32 root wheel 14336 23 abr 08:47 ../ drwxr-xr-x 4 root wheel 512 14 sep 2013 Babel-1.3-py2.7.egg/ -r--r--r-- 1 root wheel 1002 3 dic 14:49 CORBA.py -rw-r--r-- 1 root wheel 161 3 dic 14:49 CORBA.pyc -rw-r--r-- 1 root wheel 161 3 dic 14:49 CORBA.pyo drwxr-xr-x 10 root wheel 512 3 dic 16:12 Crypto/ drwxr-xr-x 2 root wheel 512 9 abr 12:17 Mozo/ -rwxr-xr-x 1 root wheel 1129 3 dic 14:49 ORBit.la* -rwxr-xr-x 1 root wheel 107099 3 dic 14:49 ORBit.so* -r--r--r-- 1 root wheel 1026 3 dic 14:49 PortableServer.py -rw-r--r-- 1 root wheel 170 3 dic 14:49 PortableServer.pyc -rw-r--r-- 1 root wheel 170 3 dic 14:49 PortableServer.pyo drwxr-xr-x 8 root wheel 512 17 sep 2013 Pyrex/ -rw-r--r-- 1 root wheel 247 17 sep 2013 Pyrex-0.9.9-py2.7.egg-info -r--r--r-- 1 root wheel 119 22 abr 23:34 README -r-xr-xr-x 1 root wheel 8135 15 sep 2013 Reporter.py* -rw-r--r-- 1 root wheel 10835 3 dic 13:54 Reporter.pyc -rw-r--r-- 1 root wheel 10835 3 dic 13:54 Reporter.pyo drwxr-xr-x 2 root wheel 512 15 sep 2013 Resources/ -r-xr-xr-x 1 root wheel 25889 15 sep 2013 ScanView.py* -rw-r--r-- 1 root wheel 23650 3 dic 13:54 ScanView.pyc -rw-r--r-- 1 root wheel 23650 3 dic 13:54 ScanView.pyo drwxr-xr-x 4 root wheel 512 14 sep 2013 Sphinx-1.1.3-py2.7.egg/ -r-xr-xr-x 1 root wheel 1924 8 abr 14:04 VdePlug.py* -rw-r--r-- 1 root wheel 267438 3 dic 14:14 _dbus_bindings.a -rwxr-xr-x 1 root wheel 1035 3 dic 14:14 _dbus_bindings.la* -rwxr-xr-x 1 root wheel 164012 3 dic 14:14 _dbus_bindings.so* -rw-r--r-- 1 root wheel 6696 3 dic 14:14 _dbus_glib_bindings.a -rwxr-xr-x 1 root wheel 1353 3 dic 14:14 _dbus_glib_bindings.la* -rwxr-xr-x 1 root wheel 9513 3 dic 14:14 _dbus_glib_bindings.so* -rwxr-xr-x 1 root wheel 120426 22 abr 12:15 _gv.so* drwxr-xr-x 2 root wheel 512 23 abr 08:47 _markerlib/ -rwxr-xr-x 1 root wheel 25987 7 abr 13:35 _tevent.so* -r--r--r-- 1 root wheel 8429 15 abr 13:11 asciidocapi.py drwxr-xr-x 2 root wheel 1024 3 dic 15:50 atom/ drwxr-xr-x 4 root wheel 512 22 abr 15:07 bak/ drwxr-xr-x 5 root wheel 1024 3 dic 16:12 butterfly/ drwxr-xr-x 2 root wheel 512 22 abr 11:21 cairo/ drwxr-xr-x 2 root wheel 1024 3 dic 13:54 ccm/ -rw-r--r-- 1 root wheel 242 17 sep 2013 ccsm-0.8.4-py2.7.egg-info -rw-r--r-- 1 root wheel 211364 22 abr 11:14 compizconfig.a -rwxr-xr-x 1 root wheel 1724 22 abr 11:14 compizconfig.la* -rwxr-xr-x 1 root wheel 110698 22 abr 11:14 compizconfig.so* drwxr-xr-x 3 root wheel 1536 3 dic 14:14 dbus/ -rw-r--r-- 1 root wheel 869340 14 sep 2013 distribute-0.6.35-py2.7.egg lrwxr-xr-x 1 root wheel 60 14 sep 2013 distribute.pth@ -> /usr/local/lib/python2.7/site-packages/easy-install.pth.dist drwxr-xr-x 8 root wheel 1024 14 sep 2013 docutils/ -rw-r--r-- 1 root wheel 2365 14 sep 2013 docutils-0.11-py2.7.egg-info -r--r--r-- 1 root wheel 15061 22 abr 11:21 drv_libxml2.py -rw-r--r-- 1 root wheel 11282 22 abr 11:21 drv_libxml2.pyc -rw-r--r-- 1 root wheel 11282 22 abr 11:21 drv_libxml2.pyo -rw-r--r-- 1 root wheel 285 22 abr 15:06 easy-install.pth -r--r--r-- 1 root wheel 185 23 abr 08:47 easy-install.pth.dist -rw-r--r-- 1 root wheel 126 13 dic 17:31 easy_install.py -rw-r--r-- 1 root wheel 321 23 abr 08:47 easy_install.pyc -rw-r--r-- 1 root wheel 321 23 abr 08:47 easy_install.pyo -rw-r--r-- 1 root wheel 173652 3 dic 16:01 farsight.a -rwxr-xr-x 1 root wheel 1375 3 dic 16:01 farsight.la* -rwxr-xr-x 1 root wheel 99633 3 dic 16:01 farsight.so* drwxr-xr-x 32 root wheel 1536 3 dic 15:50 gdata/ -rw-r--r-- 1 root wheel 1629 3 dic 15:50 gdata-2.0.18-py2.7.egg-info drwxr-xr-x 2 root wheel 512 22 abr 11:21 glib/ -rw-r--r-- 1 root wheel 38914 14 sep 2013 gmenu.a -rwxr-xr-x 1 root wheel 1226 14 sep 2013 gmenu.la* -rwxr-xr-x 1 root wheel 30395 14 sep 2013 gmenu.so* drwxr-xr-x 2 root wheel 512 22 abr 11:21 gobject/ drwxr-xr-x 3 root wheel 512 3 dic 15:49 gst-0.10/ -rwxr-xr-x 1 root wheel 1306 3 dic 15:49 gstoption.la* -rwxr-xr-x 1 root wheel 7072 3 dic 15:49 gstoption.so* drwxr-xr-x 7 root wheel 512 22 abr 11:21 gtk-2.0/ -rwxr-xr-x 1 root wheel 2248 9 abr 12:18 gtksourceview2.la* -rwxr-xr-x 1 root wheel 155652 9 abr 12:18 gtksourceview2.so* -rw-r--r-- 1 root wheel 27446 3 dic 16:22 gtkvnc.a -rwxr-xr-x 1 root wheel 2411 3 dic 16:22 gtkvnc.la* -rwxr-xr-x 1 root wheel 34518 3 dic 16:22 gtkvnc.so* -r--r--r-- 1 root wheel 5550 22 abr 12:15 gv.py -rw-r--r-- 1 root wheel 10815 3 dic 13:54 gv.pyc -rw-r--r-- 1 root wheel 10815 3 dic 13:54 gv.pyo drwxr-xr-x 3 root wheel 1024 16 sep 2013 isodate/ -rw-r--r-- 1 root wheel 9366 16 sep 2013 isodate-0.4.9-py2.7.egg-info -r--r--r-- 1 root wheel 342819 22 abr 11:21 libxml2.py -rw-r--r-- 1 root wheel 451497 22 abr 11:21 libxml2.pyc -rw-r--r-- 1 root wheel 451497 22 abr 11:21 libxml2.pyo -rw-r--r-- 1 root wheel 557866 22 abr 11:21 libxml2mod.a -rwxr-xr-x 1 root wheel 1108 22 abr 11:21 libxml2mod.la* -rwxr-xr-x 1 root wheel 380680 22 abr 11:21 libxml2mod.so* drwxr-xr-x 2 root wheel 1024 9 abr 12:50 mate_invest/ -rw-r--r-- 1 root wheel 40910 9 abr 12:16 matemenu.a -rwxr-xr-x 1 root wheel 1246 9 abr 12:16 matemenu.la* -rwxr-xr-x 1 root wheel 30638 9 abr 12:16 matemenu.so* drwxr-xr-x 2 root wheel 1024 8 abr 10:56 packagekit/ drwxr-xr-x 10 root wheel 1024 3 dic 16:12 papyon/ -rw-r--r-- 1 root wheel 896 3 dic 16:12 papyon-0.5.4-py2.7.egg-info -rw-r--r-- 1 root wheel 98779 23 abr 08:47 pkg_resources.py -rw-r--r-- 1 root wheel 106795 23 abr 08:47 pkg_resources.pyc -rw-r--r-- 1 root wheel 106698 23 abr 08:47 pkg_resources.pyo -rw-r--r-- 1 root wheel 238 16 sep 2013 py_rrdtool-0.2.1-py2.7.egg-info drwxr-xr-x 2 root wheel 512 3 dic 14:00 pyatspi/ -rw-r--r-- 1 root wheel 666 3 dic 16:12 pycrypto-2.6.1-py2.7.egg-info -rw-r--r-- 1 root wheel 9 3 dic 15:49 pygst.pth -rw-r--r-- 1 root wheel 2051 3 dic 15:49 pygst.py -rw-r--r-- 1 root wheel 1302 3 dic 15:49 pygst.pyc -rw-r--r-- 1 root wheel 1302 3 dic 15:49 pygst.pyo -rw-r--r-- 1 root wheel 8 22 abr 11:21 pygtk.pth -r--r--r-- 1 root wheel 2966 22 abr 11:21 pygtk.py -rw-r--r-- 1 root wheel 2075 22 abr 11:21 pygtk.pyc -rw-r--r-- 1 root wheel 1779 22 abr 11:21 pygtk.pyo drwxr-xr-x 4 root wheel 512 14 sep 2013 pytz-2013d-py2.7.egg/ -rw-r--r-- 1 root wheel 306 3 dic 14:14 pyxdg-0.19-py2.7.egg-info drwxr-xr-x 5 root wheel 1536 16 sep 2013 rdflib/ -rw-r--r-- 1 root wheel 1917 16 sep 2013 rdflib-4.0.1-py2.7.egg-info -rwxr-xr-x 1 root wheel 22750 16 sep 2013 rrdtoolmodule.so* drwxr-xr-x 4 root wheel 1536 23 abr 08:47 setuptools/ drwxr-xr-x 2 root wheel 512 23 abr 08:47 setuptools-2.0.1-py2.7.egg-info/ -r--r--r-- 1 root wheel 2418 14 sep 2013 site.py -rw-r--r-- 1 root wheel 1739 3 dic 13:54 site.pyc -rw-r--r-- 1 root wheel 1739 3 dic 13:54 site.pyo -r-xr-xr-x 1 root wheel 5991 15 sep 2013 startfile.py* -rw-r--r-- 1 root wheel 6563 3 dic 13:54 startfile.pyc -rw-r--r-- 1 root wheel 6563 3 dic 13:54 startfile.pyo -rwxr-xr-x 1 root wheel 10299 7 abr 13:34 talloc.so* -rwxr-xr-x 1 root wheel 32004 15 sep 2013 tdb.so* drwxr-xr-x 5 root wheel 512 3 dic 16:12 telepathy/ -rw-r--r-- 1 root wheel 1018 27 ene 2013 tevent.py -rw-r--r-- 1 root wheel 271 7 abr 13:35 tevent.pyc -rw-r--r-- 1 root wheel 271 7 abr 13:35 tevent.pyo -rw-r--r-- 1 root wheel 25832 3 dic 16:07 tpfarsight.a -rwxr-xr-x 1 root wheel 1555 3 dic 16:07 tpfarsight.la* -rwxr-xr-x 1 root wheel 28969 3 dic 16:07 tpfarsight.so* drwxr-xr-x 2 root wheel 512 22 abr 14:48 vboxapi/ -rwxr-xr-x 1 root wheel 1111 8 abr 14:04 vdeplug_python.la* -rwxr-xr-x 1 root wheel 9354 8 abr 14:04 vdeplug_python.so* drwxr-xr-x 2 root wheel 512 22 abr 10:26 xcbgen/ drwxr-xr-x 2 root wheel 1024 3 dic 14:14 xdg/ drwxr-xr-x 3 root wheel 512 22 abr 11:22 xml2po/ drwxr-xr-x 4 root wheel 1024 22 abr 14:48 xpcom/ --------------060706000503040402000200-- From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 08:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A4C0DD6 for ; Wed, 23 Apr 2014 08:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3E4C31318 for ; Wed, 23 Apr 2014 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3N8e1Kr006332 for ; Wed, 23 Apr 2014 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3N8e1vK006331; Wed, 23 Apr 2014 08:40:01 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 08:40:01 GMT Message-Id: <201404230840.s3N8e1vK006331@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 08:40:01 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 10:30:40 +0200 And sorry, the package that I've installed manually for check is devel/py-setuptools. The system try installing devel/py-setuptools27 and then fails due to install files on the same place. From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 11:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 59FC63D7 for ; Wed, 23 Apr 2014 11:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 472B019E1 for ; Wed, 23 Apr 2014 11:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NBe1Ec066532 for ; Wed, 23 Apr 2014 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NBe1kp066531; Wed, 23 Apr 2014 11:40:01 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 11:40:01 GMT Message-Id: <201404231140.s3NBe1kp066531@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Kubilay Kocak Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kubilay Kocak List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 11:40:01 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Kubilay Kocak To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 21:33:43 +1000 Thank you for the additional information Toni. Please read and follow the instructions here carefully: http://lists.freebsd.org/pipermail/freebsd-python/2014-April/006828.html and then here: https://svnweb.freebsd.org/ports/head/UPDATING?r1=347059&r2=347362 Specifically, you have an outdated and redundant copy of 'distribute' installed in your site-packages directory that is causing the issue. Summary: - Remove *all* files/dirs related to distribute from site-packages/ - Remove py-setuptools, REPLACE it with py-setuptools27 Lastly, please report back on success or failure, so that we can close the PR or provide additional advice. From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 11:52:49 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id CDB6D85A; Wed, 23 Apr 2014 11:52:49 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A32A21B60; Wed, 23 Apr 2014 11:52:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NBqnYo072642; Wed, 23 Apr 2014 11:52:49 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NBqnE1072641; Wed, 23 Apr 2014 11:52:49 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 11:52:49 GMT Message-Id: <201404231152.s3NBqnE1072641@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-python@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/188066: databases/py-gdbm: Missing checksum X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 11:52:49 -0000 Synopsis: databases/py-gdbm: Missing checksum Responsible-Changed-From-To: freebsd-python->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Wed Apr 23 11:52:49 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188066 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 12:10:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FF201CF for ; Wed, 23 Apr 2014 12:10:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF9E1CE6 for ; Wed, 23 Apr 2014 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NCA1He076805 for ; Wed, 23 Apr 2014 12:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NCA1eD076804; Wed, 23 Apr 2014 12:10:01 GMT (envelope-from gnats) Date: Wed, 23 Apr 2014 12:10:01 GMT Message-Id: <201404231210.s3NCA1eD076804@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Toni Ballesta Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Toni Ballesta List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 12:10:02 -0000 The following reply was made to PR ports/188890; it has been noted by GNATS. From: Toni Ballesta To: bug-followup@FreeBSD.org, mustelator@yahoo.es Cc: Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) Date: Wed, 23 Apr 2014 14:08:35 +0200 Ufff..... I didn't delete it (moved to bak/ directory) because I haven't installed py-distribute, but viewing now the ports, I see: Port: devel/py-distribute Moved: devel/py-setuptools Date: 2013-11-27 Reason: Replaced with setuptools Is moved to setuptools! Oh my god....... my god........ I see before that I need delete it too, but I thought that it would not be necessary. Sorry! Now, it seem to work!!! My recommendation is a patch for delete any residual files. Thank you very much! From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 12:36:33 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id C7044F7E; Wed, 23 Apr 2014 12:36:33 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B1CC1113; Wed, 23 Apr 2014 12:36:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NCaXW3087406; Wed, 23 Apr 2014 12:36:33 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NCaXWj087404; Wed, 23 Apr 2014 12:36:33 GMT (envelope-from koobs) Date: Wed, 23 Apr 2014 12:36:33 GMT Message-Id: <201404231236.s3NCaXWj087404@freefall.freebsd.org> To: mustelator@yahoo.es, koobs@FreeBSD.org, freebsd-python@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/188890: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 12:36:33 -0000 Synopsis: devel/py-setuptools27: bad entry point (possible cause to egg-info problems) State-Changed-From-To: feedback->closed State-Changed-By: koobs State-Changed-When: Wed Apr 23 12:36:33 UTC 2014 State-Changed-Why: Submitter reports issue is resolved. Thanks Toni! http://www.freebsd.org/cgi/query-pr.cgi?pr=188890 From owner-freebsd-python@FreeBSD.ORG Wed Apr 23 23:00:08 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90CABB99; Wed, 23 Apr 2014 23:00:08 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 66F88131A; Wed, 23 Apr 2014 23:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NN08w0025556; Wed, 23 Apr 2014 23:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NN08oG025555; Wed, 23 Apr 2014 23:00:08 GMT (envelope-from edwin) Date: Wed, 23 Apr 2014 23:00:08 GMT Message-Id: <201404232300.s3NN08oG025555@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188930: [maintainer update] games/py-mnemosyne (2.3) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 23:00:08 -0000 Synopsis: [maintainer update] games/py-mnemosyne (2.3) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 23 23:00:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188930 From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 14:40:05 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50C4D453; Thu, 24 Apr 2014 14:40:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1168311AF; Thu, 24 Apr 2014 14:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OEe4n2090554; Thu, 24 Apr 2014 14:40:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OEe41w090553; Thu, 24 Apr 2014 14:40:04 GMT (envelope-from edwin) Date: Thu, 24 Apr 2014 14:40:04 GMT Message-Id: <201404241440.s3OEe41w090553@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 14:40:05 -0000 Synopsis: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 24 14:40:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188964 From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 14:40:07 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6912A45B; Thu, 24 Apr 2014 14:40:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2041411B5; Thu, 24 Apr 2014 14:40:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OEe64B090630; Thu, 24 Apr 2014 14:40:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OEe6JB090629; Thu, 24 Apr 2014 14:40:06 GMT (envelope-from edwin) Date: Thu, 24 Apr 2014 14:40:06 GMT Message-Id: <201404241440.s3OEe6JB090629@freefall.freebsd.org> To: oliver.fromme@secnetix.de, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 14:40:07 -0000 Synopsis: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Apr 24 14:40:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188964 From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 14:50:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3D94B9DD for ; Thu, 24 Apr 2014 14:50:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 289FD1301 for ; Thu, 24 Apr 2014 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3OEo12H094052 for ; Thu, 24 Apr 2014 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3OEo01A094051; Thu, 24 Apr 2014 14:50:00 GMT (envelope-from gnats) Date: Thu, 24 Apr 2014 14:50:00 GMT Message-Id: <201404241450.s3OEo01A094051@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 14:50:01 -0000 The following reply was made to PR ports/188964; it has been noted by GNATS. From: Edwin Groothuis To: rsmith@xs4all.nl Cc: bug-followup@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Date: Thu, 24 Apr 2014 14:40:05 UT Maintainer of graphics/py-stl, Please note that PR ports/188964 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188964 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Thu Apr 24 22:04:29 2014 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D2A6F34; Thu, 24 Apr 2014 22:04:29 +0000 (UTC) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F10315CA; Thu, 24 Apr 2014 22:04:28 +0000 (UTC) Received: from slackbox.erewhon.home (slackbox.xs4all.nl [83.162.243.5]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id s3OM4Qpt073541; Fri, 25 Apr 2014 00:04:26 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.home (Postfix, from userid 1001) id CABBF12317; Fri, 25 Apr 2014 00:04:25 +0200 (CEST) Date: Fri, 25 Apr 2014 00:04:25 +0200 From: Roland Smith To: Edwin Groothuis Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Message-ID: <20140424220425.GA97988@slackbox.erewhon.home> Mail-Followup-To: Edwin Groothuis , freebsd-python@freebsd.org References: <201404241450.s3OEo01A094051@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <201404241450.s3OEo01A094051@freefall.freebsd.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.23 (2014-03-12) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-python@freebsd.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 22:04:29 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 24, 2014 at 02:50:00PM +0000, Edwin Groothuis wrote: > The following reply was made to PR ports/188964; it has been noted by GNA= TS. >=20 > From: Edwin Groothuis > To: rsmith@xs4all.nl > Cc: bug-followup@FreeBSD.org > Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-de= scr > Date: Thu, 24 Apr 2014 14:40:05 UT >=20 > Maintainer of graphics/py-stl, > =20 > Please note that PR ports/188964 has just been submitted. > =20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > =20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/188964 > =20 Looks good. And thanks for the heads-up! Roland --=20 R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJTWYppAAoJEED21dyjijPgG+cP/2BIvcUU0SprPjKHFm5A5ViV J5jcZoqbux5WypA2K2Uj/NnflPXle6ALeDEReMaosuJeAOMvW5nqdnX74601vCsi 0+XY24dqDq8hTBgPf1cWE8XCXLMR7CpBBuzn3wWmkyv5CwLtZZ5fqMqexqQzmJrL /0DXecSk1xu6DXaEWfmQTYVSUbUINYgudlflR/wUicK5PoMtGdmXA50JKe33McvQ zJ5wciQ2KuRPAivjMehtmQqXCIjs5vfhJYq5uyDv49vbFIwq9XZ+XmMV0pBE9DXP GcVhw0nBxfcfzLayRJEWnaAs1cmHuDuxwI9K0Fg4UKRfDp0OhF/1Dd1uRKkgd8yc 2r+AnKRVdVimZVgDgRsCf+P7hxLB0+xXCodLu7DfA21vM6JxoPEDO2EHNYxutMz1 hgukNx/j4Ai2gcfMS8Gd18lJI9Bjnbta9hHY3TE1r6HacO+SPm7Ak+2MoAGpMRIf tP4dwjMtlXAMbk+QOWtvWgveCO2N2yJSBsIlPSh9rTl9oYTjCXVOkmCYWBtDwwak QpaE/gyBtuUwB0jWjangGiHeYtIkOr8Kv3povyLQ4ELRikQutGXCVZM9XUz2xDjz 1RUZ+IPWkBwEYZKOawWaYx9qbLiIx2My1I+lab+YRlby9bhHbW9K5SV8Q5o04M50 9kUE4NqB+2fTt4iI0ipZ =kcCR -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA-- From owner-freebsd-python@FreeBSD.ORG Fri Apr 25 03:34:56 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id E5FB5336; Fri, 25 Apr 2014 03:34:56 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCD7A15B8; Fri, 25 Apr 2014 03:34:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3P3YuH5085432; Fri, 25 Apr 2014 03:34:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3P3Ytnu085431; Fri, 25 Apr 2014 03:34:55 GMT (envelope-from linimon) Date: Fri, 25 Apr 2014 03:34:55 GMT Message-Id: <201404250334.s3P3Ytnu085431@freefall.freebsd.org> To: rsmith@xs4all.nl, oliver.fromme@secnetix.de, linimon@FreeBSD.org, freebsd-python@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 03:34:57 -0000 Synopsis: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Fri Apr 25 03:34:43 UTC 2014 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=188964 From owner-freebsd-python@FreeBSD.ORG Fri Apr 25 03:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 839FE41A for ; Fri, 25 Apr 2014 03:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7150515F2 for ; Fri, 25 Apr 2014 03:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3P3e09c085941 for ; Fri, 25 Apr 2014 03:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3P3e0Ih085940; Fri, 25 Apr 2014 03:40:00 GMT (envelope-from gnats) Date: Fri, 25 Apr 2014 03:40:00 GMT Message-Id: <201404250340.s3P3e0Ih085940@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Mark Linimon Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mark Linimon List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 03:40:01 -0000 The following reply was made to PR ports/188964; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr Date: Thu, 24 Apr 2014 22:35:20 -0500 ----- Forwarded message from Roland Smith ----- Date: Fri, 25 Apr 2014 00:04:25 +0200 From: Roland Smith To: Edwin Groothuis Cc: freebsd-python@freebsd.org Subject: Re: ports/188964: [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr User-Agent: Mutt/1.5.23 (2014-03-12) Looks good. And thanks for the heads-up! Roland -- R.F.Smith http://rsmith.home.xs4all.nl/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 5753 3324 1661 B0FE 8D93 FCED 40F6 D5DC A38A 33E0 (keyID: A38A33E0) ----- End forwarded message ----- From owner-freebsd-python@FreeBSD.ORG Mon Apr 28 11:06:53 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CAD0544 for ; Mon, 28 Apr 2014 11:06:53 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E38411AAF for ; Mon, 28 Apr 2014 11:06:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3SB6qJg086243 for ; Mon, 28 Apr 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3SB6qSM086241 for freebsd-python@FreeBSD.org; Mon, 28 Apr 2014 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Apr 2014 11:06:52 GMT Message-Id: <201404281106.s3SB6qSM086241@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 11:06:53 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188964 python [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188894 python [PATCH] databases/py-swift: update to 1.13.1 o ports/188777 python [PATCH] www/py-TurboGears: stage o ports/188774 python [PATCH] www/py-tgwebservices: stage o ports/188773 python [PATCH] www/py-scriptaculous: stage o ports/188769 python [PATCH] www/py-pylons: stage o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 28 problems total. From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 08:10:08 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8F8A5F9; Wed, 30 Apr 2014 08:10:08 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AE60E1DE5; Wed, 30 Apr 2014 08:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U8A81V088788; Wed, 30 Apr 2014 08:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U8A8ww088787; Wed, 30 Apr 2014 08:10:08 GMT (envelope-from edwin) Date: Wed, 30 Apr 2014 08:10:08 GMT Message-Id: <201404300810.s3U8A8ww088787@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189129: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.04.10 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 08:10:08 -0000 Synopsis: [MAINTAINER UPDATE] textproc/py-regex update to version 2014.04.10 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 30 08:10:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189129 From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 08:50:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 1C7FFD03; Wed, 30 Apr 2014 08:50:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E5E831306; Wed, 30 Apr 2014 08:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U8o4JM005141; Wed, 30 Apr 2014 08:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U8o4DF005140; Wed, 30 Apr 2014 08:50:04 GMT (envelope-from edwin) Date: Wed, 30 Apr 2014 08:50:04 GMT Message-Id: <201404300850.s3U8o4DF005140@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 08:50:05 -0000 Synopsis: databases/py-bsddb3 - fails to build with python3.x Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 30 08:50:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189131 From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 08:50:06 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E255CD33; Wed, 30 Apr 2014 08:50:06 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7CDC1308; Wed, 30 Apr 2014 08:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U8o6fZ005220; Wed, 30 Apr 2014 08:50:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U8o6ch005219; Wed, 30 Apr 2014 08:50:06 GMT (envelope-from edwin) Date: Wed, 30 Apr 2014 08:50:06 GMT Message-Id: <201404300850.s3U8o6ch005219@freefall.freebsd.org> To: arcade@b1t.name, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 08:50:07 -0000 Synopsis: databases/py-bsddb3 - fails to build with python3.x State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Apr 30 08:50:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189131 From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 09:00:02 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42323F8 for ; Wed, 30 Apr 2014 09:00:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 308E81452 for ; Wed, 30 Apr 2014 09:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3U9020F008790 for ; Wed, 30 Apr 2014 09:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3U90232008789; Wed, 30 Apr 2014 09:00:02 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 09:00:02 GMT Message-Id: <201404300900.s3U90232008789@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 09:00:02 -0000 The following reply was made to PR ports/189131; it has been noted by GNATS. From: Edwin Groothuis To: 5u623l20@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x Date: Wed, 30 Apr 2014 08:50:05 UT Maintainer of databases/py-bsddb3, Please note that PR ports/189131 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189131 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 12:20:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5AB3B3C5 for ; Wed, 30 Apr 2014 12:20:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47A8A18DF for ; Wed, 30 Apr 2014 12:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3UCK0B2081556 for ; Wed, 30 Apr 2014 12:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3UCK0gB081555; Wed, 30 Apr 2014 12:20:00 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 12:20:00 GMT Message-Id: <201404301220.s3UCK0gB081555@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Muhammad Moinur Rahman <5u623l20@gmail.com> Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Muhammad Moinur Rahman <5u623l20@gmail.com> List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 12:20:01 -0000 The following reply was made to PR ports/189131; it has been noted by GNATS. From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: bug-followup@freebsd.org Cc: Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x Date: Wed, 30 Apr 2014 18:16:43 +0600 (BDT) >Submitter-Id: current-users >Originator: Muhammad Moinur Rahman >Organization: >Confidential: no >Synopsis: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 11.0-CURRENT amd64 >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r263870: Fri Mar 28 16:37:49 BDT >Description: - Fixed Building in 3.X - Added OPTIONS to chose between 2.X and 3.X - OPTIONS default to build for 3.X as database/py-bsddb exists for 2.X Generated with FreeBSD Port Tools 1.02 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- py-bsddb3-6.0.1.patch begins here --- diff -ruN /usr/ports//databases/py-bsddb3/Makefile ./Makefile --- /usr/ports//databases/py-bsddb3/Makefile 2014-04-28 21:07:11.000000000 +0600 +++ ./Makefile 2014-04-30 18:14:10.681435022 +0600 @@ -3,6 +3,7 @@ PORTNAME= bsddb3 PORTVERSION= 6.0.1 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +13,17 @@ LICENSE= BSD3CLAUSE -USE_BDB= 43+ -USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes +OPTIONS_SINGLE= PYTHON +OPTIONS_SINGLE_PYTHON= PYTHON2 PYTHON3 +OPTIONS_DEFAULT= PYTHON3 +PYTHON2_DESC= Build with Python 2.X version +PYTHON3_DESC= Build with Python 3.X version +PYTHON2_USE= BDB=43+ PYTHON=2.7 +PYTHON3_USE= BDB=48+ PYTHON=3 + PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} PYDISTUTILS_BUILDARGS= --libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE} PYDISTUTILS_INSTALLARGS=-c -O1 --prefix=${PREFIX} --berkeley-db=${LOCALBASE} @@ -27,7 +34,8 @@ post-patch: ${REINPLACE_CMD} 's,%%DBVERSION%%,${BDB_LIB_NAME},g' ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py ${REINPLACE_CMD} 's,,<${BDB_INCLUDE_DIR}/db.h>,' ${WRKSRC}/Modules/bsddb.h - ${REINPLACE_CMD} 's,%%BDB_INCLUDE_DIR%%,${BDB_INCLUDE_DIR},' ${WRKSRC}/setup2.py + ${REINPLACE_CMD} 's,%%BDB_INCLUDE_DIR%%,${BDB_INCLUDE_DIR},' ${WRKSRC}/setup2.py ${WRKSRC}/setup3.py + ${REINPLACE_CMD} 's,METH_VARARGS||METH_KEYWORDS,METH_VARARGS|METH_KEYWORDS,' ${WRKSRC}/Modules/_bsddb.c post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff -ruN /usr/ports//databases/py-bsddb3/files/patch-setup3.py ./files/patch-setup3.py --- /usr/ports//databases/py-bsddb3/files/patch-setup3.py 2014-01-22 23:40:44.000000000 +0600 +++ ./files/patch-setup3.py 2014-04-30 17:57:15.055501410 +0600 @@ -1,6 +1,6 @@ --- setup3.py.orig 2011-03-15 16:10:41.000000000 +0800 +++ setup3.py 2011-03-15 16:12:40.000000000 +0800 -@@ -53,10 +53,7 @@ +@@ -86,10 +86,7 @@ category=DeprecationWarning) @@ -12,7 +12,7 @@ from distutils.dep_util import newer import distutils.ccompiler -@@ -247,8 +244,8 @@ +@@ -292,8 +289,8 @@ incdir = os.path.join(BERKELEYDB_DIR, 'include') if not libdir: libdir = os.path.join(BERKELEYDB_DIR, 'lib') @@ -23,3 +23,12 @@ else: if debug: print("LIBS already contains '-ldb' not adding our own", "'-l"+dblib+"'") libname = [] +@@ -332,7 +329,7 @@ + + # read db.h to figure out what version of Berkeley DB this is + ver = None +- db_h_lines = open(os.path.join(incdir, 'db.h'), 'r').readlines() ++ db_h_lines = open('%%BDB_INCLUDE_DIR%%/db.h', 'r').readlines() + db_ver_re = re.compile( + r'^#define\s+DB_VERSION_STRING\s.*Berkeley DB (\d+\.\d+).*') + db_ver2 = db_ver --- py-bsddb3-6.0.1.patch ends here --- From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 12:40:02 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9E28F93B for ; Wed, 30 Apr 2014 12:40:02 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7EEC11ADB for ; Wed, 30 Apr 2014 12:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3UCe2sl088424 for ; Wed, 30 Apr 2014 12:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3UCe2pi088423; Wed, 30 Apr 2014 12:40:02 GMT (envelope-from gnats) Date: Wed, 30 Apr 2014 12:40:02 GMT Message-Id: <201404301240.s3UCe2pi088423@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Muhammad Moinur Rahman <5u623l20@gmail.com> Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Muhammad Moinur Rahman <5u623l20@gmail.com> List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 12:40:02 -0000 The following reply was made to PR ports/189131; it has been noted by GNATS. From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: "bug-followup@FreeBSD.org" Cc: Subject: Re: ports/189131: databases/py-bsddb3 - fails to build with python3.x Date: Wed, 30 Apr 2014 18:32:17 +0600 --089e014946023463a004f841bd2a Content-Type: text/plain; charset=UTF-8 For Committer's reference for the updated patch: http://pdr.s.ubze.ro/bulk/latest-per-pkg/py27-bsddb3/6.0.1_1/ http://pdr.s.ubze.ro/bulk/latest-per-pkg/py33-bsddb3/6.0.1_1/ On Wed, Apr 30, 2014 at 2:50 PM, Edwin Groothuis wrote: > Maintainer of databases/py-bsddb3, > > Please note that PR ports/189131 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189131 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --089e014946023463a004f841bd2a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable --089e014946023463a004f841bd2a-- From owner-freebsd-python@FreeBSD.ORG Wed Apr 30 15:11:00 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C31B222C; Wed, 30 Apr 2014 15:11:00 +0000 (UTC) Received: from us2.outbound.mailhostbox.com (us2.outbound.mailhostbox.com [162.210.70.53]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9331CDD; Wed, 30 Apr 2014 15:11:00 +0000 (UTC) Received: from mail.jmorenov.com.co (unknown [208.91.199.199]) (Authenticated sender: jmorenov@jmorenov.com.co) by us2.outbound.mailhostbox.com (Postfix) with ESMTPA id D6E201E98B20; Wed, 30 Apr 2014 15:02:16 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jmorenov.com.co; s=20111016; t=1398870139; bh=VvwTcQD0DOj6vaS8yARp1BVvtpPHH5dtDVH1NXKJLU0=; h=MIME-Version:Content-Type:Date:From:To:Subject:Message-ID; b=czDrlyC9tRirev5JTCIAw3hIpxF+WFs52bYjeESgqFSnxA+1oF9FctRDoYSyMV2Rs Qn4zb/zGlRrrELt5PR0W/hw8bY9D5dH3QsnjAB0ZmY4/uLwEf6VyhL8ZJN8mLpYUbv RCSbLXvv2TI/K87Jz3T8wUdnb6/ZoWvbaoaTRrIM= MIME-Version: 1.0 Date: Wed, 30 Apr 2014 10:02:16 -0500 From: jmorenov@jmorenov.com.co To: , , Subject: bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3 Message-ID: X-Sender: jmorenov@jmorenov.com.co User-Agent: Webmail Services/0.4 X-CTCH-RefID: wb X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: WHITE_FROM_RCVD X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CTCH-SenderID: jmorenov@jmorenov.com.co X-CTCH-SenderID-TotalMessages: 1 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalRecipients: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-BlueWhiteFlag: 0 X-Scanned-By: MIMEDefang 2.72 on 172.16.214.8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Apr 2014 15:11:00 -0000 ---------------------------------------------------------------------------------------------------- root@server:/usr/ports/dns/bind10 # make clean ===> Cleaning for bind10-1.2.0 root@server:/usr/ports/dns/bind10 # make install clean ===> bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3. *** Error code 1 Stop. make: stopped in /usr/ports/dns/bind10 root@server:/usr/ports/dns/bind10 # pkg info -ix python python3-3_1 python33-3.3.5_1 python34-3.4.0 root@server:/usr/ports/dns/bind10 # date Wed Apr 30 09:47:02 COT 2014 root@server:/usr/ports/dns/bind10 # cat /etc/make.conf WITH_BDB_VER=5 WITH_PKGNG=yes DEFAULT_VERSIONS=python3=3.3 root@server:/usr/ports/dns/bind10 # --------------------------------------------------------------------------------------------------------- root@server:/usr/ports/dns/bind10 # uname -a FreeBSD server.jmorenov.com.co 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 root@server:/usr/ports/dns/bind10 # --------------------------------------------------------------------------------------------------------- I can not install bind10 on FreeBSD 10 Please help me William Moreno From owner-freebsd-python@FreeBSD.ORG Thu May 1 11:10:05 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 289A1B6F; Thu, 1 May 2014 11:10:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F23891CB2; Thu, 1 May 2014 11:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s41BA4Km094875; Thu, 1 May 2014 11:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s41BA4Kn094874; Thu, 1 May 2014 11:10:04 GMT (envelope-from edwin) Date: Thu, 1 May 2014 11:10:04 GMT Message-Id: <201405011110.s41BA4Kn094874@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189182: [MAINTAINER] databases/py-pylibmc: update to 1.3.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 May 2014 11:10:05 -0000 Synopsis: [MAINTAINER] databases/py-pylibmc: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 1 11:10:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189182 From owner-freebsd-python@FreeBSD.ORG Fri May 2 09:22:39 2014 Return-Path: Delivered-To: python@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 ESMTPS id 560C592F for ; Fri, 2 May 2014 09:22:39 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BC4A1DC2 for ; Fri, 2 May 2014 09:22:39 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id i57so3888009yha.26 for ; Fri, 02 May 2014 02:22:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=anc86LyVEk+0YVWbFBFFzUahQA9L1E3ZPzQr2Z/mvoY=; b=TfkHW3tT6BxnLvRByctzzl+XphCZJ3DQhrTQkSRWDhpw7XQBluPXaFQ7FpB0HoAGcT bqcRcanaN9W74VCIjmCqLujU/RQ+uhw8VJVwaND7bgKP6mAjcEE0vBQK2x3G14D7EL72 21R3cuTEpCyq1vWdY1WRCByjIN2c43ZjH2nXWZQJml9T08jF7xwZzpwTiyzhIQtg+tff +8QgRgSXoBiEcdAn+mC5T11hTNSzXgSR6qeZTx+0F/JKdXABLVkqoPIUgPBNx5btZ5Ha 42068qHzM8ChfQDaTv8rAgNeaAsTukMM4kblY2ysZgWqT+7euQ50B/RZPZgvhhWpbCWc BoUg== MIME-Version: 1.0 X-Received: by 10.236.131.42 with SMTP id l30mr21804843yhi.130.1399022558275; Fri, 02 May 2014 02:22:38 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.50.80 with HTTP; Fri, 2 May 2014 02:22:38 -0700 (PDT) Date: Fri, 2 May 2014 11:22:38 +0200 X-Google-Sender-Auth: 3agvbPTGm3zq1rmZyF-kl6PQosA Message-ID: Subject: bsd.python.mk patch for review From: Antoine Brodin To: python@freebsd.org Content-Type: multipart/mixed; boundary=20cf301b622b9e820804f86752be X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 09:22:39 -0000 --20cf301b622b9e820804f86752be Content-Type: text/plain; charset=UTF-8 Hi there, Currently default python versions are inconsistent: - python 3.3 is the default python3 version - python 3.4 is preferred over python 3.3 when a port needs a python version in a specific range The patch below should address this, please review/test. Cheers, Antoine Index: Mk/bsd.python.mk =================================================================== --- Mk/bsd.python.mk (revision 352778) +++ Mk/bsd.python.mk (working copy) @@ -289,7 +289,7 @@ But you specified ${_PYTHON_VERSION} .else .undef _PYTHON_VERSION -.for ver in ${_PYTHON_ALLBRANCHES} +.for ver in ${PYTHON2_DEFAULT} ${PYTHON3_DEFAULT} ${_PYTHON_ALLBRANCHES} __VER= ${ver} .if !defined(_PYTHON_VERSION) && \ !(!empty(_PYTHON_VERSION_MINIMUM) && ( \ --20cf301b622b9e820804f86752be Content-Type: text/plain; charset=US-ASCII; name="pythonmk.diff" Content-Disposition: attachment; filename="pythonmk.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hup97lkt0 SW5kZXg6IE1rL2JzZC5weXRob24ubWsKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gTWsvYnNkLnB5dGhvbi5tawko cmV2aXNpb24gMzUyNzc4KQorKysgTWsvYnNkLnB5dGhvbi5tawkod29ya2luZyBjb3B5KQpAQCAt Mjg5LDcgKzI4OSw3IEBACiAJCQkJCUJ1dCB5b3Ugc3BlY2lmaWVkICR7X1BZVEhPTl9WRVJTSU9O fQogLmVsc2UKIC51bmRlZiBfUFlUSE9OX1ZFUlNJT04KLS5mb3IgdmVyIGluICR7X1BZVEhPTl9B TExCUkFOQ0hFU30KKy5mb3IgdmVyIGluICR7UFlUSE9OMl9ERUZBVUxUfSAke1BZVEhPTjNfREVG QVVMVH0gJHtfUFlUSE9OX0FMTEJSQU5DSEVTfQogX19WRVI9CQkke3Zlcn0KIC5pZiAhZGVmaW5l ZChfUFlUSE9OX1ZFUlNJT04pICYmIFwKIAkhKCFlbXB0eShfUFlUSE9OX1ZFUlNJT05fTUlOSU1V TSkgJiYgKCBcCg== --20cf301b622b9e820804f86752be-- From owner-freebsd-python@FreeBSD.ORG Fri May 2 11:58:58 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 547C2C29; Fri, 2 May 2014 11:58:58 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 13E7F1DF8; Fri, 2 May 2014 11:58:58 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6608EBDC56; Fri, 2 May 2014 13:58:56 +0200 (CEST) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 53E7EBDC1D; Fri, 2 May 2014 13:58:56 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id E462A617A; Fri, 2 May 2014 13:58:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 619E26C050A6; Fri, 2 May 2014 13:58:55 +0200 (CEST) Date: Fri, 02 May 2014 13:58:54 +0200 From: Mathieu Arnold To: jmorenov@jmorenov.com.co, pavelivolkov@gmail.com, python@FreeBSD.org, mat@FreeBSD.org Subject: Re: bind10-1.2.0 You have python 2.7 set as the default, and this needs 3.3 Message-ID: In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 11:58:58 -0000 +--On 30 avril 2014 10:02:16 -0500 jmorenov@jmorenov.com.co wrote: | DEFAULT_VERSIONS=python3=3.3 That line says that in the case you need python3, you will have 3.3, not that in the case you need python you will have python 3.3. You need DEFAULT_VERSIONS=python=3.3. (And then, you need to rebuild everything that needs python because the default has changed from 2.7 to 3.3.) Also, my I inquire why you're trying to use BIND 10 ? (Just curious, as it's a deprecated dead piece of software.) -- Mathieu Arnold From owner-freebsd-python@FreeBSD.ORG Fri May 2 22:50:05 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 116F0F8; Fri, 2 May 2014 22:50:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DB7D01558; Fri, 2 May 2014 22:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s42Mo4oR001156; Fri, 2 May 2014 22:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s42Mo4Ho001155; Fri, 2 May 2014 22:50:04 GMT (envelope-from edwin) Date: Fri, 2 May 2014 22:50:04 GMT Message-Id: <201405022250.s42Mo4Ho001155@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189270: Is a new port graphics/py-pygal X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 22:50:05 -0000 Synopsis: Is a new port graphics/py-pygal Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 2 22:50:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189270 From owner-freebsd-python@FreeBSD.ORG Sun May 4 10:38:31 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A58BF52E for ; Sun, 4 May 2014 10:38:31 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91CA71720 for ; Sun, 4 May 2014 10:38:31 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s44AcVYT062696 for ; Sun, 4 May 2014 10:38:31 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s44AcVHT062690; Sun, 4 May 2014 10:38:31 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405041038.s44AcVHT062690@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 4 May 2014 10:38:31 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2014 10:38:31 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.5 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Mon May 5 11:06:49 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2EA0EA7 for ; Mon, 5 May 2014 11:06:49 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 878571CF8 for ; Mon, 5 May 2014 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45B6n4Q083224 for ; Mon, 5 May 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45B6naj083221 for freebsd-python@FreeBSD.org; Mon, 5 May 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 May 2014 11:06:49 GMT Message-Id: <201405051106.s45B6naj083221@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 11:06:49 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/189270 python [new port] graphics/py-pygal, python svg graph plottin o ports/189182 python [MAINTAINER] databases/py-pylibmc: update to 1.3.0 f ports/189131 python databases/py-bsddb3 - fails to build with python3.x o ports/189129 python [MAINTAINER UPDATE] textproc/py-regex update to versio o ports/188964 python [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188894 python [PATCH] databases/py-swift: update to 1.13.1 o ports/188777 python [PATCH] www/py-TurboGears: stage o ports/188774 python [PATCH] www/py-tgwebservices: stage o ports/188773 python [PATCH] www/py-scriptaculous: stage o ports/188769 python [PATCH] www/py-pylons: stage o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 32 problems total. From owner-freebsd-python@FreeBSD.ORG Mon May 5 18:20:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 213CB57B; Mon, 5 May 2014 18:20:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB1BCD48; Mon, 5 May 2014 18:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45IK449038462; Mon, 5 May 2014 18:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45IK49q038461; Mon, 5 May 2014 18:20:04 GMT (envelope-from edwin) Date: Mon, 5 May 2014 18:20:04 GMT Message-Id: <201405051820.s45IK49q038461@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189377: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 18:20:05 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 5 18:20:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189377 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:23:33 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 86929420; Mon, 5 May 2014 21:23:33 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C712899; Mon, 5 May 2014 21:23:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45LNX8E095740; Mon, 5 May 2014 21:23:33 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45LNXYE095739; Mon, 5 May 2014 21:23:33 GMT (envelope-from ohauer) Date: Mon, 5 May 2014 21:23:33 GMT Message-Id: <201405052123.s45LNXYE095739@freefall.freebsd.org> To: ohauer@FreeBSD.org, freebsd-python@FreeBSD.org, ohauer@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/189377: maintainer update : sysutils/py-salt X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 21:23:33 -0000 Synopsis: maintainer update : sysutils/py-salt Responsible-Changed-From-To: freebsd-python->ohauer Responsible-Changed-By: ohauer Responsible-Changed-When: Mon May 5 21:22:29 UTC 2014 Responsible-Changed-Why: I'll take it (I was in progress to send an update PR) http://www.freebsd.org/cgi/query-pr.cgi?pr=189377 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:30:05 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B68CF9CE; Mon, 5 May 2014 21:30:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E4978D2; Mon, 5 May 2014 21:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45LU5mn096611; Mon, 5 May 2014 21:30:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45LU57L096610; Mon, 5 May 2014 21:30:05 GMT (envelope-from edwin) Date: Mon, 5 May 2014 21:30:05 GMT Message-Id: <201405052130.s45LU57L096610@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 21:30:05 -0000 Synopsis: [patch] sysutils/py-salt-api update to 0.8.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon May 5 21:30:05 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189383 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:30:07 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70E069D2; Mon, 5 May 2014 21:30:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 485F78D3; Mon, 5 May 2014 21:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45LU71J096688; Mon, 5 May 2014 21:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45LU7Po096687; Mon, 5 May 2014 21:30:07 GMT (envelope-from edwin) Date: Mon, 5 May 2014 21:30:07 GMT Message-Id: <201405052130.s45LU7Po096687@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 21:30:07 -0000 Synopsis: [patch] sysutils/py-salt-api update to 0.8.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon May 5 21:30:07 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189383 From owner-freebsd-python@FreeBSD.ORG Mon May 5 21:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 431C9379 for ; Mon, 5 May 2014 21:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3170F99C for ; Mon, 5 May 2014 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45Le1J9099234 for ; Mon, 5 May 2014 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45Le1V8099233; Mon, 5 May 2014 21:40:01 GMT (envelope-from gnats) Date: Mon, 5 May 2014 21:40:01 GMT Message-Id: <201405052140.s45Le1V8099233@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Reply-To: Edwin Groothuis X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 21:40:01 -0000 The following reply was made to PR ports/189383; it has been noted by GNATS. From: Edwin Groothuis To: christer.edwards@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Date: Mon, 5 May 2014 21:30:06 UT Maintainer of sysutils/py-salt-api, Please note that PR ports/189383 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189383 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Tue May 6 15:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 5CD011A1 for ; Tue, 6 May 2014 15:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FFABE81 for ; Tue, 6 May 2014 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s46FU0qm007673 for ; Tue, 6 May 2014 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46FU0Z8007672; Tue, 6 May 2014 15:30:00 GMT (envelope-from gnats) Date: Tue, 6 May 2014 15:30:00 GMT Message-Id: <201405061530.s46FU0Z8007672@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Christer Edwards Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Reply-To: Christer Edwards X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 15:30:01 -0000 The following reply was made to PR ports/189383; it has been noted by GNATS. From: Christer Edwards To: bug-followup@freebsd.org Cc: Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 Date: Tue, 6 May 2014 09:23:47 -0600 --001a113a98d0c9010804f8bcd6fb Content-Type: text/plain; charset=UTF-8 Approved. Thanks! On Mon, May 5, 2014 at 3:30 PM, Edwin Groothuis wrote: > Maintainer of sysutils/py-salt-api, > > Please note that PR ports/189383 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189383 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --001a113a98d0c9010804f8bcd6fb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Approved. Thanks!


=
On Mon, May 5, 2014 at 3:30 PM, Edwin Groothuis = <edwin@freebsd.org> wrote:
Maintainer of sysutils/py-salt-api,

Please note that PR ports/189383 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
=C2=A0 =C2=A0 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/189383

--
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org

--001a113a98d0c9010804f8bcd6fb-- From owner-freebsd-python@FreeBSD.ORG Tue May 6 17:25:31 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 9D82530F; Tue, 6 May 2014 17:25:31 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A99BCA9; Tue, 6 May 2014 17:25:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s46HPVta048864; Tue, 6 May 2014 17:25:31 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46HPVJb048863; Tue, 6 May 2014 17:25:31 GMT (envelope-from ohauer) Date: Tue, 6 May 2014 17:25:31 GMT Message-Id: <201405061725.s46HPVJb048863@freefall.freebsd.org> To: christer.edwards@gmail.com, ohauer@FreeBSD.org, freebsd-python@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/189383: [patch] sysutils/py-salt-api update to 0.8.4 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 17:25:31 -0000 Synopsis: [patch] sysutils/py-salt-api update to 0.8.4 State-Changed-From-To: feedback->closed State-Changed-By: ohauer State-Changed-When: Tue May 6 17:24:59 UTC 2014 State-Changed-Why: I've taken the liberty to commit my own PR http://www.freebsd.org/cgi/query-pr.cgi?pr=189383 From owner-freebsd-python@FreeBSD.ORG Tue May 6 17:30:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 4505855B for ; Tue, 6 May 2014 17:30:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32955CD9 for ; Tue, 6 May 2014 17:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s46HU1wq049142 for ; Tue, 6 May 2014 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s46HU12I049141; Tue, 6 May 2014 17:30:01 GMT (envelope-from gnats) Date: Tue, 6 May 2014 17:30:01 GMT Message-Id: <201405061730.s46HU12I049141@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/189383: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2014 17:30:01 -0000 The following reply was made to PR ports/189383; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189383: commit references a PR Date: Tue, 6 May 2014 17:24:41 +0000 (UTC) Author: ohauer Date: Tue May 6 17:24:37 2014 New Revision: 353112 URL: http://svnweb.freebsd.org/changeset/ports/353112 QAT: https://qat.redports.org/buildarchive/r353112/ Log: - update to 0.8.4 - remove pkg-plist, port has PYDISTUTILS_AUTOPLIST=yes defined PR: ports/189383 Submitted by: ohauer Approved by: Christer Edwards (maintainer) Deleted: head/sysutils/py-salt-api/pkg-plist Modified: head/sysutils/py-salt-api/Makefile head/sysutils/py-salt-api/distinfo Modified: head/sysutils/py-salt-api/Makefile ============================================================================== --- head/sysutils/py-salt-api/Makefile Tue May 6 17:24:31 2014 (r353111) +++ head/sysutils/py-salt-api/Makefile Tue May 6 17:24:37 2014 (r353112) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= salt-api -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-salt-api/distinfo ============================================================================== --- head/sysutils/py-salt-api/distinfo Tue May 6 17:24:31 2014 (r353111) +++ head/sysutils/py-salt-api/distinfo Tue May 6 17:24:37 2014 (r353112) @@ -1,2 +1,2 @@ -SHA256 (salt-api-0.8.3.tar.gz) = 11e834678224ee1393c7a272cb5fc11c532d46deb202631c5d56b1badd2c6a40 -SIZE (salt-api-0.8.3.tar.gz) = 50640 +SHA256 (salt-api-0.8.4.tar.gz) = eef5f4c4f8a9a6290ea6cfdc27c2da342fb7905461d7b66e2b81cbf5a0a2084d +SIZE (salt-api-0.8.4.tar.gz) = 59959 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Wed May 7 08:30:04 2014 Return-Path: Delivered-To: python@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 ESMTPS id 9598155C for ; Wed, 7 May 2014 08:30:04 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8670189B for ; Wed, 7 May 2014 08:30:04 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s478U4LZ006207 for ; Wed, 7 May 2014 08:30:04 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 May 2014 08:30:04 GMT Message-Id: <201405070830.s478U4LZ006207@portsmon.freebsd.org> From: linimon@FreeBSD.org To: python@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 08:30:04 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/python31 description: Interpreted object-oriented programming language maintainer: python@FreeBSD.org deprecated because: Python 3.1 will be end-of-life soon, please migrate to lang/python33 expiration date: 2014-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=python31 If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-python@FreeBSD.ORG Wed May 7 09:43:14 2014 Return-Path: Delivered-To: python@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 ESMTPS id 0396389E for ; Wed, 7 May 2014 09:43:14 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E47A3F3F for ; Wed, 7 May 2014 09:43:13 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s479hDYA014042 for ; Wed, 7 May 2014 09:43:13 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s479hDDt014041; Wed, 7 May 2014 09:43:13 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405070943.s479hDDt014041@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 7 May 2014 09:43:13 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 09:43:14 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.5.1 ------------------------------------------------+-----------------+------------ www/py-imdbpy | 4.9 | 5.0 ------------------------------------------------+-----------------+------------ www/xist | 3.25 | 5.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Wed May 7 11:50:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEADE662 for ; Wed, 7 May 2014 11:50:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C08BAD5C for ; Wed, 7 May 2014 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s47Bo1k0092597 for ; Wed, 7 May 2014 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s47Bo1tL092583; Wed, 7 May 2014 11:50:01 GMT (envelope-from gnats) Date: Wed, 7 May 2014 11:50:01 GMT Message-Id: <201405071150.s47Bo1tL092583@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: =?UTF-8?Q?Eero_H=C3=A4nninen?= Subject: Re: ports/187413: [NEW PORT] devel/py-python-statsd Reply-To: =?UTF-8?Q?Eero_H=C3=A4nninen?= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 11:50:02 -0000 The following reply was made to PR ports/187413; it has been noted by GNATS. From: =?UTF-8?Q?Eero_H=C3=A4nninen?= To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Cc: Subject: Re: ports/187413: [NEW PORT] devel/py-python-statsd Date: Wed, 07 May 2014 14:40:25 +0300 --=_8448c878a40495571d48db86a5459ae4 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Newer version of this package (1.6.3) --=_8448c878a40495571d48db86a5459ae4 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; name=py-python-statsd.shar Content-Disposition: attachment; filename=py-python-statsd.shar; size=1562 IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxlLCByZW1vdmUgYW55 dGhpbmcgYmVmb3JlCiMgdGhpcyBsaW5lLCBhbmQgdGhlbiB1bnBhY2sgaXQgYnkgZW50ZXJpbmcg InNoIGZpbGUiLiAgTm90ZSwgaXQgbWF5CiMgY3JlYXRlIGRpcmVjdG9yaWVzOyBmaWxlcyBhbmQg ZGlyZWN0b3JpZXMgd2lsbCBiZSBvd25lZCBieSB5b3UgYW5kCiMgaGF2ZSBkZWZhdWx0IHBlcm1p c3Npb25zLgojCiMgVGhpcyBhcmNoaXZlIGNvbnRhaW5zOgojCiMJcHktcHl0aG9uLXN0YXRzZAoj CXB5LXB5dGhvbi1zdGF0c2QvTWFrZWZpbGUKIwlweS1weXRob24tc3RhdHNkL2Rpc3RpbmZvCiMJ cHktcHl0aG9uLXN0YXRzZC9wa2ctZGVzY3IKIwplY2hvIGMgLSBweS1weXRob24tc3RhdHNkCm1r ZGlyIC1wIHB5LXB5dGhvbi1zdGF0c2QgPiAvZGV2L251bGwgMj4mMQplY2hvIHggLSBweS1weXRo b24tc3RhdHNkL01ha2VmaWxlCnNlZCAncy9eWC8vJyA+cHktcHl0aG9uLXN0YXRzZC9NYWtlZmls ZSA8PCAnYWM2YjI3Njg1NDdkNjUyMDc5NDFhOTk2OTY1MDYwYzMnClgjICRGcmVlQlNEJApYClhQ T1JUTkFNRT0JcHl0aG9uLXN0YXRzZApYUE9SVFZFUlNJT049CTEuNi4zClhDQVRFR09SSUVTPQlk ZXZlbCBweXRob24KWE1BU1RFUl9TSVRFUz0JQ0hFRVNFU0hPUApYUEtHTkFNRVBSRUZJWD0JJHtQ WVRIT05fUEtHTkFNRVBSRUZJWH0KWApYTUFJTlRBSU5FUj0JZmF4QG5vaGlrLmVlClhDT01NRU5U PQlTdGF0c2QgaXMgYSBjbGllbnQgZm9yIEV0c3kncyBub2RlLWpzIHN0YXRzZCBzZXJ2ZXIKWApY TElDRU5TRT0JQVBBQ0hFMjAKWApYVVNFX1BZVEhPTj0JCXllcwpYVVNFX1BZRElTVFVUSUxTPQl5 ZXMKWFBZRElTVFVUSUxTX0FVVE9QTElTVD0JeWVzClgKWC5pbmNsdWRlIDxic2QucG9ydC5taz4K YWM2YjI3Njg1NDdkNjUyMDc5NDFhOTk2OTY1MDYwYzMKZWNobyB4IC0gcHktcHl0aG9uLXN0YXRz ZC9kaXN0aW5mbwpzZWQgJ3MvXlgvLycgPnB5LXB5dGhvbi1zdGF0c2QvZGlzdGluZm8gPDwgJ2M2 MmJmMjY3ZGRkMmQ1YzdlMDcxOTU0NGQ0ZDdkOGYyJwpYU0hBMjU2IChweXRob24tc3RhdHNkLTEu Ni4zLnRhci5neikgPSBlMDNhMGJkODZlOTU2NWM1NzQyZjE1OGQxMjNkNjkxZGVjZTA5YjY2OTg0 Y2IyZDkwZWUxMDYxMzZmOTVhNzkzClhTSVpFIChweXRob24tc3RhdHNkLTEuNi4zLnRhci5neikg PSA5Mzc1CmM2MmJmMjY3ZGRkMmQ1YzdlMDcxOTU0NGQ0ZDdkOGYyCmVjaG8geCAtIHB5LXB5dGhv bi1zdGF0c2QvcGtnLWRlc2NyCnNlZCAncy9eWC8vJyA+cHktcHl0aG9uLXN0YXRzZC9wa2ctZGVz Y3IgPDwgJzZiZDM3MjQ3YzA3MDY0MDVhMjdmMmE5NGZhZjhhYjhhJwpYc3RhdHNkIGlzIGEgY2xp ZW50IGZvciBFdHN5J3Mgc3RhdHNkIHNlcnZlciwgYSBmcm9udCBlbmQvcHJveHkgZm9yIHRoZSBH cmFwaGl0ZQpYc3RhdHMgY29sbGVjdGlvbiBhbmQgZ3JhcGhpbmcgc2VydmVyLgpYClhXV1c6IGh0 dHBzOi8vcHlwaS5weXRob24ub3JnL3B5cGkvcHl0aG9uLXN0YXRzZAo2YmQzNzI0N2MwNzA2NDA1 YTI3ZjJhOTRmYWY4YWI4YQpleGl0Cgo= --=_8448c878a40495571d48db86a5459ae4-- From owner-freebsd-python@FreeBSD.ORG Thu May 8 09:34:42 2014 Return-Path: Delivered-To: python@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 ESMTPS id 3DB73E81 for ; Thu, 8 May 2014 09:34:42 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A1766A9 for ; Thu, 8 May 2014 09:34:42 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s489YgEO052080 for ; Thu, 8 May 2014 09:34:42 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s489Ygiu052076; Thu, 8 May 2014 09:34:42 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405080934.s489Ygiu052076@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 8 May 2014 09:34:42 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 09:34:42 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.5.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Thu May 8 14:30:11 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04CFB8C1; Thu, 8 May 2014 14:30:11 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFB4C7C1; Thu, 8 May 2014 14:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48EUAQD087398; Thu, 8 May 2014 14:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48EUAIa087397; Thu, 8 May 2014 14:30:10 GMT (envelope-from edwin) Date: Thu, 8 May 2014 14:30:10 GMT Message-Id: <201405081430.s48EUAIa087397@freefall.freebsd.org> To: olivierd@FreeBSD.org, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 14:30:11 -0000 Synopsis: [UPDATE] net/py-netifaces to 0.10.3 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu May 8 14:30:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189475 From owner-freebsd-python@FreeBSD.ORG Thu May 8 14:30:09 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B0BF8BD; Thu, 8 May 2014 14:30:09 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 229A97C0; Thu, 8 May 2014 14:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48EU80T087323; Thu, 8 May 2014 14:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48EU8Yu087322; Thu, 8 May 2014 14:30:08 GMT (envelope-from edwin) Date: Thu, 8 May 2014 14:30:08 GMT Message-Id: <201405081430.s48EU8Yu087322@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 14:30:09 -0000 Synopsis: [UPDATE] net/py-netifaces to 0.10.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu May 8 14:30:08 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189475 From owner-freebsd-python@FreeBSD.ORG Thu May 8 14:40:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63761D80 for ; Thu, 8 May 2014 14:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5173E8CC for ; Thu, 8 May 2014 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48Ee15L090812 for ; Thu, 8 May 2014 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48Ee1Fw090811; Thu, 8 May 2014 14:40:01 GMT (envelope-from gnats) Date: Thu, 8 May 2014 14:40:01 GMT Message-Id: <201405081440.s48Ee1Fw090811@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 Reply-To: Edwin Groothuis X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 14:40:01 -0000 The following reply was made to PR ports/189475; it has been noted by GNATS. From: Edwin Groothuis To: count@211.ru Cc: bug-followup@FreeBSD.org Subject: Re: ports/189475: [UPDATE] net/py-netifaces to 0.10.3 Date: Thu, 8 May 2014 14:30:09 UT Maintainer of net/py-netifaces, Please note that PR ports/189475 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189475 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Thu May 8 15:33:51 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 3CCD358D; Thu, 8 May 2014 15:33:51 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1424BE16; Thu, 8 May 2014 15:33:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48FXoBQ012832; Thu, 8 May 2014 15:33:50 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48FXoTR012831; Thu, 8 May 2014 15:33:50 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 15:33:50 GMT Message-Id: <201405081533.s48FXoTR012831@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188769: [PATCH] www/py-pylons: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 15:33:51 -0000 Synopsis: [PATCH] www/py-pylons: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 15:33:50 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188769 From owner-freebsd-python@FreeBSD.ORG Thu May 8 15:40:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id E7FFBA05 for ; Thu, 8 May 2014 15:40:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6690E87 for ; Thu, 8 May 2014 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48Fe1oi013477 for ; Thu, 8 May 2014 15:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48Fe1c0013476; Thu, 8 May 2014 15:40:01 GMT (envelope-from gnats) Date: Thu, 8 May 2014 15:40:01 GMT Message-Id: <201405081540.s48Fe1c0013476@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188769: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 15:40:02 -0000 The following reply was made to PR ports/188769; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188769: commit references a PR Date: Thu, 8 May 2014 15:33:26 +0000 (UTC) Author: vanilla Date: Thu May 8 15:33:23 2014 New Revision: 353318 URL: http://svnweb.freebsd.org/changeset/ports/353318 QAT: https://qat.redports.org/buildarchive/r353318/ Log: - Stage - Drop easy_install support - Add auto pkg-plist - Delete pkg-plist - Pet portlint PR: ports/188769 Submitted by: Bartek Rutkowski Approved by: portmgr@ Modified: head/www/py-pylons/Makefile Modified: head/www/py-pylons/Makefile ============================================================================== --- head/www/py-pylons/Makefile Thu May 8 15:29:28 2014 (r353317) +++ head/www/py-pylons/Makefile Thu May 8 15:33:23 2014 (r353318) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Pylons-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= Pylons Web Framework +COMMENT= Python based web framework BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.7.2:${PORTSDIR}/www/py-paste \ ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.3.3:${PORTSDIR}/www/py-pastedeploy \ @@ -30,9 +30,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Pa RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= Pylons -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:00:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E58E4BE for ; Thu, 8 May 2014 16:00:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C611DE for ; Thu, 8 May 2014 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G00JP020928 for ; Thu, 8 May 2014 16:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G005Q020927; Thu, 8 May 2014 16:00:00 GMT (envelope-from gnats) Date: Thu, 8 May 2014 16:00:00 GMT Message-Id: <201405081600.s48G005Q020927@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188777: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 16:00:01 -0000 The following reply was made to PR ports/188777; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188777: commit references a PR Date: Thu, 8 May 2014 15:59:46 +0000 (UTC) Author: vanilla Date: Thu May 8 15:59:41 2014 New Revision: 353321 URL: http://svnweb.freebsd.org/changeset/ports/353321 QAT: https://qat.redports.org/buildarchive/r353321/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188777 Submitted by: Bartek Rutkowski Approved by: portmgr@ Deleted: head/www/py-turbogears/pkg-plist Modified: head/www/py-turbogears/Makefile Modified: head/www/py-turbogears/Makefile ============================================================================== --- head/www/py-turbogears/Makefile Thu May 8 15:56:48 2014 (r353320) +++ head/www/py-turbogears/Makefile Thu May 8 15:59:41 2014 (r353321) @@ -26,7 +26,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cher USES= gettext USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= ELIXIR NOSE SQLOBJECT SQLALCHEMY @@ -36,7 +37,6 @@ NOSE_DESC= Use nose TG[testtools] SQLOBJECT_DESC= Use SQLObject as DB backend SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future] -NO_STAGE= yes .include post-patch: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:03:52 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9179278C; Thu, 8 May 2014 16:03:52 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 677E7181; Thu, 8 May 2014 16:03:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G3q0F023932; Thu, 8 May 2014 16:03:52 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G3pee023931; Thu, 8 May 2014 16:03:51 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 16:03:51 GMT Message-Id: <201405081603.s48G3pee023931@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188773: [PATCH] www/py-scriptaculous: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 16:03:52 -0000 Synopsis: [PATCH] www/py-scriptaculous: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 16:03:51 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188773 From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:04:07 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 22CAC7AB; Thu, 8 May 2014 16:04:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED21E185; Thu, 8 May 2014 16:04:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G46oR024037; Thu, 8 May 2014 16:04:06 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G465k024036; Thu, 8 May 2014 16:04:06 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 16:04:06 GMT Message-Id: <201405081604.s48G465k024036@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188774: [PATCH] www/py-tgwebservices: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 16:04:07 -0000 Synopsis: [PATCH] www/py-tgwebservices: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 16:04:06 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188774 From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:04:27 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D6B08A4; Thu, 8 May 2014 16:04:27 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3357718E; Thu, 8 May 2014 16:04:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48G4R5l024150; Thu, 8 May 2014 16:04:27 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48G4R7t024149; Thu, 8 May 2014 16:04:27 GMT (envelope-from vanilla) Date: Thu, 8 May 2014 16:04:27 GMT Message-Id: <201405081604.s48G4R7t024149@freefall.freebsd.org> To: ports@robakdesign.com, vanilla@FreeBSD.org, freebsd-python@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/188777: [PATCH] www/py-TurboGears: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 16:04:27 -0000 Synopsis: [PATCH] www/py-TurboGears: stage State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Thu May 8 16:04:26 UTC 2014 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=188777 From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:10:03 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A0D8ED8 for ; Thu, 8 May 2014 16:10:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38333204 for ; Thu, 8 May 2014 16:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48GA35q025266 for ; Thu, 8 May 2014 16:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48GA3RC025265; Thu, 8 May 2014 16:10:03 GMT (envelope-from gnats) Date: Thu, 8 May 2014 16:10:03 GMT Message-Id: <201405081610.s48GA3RC025265@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188774: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 16:10:03 -0000 The following reply was made to PR ports/188774; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188774: commit references a PR Date: Thu, 8 May 2014 16:01:49 +0000 (UTC) Author: vanilla Date: Thu May 8 16:01:45 2014 New Revision: 353322 URL: http://svnweb.freebsd.org/changeset/ports/353322 QAT: https://qat.redports.org/buildarchive/r353322/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188774 Submitted by: Bartek Rutkowski Approved by: portmgr@ Deleted: head/www/py-tgwebservices/pkg-plist Modified: head/www/py-tgwebservices/Makefile Modified: head/www/py-tgwebservices/Makefile ============================================================================== --- head/www/py-tgwebservices/Makefile Thu May 8 15:59:41 2014 (r353321) +++ head/www/py-tgwebservices/Makefile Thu May 8 16:01:45 2014 (r353322) @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Tu RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= TGWebServices +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Thu May 8 16:10:01 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36651ED5 for ; Thu, 8 May 2014 16:10:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 244C8201 for ; Thu, 8 May 2014 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s48GA1B9025252 for ; Thu, 8 May 2014 16:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s48GA0px025251; Thu, 8 May 2014 16:10:00 GMT (envelope-from gnats) Date: Thu, 8 May 2014 16:10:00 GMT Message-Id: <201405081610.s48GA0px025251@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/188773: commit references a PR Reply-To: dfilter@FreeBSD.ORG (dfilter service) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 16:10:01 -0000 The following reply was made to PR ports/188773; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188773: commit references a PR Date: Thu, 8 May 2014 16:03:15 +0000 (UTC) Author: vanilla Date: Thu May 8 16:03:06 2014 New Revision: 353323 URL: http://svnweb.freebsd.org/changeset/ports/353323 QAT: https://qat.redports.org/buildarchive/r353323/ Log: - Stage - Drop easy_install - Use auto pkg-plist - Delete pkg-plist PR: ports/188773 Submitted by: Bartek Rutkowski Approved by: portmgr@ Deleted: head/www/py-scriptaculous/pkg-plist Modified: head/www/py-scriptaculous/Makefile Modified: head/www/py-scriptaculous/Makefile ============================================================================== --- head/www/py-scriptaculous/Makefile Thu May 8 16:01:45 2014 (r353322) +++ head/www/py-scriptaculous/Makefile Thu May 8 16:03:06 2014 (r353323) @@ -21,7 +21,7 @@ PYDISTUTILS_PKGNAME= Scriptaculous # Use the same version of www/py-turbogears USES= zip USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-python@FreeBSD.ORG Fri May 9 02:43:16 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C986F1CD; Fri, 9 May 2014 02:43:16 +0000 (UTC) Received: from hapkido.dreamhost.com (hapkido.dreamhost.com [66.33.216.122]) by mx1.freebsd.org (Postfix) with ESMTP id A41F2370; Fri, 9 May 2014 02:43:16 +0000 (UTC) Received: from homiemail-a97.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by hapkido.dreamhost.com (Postfix) with ESMTP id 3854795486; Thu, 8 May 2014 19:43:10 -0700 (PDT) Received: from homiemail-a97.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTP id DC409286058; Thu, 8 May 2014 19:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:subject:references:in-reply-to: content-type; s=saltant.com; bh=uAr6VqkCliMxtY9+zs30NhK+ahY=; b= KAG8edGIsW9nl74OjB4wsbqk3v45p/BrasxzilIXMLntn/Xyn61T80Yxt6JhIFfU /3nEPeZh7jGyNXGr7Xwg/5NZBjj7EBNtONeomikTbdfnmlNdqosV6mPsrDCfZXY8 ULS96rlz+6okRuSX1HpNB60pkJuQraAo8yyPJHjuEBU= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTPSA id 8F6FD28600C; Thu, 8 May 2014 19:43:03 -0700 (PDT) Message-ID: <536C40B0.2060705@saltant.com> Date: Thu, 08 May 2014 22:42:56 -0400 From: "John W. O'Brien" Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Irjohn Junus , python@FreeBSD.org, Jimmy Olgeni Subject: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9" X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 02:43:17 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 4/18/14 8:45 AM, Irjohn Junus wrote: > Dear All, >=20 > I'm running 9.1-RELEASE and today just after freebsd-update to p11 and > updating ports to the latest found out that pandas won't import after > MySQLdb is imported first. Strangely, it will import no problem if > MySQLdb is imported after: Hi Irjohn, Sorry for the long delay. Are you still having this problem? >>>> import MySQLdb >>>> import pandas as pd > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found [...] > Traceback (most recent call last): [...] > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py",= > line 29, in > from numpy.linalg import lapack_lite, _umath_linalg > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > /usr/local/lib/gcc47/libgfortran.so.3 not found It looks like this thread [0], these commits [1] [2], and this PR [3] are related. [0] https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.h= tml [1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351167 [2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351159 [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=3D185902 Regards, John --LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJTbEC1AAoJEORay8JGGICYFwEIAIiBOMVQFz/iwyMtMb6PtHzK ZpixyjiG4RduHnptIiM77NretTfwiKnl9bpE+OFkXq87KUDP9BnQgt2+iORSsXtu SfeAWckd6MEnfiRwdmh49+6dmwr2EX7SVr/n2/c95gjS3csKX2hdpCull3lWXPKb zRbufpR9RowyX/Riv3R89SRH1uW3V4tH3z2e0uEXL9j5Jjps+fh/o5s1/TFLUTUi Fgpd7Y/d8l5VraNk5ZRaKKHFQ7A31u+ETjqD6wJSPCV87Ya3X8TlCE0WlTnifwbC 5Suv7BT2DCE/53tncb8GPsZyU34ErrzygxUUa50dTe+GxeApEma4Wu+zh4ZJJ3c= =UQ9d -----END PGP SIGNATURE----- --LWMD4e730mg9f4CcWf5t2gmwgvJfSCeQ9-- From owner-freebsd-python@FreeBSD.ORG Fri May 9 03:33:30 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF1E429D; Fri, 9 May 2014 03:33:30 +0000 (UTC) Received: from mail-ve0-x235.google.com (mail-ve0-x235.google.com [IPv6:2607:f8b0:400c:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7C1F3AA8; Fri, 9 May 2014 03:33:30 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id pa12so4480585veb.12 for ; Thu, 08 May 2014 20:33:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RKfYAFp7ayRkAnEqeyz450lpsXNopb7D+rnTfHtsUxw=; b=v9dww9G7AoB3gpbEHdEzreD7bJ+nhZfy+7/HtQ0eTfnS/N6jlYfUm5Z9Sx0J4lB26f DagfH3NCfuXiQsuE1E9zV2YootJ4cxrf8blJq6KkO/S9ObtPCKUS7gomvrPzjQrzppO1 QxJwrjYBD+Uf7RX95RUvVnlGB4Q8uVoVySnT8Dpy0yaWfA4Dt6dTA32PU2cggH0M3E1b ih94rUoCEgXFjTwdLUatJlfYlQtXnkaILk2pGWoBJYFhfeb4NgdJk4sx1sbv6upkmEH4 PBdZV/sOb7u11Z0ryoBDcInV98iKW4ML0n7Mq9SQ7vuD47IN3uGiTS7iODNyUNsl4TY8 mWAw== MIME-Version: 1.0 X-Received: by 10.58.116.175 with SMTP id jx15mr6156736veb.9.1399606409538; Thu, 08 May 2014 20:33:29 -0700 (PDT) Received: by 10.58.168.199 with HTTP; Thu, 8 May 2014 20:33:29 -0700 (PDT) In-Reply-To: <536C40B0.2060705@saltant.com> References: <536C40B0.2060705@saltant.com> Date: Fri, 9 May 2014 11:33:29 +0800 Message-ID: Subject: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4/ py27-MySQLdb55-1.2.3_4 From: Irjohn Junus To: "John W. O'Brien" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: python@freebsd.org, Jimmy Olgeni X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 03:33:31 -0000 Hi John, No worries and yes I'm still having the problem. I remember seeing this message: ===>>> pkg-message for gcc-4.7.3_1 To ensure binaries built with this toolchain find appropriate versions of the necessary run-time libraries, you may want to link using -Wl,-rpath=/usr/local/lib/gcc47 after upgrading gcc port a few days ago, which is described in your link [0]. Do I issue this command as root? Need advice here, thanks. Regards, Irjohn On Fri, May 9, 2014 at 10:42 AM, John W. O'Brien wrote: > On 4/18/14 8:45 AM, Irjohn Junus wrote: > > Dear All, > > > > I'm running 9.1-RELEASE and today just after freebsd-update to p11 and > > updating ports to the latest found out that pandas won't import after > > MySQLdb is imported first. Strangely, it will import no problem if > > MySQLdb is imported after: > > Hi Irjohn, > > Sorry for the long delay. Are you still having this problem? > > >>>> import MySQLdb > >>>> import pandas as pd > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > [...] > > Traceback (most recent call last): > [...] > > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", > > line 29, in > > from numpy.linalg import lapack_lite, _umath_linalg > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > > It looks like this thread [0], these commits [1] [2], and this PR [3] > are related. > > [0] > > https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.html > > [1] https://svnweb.freebsd.org/ports?view=revision&revision=351167 > > [2] https://svnweb.freebsd.org/ports?view=revision&revision=351159 > > [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=185902 > > Regards, > John > > From owner-freebsd-python@FreeBSD.ORG Fri May 9 09:38:25 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7BC3C5D for ; Fri, 9 May 2014 09:38:25 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4C74E75 for ; Fri, 9 May 2014 09:38:25 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s499cPvJ015374 for ; Fri, 9 May 2014 09:38:25 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s499cPNG015373; Fri, 9 May 2014 09:38:25 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405090938.s499cPNG015373@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 9 May 2014 09:38:25 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 09:38:25 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-setuptools27 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ devel/py-setuptools32 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ devel/py-setuptools33 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ devel/py-setuptools34 | 2.0.1 | 3.6 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat May 10 09:23:45 2014 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED824D62 for ; Sat, 10 May 2014 09:23:45 +0000 (UTC) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA392916 for ; Sat, 10 May 2014 09:23:45 +0000 (UTC) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.8/8.14.8) with ESMTP id s4A9Nj6s044469 for ; Sat, 10 May 2014 09:23:45 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.8/8.14.8/Submit) id s4A9NjBj044466; Sat, 10 May 2014 09:23:45 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201405100923.s4A9NjBj044466@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 10 May 2014 09:23:45 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 09:23:46 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/py-sparqlwrapper | 1.5.2 | 1.6.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@FreeBSD.ORG Sat May 10 15:36:12 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BB9928A for ; Sat, 10 May 2014 15:36:12 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EFB4BB7 for ; Sat, 10 May 2014 15:36:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AFaBU3088835 for ; Sat, 10 May 2014 15:36:11 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4AFaBp5088832 for python@FreeBSD.org; Sat, 10 May 2014 15:36:11 GMT (envelope-from bdrewery) Received: (qmail 28216 invoked from network); 10 May 2014 10:34:31 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 10 May 2014 10:34:31 -0500 Message-ID: <536E46E0.7030906@FreeBSD.org> Date: Sat, 10 May 2014 10:33:52 -0500 From: Bryan Drewery Reply-To: portmgr-feedback@FreeBSD.org Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Ports Subject: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st. X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NM3k2II1dNSbvov6bslS00FnNm0uu8OwL" X-Mailman-Approved-At: Sat, 10 May 2014 16:46:10 +0000 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 15:36:12 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You are receiving this mail as it affects FreeBSD ports that you maintain= =2E In September 2013, the Ports framework learned how to Stage ports. On June 31st, all unstaged ports will be marked DEPRECATED and have their MAINTAINER reset. On August 31st, all unstaged ports will be removed from the ports tree. Read on for more details. Staging is when the port installs into the work directory instead of into /. From here a package can be created without ever installing into / and often as a user without root. This also gives us abilities to improve quality of packages and opens up opportunities for sub-packages in the future. With staging we have had the ability to add in-tree testing of plists which in the past required a tool such as porttools, Tinderbox or Poudriere. A guide for converting your port to Staging can be found at: https://wiki.freebsd.org/ports/StageDir Staging is also mentioned throughout the Porters Handbook. You can test your plist with: Add DEVELOPER=3Dyes to /etc/make.conf # make stage # make check-plist However, Poudriere should be used to test staging conversions as it is much more strict than the in-tree checks currently. It will detect if something installs outside of the STAGEDIR. Poudriere 3.0.16 (just released) should be used for this testing, or the latest -devel version. Out of the more than 24,000 ports there remains 4,170 ports not yet staged. Staging is not optional. We must have all staged to progress with the framework, new features, and automated testing. We recently granted blanket approval to committers to stage ports without maintainer approval and then also blocked updates to unstaged ports in the hopes that this would force more ports to be converted. However with so many ports remaining unstaged at this point it is unknown if these ports are actually being maintained. So we will be DEPRECATING and resetting maintainer on all unstaged ports on June 31st. These ports will be set to EXPIRE on August 31st and will then be removed from the tree. They will not be restored unless someone stages them as well. This decision was not easy, but if a port is not being staged after almost a year, we wonder if the ports are actually maintained and updated for releases and security issues. If you have an unstaged port you will begin to receive email notifications informing you of this until it is staged or maintainer is reset. If you have a port that is unstaged, please stage it. If you do not have interest in maintaining it anymore then please release it. If you are using ports that are not staged please step up and send a PR today to stage the port and keep it. A guide for submitting patches is here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting= -submitting.html If you already have PR needing to be committed please let us know and we will try to get on them ASAP. --=20 Regards, Bryan Drewery on behalf of portmgr --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTbkbgAAoJEDXXcbtuRpfPxy4H/3+r7XKgD8vJIEwSr+GOSRAH XfhaU5Jt8hYo6M6sCrlJ898HPvSnN2v18Pg4bvTic8rNyzobaDiu+302Xjdu8jr0 g+9kFrCv4RB+J3U1ujr12kHxzMlJOAZNv8hsWwNqPm1EwU5bBl6tcRbgKdHGG30/ cxnw4Bi1MaWV8TgN/JVJ25wcAl2GvNGxjazpXjHhkE99UMb83yiop3cXGO4Z7e/e e1AuZnkBI6Vso4H7hv5oqFjWK4rkvjo5JlVY2UEPAbVnzZnRFAq84rDDMynzE20z Zs2R7/C1AzfCCMSttFOkk3AU6aoXI1yCUPxnrFpVcLqHd6LK0TvZJU/g7M7ZcvQ= =jyMq -----END PGP SIGNATURE----- --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL-- From owner-freebsd-python@FreeBSD.ORG Sun May 11 03:10:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id F2446317; Sun, 11 May 2014 03:10:04 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C8F6B2B42; Sun, 11 May 2014 03:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4B3A47Y040006; Sun, 11 May 2014 03:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4B3A4Fu040005; Sun, 11 May 2014 03:10:04 GMT (envelope-from edwin) Date: Sun, 11 May 2014 03:10:04 GMT Message-Id: <201405110310.s4B3A4Fu040005@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189642: [PATCH] www/py-Flask-FlatPages: stage X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 03:10:05 -0000 Synopsis: [PATCH] www/py-Flask-FlatPages: stage Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 11 03:10:04 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189642 From owner-freebsd-python@FreeBSD.ORG Sun May 11 14:40:05 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 997C6DF7; Sun, 11 May 2014 14:40:05 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70AE22800; Sun, 11 May 2014 14:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BEe5dE067018; Sun, 11 May 2014 14:40:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BEe5uk066982; Sun, 11 May 2014 14:40:05 GMT (envelope-from edwin) Date: Sun, 11 May 2014 14:40:05 GMT Message-Id: <201405111440.s4BEe5uk066982@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 14:40:05 -0000 Synopsis: devel/py-demjson: unfetchable due to rerolled tarball Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 11 14:40:05 UTC 2014 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189666 From owner-freebsd-python@FreeBSD.ORG Sun May 11 14:40:07 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 7118ADFB; Sun, 11 May 2014 14:40:07 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 473692801; Sun, 11 May 2014 14:40:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BEe7mH068426; Sun, 11 May 2014 14:40:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BEe7vx068425; Sun, 11 May 2014 14:40:07 GMT (envelope-from edwin) Date: Sun, 11 May 2014 14:40:07 GMT Message-Id: <201405111440.s4BEe7vx068425@freefall.freebsd.org> To: freebsd@marino.st, edwin@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 14:40:07 -0000 Synopsis: devel/py-demjson: unfetchable due to rerolled tarball State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun May 11 14:40:07 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189666 From owner-freebsd-python@FreeBSD.ORG Sun May 11 14:50:03 2014 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E62042B6 for ; Sun, 11 May 2014 14:50:03 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3F6428CC for ; Sun, 11 May 2014 14:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4BEo3bZ074776 for ; Sun, 11 May 2014 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4BEo3Cb074775; Sun, 11 May 2014 14:50:03 GMT (envelope-from gnats) Date: Sun, 11 May 2014 14:50:03 GMT Message-Id: <201405111450.s4BEo3Cb074775@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Reply-To: Edwin Groothuis X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 14:50:04 -0000 The following reply was made to PR ports/189666; it has been noted by GNATS. From: Edwin Groothuis To: ports@robakdesign.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Date: Sun, 11 May 2014 14:40:06 UT Maintainer of devel/py-demjson, Please note that PR ports/189666 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189666 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-python@FreeBSD.ORG Mon May 12 11:06:50 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 676F3BDA for ; Mon, 12 May 2014 11:06:50 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C5F026D7 for ; Mon, 12 May 2014 11:06:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CB6o3k067940 for ; Mon, 12 May 2014 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CB6njW067938 for freebsd-python@FreeBSD.org; Mon, 12 May 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 May 2014 11:06:49 GMT Message-Id: <201405121106.s4CB6njW067938@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-python@FreeBSD.org Subject: Current problem reports assigned to freebsd-python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 11:06:50 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/189666 python devel/py-demjson: unfetchable due to rerolled tarball o ports/189642 python [PATCH] www/py-Flask-FlatPages: stage f ports/189475 python [UPDATE] net/py-netifaces to 0.10.3 o ports/189270 python [new port] graphics/py-pygal, python svg graph plottin o ports/189182 python [MAINTAINER] databases/py-pylibmc: update to 1.3.0 f ports/189131 python databases/py-bsddb3 - fails to build with python3.x o ports/189129 python [MAINTAINER UPDATE] textproc/py-regex update to versio o ports/188964 python [PATCH] graphics/py-stl: Fix WWW URL in pkg-descr o ports/188930 python [maintainer update] games/py-mnemosyne (2.3) o ports/188894 python [PATCH] databases/py-swift: update to 1.13.1 o ports/188681 python Updated port security/py-ecdsa o ports/188327 python math/py-numpy: Numpy is broken o ports/188251 python lang/python: bdb48 dependency leak in all python o ports/188250 python [Patch] update port www/py-selenium to 2.41.0 o ports/188114 python math/py-numpy is broken on 9.2-STABLE f ports/187956 python [PATCH] devel/py-bcdoc: update to 0.12.2 o ports/187413 python [NEW PORT] devel/py-python-statsd o ports/187412 python [NEW PORT] devel/py-daemons o ports/187393 python databases/py-firebirdsql: update to 0.9.2 o ports/186881 python New port: print/py-preppy ReportLab's templating syste f ports/186866 python [patch] print/py-reportlab2 Update from 2.5 to 2.7 o ports/186842 python [Maintainer Update] devel/py-robotframework-ride 1.2.3 o ports/186201 python [NEW PORT] www/py-calendarserver: Calendar and Contact o ports/186162 python [NEW PORT] www/py-django-ldapdb: Support for django mo o ports/185884 python [patch] Miscellaneous ports fixes for python 3 o ports/184954 python Installation checks prevent multiple python ports bein o ports/178301 python [patch] lang/python27: SEM option is inconsistent f ports/178242 python bsd.python.mk injection of @exec easy_install to PLIST o ports/170788 python lang/python27: PyQT applications crash Python 2.7 (cor o ports/168640 python [PATCH]: prevent checksum mismatches for compiled pyth o ports/167368 python [bsd.python.mk] [patch] Python version propagation bre 31 problems total. From owner-freebsd-python@FreeBSD.ORG Mon May 12 13:20:01 2014 Return-Path: Delivered-To: freebsd-python@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 ESMTPS id 6BE1340E for ; Mon, 12 May 2014 13:20:01 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56CF42501 for ; Mon, 12 May 2014 13:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CDK098024552 for ; Mon, 12 May 2014 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CDK0oJ024551; Mon, 12 May 2014 13:20:00 GMT (envelope-from gnats) Date: Mon, 12 May 2014 13:20:00 GMT Message-Id: <201405121320.s4CDK0oJ024551@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Reply-To: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 13:20:01 -0000 The following reply was made to PR ports/189666; it has been noted by GNATS. From: =?utf-8?Q?Bart=C5=82omiej_Rutkowski?= To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189666: devel/py-demjson: unfetchable due to rerolled tarball Date: Mon, 12 May 2014 14:17:35 +0100 Wiadomo=C5=9B=C4=87 napisana przez Edwin Groothuis w = dniu 11 maj 2014, o godz. 15:40: > Maintainer of devel/py-demjson, >=20 > Please note that PR ports/189666 has just been submitted. >=20 > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. >=20 > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/189666 >=20 > --=20 > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Please, use following distinfo to update the port: SHA256 (demjson-2.0.tar.gz) =3D = 0674e69c4ab6ff7f51cc307c0313933fc0d7349870f14a630e6c1adcd7456313 SIZE (demjson-2.0.tar.gz) =3D 191423 = http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-demjson/2.0/= Kind regards, Bartek Rutkowski= From owner-freebsd-python@FreeBSD.ORG Tue May 13 03:06:08 2014 Return-Path: Delivered-To: python@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 ESMTPS id 9F16D485; Tue, 13 May 2014 03:06:08 +0000 (UTC) Received: from homiemail-a97.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by mx1.freebsd.org (Postfix) with ESMTP id 791E92292; Tue, 13 May 2014 03:06:07 +0000 (UTC) Received: from homiemail-a97.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTP id 497D228606F; Mon, 12 May 2014 20:06:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=saltant.com; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to: content-type; s=saltant.com; bh=6tws3VWgEXutW3HGKLXKn4Kz4Rg=; b= GeMRqZTS7JJ7ixnuRcGHfFPI1i1+okXD1bZTu++CiT+HzscZIlmPNPTaz6XzFGcz wl1rZ2gE3Kearu8kB+rT9AlS1sMeatCWk/zi3W11XkWHs5VHRq5mkkB66rbXwHsH 5Uvz/75jDWZms6QcsJpDCKRYjLBSTk8HE9q04qe0ot0= Received: from dreck.saltant.net (dreck.saltant.net [72.78.188.150]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: john@saltant.com) by homiemail-a97.g.dreamhost.com (Postfix) with ESMTPSA id DB661286059; Mon, 12 May 2014 20:06:00 -0700 (PDT) Message-ID: <53718C14.1040807@saltant.com> Date: Mon, 12 May 2014 23:05:56 -0400 From: "John W. O'Brien" Organization: Saltant Solutions User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Irjohn Junus Subject: math/py-numpy cannot satisfy libgfortran dependency on libgcc_s/GCC_4.6.0 [WAS: Re: py27-pandas-0.13.1_1 conflict with py27-MySQLdb-1.2.3_4] References: <536C40B0.2060705@saltant.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="OJHnpXUV1METTqspoUOTie7LGatUvageN" Cc: python@freebsd.org, Jimmy Olgeni X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 03:06:08 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --OJHnpXUV1METTqspoUOTie7LGatUvageN Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 5/8/14 11:33 PM, Irjohn Junus wrote: > Hi John, >=20 > No worries and yes I'm still having the problem. >=20 > I remember seeing this message: > =3D=3D=3D>>> pkg-message for gcc-4.7.3_1 > To ensure binaries built with this toolchain find appropriate versions > of the necessary run-time libraries, you may want to link using >=20 > -Wl,-rpath=3D/usr/local/lib/gcc47 >=20 > after upgrading gcc port a few days ago, which is described in your lin= k > [0]. Do I issue this command as root? Need advice here, thanks. >=20 > Regards, > Irjohn >=20 >=20 > On Fri, May 9, 2014 at 10:42 AM, John W. O'Brien > wrote: >=20 > On 4/18/14 8:45 AM, Irjohn Junus wrote: > > Dear All, > > > > I'm running 9.1-RELEASE and today just after freebsd-update to p1= 1 and > > updating ports to the latest found out that pandas won't import a= fter > > MySQLdb is imported first. Strangely, it will import no problem i= f > > MySQLdb is imported after: >=20 > Hi Irjohn, >=20 > Sorry for the long delay. Are you still having this problem? >=20 > >>>> import MySQLdb > >>>> import pandas as pd > > /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found > [...] > > Traceback (most recent call last): > [...] > > File > "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", > > line 29, in > > from numpy.linalg import lapack_lite, _umath_linalg > > ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by > > /usr/local/lib/gcc47/libgfortran.so.3 not found >=20 > It looks like this thread [0], these commits [1] [2], and this PR [= 3] > are related. >=20 > [0] > https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/00= 1149.html >=20 > [1] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351= 167 >=20 > [2] https://svnweb.freebsd.org/ports?view=3Drevision&revision=3D351= 159 >=20 > [3] https://www.freebsd.org/cgi/query-pr.cgi?pr=3D185902 Irjohn, This is just a little out of my depth, so I'm going to talk through it out loud while I investigate. Presumably somebody more knowledgeable than I will step in to correct me if I get something wrong. First off, there are a few open PRs ([0], [1]) on math/py-numpy, both of which seem to have been triggered when ports started using GCC 4.7 by default [2]. What I know from reading gcc(1) is that "-Wl,