From owner-freebsd-python@freebsd.org Wed Oct 14 06:31:03 2015 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 6A1EBA132F1 for ; Wed, 14 Oct 2015 06:31:03 +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 4E6331A45 for ; Wed, 14 Oct 2015 06:31:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4BA4FA132F0; Wed, 14 Oct 2015 06:31:03 +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 4B3D9A132EE for ; Wed, 14 Oct 2015 06:31:03 +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 1DB9D1A42 for ; Wed, 14 Oct 2015 06:31:03 +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 t9E6V2ZK060858 for ; Wed, 14 Oct 2015 06:31:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 203759] [NEW PORT] devel/llfuse: Python bindings for the low-level FUSE API Date: Wed, 14 Oct 2015 06:31:02 +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, feature, 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: keywords cc flagtypes.name 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.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 06:31:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203759 Kubilay Kocak changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easy, feature, needs-qa, | |patch CC| |niklaas@kulturflatrate.net, | |python@FreeBSD.org Flags| |maintainer-feedback?(niklaa | |s@kulturflatrate.net) Summary|New port: devel/llfuse. Set |[NEW PORT] devel/llfuse: |of Python bindings for the |Python bindings for the |low level FUSE API |low-level FUSE API --- Comment #1 from Kubilay Kocak --- Hi Niklass, thanks for your submission. On initial review: * Use CHEESESHOP for MASTER_SITES (it handles fetching things from PyPI for you * Python packages can/should have 'python' added as a secondary CATEGORIES * Use the exact upstream setup.py description= field for COMMENT where its suitable. In this case "Python bindings for the low-level FUSE API" * Add LICENSE_FILE=/path/to/license if one exists in the WRKSRC (extracted tarball) Please also provide QA results as attachments to this issue: * portlint -AC output * poudriere testport (or bulk -t) output If the above identify any issues, please address them (where appropriate and not a false positive), and update your patch (shar) Tip: Set DEVELOPER=yes in /etc/make.conf if you haven't already -- You are receiving this mail because: You are on the CC list for the bug.