Re: Distributing a Python module as .rpm and .deb packages across major distributions

2018-06-13 Thread adam . preble
On Sunday, June 10, 2018 at 3:05:45 PM UTC-5, Barry wrote: > The way I learn about the details of RPM packaging is to look at examples > like what I wish to achieve. > > I would go get the source RPM for a python2 package from each distro you want > to supoort and read its .spec file. > > I

Re: Distributing a Python module as .rpm and .deb packages across major distributions

2018-06-10 Thread Barry
> On 8 Jun 2018, at 18:04, adam.pre...@gmail.com wrote: > > I have a situation where internally I need to distribute some Python code > using Linux packages rather than simply relying on wheel files. This seems to > be a solved problem because a lot of Python modules clearly get distributed

Distributing a Python module as .rpm and .deb packages across major distributions

2018-06-08 Thread adam . preble
I have a situation where internally I need to distribute some Python code using Linux packages rather than simply relying on wheel files. This seems to be a solved problem because a lot of Python modules clearly get distributed as .rpm and .deb. It's not completely unreasonable because soon I