From owner-freebsd-python@FreeBSD.ORG Sun Nov 9 18:16: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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCB23F3B for ; Sun, 9 Nov 2014 18:16:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AEBE86C7 for ; Sun, 9 Nov 2014 18:16:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA9IGVaG023432 for ; Sun, 9 Nov 2014 18:16:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193316] [NEW PORT]: www/py-djblets06: Legacy version of py-djblets Date: Sun, 09 Nov 2014 18:16:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yan_jingfeng@yahoo.com X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2014 18:16:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193316 --- Comment #27 from Jingfeng Yan --- (In reply to chris.dukes.aix from comment #26) > TL;DR Why not drop www/py-djblets and www/reviewboard until these problems > are sorted out for higher impact python ports? > > > As the only package the depends on www/py-djblets is www/reviewboard, is > www/reviewboard of sufficient value as packaged for ports to justify its > existence vs a pointer to a playbook to deploy reviewboard in a virtualenv? > > Granted, neither www/py-djblets nor www/reviewboard are packaged on pypi by > the upstream author such that 'pip install reviewboard==version' actually > works. > > Supporting python based web applications, I found there was more value in > allowing the developers control over the pure python modules used rather > than depending on native packages. > > Having native packages for python modules was much more useful for hard to > build modules like PIL, long to build modules like scipy and numpy, and > modules with tight coupling to native libraries (ldap, databases, ssl), or > used by low level tools like ansible. > > A quick conversation with the upstream developer for these packages to put > the source on pypi, and deprecating these ports on FreeBSD would be the > least effort to provide the most usability. Revisit it when we have > reasonable mechanisms for providing a python package for multiple versions > of python. Thank you for your explanation and comments. I have observed that some python ports already have different versions. For example, django-pipelines. I did quick try for using django14, and django16. The results are negative, both hot internal server error. I checked the seafile, they are pushed from django14 to django15 in mid of 2013, which took quite some efforts. When I use django14, I have not found out where is exact error because the application current log file did not show the exact error. I am hesitating to debugging it further. For using django16, extra python port efforts are required, including - django-pipelines 1.3.23+ - djblets 0.8.12 (can not port directly, only manually install) - pillowfight 0.2 In such case, I would suggest doing similar way as django-pipelines, which suggest keeping the 0.6 version. I check the Linux side port for this djblets. Debian system only carries 0.5 version (named python-django-djblets), and discontinue to have further version. The RPM for FC seems to have all the versions, but I don't know much of that system how they maintain dependencies (I thought they just build native and repackage the py modules). -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Nov 9 23:26:58 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4EE2E7F2 for ; Sun, 9 Nov 2014 23:26:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 1C52D182 for ; Sun, 9 Nov 2014 23:26:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA9NQv5G007335 for ; Sun, 9 Nov 2014 23:26:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194917] New: [PATCH] Fix Python build dependency for net/openpgm Date: Sun, 09 Nov 2014 23:26:57 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: aberg010@my.hennepintech.edu X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: vg@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Nov 2014 23:26:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194917 Bug ID: 194917 Summary: [PATCH] Fix Python build dependency for net/openpgm Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: vg@FreeBSD.org Reporter: aberg010@my.hennepintech.edu CC: freebsd-python@FreeBSD.org Assignee: vg@FreeBSD.org Flags: maintainer-feedback?(vg@FreeBSD.org) Created attachment 149232 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149232&action=edit openpgm python fix net/openpgm requires Python 2 during build for version_generator.py. --- version.c --- File "./version_generator.py", line 53 """%(build_date, build_time, platform.system(), platform.machine(), build_rev) ^ SyntaxError: invalid syntax *** [version.c] Error code 1 Looking at version_generator.py, this is actually the end of a print statement, which is invalid syntax in Python 3. Full log of failed build: https://candace.robotsondrugs.com/poudriere/data/101x64-default/2014.11.09_16:52:40/logs/errors/openpgm-5.2.122_1.log --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer vg@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Nov 11 10:01:47 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1995900 for ; Tue, 11 Nov 2014 10:01:47 +0000 (UTC) Received: from land.berklix.org (land.berklix.org [144.76.10.75]) (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 52091101 for ; Tue, 11 Nov 2014 10:01:46 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBF7A6.dip0.t-ipconnect.de [93.203.247.166]) (authenticated bits=128) by land.berklix.org (8.14.5/8.14.5) with ESMTP id sAB95ZqR039223 for ; Tue, 11 Nov 2014 09:05:38 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id sAB99Dgi021215 for ; Tue, 11 Nov 2014 10:09:13 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id sAB991wk075553 for ; Tue, 11 Nov 2014 10:09:13 +0100 (CET) (envelope-from jhs@berklix.com) Message-Id: <201411110909.sAB991wk075553@fire.js.berklix.net> To: python@FreeBSD.org Subject: current ports/ses/py-sqlite3 unknown argument: '-R/usr/local/lib From: "Julian H. Stacey" Organization: http://berklix.com BSD Linux Unix Consultants, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com/~jhs/cv/ Date: Tue, 11 Nov 2014 10:09:01 +0100 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 10:01:47 -0000 Hi python@FreeBSD.org as you are MAINTAINER= databases/py-sqlite3/Makefile FYI with current src & ports cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -DMODULE_NAME="sqlite3" -I/usr/local/include -IModules/_sqlite -I/usr/local/include/python2.7 -c _sqlite/util.c -o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/util.o creating build/lib.freebsd-11.0-CURRENT-amd64-2.7 cc -shared -fstack-protector -O2 -pipe -fstack-protector -fno-strict-aliasing build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/cache.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/connection.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/cursor.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/microprotocols.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/module.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/prepare_protocol.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/row.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/statement.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/util.o -L/usr/local/lib -R/usr/local/lib -lsqlite3 -o build/lib.freebsd-11.0-CURRENT-amd64-2.7/_sqlite3.so cc: error: unknown argument: '-R/usr/local/lib' error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make[2]: stopped in /Data/release/11.0-CURRENT/usr/ports/databases/py-sqlite3 *** Error code 1 Stop. make[1]: stopped in /Data/release/11.0-CURRENT/usr/ports/www/firefox Cheers, Julian -- Julian Stacey, BSD Linux Unix'78 C Sys Eng Consultant Munich http://berklix.com Indent previous with "> ". Interleave reply paragraphs like a play script. Send plain text, not quoted-printable, HTML, base64, or multipart/alternative. From owner-freebsd-python@FreeBSD.ORG Tue Nov 11 16:46: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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C79E9E25 for ; Tue, 11 Nov 2014 16:46:06 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AF88881C for ; Tue, 11 Nov 2014 16:46:06 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sABGk6Mj089696 for ; Tue, 11 Nov 2014 16:46:06 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 192511] [patch] fix lang/python27 build with libressl Date: Tue, 11 Nov 2014 16:46:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mozilla@tuxproject.de X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 16:46:06 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511 Jens K. Loewe changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mozilla@tuxproject.de --- Comment #6 from Jens K. Loewe --- Annoyingly, everything that needs py27 as a dependence (like py-fail2ban) stops installation with "signal 11" if LibreSSL is installed. The main problem is that "touch .../_ssl.so" is required for python27 before "make install" works as it should. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Nov 11 22:11:46 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F38D700 for ; Tue, 11 Nov 2014 22:11:46 +0000 (UTC) Received: from land.berklix.org (land.berklix.org [144.76.10.75]) (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 C2E546AB for ; Tue, 11 Nov 2014 22:11:45 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBF7A6.dip0.t-ipconnect.de [93.203.247.166]) (authenticated bits=128) by land.berklix.org (8.14.5/8.14.5) with ESMTP id sABM7x6w079445 for ; Tue, 11 Nov 2014 22:07:59 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id sABMBdx5026055 for ; Tue, 11 Nov 2014 23:11:40 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id sABMBQji000650 for ; Tue, 11 Nov 2014 23:11:38 +0100 (CET) (envelope-from jhs@berklix.com) Message-Id: <201411112211.sABMBQji000650@fire.js.berklix.net> Subject: Re: current ports/ses/py-sqlite3 unknown argument: '-R/usr/local/lib From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultants, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Tue, 11 Nov 2014 10:09:01 +0100." Date: Tue, 11 Nov 2014 23:11:25 +0100 Cc: python@FreeBSD.org X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2014 22:11:46 -0000 "Julian H. Stacey" wrote: > Hi python@FreeBSD.org > as you are MAINTAINER= databases/py-sqlite3/Makefile Please keep me CC'd as I'm not on on python@ list. Cheers, Julian -- Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich http://berklix.com Indent previous with "> ". Interleave reply paragraphs like a play script. Send plain text, not quoted-printable, HTML, base64, or multipart/alternative. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 08:01:35 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29F031D6 for ; Wed, 12 Nov 2014 08:01:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 119B0ABF for ; Wed, 12 Nov 2014 08:01:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAC81YUE002008 for ; Wed, 12 Nov 2014 08:01:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193316] [NEW PORT]: www/py-djblets06: Legacy version of py-djblets Date: Wed, 12 Nov 2014 08:01:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 08:01:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193316 --- Comment #28 from John Marino --- I don't know anything about python (and I kind of like that way), but Chris Dukes seems to be saying it's optional and recommends not using it. Assuming that's what he actually said, then I don't understand Jingfeng Yan's next comment. For my part, I am only concerned about bug 193135 which is blocked by this. If we can build seahub without djbets altogether, that sounds good to me. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 10:13:27 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 826AA24C for ; Wed, 12 Nov 2014 10:13:27 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 6A533A8B for ; Wed, 12 Nov 2014 10:13:27 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACADRG3041161 for ; Wed, 12 Nov 2014 10:13:27 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193537] [NEW PORT] editors/pycharm: The intelligent Python IDE Date: Wed, 12 Nov 2014 10:13:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 10:13:27 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193537 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marino@FreeBSD.org --- Comment #2 from John Marino --- Note that the author has not responded to a minor request on blocking bug 193533 , which causes doubt how well the port will be maintained. I'm planning on closing that PR without committing if nothing changes on Friday or after. That means I'll need to close this PR too. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 13:42:47 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 444C1763 for ; Wed, 12 Nov 2014 13:42:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 2B37318E for ; Wed, 12 Nov 2014 13:42:47 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACDglej034534 for ; Wed, 12 Nov 2014 13:42:47 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Wed, 12 Nov 2014 13:42:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: aberg010@my.hennepintech.edu X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 13:42:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 Andrew Berg changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebsd-python@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 13:49:04 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25D5A948 for ; Wed, 12 Nov 2014 13:49:04 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 0CCB21DF for ; Wed, 12 Nov 2014 13:49:04 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACDn32k037060 for ; Wed, 12 Nov 2014 13:49:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Wed, 12 Nov 2014 13:49:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 13:49:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mva@FreeBSD.org --- Comment #6 from John Marino --- I thought the maintainer committed this, but it was MVA: https://svnweb.freebsd.org/ports/head/sysutils/htop/Makefile?r1=371454&r2=371453&pathrev=371454 Basically it's your patch but without specifying python=2. In any case, this is now timed out. Submit a new patch that will apply to the port as it is today, I'll move it to patch ready. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 14:04:03 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FF86E13 for ; Wed, 12 Nov 2014 14:04:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 46B985F9 for ; Wed, 12 Nov 2014 14:04:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACE43kF022822 for ; Wed, 12 Nov 2014 14:04:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Wed, 12 Nov 2014 14:04:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: aberg010@my.hennepintech.edu X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 14:04:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 Andrew Berg changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #148432|0 |1 is obsolete| | --- Comment #7 from Andrew Berg --- Created attachment 149323 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149323&action=edit Updated patch for r372492 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 14:16:44 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 482D915B for ; Wed, 12 Nov 2014 14:16:44 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 2F3A4795 for ; Wed, 12 Nov 2014 14:16:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACEGitd064890 for ; Wed, 12 Nov 2014 14:16:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Wed, 12 Nov 2014 14:16:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 14:16:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Patch Ready --- Comment #8 from John Marino --- thanks, I'll promote the PR. Nobody can object if it truly doesn't work with Python 3 either. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 15:21:23 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17F1EF20 for ; Wed, 12 Nov 2014 15:21:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 F35C2E99 for ; Wed, 12 Nov 2014 15:21:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACFLMtg071230 for ; Wed, 12 Nov 2014 15:21:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193316] [NEW PORT]: www/py-djblets06: Legacy version of py-djblets Date: Wed, 12 Nov 2014 15:21:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: chris.dukes.aix@gmail.com X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 15:21:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193316 --- Comment #29 from chris.dukes.aix@gmail.com --- (In reply to John Marino from comment #28) > I don't know anything about python (and I kind of like that way), but Chris > Dukes seems to be saying it's optional and recommends not using it. You don't need to know squat about python. You do need to know the basics of package depdencies and the best practices of deploying python applications with dependencies that are not met by the packages provided by the operating system. As of the last time I updated my ports tree, seahub was not in it. *IF* it was, I'd suggest you chat with the port maintainer for it. The basics. You need djblets. You do not need a FreeBSD package for djblets. Typical behavior for deploying a python based web stack is to use 'virtualenv' to create an area for all/most of the dependencies that does not change the python modules installed system wide. Take a read through https://virtualenv.pypa.io/en/latest/ and http://virtualenvwrapper.readthedocs.org/en/latest/ They are in ports as devel/py-virtualenv and devel./py-virtualenvwrapper In addition a web stack usually makes use of something like a Makefile or a pip requirement file. Read more about a pip requirements file at https://pip.readthedocs.org/en/1.1/requirements.html. Looking at https://github.com/haiwen/seahub The author did include a requirements file for pip. Unfortunately the Djblets==0.6.14 requirement does not reference something that is in the index pip searches by default. My suggestion on your next steps are 1) Request that this bug be closed. You do not need Djblets packaged for FreeBSD. 2) Work out how to create a virtualenv and activate it. 3) Use pip and the requirements file to install most of the packages in the virutalenv. You may need to comment out the Djblets line. 4) Scour the web for the downloads for Djblets, download the version indicated in the requirements file and follow the instructions for building that manually. You'll do that in the virtualenv as well. When you find the seahub requirementsfile is wrong... take that discussion up with the seahub developer. As it stands, this port of Djblets exists as a convenience for the maintainer of the www/reviewboard package. If you can use it as is, great. If not... your back to learning about packaging dependencies and best practices for an app framework... or hiring someone to do the work. > > Assuming that's what he actually said, then I don't understand Jingfeng > Yan's next comment. > > For my part, I am only concerned about bug 193135 which is blocked by this. > If we can build seahub without djbets altogether, that sounds good to me. And to repeat my earlier statement. You need Djblets. You do not need Djblets packaged for FreeBSD. This port of Djblets exists to support www/reviewboard. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 17:00:37 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9EFC837F for ; Wed, 12 Nov 2014 17:00:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 86691AE0 for ; Wed, 12 Nov 2014 17:00:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACH0bLG072280 for ; Wed, 12 Nov 2014 17:00:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193316] [NEW PORT]: www/py-djblets06: Legacy version of py-djblets Date: Wed, 12 Nov 2014 17:00:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yan_jingfeng@yahoo.com X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 17:00:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193316 --- Comment #30 from Jingfeng Yan --- (In reply to chris.dukes.aix from comment #29) > (In reply to John Marino from comment #28) > > I don't know anything about python (and I kind of like that way), but Chris > > Dukes seems to be saying it's optional and recommends not using it. > > You don't need to know squat about python. You do need to know the basics > of package depdencies and the best practices of deploying python > applications with dependencies that are not met by the packages provided by > the operating system. > As of the last time I updated my ports tree, seahub was not in it. > *IF* it was, I'd suggest you chat with the port maintainer for it. > > The basics. > You need djblets. > You do not need a FreeBSD package for djblets. > > Typical behavior for deploying a python based web stack is to use > 'virtualenv' to create an area for all/most of the dependencies that does > not change the python modules installed system wide. > Take a read through https://virtualenv.pypa.io/en/latest/ and > http://virtualenvwrapper.readthedocs.org/en/latest/ > They are in ports as devel/py-virtualenv and devel./py-virtualenvwrapper > > In addition a web stack usually makes use of something like a Makefile or a > pip requirement file. Read more about a pip requirements file at > https://pip.readthedocs.org/en/1.1/requirements.html. > > > Looking at > https://github.com/haiwen/seahub > The author did include a requirements file for pip. > Unfortunately the > Djblets==0.6.14 > requirement does not reference something that is in the index pip searches > by default. > > My suggestion on your next steps are > 1) Request that this bug be closed. You do not need Djblets packaged for > FreeBSD. > 2) Work out how to create a virtualenv and activate it. > 3) Use pip and the requirements file to install most of the packages in the > virutalenv. You may need to comment out the Djblets line. > 4) Scour the web for the downloads for Djblets, download the version > indicated in the requirements file and follow the instructions for building > that manually. You'll do that in the virtualenv as well. > > When you find the seahub requirementsfile is wrong... take that discussion > up with the seahub developer. > > > As it stands, this port of Djblets exists as a convenience for the > maintainer of the www/reviewboard package. If you can use it as is, great. > If not... your back to learning about packaging dependencies and best > practices for an app framework... or hiring someone to do the work. > > > > > > Assuming that's what he actually said, then I don't understand Jingfeng > > Yan's next comment. > > > > For my part, I am only concerned about bug 193135 which is blocked by this. > > If we can build seahub without djbets altogether, that sounds good to me. > > And to repeat my earlier statement. > You need Djblets. > You do not need Djblets packaged for FreeBSD. > This port of Djblets exists to support www/reviewboard. Okay. I will see how I can change seahub to make it fit it. AS LONG AS it is clarified that FreeBSD port system does not want to carries the duplication of PyPI, I will treat those existing freebsd pkgs with multiple versions as EXCEPTIONS. :) If they ARE, we will try not to fall in those category. One question, do all the files that are installed into virtualenv pointed directory need to be tracked from freebsd port/pkg system? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 17:08:13 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4099948B for ; Wed, 12 Nov 2014 17:08:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 28A33BE6 for ; Wed, 12 Nov 2014 17:08:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACH8Dgi006498 for ; Wed, 12 Nov 2014 17:08:13 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193316] [NEW PORT]: www/py-djblets06: Legacy version of py-djblets Date: Wed, 12 Nov 2014 17:08:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 17:08:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193316 --- Comment #31 from John Marino --- (In reply to chris.dukes.aix from comment #29) > And to repeat my earlier statement. > You need Djblets. > You do not need Djblets packaged for FreeBSD. If djblets-06 is needed for seahub in FreeBSD (which can't be committed until this is sorted) it has to be ports in FreeBSD. The exception is if seahub adds djblets-06 as one if its distfiles and builds it in the workdir at the same time as seahub. Maybe this is what you mean by "virtualenv", but this virtualenv has to work within ports without using the network during the build phase. > If not... your back to learning about packaging dependencies and best practices for an app framework... or hiring someone to do the work. Not me. I just commit ports to the tree when its ready. I just wanted python@ to say the *legacy* port should or should not be in the tree. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 18:23:51 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F25664C4 for ; Wed, 12 Nov 2014 18:23:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D9C03678 for ; Wed, 12 Nov 2014 18:23:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACINpgh059015 for ; Wed, 12 Nov 2014 18:23:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Wed, 12 Nov 2014 18:23:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 18:23:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xmj@FreeBSD.org --- Comment #9 from Johannes Jost Meixner --- I'll take it. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Nov 12 18:24:03 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A316050C for ; Wed, 12 Nov 2014 18:24:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 8AF2067E for ; Wed, 12 Nov 2014 18:24:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sACIO3VO059141 for ; Wed, 12 Nov 2014 18:24:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Wed, 12 Nov 2014 18:24:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: xmj@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Nov 2014 18:24:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |xmj@FreeBSD.org |org | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Nov 13 05:29:26 2014 Return-Path: Delivered-To: freebsd-python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3027CC4D for ; Thu, 13 Nov 2014 05:29:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 17869F57 for ; Thu, 13 Nov 2014 05:29:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAD5TPHh043129 for ; Thu, 13 Nov 2014 05:29:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Thu, 13 Nov 2014 05:29:26 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: xmj@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 05:29:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch Ready |Issue Resolved Resolution|--- |FIXED --- Comment #10 from Johannes Jost Meixner --- Committed, thanks! -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Nov 13 05:29:35 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCF0FC68 for ; Thu, 13 Nov 2014 05:29:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C48EAF5B for ; Thu, 13 Nov 2014 05:29:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAD5TZuc043272 for ; Thu, 13 Nov 2014 05:29:35 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-python@FreeBSD.org Subject: [Bug 194446] [PATCH] Fix Python build dependency for sysutils/htop Date: Thu, 13 Nov 2014 05:29:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: xmj@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 05:29:35 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194446 --- Comment #11 from commit-hook@freebsd.org --- A commit references this bug: Author: xmj Date: Thu Nov 13 05:28:43 UTC 2014 New revision: 372509 URL: https://svnweb.freebsd.org/changeset/ports/372509 Log: sysutils/htop: Restrict to Python 2.x - restrict htop to build with python 2.7 only. PR: 194446 Differential Revision: https://reviews.freebsd.org/D1151 Submitted by: Andrew Berg Approved by: maintainer timeout (2+ weeks) Approved by: koobs (mentor) Changes: head/sysutils/htop/Makefile -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Nov 14 08:38:02 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD3F6E48 for ; Fri, 14 Nov 2014 08:38:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 C535C311 for ; Fri, 14 Nov 2014 08:38:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAE8c2kL094618 for ; Fri, 14 Nov 2014 08:38:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193537] [NEW PORT] editors/pycharm: The intelligent Python IDE Date: Fri, 14 Nov 2014 08:38:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 08:38:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193537 Bug 193537 depends on bug 193533, which changed state. Bug 193533 Summary: [New Port]: devel/fsnotifier: fsNotifier for IntelliJ IDEA https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193533 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Issue Resolved Resolution|--- |Feedback Timeout -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Nov 14 08:39:20 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA70AE73 for ; Fri, 14 Nov 2014 08:39:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 A234F320 for ; Fri, 14 Nov 2014 08:39:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAE8dKFi095402 for ; Fri, 14 Nov 2014 08:39:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193537] [NEW PORT] editors/pycharm: The intelligent Python IDE Date: Fri, 14 Nov 2014 08:39:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marino@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 08:39:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193537 John Marino changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Issue Resolved Resolution|--- |Feedback Timeout --- Comment #3 from John Marino --- The maintainer of bug 193533 (same as this PR) never responded. I'm closing both PRs based on submitter feedback timeout. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Nov 14 18:08:25 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A379607 for ; Fri, 14 Nov 2014 18:08:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 380ECB20 for ; Fri, 14 Nov 2014 18:08:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAEI8PO6045008 for ; Fri, 14 Nov 2014 18:08:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193316] [NEW PORT]: www/py-djblets06: Legacy version of py-djblets Date: Fri, 14 Nov 2014 18:08:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yan_jingfeng@yahoo.com X-Bugzilla-Status: Patch Ready X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 18:08:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193316 --- Comment #32 from Jingfeng Yan --- (In reply to John Marino from comment #31) > (In reply to chris.dukes.aix from comment #29) > > And to repeat my earlier statement. > > You need Djblets. > > You do not need Djblets packaged for FreeBSD. > > If djblets-06 is needed for seahub in FreeBSD (which can't be committed > until this is sorted) it has to be ports in FreeBSD. The exception is if > seahub adds djblets-06 as one if its distfiles and builds it in the workdir > at the same time as seahub. Maybe this is what you mean by "virtualenv", > but this virtualenv has to work within ports without using the network > during the build phase. > > > > If not... your back to learning about packaging dependencies and best practices for an app framework... or hiring someone to do the work. > > Not me. I just commit ports to the tree when its ready. I just wanted > python@ to say the *legacy* port should or should not be in the tree. Hehe, I know it is not "you" (Marino). Never take it personally. Otherwise, I will feel that I am the nut. :) Some wording sounds not very friendly. I have finished using other way to install all the python dependencies. The virtualenv idea is right direction, but it is heavy-weight, and seahub release directory layout could be change a lot. So, I twist the seahub Makefile by borrowing the idea of virtualenv. So, we don't need this this port any more. I will try to close this issue. If I can not, could anyone help to close it. Thanks to all the reviewers for your efforts and suggestion. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Nov 14 18:09:31 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE5BA63D for ; Fri, 14 Nov 2014 18:09:31 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 D6123B35 for ; Fri, 14 Nov 2014 18:09:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAEI9V9K095237 for ; Fri, 14 Nov 2014 18:09:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 193316] [NEW PORT]: www/py-djblets06: Legacy version of py-djblets Date: Fri, 14 Nov 2014 18:09:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yan_jingfeng@yahoo.com X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: marino@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 18:09:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193316 Jingfeng Yan changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch Ready |Issue Resolved Resolution|--- |Feature Proposal Rejected -- You are receiving this mail because: You are on the CC list for the bug.