Re: [Distutils] URL Structure of Packages URLs

2013-10-08 Thread Brian Sutherland
;) http://qa.debian.org/developer.php?login=python-modules-t...@lists.alioth.debian.org lists over 500 packages, almost all of which have watch files (last 2 columns). There are probably quite a few more Debian packages with watch files not maintained by the Python Modules Team. -- Brian

Re: [Distutils] Buildout 2.2.0b1 is available fort testing

2013-06-20 Thread Brian Sutherland
http://mail.python.org/mailman/listinfo/distutils-sig -- Brian Sutherland ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] PyPI Download Counts

2013-05-30 Thread Brian Sutherland
://popcon.debian.org) statistics for python libraries. e.g. babel and twisted: http://qa.debian.org/popcon.php?package=python-babel http://qa.debian.org/popcon.php?package=twisted Of course, the these are probably still Highly inaccurate, just in a different way;) -- Brian Sutherland

Re: [Distutils] Adding Provides-Extra as an edit to PEP 345

2012-07-06 Thread Brian Sutherland
The zope.component [zcml] extra is translated to metapackage (python-zope.component-zcml) that depends on python-zope.component and python-zope.configuration. -- Brian Sutherland ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org

Re: [Distutils] zc.buildout fails to use system-installed dep?

2010-12-10 Thread Brian Sutherland
causes breakage in other places, as I detail in my response to your bug. I would guess that the real bug is at a deeper level. -- Brian Sutherland ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] zc.buildout fails to use system-installed dep?

2010-12-10 Thread Brian Sutherland
On Fri, Dec 10, 2010 at 10:34:57AM +0100, Alan Franzoni wrote: On Fri, Dec 10, 2010 at 9:36 AM, Brian Sutherland br...@vanguardistas.net wrote: Please don't, this has been reported various times already. Removing the zope/__init__.py causes breakage in other places, as I detail in my

Re: [Distutils] zc.buildout fails to use system-installed dep?

2010-12-10 Thread Brian Sutherland
On Fri, Dec 10, 2010 at 07:17:16AM -0500, Barry Warsaw wrote: On Dec 10, 2010, at 09:36 AM, Brian Sutherland wrote: Please don't, this has been reported various times already. Removing the zope/__init__.py causes breakage in other places, as I detail in my response to your bug. I would

Re: [Distutils] zc.buildout fails to use system-installed dep?

2010-12-10 Thread Brian Sutherland
On Fri, Dec 10, 2010 at 08:19:32AM -0500, Barry Warsaw wrote: On Dec 10, 2010, at 01:42 PM, Brian Sutherland wrote: On Fri, Dec 10, 2010 at 07:17:16AM -0500, Barry Warsaw wrote: The way zope.interface owns the zope namespace is not correct. Ideally, there would be a separate binary

Re: [Distutils] Low Level API for translating distutils/setuptools metatdata to Debian metadata

2009-07-24 Thread Brian Sutherland
, Brian Sutherland wrote: On Wed, Jul 22, 2009 at 08:41:38AM -0600, Zooko Wilcox-O'Hearn wrote: * Provides a mapping between python project names and Debian binary/source package names * Converts setuptools versions to Debian versions while maintaining sort order

Re: [Distutils] Utility to mirror an egg index from a Debian distribution

2009-06-16 Thread Brian Sutherland
On Mon, Jun 15, 2009 at 11:08:22AM -0400, P.J. Eby wrote: At 01:10 PM 6/15/2009 +0200, Brian Sutherland wrote: Thanks, I've just released a prototype: http://pypi.python.org/pypi/van.reposync However, as I did not want to actually execute code contained in the tarball, I did something

Re: [Distutils] Utility to mirror an egg index from a Debian distribution

2009-06-15 Thread Brian Sutherland
On Fri, May 15, 2009 at 12:25:31PM -0400, P.J. Eby wrote: At 01:00 PM 5/15/2009 +0200, Brian Sutherland wrote: Hi, It may seem like a backwards way of doing things, but I have a need for a utility that can maintain a python package index mirror of a Debian repository. The basic idea

Re: [Distutils] Low Level API for translating distutils/setuptools metatdata to?Debian metadata

2009-06-04 Thread Brian Sutherland
On Sat, May 30, 2009 at 07:27:06PM -0400, David Lyon wrote: On Fri, 29 May 2009 08:35:16 -0700, Andrew Straw straw...@astraw.com wrote: Brian Sutherland wrote: I've just published a very small library that does three things so far: * Provides a mapping between python project names

Re: [Distutils] PEP 345, PEP 376, PEP 386

2009-06-04 Thread Brian Sutherland
Regards Tarek -- Tarek Ziadé | http://ziade.org ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig -- Brian Sutherland ___ Distutils-SIG

Re: [Distutils] PEP 345, PEP 376, PEP 386

2009-06-04 Thread Brian Sutherland
2009/6/4 Tarek Ziadé ziade.ta...@gmail.com: Oups messed up sorry - resending my answer On Thu, Jun 4, 2009 at 11:52 AM, Brian Sutherland br...@vanguardistas.net wrote:   - http://svn.python.org/projects/peps/trunk/pep-0386.txt    ...   V('1.0.dev456')    ...   V('1.0')    ...   V('1.0

Re: [Distutils] PEP 345, PEP 376, PEP 386

2009-06-04 Thread Brian Sutherland
2009/6/4 Tarek Ziadé ziade.ta...@gmail.com: Paul I'd say that it's distutils' responsibility not to offer to uninstall anything it didn't install. Brian Yep. Though I think that nowdays dpkg installs to a different directory than Distutils' default. So users have to specify extra options to

Re: [Distutils] PEP 345, PEP 376, PEP 386

2009-06-04 Thread Brian Sutherland
2009/6/4 Tarek Ziadé ziade.ta...@gmail.com: On Thu, Jun 4, 2009 at 3:23 PM, Brian Sutherland br...@vanguardistas.net wrote: So, with setuptools I was running this while building a package:    python2.X setup,py install --single-version-externally-managed --root=debian/$(package) --install

Re: [Distutils] PEP 345, PEP 376, PEP 386

2009-06-04 Thread Brian Sutherland
2009/6/4 Tarek Ziadé ziade.ta...@gmail.com: On Thu, Jun 4, 2009 at 3:41 PM, Brian Sutherland br...@vanguardistas.net wrote: And easy_install would have its own marker maybe, if the way it installs stuff slighlty differs ok, seems reasonable:) I'll work on that. I guess it's time to code

Re: [Distutils] PEP 345, PEP 376, PEP 386

2009-06-04 Thread Brian Sutherland
2009/6/4 David Cournapeau da...@ar.media.kyoto-u.ac.jp: Brian Sutherland wrote: Yep. Though I think that nowdays dpkg installs to a different directory than Distutils' default. So users have to specify extra options to break their systems. That's unfortunately not true: by default (wo any

Re: [Distutils] Low Level API for translating distutils/setuptools metatdata to Debian metadata

2009-05-29 Thread Brian Sutherland
On Fri, May 29, 2009 at 08:35:16AM -0700, Andrew Straw wrote: Brian Sutherland wrote: Hi, I've just published a very small library that does three things so far: * Provides a mapping between python project names and Debian binary/source package names * Converts

Re: [Distutils] Utility to mirror an egg index from a Debian distribution

2009-05-18 Thread Brian Sutherland
/ Also, while I will probably be downloading most of the tarballs, I definitely won't be installing anything. On Fri, 15 May 2009 13:00:41 +0200, Brian Sutherland br...@vanguardistas.net wrote: Hi, It may seem like a backwards way of doing things, but I have a need for a utility

[Distutils] Utility to mirror an egg index from a Debian distribution

2009-05-15 Thread Brian Sutherland
on svn.zope.org Real Soon Now (TM). Comments, suggestions much appreciated! -- Brian Sutherland ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] Adding a sub-command to the setup.py build and develop commands

2009-03-12 Thread Brian Sutherland
with Debian, there's a Build Dependencies field in the control file where one can specify such things. I'm kindof hoping there's a setuptools equivalent? I've searched for a while and most solutions involve monkey patching or too much code in the setup.py. -- Brian Sutherland