Request to join PMPT and add python-lzma
Hello, I'd like to join the DPMT. My alioth username is mrbeige-guest. This is in response to #556451, an ITP I just filed for python-lzma (https://launchpad.net/pyliblzma). Thanks to the help of Kumar Appaiah, Clint Adams, and others in #debian-nyc, I have a package ready here: http://rkd.zgib.net/debian/ They've gone over it fairly thoroughly, but please let me know any other comments on the package. I'd like to add this to group maintenance, with maintainer set to DPMT (but I will still take responsibility for keeping it up to date). I know, at the least, that the copyright file needs the special form added. Thank you, - Richard -- | Richard Darst - rkd@ - boltzmann: up 118 days, 11:22 |http://rkd.zgib.net - pgp 0xBD356740 | "Ye shall know the truth and -- the truth shall make you free" signature.asc Description: Digital signature
Request for review/sponsorship of python-lzma
Hello, I worked with kmap last night to get my package of python-lzma (in DPMT svn) in shape. We think it's good, and he suggested I email here for further review and possibly sponsorship (to experimental since it depends on 2.6). If there's anything else I can/should do, please let me know. Thank you, - Richard -- | Richard Darst - rkd@ - boltzmann: up 123 days, 10:18 |http://rkd.zgib.net - pgp 0xBD356740 | "Ye shall know the truth and -- the truth shall make you free" -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Request for review/sponsorship of python-lzma
On Sat, Nov 21, 2009 at 10:02:23AM -0600, Kumar Appaiah wrote: > Dear Richard, > > On Sat, Nov 21, 2009 at 08:26:00AM -0500, Richard Darst wrote: > > I worked with kmap last night to get my package of python-lzma (in > > DPMT svn) in shape. We think it's good, and he suggested I email here > > for further review and possibly sponsorship (to experimental since it > > depends on 2.6). Thanks for the review. I've fixed these things in the svn. Some of them were caused by me not understanding the debhelper system just yet. > debian/copyright: > * Licensed under LGPLv3+ > * Please add license headers too. Is license headers the DEP5 things? I have them at the bottom of debian/copyright, but I didn't see anything that said if or how they have to be separated... > debian/rules: > * debhelper >= 7.3.5 has automatic support for building extensions for > every supported Python version, so overriding dh_auto_* should be > omitted. I removed the overrides. However, I left in the dh_auto_test override, since the python_distutils debhelper system doesn't seem to support it. > In addition, I observed that the package, when built, is currently > uninstallable, even with the Python from experimental. The reason is > that ${python:Depends} expands to python (>= 2.6), which is currently > unsatisfiable, as the version of the "python" package in experimental > is 2.5.4-3: Hm. When it build for me, it expanded to "python (>= 2.6) | python2.6" which does work because of the or operation. Is this expected? Thanks for the reviews, - Richard -- | Richard Darst - rkd@ - boltzmann: up 125 days, 3:05 |http://rkd.zgib.net - pgp 0xBD356740 | "Ye shall know the truth and -- the truth shall make you free" -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Re: Request for review/sponsorship of python-lzma
On Mon, Nov 23, 2009 at 06:58:07PM +1100, Ben Finney wrote: > Richard Darst writes: > > > On Sat, Nov 21, 2009 at 10:02:23AM -0600, Kumar Appaiah wrote: > > > debian/copyright: > > > * Licensed under LGPLv3+ > > > * Please add license headers too. > > The header of a DEP 5 copyright file doesn't discuss licenses. What > Kumar seems to be referring to here is the fields in the body stanzas of > that file; you should write enough Files stanzas to cover all the > copyright terms of the work. I thought I had this, since it says the first license stanza defaults to "Files: *". I made it explicit now. Also, the source files with a copyright notice also include the authors of liblzma and the LZMA SDK, even though (as far as I can tell) it doesn't use any source from these things, so I left them out of the debian/copyright file. > > I have them at the bottom of debian/copyright, but I didn't see > > anything that said if or how they have to be separated... > > Have a closer read of DEP 5; it describes a header (describing the > package as a whole), and then a body with multiple stanzas. The header > is separated from the body by a blank line, and each stanza in the body > is separated from then next by a blank line. > > DEP 5 also forbids anything in that file which *isn't* the header or the > body stanzas; if you're going to conform with DEP 5, put all the > information into the structured format described there. I removed the extra non-DEP5 stuff at the top, and tried to tighten it up to strictly match what it says. There were some quirks, such as the required "Format-Specification" field not being present in any examples... I think that I've interpreted it strictly enough now that it should be correct. Here is the latest: http://svn.debian.org/wsvn/python-modules/packages/python-lzma/trunk/debian/copyright Anything else I can do to the package? Thanks, - Richard -- | Richard Darst - rkd@ - boltzmann: up 125 days, 9:19 |http://rkd.zgib.net - pgp 0xBD356740 | "Ye shall know the truth and -- the truth shall make you free" -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#566905: ITP: python-ctypeslib -- code generator to convert header files into ctypes interfaces
Package: wnpp Severity: wishlist Owner: Richard Darst * Package name: python-ctypeslib Version : 0.0.cvs20100125 Upstream Author : Thomas Heller * URL : http://starship.python.net/crew/theller/ctypes/ * License : MIT Programming Lang: Python Description : code generator to convert header files into ctypes interfaces ctypeslib is a code generator capable of converting C header files into xml files (using gccxml), and then converting the xmlfiles into Python modules which define a ctypes interface to the corresponding C library. -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Requesting review of python-ctypeslib
Hello, I would like to request a review of my new packages python-ctypeslib: http://hcoop.net/~rkd/debian/python-ctypeslib_0.0.0+svn20100125-1.dsc or via PMPT: svn+ssh://svn.debian.org/svn/python-modules/packages/python-ctypeslib/trunk There are two executables which need manual pages still, otherwise it is lintian clean. Note: ctypeslib is not ctypes. Ctypeslib is an add on for ctypes which automatically generates ctypes interfaces from C header files. If you are interested in how this works, the examples.Debian is here: http://paste.debian.net/58466 . Thanks, - Richard (MrBeige @ oftc) -- | Richard Darst - rkd@ - boltzmann: up 196 days, 13:12 |http://rkd.zgib.net - pgp 0xBD356740 | "Ye shall know the truth and -- the truth shall make you free" -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Python talks at DebConf
Hello, I was looking through the talks submitted to DebConf, and noticed there weren't very many Python related talks. Given the amount there is to discuss related to Python in Debian, it would be great to see some more submissions. Perhaps the list can suggest some talks and we can nominate some people to lead them? At least we should have a talk on Python packaging and one on packaging helpers. Perhaps there could be talks on the DPMT or PAPT. Any more ideas? Also, the DebConf talks team (which I'm not especially a part of) recently made a call for "tracks" of related talks. The idea behind a track is to have a track coordinator, who works with the DebConf talks and scheduling teams to produce a coordinated series of talks. It would be great if there was a Python track. For the informational mail on this, please see http://lists.debconf.org/lurker/message/20100430.191031.1c01ddf4.en.html (Unfortunately, I'm too busy with the conference itself to help with these talks, but can answer any questions on submission and selection and so on.) - Richard -- | Richard Darst - rkd@ - boltzmann: up 286 days, 16:37 |http://rkd.zgib.net - pgp 0xBD356740 | "Ye shall know the truth and -- the truth shall make you free" -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100504202016.gd10...@boltzmann.zgib.net