Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73800
| Date | 2014-07-01 20:59 +0300 |
|---|---|
| From | Paul Sokolovsky <pmiscml@gmail.com> |
| Subject | Re: What's the "right" way to abandon an open source package? |
| References | <CANc-5UwWVRyQeN15pWSJbeGimPPF7YmBdp6mP-3c5GW7FyK8dQ@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11380.1404237600.18130.python-list@python.org> (permalink) |
Hello, On Tue, 1 Jul 2014 12:30:44 -0500 Skip Montanaro <skip@python.org> wrote: > This is only Python-related because the package in question (lockfile > at PyPI) is written in Python and hosted (at least in part) on PyPI. I > have not had any interest in maintaining this package for a few years. > I wrote it mostly as an exercise, and while I do happen to use it > ever-so-slightly in my work, its state as of a few years ago is > perfect for my modest needs. Working on it no longer scratches any > itches for me. I'd much rather be out riding my bike. I'm at the point > in my professional career that I no longer want to program at home > after spending all day programming at work. I've tried to find people > to take it over, but so far unsuccessfully. I continue to get bug > reports, some from OS package maintainers or maintainers of > applications which use lockfile. Lots of these people seem demanding > of my time (which makes me even less interested in lockfile > maintenance). Is there a "correct" way to abandon the damn thing? Put it on github and reply to any request with "patches welcome!". That's assuming it's ok for you once a month to go thru pull request queue and press "Merge" or "Close" buttons. If that's too hard, then well, don't press those buttons - someone else will pick those pulls into one's own fork and will maintain it. > > Thx, > > Skip > -- > https://mail.python.org/mailman/listinfo/python-list -- Best regards, Paul mailto:pmiscml@gmail.com
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: What's the "right" way to abandon an open source package? Paul Sokolovsky <pmiscml@gmail.com> - 2014-07-01 20:59 +0300
Re: What's the "right" way to abandon an open source package? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-01 18:40 +0000
Re: What's the "right" way to abandon an open source package? Skip Montanaro <skip@pobox.com> - 2014-07-01 13:51 -0500
Re: What's the "right" way to abandon an open source package? Paul Sokolovsky <pmiscml@gmail.com> - 2014-07-01 22:05 +0300
Re: What's the "right" way to abandon an open source package? Ian Kelly <ian.g.kelly@gmail.com> - 2014-07-01 16:34 -0600
Discussion problems of monoculture (was: What's the "right" way to abandon an open source package?) Ben Finney <ben@benfinney.id.au> - 2014-07-02 09:34 +1000
csiph-web