From owner-freebsd-python@freebsd.org Sat Mar 3 02:02:59 2018 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11884F37297 for ; Sat, 3 Mar 2018 02:02:59 +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 9DDF3865B2 for ; Sat, 3 Mar 2018 02:02:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5CFADF37296; Sat, 3 Mar 2018 02:02:58 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DA7CF37295 for ; Sat, 3 Mar 2018 02:02:58 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7FF3865B0 for ; Sat, 3 Mar 2018 02:02:57 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id C21BB1D73D for ; Sat, 3 Mar 2018 02:02:56 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w2322uZD098242 for ; Sat, 3 Mar 2018 02:02:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w2322uDM098241 for python@FreeBSD.org; Sat, 3 Mar 2018 02:02:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 226290] [NEW PORT] devel/py-python-gitlab: Python package providing access to the GitLab server API Date: Sat, 03 Mar 2018 02:02:56 +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, needs-patch, needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: dereks@lifeofadishwasher.com 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: 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.25 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 02:02:59 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226290 --- Comment #4 from dereks@lifeofadishwasher.com --- (In reply to Kubilay Kocak from comment #2) - Locally I've switched CHEESESHOP from GitHub. - setup.py:description/short_description does this include pkg-descr? - TEST_DEPENDS will be a little harder since most of test requirements are = not in the ports tree. They seem straight forward python ports though. I'll w= ork on those this weekend. - I believe I have this building properly with poudriere now such that only= 2.7 is symlinked and all other flavors don't produce conflicting file names: $ ls -l /usr/local/bin/gitlab* lrwxr-xr-x 1 root wheel 10 Mar 2 19:33 /usr/local/bin/gitlab@ -> gitlab-2.7 -rwxr-xr-x 1 root wheel 406 Mar 2 19:33 /usr/local/bin/gitlab-2.7* -rwxr-xr-x 1 root wheel 406 Mar 2 19:43 /usr/local/bin/gitlab-3.6* $ pkg info -x python-gitlab py27-python-gitlab-1.3.0 py36-python-gitlab-1.3.0 $ gitlab project list ... $ gitlab-2.7 project list ... $ gitlab-3.6 project list ... All produce the expected output. However, what I haven't figured out is how to get this to build with poudri= ere and the other two versions of python (3.4 and 3.5) without DEFAULT_VERSIONS= .=20 Using DEFAULT_VERSION will result in a package that symlinks scripts which isn't what I want when testing. - Based off Python/PortsPolicy should the small post-patch: on gitlab/confi= g.py be upstreamed such that upstream should use a different location based off = base install location? --=20 You are receiving this mail because: You are on the CC list for the bug.=