public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* How to package a Python script
@ 2018-07-25 14:56 Michael Wild
  2018-07-25 17:59 ` Yaakov Selkowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Wild @ 2018-07-25 14:56 UTC (permalink / raw)
  To: cygwin-apps

Dear all

How should I go about packaging a Python executable? Separate packages
for python2 and python3? Only one of them? If so, which? If for both,
is there any advice how to achieve this? I don't think that the
python-wheel.cygclass deals with scripts in /usr/bin/ as the docs say
that scripts should be added to PKG_CONTENTS by the maintainer. How
would I go about making sure that I get a *2 and *3 version, also
possibly with a symlink from * to *2? Is there a cannonical example I
can look into? My casual trawling through my own Cygwin installation
didn't turn up anything useful...

Cheers

Michael

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to package a Python script
  2018-07-25 14:56 How to package a Python script Michael Wild
@ 2018-07-25 17:59 ` Yaakov Selkowitz
  2018-07-26 13:13   ` Michael Wild
  0 siblings, 1 reply; 3+ messages in thread
From: Yaakov Selkowitz @ 2018-07-25 17:59 UTC (permalink / raw)
  To: cygwin-apps

On Wed, 2018-07-25 at 16:55 +0200, Michael Wild wrote:
> How should I go about packaging a Python executable? Separate packages
> for python2 and python3? Only one of them? If so, which? If for both,
> is there any advice how to achieve this? I don't think that the
> python-wheel.cygclass deals with scripts in /usr/bin/ as the docs say
> that scripts should be added to PKG_CONTENTS by the maintainer. How
> would I go about making sure that I get a *2 and *3 version, also
> possibly with a symlink from * to *2? Is there a cannonical example I
> can look into? My casual trawling through my own Cygwin installation
> didn't turn up anything useful...

Depends on the package.  Most python-based scripts also include
modules, and sometimes those modules are generally usable and the
script is just a convenient entrypoint thereto (in which case it should
be named 'python-foo', *2 and *3 should be made via python-
wheel.cygclass, and the script packaged with *3), and sometimes they
serve only themselves (in which case it should be named 'foo' and
packaged with the appropriate choice of python{2,3}-
{distutils,wheel}.cygclass).

-- 
Yaakov Selkowitz
Software Engineer - Platform Enablement Group
Red Hat, Inc.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to package a Python script
  2018-07-25 17:59 ` Yaakov Selkowitz
@ 2018-07-26 13:13   ` Michael Wild
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Wild @ 2018-07-26 13:13 UTC (permalink / raw)
  To: cygwin-apps

Ok, thanks! That clears things up for me.

On Wed, Jul 25, 2018 at 7:59 PM Yaakov Selkowitz <yselkowi@redhat.com>
wrote:

> On Wed, 2018-07-25 at 16:55 +0200, Michael Wild wrote:
> > How should I go about packaging a Python executable? Separate packages
> > for python2 and python3? Only one of them? If so, which? If for both,
> > is there any advice how to achieve this? I don't think that the
> > python-wheel.cygclass deals with scripts in /usr/bin/ as the docs say
> > that scripts should be added to PKG_CONTENTS by the maintainer. How
> > would I go about making sure that I get a *2 and *3 version, also
> > possibly with a symlink from * to *2? Is there a cannonical example I
> > can look into? My casual trawling through my own Cygwin installation
> > didn't turn up anything useful...
>
> Depends on the package.  Most python-based scripts also include
> modules, and sometimes those modules are generally usable and the
> script is just a convenient entrypoint thereto (in which case it should
> be named 'python-foo', *2 and *3 should be made via python-
> wheel.cygclass, and the script packaged with *3), and sometimes they
> serve only themselves (in which case it should be named 'foo' and
> packaged with the appropriate choice of python{2,3}-
> {distutils,wheel}.cygclass).
>
> --
> Yaakov Selkowitz
> Software Engineer - Platform Enablement Group
> Red Hat, Inc.
>
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-26 13:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 14:56 How to package a Python script Michael Wild
2018-07-25 17:59 ` Yaakov Selkowitz
2018-07-26 13:13   ` Michael Wild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).