Date: Sat, 03 Mar 2018 02:02:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 226290] [NEW PORT] devel/py-python-gitlab: Python package providing access to the GitLab server API Message-ID: <bug-226290-13-NdPn5uEyHt@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-226290-13@https.bugs.freebsd.org/bugzilla/> References: <bug-226290-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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 the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226290-13-NdPn5uEyHt>