Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #87339 > unrolled thread
| Started by | Josh English <Joshua.R.English@gmail.com> |
|---|---|
| First post | 2015-03-12 15:26 -0700 |
| Last post | 2015-03-13 12:53 -0700 |
| Articles | 4 on this page of 24 — 10 participants |
Back to article view | Back to comp.lang.python
Google Code Shutting Down Josh English <Joshua.R.English@gmail.com> - 2015-03-12 15:26 -0700
Re: Google Code Shutting Down Mario Figueiredo <marfig@gmail.com> - 2015-03-13 00:12 +0100
Code hosting providers (was: Google Code Shutting Down) Ben Finney <ben+python@benfinney.id.au> - 2015-03-13 12:37 +1100
Re: Code hosting providers (was: Google Code Shutting Down) Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-13 14:17 +1100
Re: Code hosting providers Michael Torrie <torriem@gmail.com> - 2015-03-12 21:28 -0600
Re: Code hosting providers Ben Finney <ben+python@benfinney.id.au> - 2015-03-13 15:22 +1100
Re: Code hosting providers Ben Finney <ben+python@benfinney.id.au> - 2015-03-13 15:27 +1100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-12 22:17 -0700
Re: Code hosting providers Chris Angelico <rosuav@gmail.com> - 2015-03-13 19:33 +1100
Re: Code hosting providers Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-13 19:59 +1100
Re: Code hosting providers Chris Angelico <rosuav@gmail.com> - 2015-03-13 22:46 +1100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 14:13 -0700
Re: Code hosting providers Gene Heskett <gheskett@wdtv.com> - 2015-03-13 19:38 -0400
Re: Code hosting providers Mario Figueiredo <marfig@gmail.com> - 2015-03-14 01:48 +0100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 19:30 -0700
Re: Code hosting providers Gene Heskett <gheskett@wdtv.com> - 2015-03-13 23:13 -0400
Re: Code hosting providers Mario Figueiredo <marfig@gmail.com> - 2015-03-14 04:41 +0100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 20:45 -0700
Re: Code hosting providers Rustom Mody <rustompmody@gmail.com> - 2015-03-13 22:03 -0700
Re: Code hosting providers (was: Google Code Shutting Down) Mario Figueiredo <marfig@gmail.com> - 2015-03-13 11:02 +0100
Re: Code hosting providers Paul Rubin <no.email@nospam.invalid> - 2015-03-13 14:35 -0700
Re: Google Code Shutting Down Ian Kelly <ian.g.kelly@gmail.com> - 2015-03-12 22:33 -0600
Re: Google Code Shutting Down Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-03-13 19:47 +1100
Re: Google Code Shutting Down Josh English <Joshua.R.English@gmail.com> - 2015-03-13 12:53 -0700
Page 2 of 2 — ← Prev page 1 [2]
| From | Paul Rubin <no.email@nospam.invalid> |
|---|---|
| Date | 2015-03-13 14:35 -0700 |
| Subject | Re: Code hosting providers |
| Message-ID | <87egosfun3.fsf@jester.gateway.sonic.net> |
| In reply to | #87344 |
Ben Finney <ben+python@benfinney.id.au> writes: > Also worth watching is Kallithea, a new federated code hosting service ... > Good hunting in finding a free-software code hosting provider for your > projects! Should also put in a mention for Savannah (savannah.gnu.org for GNU projects and savannah.nongnu.org for non-GNU free software) as the provider most philosophically committed to free software. In technical terms I think it's a fork of an early version of Sourceforge, so it's a bit old fashioned, but some good projects are there, and I'll probably use it if the need arises. It runs several VCS's including Arch, Bazaar, CVS, Git, Mercurial, and SVN. Also, if you like the avant-garde, hub.darcs.net might be of interest. I had an account on patch-tag.com (darcs host) for a while, but it apparently shut down last year.
[toc] | [prev] | [next] | [standalone]
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2015-03-12 22:33 -0600 |
| Message-ID | <mailman.311.1426221276.21433.python-list@python.org> |
| In reply to | #87339 |
On Thu, Mar 12, 2015 at 4:26 PM, Josh English <Joshua.R.English@gmail.com> wrote: > I've been hosting Python projects on Google Code, and they're shutting down. > > Damn. > > What is the recommended replacement for Code Hosting that works reliably with PyPi and pip? Google has been migrating most of its own open source projects to GitHub.
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2015-03-13 19:47 +1100 |
| Message-ID | <5502a420$0$12997$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #87353 |
Ian Kelly wrote: > On Thu, Mar 12, 2015 at 4:26 PM, Josh English > <Joshua.R.English@gmail.com> wrote: >> I've been hosting Python projects on Google Code, and they're shutting >> down. >> >> Damn. >> >> What is the recommended replacement for Code Hosting that works reliably >> with PyPi and pip? > > Google has been migrating most of its own open source projects to GitHub. All that tells me is that Google is planning on buying GitHub, at which point they will continue the process of GitHub lock-in. http://nedbatchelder.com/blog/201405/github_monoculture.html -- Steven
[toc] | [prev] | [next] | [standalone]
| From | Josh English <Joshua.R.English@gmail.com> |
|---|---|
| Date | 2015-03-13 12:53 -0700 |
| Message-ID | <180506df-0076-439d-90cb-5d3a1f6b577d@googlegroups.com> |
| In reply to | #87339 |
Thanks for the discussion. I found my original concern was supposedly about sourceforge. PyPi, according to a post over on pypubsub-dev that pip installs had anecdotal problems with sourcforge-hosted projects. I guess I wanted some more anecdotes and opinions before I tried moving anything. I barely understand the SVN I'm using now, so trying to learn a new VCS is a tad daunting for this hobbyist.
[toc] | [prev] | [standalone]
Page 2 of 2 — ← Prev page 1 [2]
Back to top | Article view | comp.lang.python
csiph-web