Re: Packaging multiple python modules in one Debian package

2016-07-19 Thread Fred Drake
On Tue, Jul 19, 2016 at 10:47 AM, Alexander Gerasiov  wrote:
> Every plugin is just a small parser class which is called from
> ofxstatement, parses input file and pass data back to main app. These
> plugins are developed independently by various people who publish them
> in separate repositories (mostly on github).

The high point I picked up here is that each plugin has it's own
lifecycle, controlled by independent developers.

> I decided to package ofxstatement as separate package, but put all
> plugins in one package oxfstatement-plugins.
>
> I'm not skilled in distributing python apps and packaging python
> apps into .deb, so I'd like to get some review and feedback from the
> community before upload to archive.

Grouping the plugins like this seems odd to me, because of the
independent lifecycles.  Perhaps something to consider is to create
separate debian packages for each (with names like
ofxstatement-plugin-abcdef), and maybe a convenience meta-package that
depends on some set of the plugin packages (ofxstatement-plugins).

I'm not sure whether the debian policies address this.  Hopefully
someone more knowledgable can comment on that.


  -Fred

-- 
Fred L. Drake, Jr.
"A storm broke loose in my mind."  --Albert Einstein



Packaging multiple python modules in one Debian package

2016-07-19 Thread Alexander Gerasiov
Hello dear All.

I'd like to package python app ofxstatement (converter of various csv
bank statement formats to ofx https://github.com/kedder/ofxstatement)
and bunch of plugins for this app.

Every plugin is just a small parser class which is called from
ofxstatement, parses input file and pass data back to main app. These
plugins are developed independently by various people who publish them
in separate repositories (mostly on github).

I decided to package ofxstatement as separate package, but put all
plugins in one package oxfstatement-plugins.

I'm not skilled in distributing python apps and packaging python
apps into .deb, so I'd like to get some review and feedback from the
community before upload to archive.

ofxstatement itself:
https://github.com/gerasiov/ofxstatement (branch debian)

ofxstatement-plugins:
https://github.com/gerasiov/ofxstatement-plugins

PS Please CC me, I'm not on the list.

-- 
Best regards,
 Alexander Gerasiov

 Contacts:
 e-mail: g...@cs.msu.su  Homepage: http://gerasiov.net  Skype: gerasiov
 PGP fingerprint: 04B5 9D90 DF7C C2AB CD49  BAEA CA87 E9E8 2AAC 33F1