Re: [Python-Dev] packaging location ?
On 9/14/12 5:12 PM, Vinay Sajip wrote: Nick Coghlan gmail.com> writes: I like "distcore" or "distlib", though. I have set up a BitBucket repo called distlib, at https://bitbucket.org/vinay.sajip/distlib/ This has the following bits of distutils2 / packaging, updated to run on 2.x and 3.x with a single codebase, and including tests (though not docs, yet): version.py - version specifiers as per PEP 386 metadata.py - metadata as per PEPs 345, 314 and 241 markers.py - environment markers as per PEP 345 database.py - installed distributions as per PEP 376 depgraph.py - distribution dependency graph logic glob.py - globbing functionality The code was taken at around the time packaging was removed, and may not have more recent changes. Regards, oh, cool ! maybe we could copy it at hg.python.org ? Vinay Sajip ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/ziade.tarek%40gmail.com ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] packaging location ?
Tarek Ziadé ziade.org> writes: > > Regards, > oh, cool ! > > maybe we could copy it at hg.python.org ? > Sure, but I don't know if I can do it. IIUC it needs someone with an account on the server to create new repositories. Regards, Vinay Sajip ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] packaging location ?
On Sat, Sep 15, 2012 at 11:43 PM, Vinay Sajip wrote: > Sure, but I don't know if I can do it. IIUC it needs someone with an account > on > the server to create new repositories. Depends how much you care about a pristine history - you can do a server side clone of an existing repo and then empty it out. And if you use http://hg.python.org/buildbot/empty/ as the starting point, there isn't even anything to empty out. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] packaging location ?
> Depends how much you care about a pristine history - you can do a > server side clone of an existing repo and then empty it out. And if > you use http://hg.python.org/buildbot/empty/ as the starting point, > there isn't even anything to empty out. Actually there are some files in there - a Makefile, configure script and some .bat files. I tried cloning it but I'm not allowed to create a repo at the top level - it says Please use a secondary level path such as "sandbox/distlib" Seems a shame not to make it a top-level repo. Regards, Vinay Sajip ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] packaging location ?
On Sat, 15 Sep 2012 16:27:28 +0100 (BST) Vinay Sajip wrote: > > Depends how much you care about a pristine history - you can do a > > > server side clone of an existing repo and then empty it out. And if > > you use http://hg.python.org/buildbot/empty/ as the starting point, > > there isn't even anything to empty out. > > Actually there are some files in there - a Makefile, configure script and > some .bat files. > > I tried cloning it but I'm not allowed to create a repo at the top level - it > says > > Please use a secondary level path such as "sandbox/distlib" > > Seems a shame not to make it a top-level repo. Well, if you really need it, it can certainly be created. On the other hand, if you are not using hg.python.org features such as commits e-mails or buildbots, it's also fine living on bitbucket until the project matures a bit. Regards Antoine. -- Software development and contracting: http://pro.pitrou.net ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] packaging location ?
Antoine Pitrou pitrou.net> writes: > On the other hand, if you are not using hg.python.org features such as > commits e-mails or buildbots, it's also fine living on bitbucket until > the project matures a bit. > I'm fine with that. Regards, Vinay Sajip ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] [Python-checkins] Daily reference leaks (1704deb7e6d7): sum=2
On 09/16/2012 06:04 AM, [email protected] wrote: > results for 1704deb7e6d7 on branch "default" > > > test_dbm leaked [0, 2, 0] references, sum=2 > I've noticed that test_dbm fairly often leaks here although I've never reproduced it. Does anyone know with which dbm lib this is (gdbm, ndbm, gdbm_compat, bdb)? Regards -- Ross Lagerwall signature.asc Description: OpenPGP digital signature ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
