From owner-freebsd-python@FreeBSD.ORG Sun Feb 15 09:55:29 2015 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 D087F6C2 for ; Sun, 15 Feb 2015 09:55:29 +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 B542B2BB for ; Sun, 15 Feb 2015 09:55:29 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1F9tTV1077806 for ; Sun, 15 Feb 2015 09:55:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197682] [NEW PORT] devel/py-autopep8: Automatically formats Python code to PEP8 style guide Date: Sun, 15 Feb 2015 09:55:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: feature, needs-patch, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc assigned_to keywords 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, 15 Feb 2015 09:55:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197682 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[NEW PORT] devel/autopep8 |[NEW PORT] | |devel/py-autopep8: | |Automatically formats | |Python code to PEP8 style | |guide Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | Keywords| |feature, needs-patch, | |needs-qa, patch --- Comment #1 from Kubilay Kocak --- Thanks for your submission. Upon initial review: - Sort USE_PYTHON values - autopep8 requires pep8 >= 1.5.7 (See setup.py), update RUN_DEPENDS to suit - Add LICENSE_FILE (${WRKSRC/LICENSE) Additionally, please attach the QA logs referenced in Comment 0 Also note, svn dir should be py-autopep8 (I've modified the summary accordingly) -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Feb 15 11:18:48 2015 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 4A6BEEDD for ; Sun, 15 Feb 2015 11:18:48 +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 2FC1FB24 for ; Sun, 15 Feb 2015 11:18:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FBImM0015641 for ; Sun, 15 Feb 2015 11:18:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 196358] [NEW PORT] devel/py-argcomplete: command line completion for argparse Date: Sun, 15 Feb 2015 11:18:48 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@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: 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, 15 Feb 2015 11:18:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196358 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: pi Date: Sun Feb 15 11:18:25 UTC 2015 New revision: 379032 URL: https://svnweb.freebsd.org/changeset/ports/379032 Log: New port: devel/py-argcomplete Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. It makes two assumptions: - You're using bash or zsh as your shell - You're using argparse to manage your command line arguments/options WWW: https://pypi.python.org/pypi/argcomplete PR: 196358 Submitted by: Tony Narlock Changes: head/devel/Makefile head/devel/py-argcomplete/ head/devel/py-argcomplete/Makefile head/devel/py-argcomplete/distinfo head/devel/py-argcomplete/pkg-descr -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Feb 15 12:31:52 2015 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 A57E2A03 for ; Sun, 15 Feb 2015 12:31:52 +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 8AB97219 for ; Sun, 15 Feb 2015 12:31:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FCVqhe042594 for ; Sun, 15 Feb 2015 12:31:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 196358] [NEW PORT] devel/py-argcomplete: command line completion for argparse Date: Sun, 15 Feb 2015 12:31:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch-ready X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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: Sun, 15 Feb 2015 12:31:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196358 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED CC| |pi@FreeBSD.org --- Comment #5 from Kurt Jaeger --- Committed, thanks. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Feb 15 12:31:53 2015 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 08171A06 for ; Sun, 15 Feb 2015 12:31:53 +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 E1B4421B for ; Sun, 15 Feb 2015 12:31:52 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1FCVqwL042905 for ; Sun, 15 Feb 2015 12:31:52 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 196307] [NEW PORT] sysutils/py-tmuxp: Session manager for tmux Date: Sun, 15 Feb 2015 12:31:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pi@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: Sun, 15 Feb 2015 12:31:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196307 Bug 196307 depends on bug 196358, which changed state. Bug 196358 Summary: [NEW PORT] devel/py-argcomplete: command line completion for argparse https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196358 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Sun Feb 15 21:00:20 2015 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 1D29E248 for ; Sun, 15 Feb 2015 21:00: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 0A0A8776 for ; Sun, 15 Feb 2015 21:00: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 t1FL0JDZ014755 for ; Sun, 15 Feb 2015 21:00:19 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <201502152100.t1FL0JDZ014755@kenobi.freebsd.org> From: bugzilla-noreply@FreeBSD.org To: python@FreeBSD.org Subject: Problem reports for python@FreeBSD.org that need special attention X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Date: Sun, 15 Feb 2015 21:00:19 +0000 Content-Type: text/plain; charset="UTF-8" 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, 15 Feb 2015 21:00:20 -0000 To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 185884 | Miscellaneous ports fixes for Python 3 Open | 186316 | [NEW PORT] devel/spyder: Scientific PYthon Develo Open | 196049 | [NEW PORT] net/py-pysocks: Python SOCKS module Open | 196336 | security/py-fail2ban: Support Python 3 Open | 197226 | lang/python27: fix pyport.h _PY_PORT_CTYPE_UTF8_I 5 problems total for which you should take action. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 01:58:39 2015 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 B684081D for ; Mon, 16 Feb 2015 01:58:39 +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 9C818668 for ; Mon, 16 Feb 2015 01:58:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G1wd90006525 for ; Mon, 16 Feb 2015 01:58:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197688] [MAINTAINER] devel/py-robotframework-pabot: Update to 0.12 Date: Mon, 16 Feb 2015 01:58:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords short_desc 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: Mon, 16 Feb 2015 01:58:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197688 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |python@FreeBSD.org |org | Keywords| |patch, patch-ready Summary|[Maintainer-update] update |[MAINTAINER] |port |devel/py-robotframework-pab |devel/py-robotframework-pab |ot: Update to 0.12 |ot 0.11 -> 0.12 | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 04:47:24 2015 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 43E709EB for ; Mon, 16 Feb 2015 04:47:24 +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 292FA91D for ; Mon, 16 Feb 2015 04:47:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G4lOV0072880 for ; Mon, 16 Feb 2015 04:47:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197410] net/py-pyzmq: Update to 14.5.0 Date: Mon, 16 Feb 2015 04:47:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@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: assigned_to flagtypes.name cc short_desc bug_status keywords 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: Mon, 16 Feb 2015 04:47:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197410 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|novel@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org Flags|maintainer-feedback?(novel@ |maintainer-feedback+ |FreeBSD.org) | CC| |python@FreeBSD.org Summary|net/py-pyzmq: update port |net/py-pyzmq: Update to |to 14.5.0 |14.5.0 Status|New |Open Keywords| |easy, needs-qa, patch, | |patch-ready --- Comment #2 from Kubilay Kocak --- Maintainer timeout (2 weeks) -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 06:01:49 2015 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 145197FE for ; Mon, 16 Feb 2015 06:01:49 +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 EE0ECFF0 for ; Mon, 16 Feb 2015 06:01:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G61mrO034438 for ; Mon, 16 Feb 2015 06:01:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 195873] [NEW PORT] www/django-netfields, makes proper PostgreSQL net related fields for Django. Date: Mon, 16 Feb 2015 06:01:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-patch, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords short_desc 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: Mon, 16 Feb 2015 06:01:49 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195873 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |needs-patch, needs-qa Summary|[new port] |[NEW PORT] |www/django-netfields, makes |www/django-netfields, makes |proper PostgreSQL net |proper PostgreSQL net |related fields for Django. |related fields for Django. CC| |python@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 06:10:32 2015 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 8EEED1DC for ; Mon, 16 Feb 2015 06:10:32 +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 74619FB for ; Mon, 16 Feb 2015 06:10:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G6AWa3068498 for ; Mon, 16 Feb 2015 06:10:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.21.2 Date: Mon, 16 Feb 2015 06:10:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New 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: short_desc flagtypes.name keywords 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: Mon, 16 Feb 2015 06:10:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[maintainer] update |[MAINTAINER]] lang/cython: |lang/cython from 0.21 to |Update to 0.21.2 |0.21.2 | Flags| |maintainer-feedback? Keywords| |needs-qa, patch CC| |python@FreeBSD.org -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 06:10:43 2015 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 83E3422A for ; Mon, 16 Feb 2015 06:10:43 +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 69B2F105 for ; Mon, 16 Feb 2015 06:10:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G6Ahx4076760 for ; Mon, 16 Feb 2015 06:10:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.21.2 Date: Mon, 16 Feb 2015 06:10:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: New 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: flagtypes.name 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: Mon, 16 Feb 2015 06:10:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152622| |maintainer-approval+ Flags| | -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 09:49:24 2015 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 AD673682 for ; Mon, 16 Feb 2015 09:49:24 +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 939EEC7D for ; Mon, 16 Feb 2015 09:49:24 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1G9nO7R008906 for ; Mon, 16 Feb 2015 09:49:24 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197523] [MAINTAINER] devel/py-robotframework-selenium2library: Update to 1.6.0 Date: Mon, 16 Feb 2015 09:49:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir.chukharev@gmail.com 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: short_desc 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: Mon, 16 Feb 2015 09:49:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197523 vladimir.chukharev@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|devel/py-robotframework-sel |[MAINTAINER] |enium2library: Update to |devel/py-robotframework-sel |1.6.0 |enium2library: Update to | |1.6.0 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 13:23:39 2015 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 0A98E46D for ; Mon, 16 Feb 2015 13:23:39 +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 E521E835 for ; Mon, 16 Feb 2015 13:23:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1GDNc0C047867 for ; Mon, 16 Feb 2015 13:23:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197061] [MAINTAINER] sysutils/py-salt: Update to 2014.7.1 Date: Mon, 16 Feb 2015 13:23:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: Mon, 16 Feb 2015 13:23:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197061 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |culot@FreeBSD.org Assignee|python@FreeBSD.org |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Mon Feb 16 14:27:22 2015 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 8E213F0A for ; Mon, 16 Feb 2015 14:27:22 +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 746A0E58 for ; Mon, 16 Feb 2015 14:27: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 t1GERMUa040797 for ; Mon, 16 Feb 2015 14:27:22 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197688] [MAINTAINER] devel/py-robotframework-pabot: Update to 0.12 Date: Mon, 16 Feb 2015 14:27:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: culot@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: culot@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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: Mon, 16 Feb 2015 14:27:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197688 Frederic Culot changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |culot@FreeBSD.org Assignee|python@FreeBSD.org |culot@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Feb 17 06:50:25 2015 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 AC599912 for ; Tue, 17 Feb 2015 06:50: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 9006F1E4 for ; Tue, 17 Feb 2015 06:50: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 t1H6oP6R075913 for ; Tue, 17 Feb 2015 06:50:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197523] [MAINTAINER] devel/py-robotframework-selenium2library: Update to 1.6.0 Date: Tue, 17 Feb 2015 06:50:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, patch-ready X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vladimir.chukharev@gmail.com 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: 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: Tue, 17 Feb 2015 06:50:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197523 --- Comment #2 from vladimir.chukharev@gmail.com --- Created attachment 153099 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153099&action=edit QA output -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Feb 17 09:50:57 2015 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 4E2B44C3 for ; Tue, 17 Feb 2015 09:50:57 +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 38AB78BB for ; Tue, 17 Feb 2015 09:50:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H9ovCA070168 for ; Tue, 17 Feb 2015 09:50:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 197757] lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off Date: Tue, 17 Feb 2015 09:50:57 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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, 17 Feb 2015 09:50:57 -0000 Antoine Brodin has reassigned Bugzilla Automation 's request for maintainer-feedback to python@FreeBSD.= org: Bug 197757: lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197757 --- Description --- When built with NLS option turned off, -L/usr/local/lib is missing from pythonX.Y-config --ldflags: # python2.7-config --ldflags -lpython2.7 -lutil -lm -Wl,--export-dynamic # python3.2-config --ldflags -lutil -lm -lpython3.2mu -Wl,--export-dynamic # python3.3-config --ldflags -lutil -lm -lpython3.3m -Wl,--export-dynamic In version 3.4, python-config was rewritten and the problem seems fixed # python3.4-config --ldflags -L/usr/local/lib -lutil -lm -lpython3.4m -Wl,--export-dynamic --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org= From owner-freebsd-python@FreeBSD.ORG Tue Feb 17 09:50:57 2015 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 AA3214C7 for ; Tue, 17 Feb 2015 09:50:57 +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 8FA0B8C0 for ; Tue, 17 Feb 2015 09:50:57 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H9ovZm070175 for ; Tue, 17 Feb 2015 09:50:57 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197757] lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off Date: Tue, 17 Feb 2015 09:50:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@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 flagtypes.name 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: Tue, 17 Feb 2015 09:50:57 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197757 Bug ID: 197757 Summary: lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: antoine@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org When built with NLS option turned off, -L/usr/local/lib is missing from pythonX.Y-config --ldflags: # python2.7-config --ldflags -lpython2.7 -lutil -lm -Wl,--export-dynamic # python3.2-config --ldflags -lutil -lm -lpython3.2mu -Wl,--export-dynamic # python3.3-config --ldflags -lutil -lm -lpython3.3m -Wl,--export-dynamic In version 3.4, python-config was rewritten and the problem seems fixed # python3.4-config --ldflags -L/usr/local/lib -lutil -lm -lpython3.4m -Wl,--export-dynamic --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Tue Feb 17 09:51:38 2015 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 559AF5EA for ; Tue, 17 Feb 2015 09:51:38 +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 3785496E for ; Tue, 17 Feb 2015 09:51:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1H9pceA072991 for ; Tue, 17 Feb 2015 09:51:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197757] lang/python27, lang/python32 and lang/python33: pythonX.Y-config --ldflags missing -L/usr/local/lib when NLS option turned off Date: Tue, 17 Feb 2015 09:51:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: antoine@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_file_loc 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, 17 Feb 2015 09:51:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197757 Antoine Brodin changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://bugs.python.org/issu | |e7352 -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Feb 18 09:43:53 2015 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 A9B5653F for ; Wed, 18 Feb 2015 09:43:53 +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 8E74AC5B for ; Wed, 18 Feb 2015 09:43:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1I9hrYp049032 for ; Wed, 18 Feb 2015 09:43:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.21.2 Date: Wed, 18 Feb 2015 09:43:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vmagerya@gmail.com X-Bugzilla-Status: New 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, 18 Feb 2015 09:43:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 vmagerya@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #152622|0 |1 is obsolete| | --- Comment #1 from vmagerya@gmail.com --- Created attachment 153140 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153140&action=edit cython-0.22.diff Cython released version 0.22 in the mean while. Here's the new patch. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Feb 18 18:40:59 2015 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 9B007519 for ; Wed, 18 Feb 2015 18:40:59 +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 7FAE2386 for ; Wed, 18 Feb 2015 18:40:59 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIexpl021070 for ; Wed, 18 Feb 2015 18:40:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.22 Date: Wed, 18 Feb 2015 18:40:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: assigned_to cc bug_status short_desc 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, 18 Feb 2015 18:40:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |jbeich@FreeBSD.org |org | CC| |dbn@FreeBSD.org Status|New |In Progress Summary|[MAINTAINER]] lang/cython: |[MAINTAINER]] lang/cython: |Update to 0.21.2 |Update to 0.22 --- Comment #2 from Jan Beich --- Tested cython-0.22 doesn't break build of the following consumers: biology/pycogent comms/py-libimobiledevice devel/bzr devel/py-libplist devel/py-meliae devel/py-tables devel/renpy math/py-bottleneck multimedia/py-ffmpeg net/py-pcs science/py-h5py science/py-mlpy www/py-falcon www/py-jswebkit x11/xpra while breaking x11-toolkits/py-kivy (cython-0.21.2 is fine): cythoning kivy/graphics/texture.pyx to kivy/graphics/texture.c Error compiling Cython file: ------------------------------------------------------------ ... cpdef release(self) cpdef get_pixel_color(self, int wx, int wy) cdef void create_fbo(self) cdef void delete_fbo(self) cdef void apply(self) ^ ------------------------------------------------------------ kivy/graphics/fbo.pxd:25:19: Signature not compatible with previous declaration Error compiling Cython file: ------------------------------------------------------------ ... cdef void push_states(self, list names) except * cdef void pop_state(self, str name) except * cdef void pop_states(self, list names) except * cdef void enter(self) except * cdef void leave(self) except * cdef void apply(self) except * ^ ------------------------------------------------------------ kivy/graphics/instructions.pxd:118:19: Previous declaration is here building 'kivy.graphics.texture' extension creating build creating build/temp.freebsd-11.0-CURRENT-amd64-2.7 creating build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy creating build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy/graphics cc -DNDEBUG -O2 -pipe -fstack-protector -fPIC -I/usr/local/include -I/usr/local/include/python2.7 -c kivy/graphics/texture.c -o build/temp.freebsd-11.0-CURRENT-amd64-2.7/kivy/graphics/texture.o kivy/graphics/texture.c:1:2: error: Do not use this file, it is the result of a failed Cython compilation. #error Do not use this file, it is the result of a failed Cython compilation. ^ 1 error generated. error: command 'cc' failed with exit status 1 David, should I wait for your fix or mark BROKEN and lang/cython update regardless? -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Feb 18 19:15:32 2015 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 15773E73 for ; Wed, 18 Feb 2015 19:15:32 +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 EFD55945 for ; Wed, 18 Feb 2015 19:15: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 t1IJFVjX090370 for ; Wed, 18 Feb 2015 19:15:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.22 Date: Wed, 18 Feb 2015 19:15:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dbn@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@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: Wed, 18 Feb 2015 19:15:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 --- Comment #3 from David Naylor --- Please go ahead and mark kivy as broken. I have reported [1] the issue upstream (and others have mentioned this on the mailing list). A fix (which I will commit) will hopefully be forthcoming. [1] https://github.com/kivy/kivy/issues/3049 -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Wed Feb 18 22:42:00 2015 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 CC896E00 for ; Wed, 18 Feb 2015 22:42:00 +0000 (UTC) Received: from smtp.jambo.co.ke (smtp.jambo.co.ke [212.49.70.14]) by mx1.freebsd.org (Postfix) with ESMTP id DE83FB8D for ; Wed, 18 Feb 2015 22:41:58 +0000 (UTC) Received: from PALPC (unknown [196.202.211.155]) by smtp.jambo.co.ke (Postfix) with SMTP id D05825FC19 for ; Thu, 19 Feb 2015 01:29:33 +0300 (EAT) From: "=?utf-8?Q?RE:=20Live,=20Study=20=26=20Do=20Business=20Overseas?= =?utf-8?Q?=21?=" To: "=?utf-8?Q?python=40freebsd=2Eorg?=" Reply-To: nairobiwwics@gmail.com Date: Thu, 19 Feb 2015 01:41:44 +0300 Subject: =?utf-8?Q?RE:=20Live,=20Study=20=26=20Do=20Business=20?= =?utf-8?Q?Overseas=21?= Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 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, 18 Feb 2015 22:42:01 -0000 Excellent Permanent Residency Opportunities For Engineers, Health Care, IT, Finance, Teaching, Hotel Industry And Many Other Professionals Business and Senior Management Persons... Specialized in :- . Skilled worker category. Business immigration Categories. Work Permit. Study Permit. Visitor Visa. Family Class. POST LANDING SERVICES Contact us will help us understand your needs to serve you better by providing customized information about suitable employment and career opportunities in the countries where you intend to migrate. WorldWide Immigration Consultancy Services - World's Largest Immigration Group is the pioneer and Leader in the Immigration Industry ever since its inception in 1993. WWICS has dispensed Global Resettlement Solutions to over 1,00,000 clients who have found happy living in developed countries like Canada, Australia, USA, UK, New Zealand & Europe. With Asian Headquarters in Mohali (Punjab), India, WWICS is a cosmopolitical firm with over 17 offices across India and 11 overseas Associate Offices in Toronto, Dubai (DAFZA), Dubai (JLT), Sharjah, Bahrain, Abu Dhabi, Kuwait, Muscat, Qatar, Nairobi, and Sydney. WWICS Africa Ltd 2nd Floor, Sarit Centre, Westlands, P.O. Box 1525-00606,Nairobi, Kenya, East Africa Phone : +254 20 3744927, +254 734 244357, +254 724 723740 Email - [1]nairobi(at)wwicsgroup.com World's First ISO 9001:2000 Immigration Company References 1. mailto:nairobi@wwicsgroup.com From owner-freebsd-python@FreeBSD.ORG Thu Feb 19 09:29:05 2015 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 8D310C08 for ; Thu, 19 Feb 2015 09:29:05 +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 733FC8DB for ; Thu, 19 Feb 2015 09:29:05 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1J9T5rZ026166 for ; Thu, 19 Feb 2015 09:29:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.22 Date: Thu, 19 Feb 2015 09:29:05 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@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, 19 Feb 2015 09:29:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Thu Feb 19 09:28:43 UTC 2015 New revision: 379335 URL: https://svnweb.freebsd.org/changeset/ports/379335 Log: - Update to 0.22 [1] - Strip C modules [2] - Mark py-kivy as BROKEN [3] PR: 197375 [1] PR: 197776 [2] Submitted by: Viltaly Magerya (maintainer) [1] Approved by: Viltaly Magerya (maintainer) [2] Approved by: dbn (maintainer) [3] Changes: head/lang/cython/Makefile head/lang/cython/distinfo head/x11-toolkits/py-kivy/Makefile -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Thu Feb 19 09:31:21 2015 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 0D7F2F7D for ; Thu, 19 Feb 2015 09:31:21 +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 E7560906 for ; Thu, 19 Feb 2015 09:31: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 t1J9VKVg031919 for ; Thu, 19 Feb 2015 09:31:20 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 197375] [MAINTAINER]] lang/cython: Update to 0.22 Date: Thu, 19 Feb 2015 09:31:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jbeich@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution 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: Thu, 19 Feb 2015 09:31:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197375 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #5 from Jan Beich --- Thanks. Committed. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-python@FreeBSD.ORG Fri Feb 20 01:59:12 2015 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 4E88EEA7 for ; Fri, 20 Feb 2015 01:59:12 +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)) (Client CN "smtp.hushmail.com", Issuer "Self-signed" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 34AC1925 for ; Fri, 20 Feb 2015 01:59:11 +0000 (UTC) Received: from smtp2.hushmail.com (localhost [127.0.0.1]) by smtp2.hushmail.com (Postfix) with SMTP id 64759A0235 for ; Fri, 20 Feb 2015 01:26:16 +0000 (UTC) Received: from smtp.hushmail.com (w9.hushmail.com [65.39.178.29]) by smtp2.hushmail.com (Postfix) with ESMTP; Fri, 20 Feb 2015 01:26:16 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id 163DA400B1; Fri, 20 Feb 2015 01:26:16 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 19 Feb 2015 20:26:15 -0500 To: koobs@freebsd.org, python@freebsd.org Subject: python port bugs that need committing From: "Corey" Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20150220012616.163DA400B1@smtp.hushmail.com> 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, 20 Feb 2015 01:59:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511 (need this!) https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195508 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195511 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195513 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197049 (need this!) Please commit these, it's been a long time since they're added to Bugzilla. Thanks. From owner-freebsd-python@FreeBSD.ORG Fri Feb 20 03:25:56 2015 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 3C833C51 for ; Fri, 20 Feb 2015 03:25:56 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0F6E436E for ; Fri, 20 Feb 2015 03:25:55 +0000 (UTC) Received: by pdbnh10 with SMTP id nh10so4490366pdb.11 for ; Thu, 19 Feb 2015 19:25:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:reply-to:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=8JPsN8/Y5PZQEKNG/uwevnCf1nXWY6HNJA8XHSFJwCM=; b=ADYd8vuwZrar5SLSjeUBsFq7O3QtMjQDzRdCIAnZtyVF7/8ydSrdLQKDsy6YA3cDdy i0illudmKgskCDkEaYB0NRo7o5jXHeQ9Dl/HhrTI0821DOewJ1+8vaehOQ88ibuJuySF ZE2bmJd7yduSSkpC8SYNSBHAKm00XCT0A1Xh6djJPeSPpIoQXqcB4uf2QJ3n9O5iS3Wj mxDr33qYGqRc4Iqp5yF+RotOyQnQiTnZK4jKbXrfpY8xkNX92nxDVu8GJy3fpabeJXmR B+k/LfhNh4KyEYfrXuX6Kv3VUA1p1tePArVuRSlZKRtx4UrfOvJqy2lF78SdYa3YMbd3 TOZw== X-Received: by 10.70.34.14 with SMTP id v14mr13288371pdi.132.1424402755687; Thu, 19 Feb 2015 19:25:55 -0800 (PST) Received: from [192.168.1.107] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id ma9sm23400072pdb.14.2015.02.19.19.25.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Feb 2015 19:25:54 -0800 (PST) Sender: Kubilay Kocak Message-ID: <54E6A938.9040208@FreeBSD.org> Date: Fri, 20 Feb 2015 14:25:44 +1100 From: Kubilay Kocak Reply-To: koobs@FreeBSD.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: Corey , python@freebsd.org Subject: Re: python port bugs that need committing References: <20150220012616.163DA400B1@smtp.hushmail.com> In-Reply-To: <20150220012616.163DA400B1@smtp.hushmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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, 20 Feb 2015 03:25:56 -0000 On 20/02/2015 12:26 PM, Corey wrote: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511 (need this!) > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195508 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195511 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195513 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197049 (need this!) > > Please commit these, it's been a long time since they're added to Bugzilla. Thanks. > Acknowledged Corey, and thank you for the reminder. -- koobs From owner-freebsd-python@FreeBSD.ORG Fri Feb 20 13:42:16 2015 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 4FF46EC0; Fri, 20 Feb 2015 13:42:16 +0000 (UTC) Received: from d2ux.org (static.140.151.9.5.clients.your-server.de [5.9.151.140]) by mx1.freebsd.org (Postfix) with ESMTP id CF256C5D; Fri, 20 Feb 2015 13:42:15 +0000 (UTC) Received: from d2ux.org (unknown [10.0.0.4]) by d2ux.org (Postfix) with ESMTP id 634F41FE339; Fri, 20 Feb 2015 14:35:34 +0100 (CET) Received: from d2ux.org ([10.0.0.4]) by d2ux.org (d2ux.org [10.0.0.4]) (amavisd-new, port 10024) with ESMTP id 9t567G_QIsUQ; Fri, 20 Feb 2015 14:35:33 +0100 (CET) Received: from mail.d2ux.org (unknown [10.0.0.7]) by d2ux.org (Postfix) with ESMTP id 223701FD72D; Fri, 20 Feb 2015 14:35:33 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 20 Feb 2015 14:35:33 +0100 From: Matthias Petermann To: freebsd-python@freebsd.org, freebsd-questions@freebsd.org Subject: Questions about packaging Python modules in Ports Collection Message-ID: <3c81f98fe02d3047ca3ddf3ced1dcf1f@mail.d2ux.org> X-Sender: matthias@petermann-it.de User-Agent: Roundcube Webmail/1.0.5 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, 20 Feb 2015 13:42:16 -0000 Hello, I am maintaining the Tryton ports for FreeBSD and am about to prepare the update from 2.8 to 3.4. Because I think there is some potential to improve, I would like to address some questions and ask for advice from the FreeBSD Python community. First, please allow me to give you some background. Tryton consists of a framework (client and server component), as well as a large number (67) of functional modules that add business domain functionality to the framework. All this modules together make up a comprehensive ERP solution. If one wants to use only a subset from them, the framework allows to enable / disable them on the fly, even if they all are installed. The framework components are located in: /usr/ports/finance/tryton28 (client) /usr/ports/finance/trytond28 (server) and most of the functional modules in: /usr/ports/finance/trytond28_* For each of the functional modules there is a separate port provided, utilizing distutils and autoplist. This works good, but I think of the following potential issues: I) Looking on this with a users eye, it doesn't make too much sense to install only a subset of the modules. Some don't even provide standalone functionality but only provide dependencies to other modules. So most users likely want to install the complete set of Tryton modules and turn them on / off in the frameworks configuration later. II) Supporting multiple Tryton versions at the same time. The Tryton project does a very good job in providing security fixes for legacy releases for a quite long period. From a users point of view it is desirable to have the versions introduced to Ports Collection supported until their upstream EOL. This is required to not force anyone to upgrade to the newest version each, because this is not always possible when running this in production. On the other hand, having at least the newest version available in the ports is required to keep FreeBSD attractive as the platform for new Tryton users. What do you think on the following? 1) Is the large number of separate modules in the sense of the principles of the ports collection? My observations is that this blows up the directory pretty much. 2) Is the statement II) valid or do I overestimate the needs of the typical FreeBSD user base? 3) Is it technically possible to bundle multiple distutils python modules into one port? Is there a good example you know? 4) With regards to I), is it suggested to keep the functional modules as separate ports, or should I apply 3) if technically possible? 5) In ports collection, is it allowed in a port to reference a (common) Makefile of another port? I have seen in NetBSDs pkgsrc for the Tryton port, they source common stuff like the version number of Tryton from a common Makefile: For example, this modules Makefile: http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/finance/py-trytond-account/Makefile uses this: http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/py-trytond/Makefile.common I'll be thankful for any hint and comments. Thanks in advance & kind regards, Matthias From owner-freebsd-python@FreeBSD.ORG Fri Feb 20 14:27:07 2015 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 5DC6DC9B; Fri, 20 Feb 2015 14:27:07 +0000 (UTC) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.18.29]) (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 DED941A5; Fri, 20 Feb 2015 14:27:06 +0000 (UTC) Received: from [89.182.202.89] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.84) (envelope-from ) id 1YOoXh-0005L8-QV; Fri, 20 Feb 2015 15:26:58 +0100 Date: Fri, 20 Feb 2015 15:27:01 +0100 From: Marcus von Appen To: Matthias Petermann Subject: Re: Questions about packaging Python modules in Ports Collection Message-ID: <20150220142701.GA1033@medusa.sysfault.org> Reply-To: Marcus von Appen Mail-Followup-To: Matthias Petermann , freebsd-python@freebsd.org, freebsd-questions@freebsd.org References: <3c81f98fe02d3047ca3ddf3ced1dcf1f@mail.d2ux.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="X1bOJ3K7DJ5YkBrT" Content-Disposition: inline In-Reply-To: <3c81f98fe02d3047ca3ddf3ced1dcf1f@mail.d2ux.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Df-Sender: MTEyNTc0Mg== Cc: freebsd-questions@freebsd.org, freebsd-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: Fri, 20 Feb 2015 14:27:07 -0000 --X1bOJ3K7DJ5YkBrT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Fri Feb 20, 2015, Matthias Petermann wrote: > Hello, > > I am maintaining the Tryton ports for FreeBSD and am about to prepare > the update from 2.8 to 3.4. Because I think there is some potential to > improve, I would like to address some questions and ask for advice from > the FreeBSD Python community. > > First, please allow me to give you some background. Tryton consists of a > framework (client and server component), as well as a large number (67) > of functional modules that add business domain functionality to the > framework. All this modules together make up a comprehensive ERP > solution. If one wants to use only a subset from them, the framework > allows to enable / disable them on the fly, even if they all are > installed. > > The framework components are located in: > > /usr/ports/finance/tryton28 (client) > /usr/ports/finance/trytond28 (server) > > and most of the functional modules in: > > /usr/ports/finance/trytond28_* > > For each of the functional modules there is a separate port provided, > utilizing distutils and autoplist. > > This works good, but I think of the following potential issues: > > I) Looking on this with a users eye, it doesn't make too much sense to > install only a subset of the modules. Some don't even provide standalone > functionality but only provide dependencies to other modules. So most > users likely want to install the complete set of Tryton modules and turn > them on / off in the frameworks configuration later. > > II) Supporting multiple Tryton versions at the same time. The Tryton > project does a very good job in providing security fixes for legacy > releases for a quite long period. From a users point of view it is > desirable to have the versions introduced to Ports Collection supported > until their upstream EOL. This is required to not force anyone to > upgrade to the newest version each, because this is not always possible > when running this in production. On the other hand, having at least the > newest version available in the ports is required to keep FreeBSD > attractive as the platform for new Tryton users. > > What do you think on the following? > > 1) Is the large number of separate modules in the sense of the > principles of the ports collection? My observations is that this blows > up the directory pretty much. They do not violate the principles. I do not know enough about tryton, but if a single module contains some critical issue, it may come in handy to only update that seperate module, especially, if this is according to how the upstream vendor provides updates and fixes. > 2) Is the statement II) valid or do I overestimate the needs of the > typical FreeBSD user base? You do not. FreeBSD is a typical server operating system. Continuity as well as providing long-term support for mission-critical software is fairly common. The python bits (speaking for lang/pythonXX) are usually offered as ports for as long as upstream offers updates and patches (until the EOL). The same goes for other software. > 3) Is it technically possible to bundle multiple distutils python > modules into one port? Is there a good example you know? In your specific case, the tryton modules are offered as seperate distutils packages, if I understand it correctly. In my opinion, meta-ports, which pull in the modules as run dependencies and bundle them into useful groups, would ease the setup of an ERP system for the user base. There are similar ports around for other software, e.g. x11/xorg, x11/xorg-apps, etc., which pull in relevant X.org bits and pieces to provide users a far easier way to install a fully functional X.org environment (or parts of it). > 4) With regards to I), is it suggested to keep the functional modules as > separate ports, or should I apply 3) if technically possible? See my first comment. If upstram provides them as seperate modules, which might be updated individually within the EOL of a major release, it would make sense to keep them as seperate ports and use meta-ports to bundle functional parts. > 5) In ports collection, is it allowed in a port to reference a (common) > Makefile of another port? I have seen in NetBSDs pkgsrc for the Tryton > port, they source common stuff like the version number of Tryton from a > common Makefile: > > For example, this modules Makefile: > http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/finance/py-trytond-account/Makefile > uses this: > http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/py-trytond/Makefile.common Yes. This is heavily used by e.g. the OpenGL and Mesa ports, PostgreSQL and others. You should keep in mind that this also bears certain risks (breaking all ports using that common Makefile on updates, keeping the include order in mind, etc.). I'd rather recommend to create a tryton Uses to be included, especially if your functional meta-ports require bits of other functional parts. That way, you could provide functional parts for users (meta-ports) and provide logical/technical parts internally for all the consumers. Something like: finance/tryton-debitor # Provide debit functionality USES= tryton:base,accounts,sale finance/tryton-accounts # Pull in all relevant accounting bits USES= tryton:base # Do not use USES=tryton:accounts, since this port provides it RUN_DEPENDS= finance/tryton-account finance/tryton-account_asset ... Mk/Uses/tryton.mk # Similar to e.g. Uses/twisted.mk or bsd.sdl.mk, etc.pp., depending # on the granularity. Additionally, the Uses can be easily used by consumer ports of Tryton, which are not maintained by yourself, providing a sort of standard approach for other maintainers. Cheers Marcus --X1bOJ3K7DJ5YkBrT Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlTnRDUACgkQi68/ErJnpkd4EgCfayVeH/ScgjwVaGAKJlA7QxL2 c0QAn2NEIp2nz65wkvFbZ6UdWpImtatb =Gh8e -----END PGP SIGNATURE----- --X1bOJ3K7DJ5YkBrT--