Re: RFS: pytemplate

2009-06-03 Thread Ignace Mouzannar
I have uploaded a new version changing the package name to python-pytemplate.

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/python-pytemplate
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/p/python-pytemplate/python-pytemplate_1.5.1-1.dsc

Here is its new summary:

* Package name: python-pytemplate
 Version : 1.5.1-1
 Upstream Author : Stéphane Bulot 
* URL :
http://www.bulot.org/wiki/doku.php?id=projects:python:pytemplate
* License : GPL-3
 Section : python
 Long description:
  python-pytemplate is a small project intending to give Python developers a
  starting framework. It allows them to properly create scripts without
  struggling with configuration files and logging properties development.
  python-pytemplate offers different Python classes that one can use to inherit
  all of their properties. For instance, the ThreadTemplate class includes the
  methods needed to work with threads.

It builds these binary packages:
python-pytemplate - framework for writing Python applications

The package appears to be lintian clean.

The upload would fix these bugs: 529609


Thank you for your time.

Best regards,
Ignace Mouzannar


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: pytemplate

2009-05-23 Thread Ignace Mouzannar
> Okay. This should be made clear to readers of the package description; I
> think you've done alright with the full description as is for this
> purpose, but others might have different advice.

I have uploaded the package with a new description (see control file below).

> I didn't pick up on it earlier, but the package should be renamed.
> Python libraries in Debian are conventionally named ‘python-foo’, so
> perhaps ‘python-pytemplate’ is a good name for this package.

The source name is pytemplate, but it builds the python-pytemplate
package (python-pytemplate_1.5.1-1_all.deb). Here is a section of its
control file:
---8<--8<---
Source: pytemplate
Section: python
Priority: optional
(...)

Package: python-pytemplate
Architecture: all
(...)
Description: framework for writing Python applications
 pytemplate is a small project intending to give Python developers a starting
 framework. It allows them to properly create scripts without struggling with
 configuration files and logging properties development.
 pytemplate offers different Python classes that one can use to inherit all of
 their properties. For instance, the ThreadTemplate class includes the methods
 needed to work with threads.
---8<--8<---

Should I change that?

Regards,
Ignace M


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: pytemplate

2009-05-23 Thread Ben Finney
Ignace Mouzannar  writes:

> > So, I'd suggest a synopsis of:
> >
> >    framework for writing Python applications
> 
> The correction has been uploaded.

I didn't pick up on it earlier, but the package should be renamed.
Python libraries in Debian are conventionally named ‘python-foo’, so
perhaps ‘python-pytemplate’ is a good name for this package.

> pytemplate offers different python classes that one can use to inherit
> all of their properties. For instance, the ThreadTemplate class
> includes the methods needed to work with threads.

Okay. This should be made clear to readers of the package description; I
think you've done alright with the full description as is for this
purpose, but others might have different advice.

-- 
 \  “Jury: A group of 12 people, who, having lied to the judge |
  `\   about their health, hearing, and business engagements, have |
_o__)   failed to fool him.” —Henry L. Mencken |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: pytemplate

2009-05-23 Thread Ignace Mouzannar
> So, I'd suggest a synopsis of:
>
>    framework for writing Python applications

The correction has been uploaded.

> Next question: what advantage does this have over other similar packages
> already in Debian? Specifically, I see that ‘python-application’ and
> ‘python-apptools’ look like they serve very similar purpose.

pytemplate offers different python classes that one can use to inherit
all of their properties.
For instance, the ThreadTemplate class includes the methods needed to
work with threads.
When using it, you will declare a derived class of ThreadTemplate
instead of picking out the functions that you want to use (as it is
done in python-application).

Of course, I am not suggesting this or that one is better. I just find
that pytemplate can be less time consuming when writing small Python
scripts.

Regards,
Ignace M


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: pytemplate

2009-05-23 Thread Ben Finney
"Ignace Mouzannar (-ghantoos-)"  writes:

> > When composing an RFS, it's usually best to give the full description as
> > well. Can you show that to us in this thread?
> 
> Here is the long description of the package:
>   pytemplate is a small project intending to give Python developers a starting
>   framework. It allows them to properly create scripts without struggling with
>   configuration files and logging properties development. These are already
>   available through a main class that the new script will inherit.

Okay, so the implication in the current synopsis is misleading: the
package is specifically for providing a starting framework for *writing
a Python application*, not a generic template engine.

So, I'd suggest a synopsis of:

framework for writing Python applications

> I hope this clears things up.

Next question: what advantage does this have over other similar packages
already in Debian? Specifically, I see that ‘python-application’ and
‘python-apptools’ look like they serve very similar purpose.

-- 
 \  “The best way to get information on Usenet is not to ask a |
  `\   question, but to post the wrong information.” —Aahz |
_o__)  |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: pytemplate

2009-05-23 Thread Ignace Mouzannar (-ghantoos-)
> When composing an RFS, it's usually best to give the full description as
> well. Can you show that to us in this thread?

Here is the long description of the package:
  pytemplate is a small project intending to give Python developers a starting
  framework. It allows them to properly create scripts without struggling with
  configuration files and logging properties development. These are already
  available through a main class that the new script will inherit.

I hope this clears things up.

Regards,
Ignace M


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: pytemplate

2009-05-22 Thread Ben Finney
Ignace Mouzannar  writes:

> python-pytemplate - Python template framework

This seems a misleading synopsis. It implies a generic templating system
implemented in Python.

When composing an RFS, it's usually best to give the full description as
well. Can you show that to us in this thread?

-- 
 \“With Lisp or Forth, a master programmer has unlimited power |
  `\ and expressiveness. With Python, even a regular guy can reach |
_o__)   for the stars.” —Raymond Hettinger |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



RFS: pytemplate

2009-05-22 Thread Ignace Mouzannar
Dear mentors,

I am looking for a sponsor for my package "pytemplate".

* Package name: pytemplate
  Version : 1.5.1-1
  Upstream Author : Stéphane Bulot 
* URL :
http://www.bulot.org/wiki/doku.php?id=projects:python:pytemplate
* License : GPL-3
  Section : python

It builds these binary packages:
python-pytemplate - Python template framework

The package appears to be lintian clean.

The upload would fix these bugs: 529609

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/p/pytemplate
- Source repository: deb-src http://mentors.debian.net/debian unstable
main contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/p/pytemplate/pytemplate_1.5.1-1.dsc

I would be glad if someone uploaded this package for me.

Kind regards
 Ignace Mouzannar


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org