Re: 'cygport dep' is empty for orpie

2017-05-11 Thread Andrew Schulman
> On 2017-05-10 07:03, Andrew Schulman wrote: > > $ cygport orpie.cygport finish all > > ... > orpie requires: > > $ cygport orpie.cygport dep > > $ grep requires: orpie-1.5.2-3.x86_64/dist/orpie/orpie-1.5.2-3.hint > > requires: > > > > And yet... > > > > $ ll orpie-1.5.2-3.x86_64/inst/usr/bin

Re: [PATCH cygport 2/3] Don't allow SRC_URI or PATCH_URI to depend on ARCH

2017-05-11 Thread Jon Turney
On 06/05/2017 12:32, Jon Turney wrote: On 05/05/2017 23:06, Yaakov Selkowitz wrote: On 2017-05-02 08:13, Jon Turney wrote: The values which SRC_URI and PATCH_URI evaluate to should not change depending on ARCH, as this will make the source package arch-dependent I think this would require a p

Re: adopt and update libatomic_ops and libgc

2017-05-11 Thread Andrew Schulman
> I added libatomic_ops and libgc to your package list. Gold stars awarded! https://cygwin.com/goldstars/#AL

Re: adopt and update libatomic_ops and libgc

2017-05-11 Thread Andy Li
Oh, that was unexpected! Thank you :D Best, Andy On Thu, May 11, 2017 at 10:27 PM, Andrew Schulman wrote: >> I added libatomic_ops and libgc to your package list. > > Gold stars awarded! https://cygwin.com/goldstars/#AL >

[ITP] python2-future and python3-future

2017-05-11 Thread Jon Turney
python-future is a compatibility layer for Python 2 and Python 3 This is a pre-requisite of buildbot-worker 0.9.x cygport files: https://github.com/jon-turney/python2-future-cygport/blob/master/python2-future.cygport https://github.com/jon-turney/python3-future-cygport/blob/master/python3-futu

Re: [ITP] python2-future and python3-future

2017-05-11 Thread Yaakov Selkowitz
On 2017-05-11 12:11, Jon Turney wrote: python-future is a compatibility layer for Python 2 and Python 3 This is a pre-requisite of buildbot-worker 0.9.x cygport files: https://github.com/jon-turney/python2-future-cygport/blob/master/python2-future.cygport https://github.com/jon-turney/python3-

Re: opam package

2017-05-11 Thread Marco Atzeri
On 10/05/2017 08:44, Andy Li wrote: Hi, I would like to create and maintain a cygwin package for OPAM, i.e. OCaml Package Manager. It would be a dependency of the next version Haxe, which I would like to package too. The initial cygport file I created can be found at: https://github.com/andyli/

Re: [ITP] python2-future and python3-future

2017-05-11 Thread Jon Turney
On 11/05/2017 18:52, Yaakov Selkowitz wrote: On 2017-05-11 12:11, Jon Turney wrote: python-future is a compatibility layer for Python 2 and Python 3 This is a pre-requisite of buildbot-worker 0.9.x [...] The preferred packaging scheme for Python modules is now python-wheel cygclass. So ins

Re: [ITP] python2-future and python3-future

2017-05-11 Thread Yaakov Selkowitz
On 2017-05-11 15:21, Jon Turney wrote: On 11/05/2017 18:52, Yaakov Selkowitz wrote: On 2017-05-11 12:11, Jon Turney wrote: python-future is a compatibility layer for Python 2 and Python 3 This is a pre-requisite of buildbot-worker 0.9.x The preferred packaging scheme for Python modules is no

Re: opam package

2017-05-11 Thread Andy Li
On Fri, May 12, 2017 at 4:21 AM, Marco Atzeri wrote: > build fine and pass the tests, however there are no manual. > This should do the trick > > src_compile() { > lndirs > cd ${B} > > # $LIBS defined by cygport interferes with OCamlMakefile > unset LIBS > > cygconf > cygma