15 comments

[ 4.3 ms ] story [ 26.3 ms ] thread
The source of the fork is this: https://bitbucket.org/vinay.sajip/python-gnupg/ I don't get why the fork was done as this repo seems active.
Knowing the general open source community, the fork was made because the original is not on GitHub. Unfortunate.

The biggest selling points are "security patches, extensive documentation, and extra features". Shame these weren't just contributed upstream.

(comment deleted)
I really dislike the monopoly that Github has in many parts of the industry, it substracts from the value of git and the like. Also so many package managers etc. are tied to Github, which is a shame because there's no guarantees that it'll continue to exist or not ever be sold to an indecent investor.
It is really unfortunate that a library is licensed under the GPL. It means any released software that uses this also has be GPL, which restricts the freedom of the downstream developer from making their own software be licensed under their preferred license. This library calls out to the gpg binary, so there is no reason it has to be GPL.
Yes, that is the whole point...
For a library LGPL would be a better choice than GPL.
Evidently not, as the author of the library chose GPL.
Any time someone makes a choice, that is automatically the correct choice.

It never happens that someone makes a choice, like what license to use, because they are only familiar with a subset of all choices, or because they have been misinformed or have misunderstood something.

Right?

Right, it is better to speculate without evidence that the author made a mistake rather than rest on the default position that what they did is what they knowingly intended.
The FSF recommends the GPL for libraries now.
Exactly. The GPL protects freedom exceptionally well as you have noticed.
License choice is about the goals of the author. It can be complex, but as a simplification:

* Goal: Maximise software using my component: one of the BSD's. Rationale: anyone can build on it or fork it.

* Goal: Maximise contribution to the component OR total amount of Free Software: Choose one of the GPLs. Rationale: everyone has to share the same responsibilities to go with the rights.

As someone else pointed out - LGPL for libraries is a middle choice.

Ultimately, only the creator chooses the goal.

Standard approach to fix bugs in libraries: 1. fork it 2. fix it 3. post to HN 4. profit. Seriously, I hope this was reported to the original author beforehand.