On Feb 1, 2020, at 16:01, David Gilman wrote:
> So doing
> a sed on the poetry package metadata to allow it to use v21 of keyring
> is also a choice here and it might even work but has its own awful
> tradeoffs.
Such as? (I'm not terribly familiar with python)
On 2020-2-2 07:10 , Christopher Jones wrote:
> HI,
>
> If there is really no way to get everything via a tarball, one way is to
> configure the port to fetch directly from git clone and not a tar ball,
> and then in a post-fetch block run the git submodule init. See eg.
>
> https://github.com/mac
> I assume you wouldn't even be asking this if v21 was compatible, but
> then again, I would expect from developers that while they might be
> using v20 by default in their workflow, they should at least attempt
> to remain compatible with the latest release of their dependencies (or
> they might j
Dear David,
On Sat, 1 Feb 2020 at 22:15, David Gilman wrote:
>
> I've been taking a stab at packaging poetry, a package manager for
> Python. It has a dependency on the py-keyring port which is
> maintained by reneeotten.
>
> The recent release of keyring v21 dropped support for Python before
> v
I've been taking a stab at packaging poetry, a package manager for
Python. It has a dependency on the py-keyring port which is
maintained by reneeotten.
The recent release of keyring v21 dropped support for Python before
version 3.6. Renee came up with a clever trick in the portfile: if
the py35
HI,
If there is really no way to get everything via a tarball, one way is to
configure the port to fetch directly from git clone and not a tar ball, and
then in a post-fetch block run the git submodule init. See eg.
https://github.com/macports/macports-ports/blob/master/devel/ccls/Portfile
Hello,
I have a Portfile that fetches sources from gitlab.
https://github.com/macports/macports-ports/blob/master/graphics/grafx2/Portfile
I used to get the .tar.bz2 archive from gitlab and that was ok, but now
there is a git submodule which of course is not included in the .tar.bz2
archive.
What
With Tanviās permission, I am responding to her email on the MacPorts mailing
list so that others can join the conversation.
Welcome.
There are several ways to start to contribute to the MacPorts project.
It might help if you talked a little about your background.
Have you read the the MacPorts