From owner-freebsd-ports-bugs@freebsd.org Fri Jul 29 16:35:28 2016 Return-Path: Delivered-To: freebsd-ports-bugs@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 B2085BA7839 for ; Fri, 29 Jul 2016 16:35:28 +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 9791B1A76 for ; Fri, 29 Jul 2016 16:35:28 +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 u6TGZSFP012284 for ; Fri, 29 Jul 2016 16:35:28 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211435] [NEW PORT] net/py-flask-xml-rpc: Adds support for creating XML-RPC APIs to Flask Date: Fri, 29 Jul 2016 16:35:28 +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: john@saltant.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2016 16:35:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211435 --- Comment #5 from John W. O'Brien --- (In reply to Ruslan Makhmatkhanov from comment #4) Hi @rm, Re: format of new ports -- from [1]: "A diff created from a Subversion chec= kout of the ports tree is also acceptable. Add all the files with svn add. cd to= the base of the ports tree so full paths to the changed files are included in t= he diff, then generate the diff with svn diff. For example, svn diff games/one= ko > oneko.diff." Re: shebang fix -- this port installs no scripts, so shebangfix is unnecess= ary. Re: USES -- consistency with precedent suggests that USES=3Dpython is the b= est choice. $ find . -depth 3 -name Makefile -path "./*/*flask*/*" | xargs grep USES ./www/py-flask-restplus08/Makefile:USES=3D python ./www/py-flask-bootstrap/Makefile:USES=3D python ./www/py-flask-sockets/Makefile:USES=3D python ./www/py-flask-login/Makefile:USES=3D python ./www/py-frozen-flask/Makefile:USES=3D python ./www/py-flask-oauthlib/Makefile:USES=3D python ./www/py-flask-admin/Makefile:USES=3D python ./www/py-flask-restful/Makefile:USES=3D python ./www/py-flask-cors/Makefile:USES=3D python ./www/py-flask-wtf/Makefile:USES=3D python ./www/py-flask-restplus/Makefile:USES=3D python ./www/py-flask-compress/Makefile:USES=3D python ./www/py-flask/Makefile:USES=3D python ./www/py-flask-uploads/Makefile:USES=3D python ./www/py-flask-flatpages/Makefile:USES=3D python ./www/py-flask-cache/Makefile:USES=3D python ./databases/py-flask-sqlalchemy/Makefile:USES=3D python ./devel/py-flask-babel/Makefile:USES=3D python ./net/py-flask-xml-rpc/Makefile:USES=3D python ./security/py-flask-kerberos/Makefile:USES=3D python ./security/py-flask-httpauth/Makefile:USES=3D python Furthermore, my system does not register a dependency on the lang/python metaport for this port as submitted. $ pkg info -d -F /srv/poudriere/data/packages/103amd64-default-python27/All/py27-Flask-XML-R= PC-0.1.2.txz py27-Flask-XML-RPC-0.1.2: py27-Flask-0.11.1 python27-2.7.12 py27-setuptools27-23.1.0 $ pkg info -d -F /srv/poudriere/data/packages/103amd64-default-python34/All/py34-Flask-XML-R= PC-0.1.2.txz py34-Flask-XML-RPC-0.1.2: py34-Flask-0.11.1 python34-3.4.5 py34-setuptools34-23.1.0 --=20 You are receiving this mail because: You are the assignee for the bug.=