[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Several questions regarding package tifffile



[Ghislain Vaillant, 2018-04-09]
> > I realised that upstream of tifffile[1] switched to Python3.  When
> > inspecting the package I somehow think that its main purpose is rather a
> > user application than a Python module and thus I would rather rename the
> > binary from python-tifffile to tifffile than python3-tifffile.  What do
> > you think?

please also move the module to private dir by passing this option to
setup.py:

  --install-lib=/usr/lib/tifffile

or if you decide to use pybuild:

  export PYBUILD_INSTALL_ARGS=--install-lib=/usr/lib/tifffile


if you don't want to mess with PYTHONPATH, install script there as well
(--install-scripts=/usr/lib/tifffile) and symlink /usr/bin/foo to
/usr/lib/tifffile/yourscript
-- 
GPG: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


Reply to: