public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] fontforge-{nopy,py38,py37,py36}-20200314p64-1 for review
@ 2020-07-30 20:39 Lemures Lemniscati
  2020-07-31  4:23 ` Marco Atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Lemures Lemniscati @ 2020-07-30 20:39 UTC (permalink / raw)
  To: cygwin-apps

I'm trying to build fontforge packages with latest upstream
  https://github.com/fontforge/fontforge/

( forked for cygwin build to
  https://github.com/cygwin-lem/fontforge/tree/n_20200314p64_maybe-nonbreaking )

And, some of Yaakov's patches are now in the upstream:
  https://github.com/fontforge/fontforge/commit/c0a27e4bdc436e73901b7a6cd7e4b6910fcee408


* Cygport files are forked here:
  https://github.com/cygwin-lem/fontforge-cygport/tree/n_20200314p64-1
from
  https://cygwin.com/git/cygwin-packages/fontforge.git .


* New test package files are here:
  https://cygwin-lem.github.io/fontforge-cygport/ .


========
* Note:

To build test packages:

(1) prepare cmake-3.17.3-1 (test)

(2) invoke build.sh under
  https://github.com/cygwin-lem/fontforge-cygport/tree/n_20200314p64-1
  as follows:

    ./build.sh --generate-cygport --download --test

  (or for short: "./build.sh -s -d -t" ).

  This generates cygport files, downloads a source tarball, and test-tagged builds.


When we build fontforge, it can be linked to only one specific
version of python3.
So, I've prepared four cygport files by a script ./build.sh

  fontforge-nopy.cygport
  fontforge-py38.cygport
  fontforge-py37.cygport
  fontforge-py36.cygport

========
* Need help

Please give me any advice on building and packaging such cases...


========
* Need help more

Any advice on how to adapt it to the CI system.
Is it enough just putting the generated cygport files in a repository?



Regards, 

Lem

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

* Re: [ITA] fontforge-{nopy,py38,py37,py36}-20200314p64-1 for review
  2020-07-30 20:39 [ITA] fontforge-{nopy,py38,py37,py36}-20200314p64-1 for review Lemures Lemniscati
@ 2020-07-31  4:23 ` Marco Atzeri
  2020-08-06 11:05   ` Lemures Lemniscati
  0 siblings, 1 reply; 5+ messages in thread
From: Marco Atzeri @ 2020-07-31  4:23 UTC (permalink / raw)
  To: cygwin-apps

On 30.07.2020 22:39, Lemures Lemniscati via Cygwin-apps wrote:
> I'm trying to build fontforge packages with latest upstream
>    https://github.com/fontforge/fontforge/
> 
> ( forked for cygwin build to
>    https://github.com/cygwin-lem/fontforge/tree/n_20200314p64_maybe-nonbreaking )
> 
> And, some of Yaakov's patches are now in the upstream:
>    https://github.com/fontforge/fontforge/commit/c0a27e4bdc436e73901b7a6cd7e4b6910fcee408
> 
> 
> * Cygport files are forked here:
>    https://github.com/cygwin-lem/fontforge-cygport/tree/n_20200314p64-1
> from
>    https://cygwin.com/git/cygwin-packages/fontforge.git .
> 
> 
> * New test package files are here:
>    https://cygwin-lem.github.io/fontforge-cygport/ .
> 
> 
> ========
> * Note:
> 
> To build test packages:
> 
> (1) prepare cmake-3.17.3-1 (test)
> 
> (2) invoke build.sh under
>    https://github.com/cygwin-lem/fontforge-cygport/tree/n_20200314p64-1
>    as follows:
> 
>      ./build.sh --generate-cygport --download --test
> 
>    (or for short: "./build.sh -s -d -t" ).
> 
>    This generates cygport files, downloads a source tarball, and test-tagged builds.
> 
> 
> When we build fontforge, it can be linked to only one specific
> version of python3.
> So, I've prepared four cygport files by a script ./build.sh
> 
>    fontforge-nopy.cygport
>    fontforge-py38.cygport
>    fontforge-py37.cygport
>    fontforge-py36.cygport
> 
> ========
> * Need help
> 
> Please give me any advice on building and packaging such cases...
> 
> 
> ========
> * Need help more
> 
> Any advice on how to adapt it to the CI system.
> Is it enough just putting the generated cygport files in a repository?
> 
> 
> 
> Regards,
> 
> Lem
> 

Thanks Lem

on my TODO list for the weekend, assuming no oneelse do it before

Regard
Marco

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

* Re: [ITA] fontforge-{nopy,py38,py37,py36}-20200314p64-1 for review
  2020-07-31  4:23 ` Marco Atzeri
@ 2020-08-06 11:05   ` Lemures Lemniscati
  2020-08-06 11:19     ` marco atzeri
  0 siblings, 1 reply; 5+ messages in thread
From: Lemures Lemniscati @ 2020-08-06 11:05 UTC (permalink / raw)
  To: cygwin-apps

On Fri, 31 Jul 2020 06:23:36 +0200, Marco Atzeri via Cygwin-apps
> On 30.07.2020 22:39, Lemures Lemniscati via Cygwin-apps wrote:
> > I'm trying to build fontforge packages with latest upstream
> >    https://github.com/fontforge/fontforge/
> >
> > ( forked for cygwin build to
> >    https://github.com/cygwin-lem/fontforge/tree/n_20200314p64_maybe-nonbreaking )
> >
> > And, some of Yaakov's patches are now in the upstream:
> >    https://github.com/fontforge/fontforge/commit/c0a27e4bdc436e73901b7a6cd7e4b6910fcee408
> >
> >
> > * Cygport files are forked here:
> >    https://github.com/cygwin-lem/fontforge-cygport/tree/n_20200314p64-1
> > from
> >    https://cygwin.com/git/cygwin-packages/fontforge.git .
> >
> >
> > * New test package files are here:
> >    https://cygwin-lem.github.io/fontforge-cygport/ .
> >
> >
> > ========
> > * Note:
> >
> > To build test packages:
> >
> > (1) prepare cmake-3.17.3-1 (test)
> >
> > (2) invoke build.sh under
> >    https://github.com/cygwin-lem/fontforge-cygport/tree/n_20200314p64-1
> >    as follows:
> >
> >      ./build.sh --generate-cygport --download --test
> >
> >    (or for short: "./build.sh -s -d -t" ).
> >
> >    This generates cygport files, downloads a source tarball, and test-tagged builds.
> >
> >
> > When we build fontforge, it can be linked to only one specific
> > version of python3.
> > So, I've prepared four cygport files by a script ./build.sh
> >
> >    fontforge-nopy.cygport
> >    fontforge-py38.cygport
> >    fontforge-py37.cygport
> >    fontforge-py36.cygport
> >
> > ========
> > * Need help
> >
> > Please give me any advice on building and packaging such cases...
> >
> >
> > ========
> > * Need help more
> >
> > Any advice on how to adapt it to the CI system.
> > Is it enough just putting the generated cygport files in a repository?
> >
> >
> >
> > Regards,
> >
> > Lem
> > 
> Thanks Lem
> 
> on my TODO list for the weekend, assuming no oneelse do it before
> 

Packages related to fontforge 20190801 or 20200314 in Ubuntu, Debian and
Fedora are linked to python 3.8. 

https://packages.ubuntu.com/focal/python3-fontforge
https://packages.debian.org/bullseye/python3-fontforge
https://fedora.pkgs.org/32/fedora-x86_64/fontforge-20200314-3.fc32.x86_64.rpm.html

So, I'll retry to make fontforge.cygport in order to link it python3.8 only,
later.

--
Lem

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

* Re: [ITA] fontforge-{nopy,py38,py37,py36}-20200314p64-1 for review
  2020-08-06 11:05   ` Lemures Lemniscati
@ 2020-08-06 11:19     ` marco atzeri
  2020-09-20  2:51       ` Lemures Lemniscati
  0 siblings, 1 reply; 5+ messages in thread
From: marco atzeri @ 2020-08-06 11:19 UTC (permalink / raw)
  To: cygwin-apps

On Thu, Aug 6, 2020 at 1:05 PM Lemures Lemniscati via Cygwin-apps wrote:
>
> On Fri, 31 Jul 2020 06:23:36 +0200, Marco Atzeri via Cygwin-apps
> > On 30.07.2020 22:39, Lemures Lemniscati via Cygwin-apps wrote:
> > > I'm trying to build fontforge packages with latest upstream
> > >    https://github.com/fontforge/fontforge/
>
> Packages related to fontforge 20190801 or 20200314 in Ubuntu, Debian and
> Fedora are linked to python 3.8.
>
> https://packages.ubuntu.com/focal/python3-fontforge
> https://packages.debian.org/bullseye/python3-fontforge
> https://fedora.pkgs.org/32/fedora-x86_64/fontforge-20200314-3.fc32.x86_64.rpm.html
>
> So, I'll retry to make fontforge.cygport in order to link it python3.8 only,
> later.

that was also my finding. I agree on your proposal

In addition it seems sphinx is "needed" for 3.8
so I put it on my TODO list.

> --
> Lem

unfortunately I have problem with python-gi, so other things are dragging on...

Regards
Marco

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

* Re: [ITA] fontforge-{nopy,py38,py37,py36}-20200314p64-1 for review
  2020-08-06 11:19     ` marco atzeri
@ 2020-09-20  2:51       ` Lemures Lemniscati
  0 siblings, 0 replies; 5+ messages in thread
From: Lemures Lemniscati @ 2020-09-20  2:51 UTC (permalink / raw)
  To: cygwin-apps

On Thu, 6 Aug 2020 13:19:04 +0200, marco atzeri via Cygwin-apps
> On Thu, Aug 6, 2020 at 1:05 PM Lemures Lemniscati via Cygwin-apps wrote:
> >
> > On Fri, 31 Jul 2020 06:23:36 +0200, Marco Atzeri via Cygwin-apps
> > > On 30.07.2020 22:39, Lemures Lemniscati via Cygwin-apps wrote:
> > > > I'm trying to build fontforge packages with latest upstream
> > > >    https://github.com/fontforge/fontforge/
> >
> > Packages related to fontforge 20190801 or 20200314 in Ubuntu, Debian and
> > Fedora are linked to python 3.8.
> >
> > https://packages.ubuntu.com/focal/python3-fontforge
> > https://packages.debian.org/bullseye/python3-fontforge
> > https://fedora.pkgs.org/32/fedora-x86_64/fontforge-20200314-3.fc32.x86_64.rpm.html
> >
> > So, I'll retry to make fontforge.cygport in order to link it python3.8 only,
> > later.
> 
> that was also my finding. I agree on your proposal
> 
> In addition it seems sphinx is "needed" for 3.8
> so I put it on my TODO list.
> 
> > --
> > Lem
> 
> unfortunately I have problem with python-gi, so other things are dragging on...
> 
> Regards
> Marco

Hi!

** fontforge 20200314p70 linked with python 3.8 for review

I've rewritten fontforge.cygport and patches for cygwin
  https://github.com/cygwin-lem/fontforge-cygport/tree/n_20200314p70-1 ,
for the latest upstream https://github.com/fontforge/fontforge/ .

New test packages are here: https://cygwin-lem.github.io/fontforge-cygport/ ,
or https://github.com/cygwin-lem/fontforge-cygport/tree/gh-pages .


Regards,
Lem

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

end of thread, other threads:[~2020-09-20  2:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30 20:39 [ITA] fontforge-{nopy,py38,py37,py36}-20200314p64-1 for review Lemures Lemniscati
2020-07-31  4:23 ` Marco Atzeri
2020-08-06 11:05   ` Lemures Lemniscati
2020-08-06 11:19     ` marco atzeri
2020-09-20  2:51       ` Lemures Lemniscati

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).