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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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')
>> ... <
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
> _____
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
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
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
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
>
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
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
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
25 matches
Mail list logo