From owner-freebsd-python@freebsd.org Mon Nov 6 10:04:39 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEEAEE5854C for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B5A7C67DC0 for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id B1DC7E5854A; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B176EE58549 for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 9E42267DBF for ; Mon, 6 Nov 2017 10:04:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vA6A4bGt027683 for ; Mon, 6 Nov 2017 10:04:39 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 223108] [PATCH] www/uwsgi: Add support for non-default Python versions, Take MAINTAINER'ship Date: Mon, 06 Nov 2017 10:04:38 +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 Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc flagtypes.name short_desc bug_status keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 10:04:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223108 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |koobs@FreeBSD.org, | |python@FreeBSD.org, | |schmidt@ze.tum.de Flags| |maintainer-feedback?(schmid | |t@ze.tum.de) Summary|[PATCH] www/uwsgi added |[PATCH] www/uwsgi: Add |support for building uwsgi |support for non-default |with a different python |Python versions, Take |version than the default |MAINTAINER'ship |and takeing over | |maintainership of this | |port. | Status|New |Open Keywords|patch |needs-patch, needs-qa --- Comment #2 from Kubilay Kocak --- Thank you for your contribution Gerhard. The attached patch needs changes, but I don't have time for a full review tonight. Please run the port through portlint -AC and poudriere with DEVELOPER=3Dyes enabled, and submit an updated patch which addresses any issues identified.= For testing information and instructions, see: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/testing.= html Above that, some obvious issues: - Remove PYTHON_PKGNAMEPREFIX from PORTNAME. For correct usage see: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.htm= l#using-python - Use CHEESESHOP as MASTER_SITES by default unless there's a compelling temporary reason not to (eg: alternate source contains test files/test data) - Use USE_PYTHON=3Dautoplist - Use USE_PYTHON=3Dconcurrent to do automatic suffixing of console scripts installed in LOCALBASE/bin These are both documented in the link above as well. - Explain the gettext-runtime addition Lastly, thank you for offering to take maintainership of a FreeBSD port --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Mon Nov 6 11:58:53 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A96CE5B760 for ; Mon, 6 Nov 2017 11:58:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 80FC56BE1E for ; Mon, 6 Nov 2017 11:58:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7D990E5B75F; Mon, 6 Nov 2017 11:58:53 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D3DBE5B75E for ; Mon, 6 Nov 2017 11:58:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 6A4216BE1C for ; Mon, 6 Nov 2017 11:58:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vA6BwqCx096709 for ; Mon, 6 Nov 2017 11:58:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 223108] www/uwsgi: Add support for non-default Python versions, Take MAINTAINER'ship Date: Mon, 06 Nov 2017 11:58: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-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: koobs@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 11:58:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223108 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[PATCH] www/uwsgi: Add |www/uwsgi: Add support for |support for non-default |non-default Python |Python versions, Take |versions, Take |MAINTAINER'ship |MAINTAINER'ship --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Tue Nov 7 13:59:02 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 407EBE59689 for ; Tue, 7 Nov 2017 13:59:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2BF2B67C4C for ; Tue, 7 Nov 2017 13:59:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2B694E59687; Tue, 7 Nov 2017 13:59:02 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B19DE59685 for ; Tue, 7 Nov 2017 13:59:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 1D0E467C4B for ; Tue, 7 Nov 2017 13:59:02 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id vA7Dx1a2071005 for ; Tue, 7 Nov 2017 13:59:01 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vA7Dx1iF071002; Tue, 7 Nov 2017 13:59:01 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711071359.vA7Dx1iF071002@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 7 Nov 2017 13:59:01 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 13:59:02 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/py-simplejson | 3.11.1 | 3.12.0 ------------------------------------------------+-----------------+------------ print/py-fonttools | 3.18.0 | 3.19.0 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@freebsd.org Tue Nov 7 17:54:38 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 09072E5FFEA for ; Tue, 7 Nov 2017 17:54:38 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x230.google.com (mail-it0-x230.google.com [IPv6:2607:f8b0:4001:c0b::230]) (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 C7FB37B69D for ; Tue, 7 Nov 2017 17:54:37 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x230.google.com with SMTP id o135so3309572itb.0 for ; Tue, 07 Nov 2017 09:54:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=wBfMuDZi/IyjUpoav76+ilOvF7D08GdPBmBz8+R/KKI=; b=I+fOltTcbJwDMbY37DgcsKrzCPN0iUJbsV6wBKSlRvNK9HWNZfSWXpQqFtkbqtNeFk h7NEjV+382ljiUOwQx6qvddqMr3GenszsnaDSlLR6GjtNtjsgFmZ8WAQhTVjnmLueOt+ MOWXohwRCwbjylPO88ZnUK9M00zJ7VQChTejwM5RFzwci5lUxKcZb9LEg3ybtuzGvfL3 gTeig8nxf1YM4dLL7JIdyEfJWXkCo2b5UK1Jr6dowGiTCNnG4BGMTzx2szCUYLVUHYhK brRjDSVVrJr3oh6HTzLN0n2gZOOfDb3IXNBNLYMPYBjuSaNhN4fgeiVA+U5weIt3mgxn 552w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=wBfMuDZi/IyjUpoav76+ilOvF7D08GdPBmBz8+R/KKI=; b=LZ6eQBTVWu/6D25EBuJCwml/gLRj1QK+8kb5VS9GcoO/9Lyd3RhzF/FQifqVdcgNwz 35qm11ri18efVprgb4GBb1fY6L/cVVMjVDby5gEPqfF+tzn5LXa6r8KHOTsUrB0auuCB 9HMlYnEKWUlYDa26AfNSeRCDOy68Yd9YwUV45h7x+UGKqu9SeWJxyJ0VNZ1pYUKxwZNr V4HSz4j8BhCAC6sHeoJt8HkCKTJ24cAwjNP9f0TYQjovSgRG6302KAv0yKNodlcojTca R3ozBktxO71XWRq4WUWgqbTahoWD7fAmepx8qwhcohONdtORH+tdmI95eXLQyI/ORdY7 gSQQ== X-Gm-Message-State: AJaThX5AjorCCTWYeFC4/nbgH+BUYNCbhJ/cyUhN/OVWTBB0ISAQFqpW f/eghMwCNf2ZfLa85W1IEt7d9bJKlKQn9HyeM0GVCQ== X-Google-Smtp-Source: ABhQp+RM3DuFyCY6Fy16zTIriiMh4Lh3yO2AG08nMKZsmjAbRwOadWHTGFOHZG2GbcfDJqw305Up4gEHwrRB/4wW82s= X-Received: by 10.36.198.196 with SMTP id j187mr3071630itg.149.1510077276750; Tue, 07 Nov 2017 09:54:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Tue, 7 Nov 2017 09:54:36 -0800 (PST) From: blubee blubeeme Date: Wed, 8 Nov 2017 01:54:36 +0800 Message-ID: Subject: ports depending on python modules To: freebsd-python@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 17:54:38 -0000 I am having some real tough time building this port that requires python modules. Is there anyone in here willing to help me debug this issue? Whenever I add: USE_GNOME py3gobject3 to my port it tries to build lib-mesa with python2 instead of python3 so the build fails. I need those py3gobject3 introspection bindings though. Anyone have some time to assist me with this? From owner-freebsd-python@freebsd.org Tue Nov 7 21:57:26 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3595E65CC1 for ; Tue, 7 Nov 2017 21:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A7D556FE65 for ; Tue, 7 Nov 2017 21:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A73B7E65CC0; Tue, 7 Nov 2017 21:57:26 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A698DE65CBF for ; Tue, 7 Nov 2017 21:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 93A8B6FE64 for ; Tue, 7 Nov 2017 21:57:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vA7LvQon056769 for ; Tue, 7 Nov 2017 21:57:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 201331] [patch] security/arm: arm script relies on python binary the dependency does not provide Date: Tue, 07 Nov 2017 21:57:26 +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: cs@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: cs@FreeBSD.org 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: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Nov 2017 21:57:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201331 Carlo Strub changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events Status|Open |Closed --- Comment #5 from Carlo Strub --- arm replaced by security/nyx --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Wed Nov 8 03:51:07 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC095E6CDCA for ; Wed, 8 Nov 2017 03:51:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A35DD66365 for ; Wed, 8 Nov 2017 03:51:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id A2BC8E6CDC9; Wed, 8 Nov 2017 03:51:07 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A266CE6CDC8 for ; Wed, 8 Nov 2017 03:51:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 90A9566362 for ; Wed, 8 Nov 2017 03:51:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vA83p7ki009291 for ; Wed, 8 Nov 2017 03:51:07 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220750] [NEW PORT] multimedia/py-mido: MIDI Objects for Python Date: Wed, 08 Nov 2017 03:51:07 +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: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 03:51:07 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220750 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Wed Nov 8 05:05:18 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0F14E6E07E for ; Wed, 8 Nov 2017 05:05:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 97AB76A280 for ; Wed, 8 Nov 2017 05:05:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 93E1BE6E07D; Wed, 8 Nov 2017 05:05:18 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91A69E6E07C for ; Wed, 8 Nov 2017 05:05:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 7214D6A27F for ; Wed, 8 Nov 2017 05:05:18 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vA855IU5005855 for ; Wed, 8 Nov 2017 05:05:18 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220752] [NEW PORT] multimedia/py-pretty-midi: Utility functions for handling MIDI data in a nice/intuitive way Date: Wed, 08 Nov 2017 05:05:18 +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: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 05:05:18 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220752 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Wed Nov 8 06:15:31 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98412E6F029 for ; Wed, 8 Nov 2017 06:15:31 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from lb2-smtp-cloud8.xs4all.net (lb2-smtp-cloud8.xs4all.net [194.109.24.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.xs4all.net", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3750D6C752 for ; Wed, 8 Nov 2017 06:15:30 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.erewhon.home ([83.162.243.5]) by smtp-cloud8.xs4all.net with ESMTPA id CJcxeo6qDg5cRCJcyee3pZ; Wed, 08 Nov 2017 07:14:21 +0100 Received: from rsmith (uid 1001) (envelope-from rsmith@xs4all.nl) id 1234f by slackbox.erewhon.home (DragonFly Mail Agent v0.11+); Wed, 08 Nov 2017 07:14:17 +0100 Date: Wed, 8 Nov 2017 07:14:17 +0100 From: Roland Smith To: blubee blubeeme Cc: freebsd-python@freebsd.org Subject: Re: ports depending on python modules Message-ID: <20171108061417.GA18803@slackbox.erewhon.home> Mail-Followup-To: blubee blubeeme , freebsd-python@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-CMAE-Envelope: MS4wfCf3uzR5UHGqDKF/afmfFcCX//nJscdXB0wEmoDOqqNLgVCFuLBFnlN3pZWhXd6Z1CR5GiPbtCeqFDZ9tp+Li4lKtbSAXxDCxwVRP+y3xu7d+1YUiya3 QXCMZGdwuoGMXvwAtkPc2lQHEpU+pBYaeqDsG6MscTc9T7Edw9LSqo7+XVy7gM/SFRl5oT85KSI5zA== X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 06:15:31 -0000 On Wed, Nov 08, 2017 at 01:54:36AM +0800, blubee blubeeme wrote: > I am having some real tough time building this port that requires python > modules. > > Is there anyone in here willing to help me debug this issue? > > Whenever I add: > USE_GNOME py3gobject3 > > to my port it tries to build lib-mesa with python2 instead of python3 so > the build fails. > > I need those py3gobject3 introspection bindings though. > > Anyone have some time to assist me with this? At this moment, the ports tree is not set up to handle Python 3 as the default Python. Work is being done in the ports tree to support different (Python) “flavors” (i.e. Python2 and Python 3) without separate py3-* ports. See e.g. https://wiki.freebsd.org/Ports/FlavorsAndSubPackages Ports that don't behave with flavors are being fixed: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223071 I think you should wait until that work has been completed and released. Otherwise, you'd have do make duplicate Python 3 based ports of everything required for py3gobject3. Roland -- R.F.Smith http://rsmith.home.xs4all.nl/ [plain text email much appreciated] From owner-freebsd-python@freebsd.org Wed Nov 8 08:35:10 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90025E71539 for ; Wed, 8 Nov 2017 08:35:10 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-it0-x232.google.com (mail-it0-x232.google.com [IPv6:2607:f8b0:4001:c0b::232]) (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 5661470660 for ; Wed, 8 Nov 2017 08:35:10 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-it0-x232.google.com with SMTP id 143so2216500itf.2 for ; Wed, 08 Nov 2017 00:35:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=fBHIlCURV7zGg0MmDbEdd5bqYcn9yxbGjXQyRKd3xxM=; b=ZXLQGh5WqxdWpHFnjEdeVAoUYrx22ZIBCjjJCtiLjDRvduMPWttBfCWtAV4F4s4TgW FGfiiKcT88eplmddYujzpXKMFfFmUNZoeSbYPdLN0ohw0r3npgG+c447RQvQmUNbg0GR pvPoJDmhdm3SgyEcYkCVrqnn0/iUDEHoAshqIlWZLcvmXdSBxFeJuak1KVID8Ja0Sg95 oKDZkIHFFBHG/QTz7DwNjGyq39r6WgxqR3/iyzLvCDi0ekhJMag+7pkxacA7ZIb6MU+9 XUydgSRqmuC3W+RMh93JXBZFvor/m/LNfFkQ8DEY6eeY+GwhZrgULpU24irWwZEuaHuu a4PA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=fBHIlCURV7zGg0MmDbEdd5bqYcn9yxbGjXQyRKd3xxM=; b=arorykglOg2co0QNSwTtSqCLqq3Q3SHkszhnVExJfAsKu+nvU3BhBEB8fOfoMMf1yI QdsuirbqnCpO1VmV72ZgjpABc0ttolPhAJlVIOXmRGABe8nJtWW/AUWg1WcB4drR5Ow3 FTd4MMKb17EK4Gf/WvOiZRtEuMv4Lk9j5BJaCV5uU0MzGyfHwsqQStFUpmqNOLn2BQK6 TPyRT5YLtKS7oq7Q5PtGj8TNmJyaUjZn4aimx2spsOOIPu/mJS6fcjzr4aEZVDAhX22p S3zzqJg1HyiLHJ9Vmh92zi49xiJjjKwiDC/URu17wm5PaBPZSAl/shZQpTKLJdi5yTQQ N0YQ== X-Gm-Message-State: AJaThX6InEvrpl/jKTES04BveRVSFugDUPUC11f1MN7Kgu1hCsfadS2s LvLMnSSLo0auJXVthSJrw4tjnsOu8qQSojv7u6A= X-Google-Smtp-Source: ABhQp+TRPZak5Ff0DpkBAroDA3wnCY8XliykKl4tQ9xbYHlO97AmawzcQsPLumnfyFl4drSl9QkMdlZ1mCbL2gA8sVI= X-Received: by 10.36.213.213 with SMTP id a204mr2681300itg.51.1510130109253; Wed, 08 Nov 2017 00:35:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.8.66 with HTTP; Wed, 8 Nov 2017 00:35:08 -0800 (PST) In-Reply-To: <20171108061417.GA18803@slackbox.erewhon.home> References: <20171108061417.GA18803@slackbox.erewhon.home> From: blubee blubeeme Date: Wed, 8 Nov 2017 16:35:08 +0800 Message-ID: Subject: Re: ports depending on python modules To: blubee blubeeme , freebsd-python@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 08:35:10 -0000 oh my, no wonder things seem so insane when trying to do this. I thought it was something that I was doing but maybe it's just the infrastructure. Thanks for the heads up on this! Best, Owen On Wed, Nov 8, 2017 at 2:14 PM, Roland Smith wrote: > On Wed, Nov 08, 2017 at 01:54:36AM +0800, blubee blubeeme wrote: > > I am having some real tough time building this port that requires pytho= n > > modules. > > > > Is there anyone in here willing to help me debug this issue? > > > > Whenever I add: > > USE_GNOME py3gobject3 > > > > to my port it tries to build lib-mesa with python2 instead of python3 s= o > > the build fails. > > > > I need those py3gobject3 introspection bindings though. > > > > Anyone have some time to assist me with this? > > At this moment, the ports tree is not set up to handle Python 3 as the > default > Python. > > Work is being done in the ports tree to support different (Python) > =E2=80=9Cflavors=E2=80=9D (i.e. Python2 and Python 3) without separate py= 3-* ports. > See e.g. https://wiki.freebsd.org/Ports/FlavorsAndSubPackages > > Ports that don't behave with flavors are being fixed: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223071 > > I think you should wait until that work has been completed and released. > > Otherwise, you'd have do make duplicate Python 3 based ports of everythin= g > required for py3gobject3. > > > Roland > -- > R.F.Smith http://rsmith.home.xs4all.nl/ > [plain text email much appreciated] > From owner-freebsd-python@freebsd.org Wed Nov 8 12:36:14 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30AFCE52119 for ; Wed, 8 Nov 2017 12:36:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1AB5178C6F for ; Wed, 8 Nov 2017 12:36:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1A1C1E52116; Wed, 8 Nov 2017 12:36:14 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19CCAE52115 for ; Wed, 8 Nov 2017 12:36:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (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 0BFE878C6E for ; Wed, 8 Nov 2017 12:36:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id vA8CaD4Y069221 for ; Wed, 8 Nov 2017 12:36:13 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id vA8CaDZW069217; Wed, 8 Nov 2017 12:36:13 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201711081236.vA8CaDZW069217@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 8 Nov 2017 12:36:13 +0000 From: portscout@FreeBSD.org To: python@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 12:36:14 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/python@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/mercurial | 4.4 | 4.4.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-python@freebsd.org Sat Nov 11 08:15:52 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F54FE64496 for ; Sat, 11 Nov 2017 08:15:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1EA76787E6 for ; Sat, 11 Nov 2017 08:15:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 14E78E64493; Sat, 11 Nov 2017 08:15:52 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14673E64492 for ; Sat, 11 Nov 2017 08:15:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 EB09A787DA for ; Sat, 11 Nov 2017 08:15:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAB8Fp44015866 for ; Sat, 11 Nov 2017 08:15:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220752] [NEW PORT] multimedia/py-pretty-midi: Utility functions for handling MIDI data in a nice/intuitive way Date: Sat, 11 Nov 2017 08:15:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: dep_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 X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org 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: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2017 08:15:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220752 Bug 220752 depends on bug 220750, which changed state. Bug 220750 Summary: [NEW PORT] multimedia/py-mido: MIDI Objects for Python https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220750 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sat Nov 11 08:15:52 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 151BEE64494 for ; Sat, 11 Nov 2017 08:15:52 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E0D4C787D6 for ; Sat, 11 Nov 2017 08:15:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id DB7C9E6448E; Sat, 11 Nov 2017 08:15:51 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB155E6448D for ; Sat, 11 Nov 2017 08:15:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C776A787D0 for ; Sat, 11 Nov 2017 08:15:51 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAB8Fp42015866 for ; Sat, 11 Nov 2017 08:15:51 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220750] [NEW PORT] multimedia/py-mido: MIDI Objects for Python Date: Sat, 11 Nov 2017 08:15:51 +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: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yuri@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2017 08:15:52 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220750 Yuri Victorovich changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --=20 You are receiving this mail because: You are on the CC list for the bug.= From owner-freebsd-python@freebsd.org Sat Nov 11 08:16:10 2017 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 189C7E644EE for ; Sat, 11 Nov 2017 08:16:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id F4091788BD for ; Sat, 11 Nov 2017 08:16:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id F35BCE644EB; Sat, 11 Nov 2017 08:16:09 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F30F5E644EA for ; Sat, 11 Nov 2017 08:16:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 E1968788BC for ; Sat, 11 Nov 2017 08:16:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vAB8G9uP016327 for ; Sat, 11 Nov 2017 08:16:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 220750] [NEW PORT] multimedia/py-mido: MIDI Objects for Python Date: Sat, 11 Nov 2017 08:16:10 +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: feature X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: yuri@freebsd.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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.23 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2017 08:16:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220750 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: yuri Date: Sat Nov 11 08:15:43 UTC 2017 New revision: 453959 URL: https://svnweb.freebsd.org/changeset/ports/453959 Log: New port: multimedia/py-mido: MIDI Objects for Python PR: 220750 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12995 Changes: head/multimedia/Makefile head/multimedia/py-mido/ head/multimedia/py-mido/Makefile head/multimedia/py-mido/distinfo head/multimedia/py-mido/pkg-descr --=20 You are receiving this mail because: You are on the CC list for the bug.=