Re: [Distutils] URL Structure of Packages URLs

2013-10-08 Thread Brian Sutherland
a few more Debian packages with watch files not maintained by the Python Modules Team. -- Brian Sutherland ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

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

2013-06-20 Thread Brian Sutherland
> Jim > > -- > Jim Fulton > http://www.linkedin.com/in/jimfulton > _______ > Distutils-SIG maillist - Distutils-SIG@python.org > 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
ttp://qa.debian.org/popcon.php?package=twisted Of course, the these are probably still "Highly inaccurate", just in a different way;) -- Brian Sutherland ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

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

2012-07-06 Thread Brian Sutherland
an.org/source/sid/zope.component 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

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 correc

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 > &g

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 > wrote: > > > > Please don't, this has been reported various times already. > > > > Removing the zope/__init__.py causes breakage in other places

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

2010-12-10 Thread Brian Sutherland
n'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 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] Low Level API for translating distutils/setuptools metatdata to Debian metadata

2009-07-24 Thread Brian Sutherland
5:52:33PM +0200, 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 ve

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

2009-07-22 Thread Brian Sutherland
ne: result = _APT_FILE_GENERATED_PY_TO_BIN.get(setuptools_project) if result is None: result = 'python-%s' % setuptools_project.lower()) return result The _APT_FILE_GENERATED_PY_TO_BIN could be re-generated periodically. I'm hoping that'll be enough given that: * packages don't change names that frequently * there should be few that don't fit the heuristic (*cough* policy *cough*) > Regards, > > Zooko -- Brian Sutherland ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

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 execu

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 Debi

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

2009-06-04 Thread Brian Sutherland
2009/6/4 David Cournapeau : > 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 n

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

2009-06-04 Thread Brian Sutherland
2009/6/4 Tarek Ziadé : > On Thu, Jun 4, 2009 at 3:41 PM, Brian Sutherland > 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

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

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

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

2009-06-04 Thread Brian Sutherland
2009/6/4 Tarek Ziadé : > 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 break >> t

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

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

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

2009-06-04 Thread Brian Sutherland
e. >- up-to-date prototype code for pkgutil : > http://bitbucket.org/tarek/pep376/src/tip/pkgutil.py > > - PEP 345 | status : waiting for PEP 386 validation > > > Regards > Tarek > > -- > Tarek Ziadé | http://ziade.org > _____

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 > wrote: > > Brian Sutherland wrote: > >> I've just published a very small library that does three things so far: > >> > >> * Provide

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

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

2009-05-29 Thread Brian Sutherland
veryone is re-implementing this code all the time. The code is here: http://pypi.python.org/pypi/van.pydeb/ And an example of direct use in a packaging situation with complex dependencies is here: http://svn.debian.org/viewsvn/pkg-zope/zope.component/trunk/debian/rules?view=mark

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

2009-05-18 Thread Brian Sutherland
nks to pypi) from a Debian repository. I.e something that looks like this: http://ftp.us.debian.org/debian/ 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 >

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

2009-05-15 Thread Brian Sutherland
tart working on one 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
that more automatic, especially so that buildout can have a chance? >From my experience 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

Re: [Distutils] [Python-Dev] How we can get rid of eggs for 2.6 and beyond

2008-03-23 Thread Brian Sutherland
incomplete, and they have to redo all of it, > anyway. I've found it extremely useful to have access to dependency information when making Debian packages automagically out of setuptools tarballs. It's not easy or robust to access/use it, but for my simple pure pyt