Re: youtube-dl: missing PLIST update

2017-08-30 Thread Walter Alejandro Iglesias
On Wed, Aug 30, 2017 at 03:05:17PM +0100, Nigel Taylor wrote:
> The cvs bit is the commit, however packages may not have been built yet,
> there is an issue with python building after other changes. Maybe a few
> days before packages become available.

Ok. Thank you.



Re: youtube-dl: missing PLIST update

2017-08-30 Thread Nigel Taylor
On 08/30/17 14:32, Walter Alejandro Iglesias wrote:
> Hi,
> 
> In article  Nigel Taylor 
>  wrote:
>> On 08/28/17 07:59, Sebastien Marie wrote:
>>> Hi,
>>>
>>> youtube-dl seems to be broken at my side:
>>>
>>> I have the following error when I ran youtube-dl:
>>>
>>>   ...
>>>   File 
>>> "/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/extractors.py",
>>>  line 190, in 
>>> from .clippit import ClippitIE
>>> ImportError: No module named clippit
>>>
>>> It seems to me that a PLIST update was missed... resulting clippit.py to
>>> be not distributed with package.
>>>
>>> The following diff corrects it.
>>>
>>> Thanks.
>>>
>>
>> Done already...
>>
>> CVSROOT:/cvs
>> Module name:ports
>> Changes by: ni...@cvs.openbsd.org   2017/08/27 15:45:03
>>
>> Modified files:
>> www/youtube-dl : Makefile
>> www/youtube-dl/pkg: PLIST
>>
>> Log message:
>> add missing from PLIST
>> Ok fcambus@
>>
>>
> 
> 
> I updated today snapshot and packages.  youtube-dl still fails showing
> that error.
> 
> Is this fix already committed?
> 
> 
The cvs bit is the commit, however packages may not have been built yet,
there is an issue with python building after other changes. Maybe a few
days before packages become available.



Re: youtube-dl: missing PLIST update

2017-08-30 Thread Walter Alejandro Iglesias
Hi,

In article  Nigel Taylor 
 wrote:
> On 08/28/17 07:59, Sebastien Marie wrote:
> > Hi,
> > 
> > youtube-dl seems to be broken at my side:
> > 
> > I have the following error when I ran youtube-dl:
> > 
> >   ...
> >   File 
> > "/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/extractors.py",
> >  line 190, in 
> > from .clippit import ClippitIE
> > ImportError: No module named clippit
> > 
> > It seems to me that a PLIST update was missed... resulting clippit.py to
> > be not distributed with package.
> > 
> > The following diff corrects it.
> > 
> > Thanks.
> > 
> 
> Done already...
> 
> CVSROOT:/cvs
> Module name:ports
> Changes by: ni...@cvs.openbsd.org   2017/08/27 15:45:03
> 
> Modified files:
> www/youtube-dl : Makefile
> www/youtube-dl/pkg: PLIST
> 
> Log message:
> add missing from PLIST
> Ok fcambus@
> 
> 


I updated today snapshot and packages.  youtube-dl still fails showing
that error.

Is this fix already committed?



Re: youtube-dl: missing PLIST update

2017-08-28 Thread Sebastien Marie
On Mon, Aug 28, 2017 at 08:59:47AM +0200, Sebastien Marie wrote:
> Hi,
> 
> youtube-dl seems to be broken at my side:
> 
> I have the following error when I ran youtube-dl:
> 
>   ...
>   File 
> "/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/extractors.py", 
> line 190, in 
> from .clippit import ClippitIE
> ImportError: No module named clippit
> 
> It seems to me that a PLIST update was missed... resulting clippit.py to
> be not distributed with package.
> 
> The following diff corrects it.
> 

It seems it was already done: my tree wasn't update enough :)

Thanks.
-- 
Sebastien Marie



Re: youtube-dl: missing PLIST update

2017-08-28 Thread Nigel Taylor
On 08/28/17 07:59, Sebastien Marie wrote:
> Hi,
> 
> youtube-dl seems to be broken at my side:
> 
> I have the following error when I ran youtube-dl:
> 
>   ...
>   File 
> "/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/extractors.py", 
> line 190, in 
> from .clippit import ClippitIE
> ImportError: No module named clippit
> 
> It seems to me that a PLIST update was missed... resulting clippit.py to
> be not distributed with package.
> 
> The following diff corrects it.
> 
> Thanks.
> 

Done already...

CVSROOT:/cvs
Module name:ports
Changes by: ni...@cvs.openbsd.org   2017/08/27 15:45:03

Modified files:
www/youtube-dl : Makefile
www/youtube-dl/pkg: PLIST

Log message:
add missing from PLIST
Ok fcambus@



youtube-dl: missing PLIST update

2017-08-28 Thread Sebastien Marie
Hi,

youtube-dl seems to be broken at my side:

I have the following error when I ran youtube-dl:

  ...
  File 
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/extractors.py", 
line 190, in 
from .clippit import ClippitIE
ImportError: No module named clippit

It seems to me that a PLIST update was missed... resulting clippit.py to
be not distributed with package.

The following diff corrects it.

Thanks.
-- 
Sebastien Marie


Index: Makefile
===
RCS file: /cvs/ports/www/youtube-dl/Makefile,v
retrieving revision 1.170
diff -u -p -r1.170 Makefile
--- Makefile24 Aug 2017 14:29:03 -  1.170
+++ Makefile28 Aug 2017 06:55:20 -
@@ -4,6 +4,7 @@ COMMENT =   CLI program to download videos
 
 VERSION =  2017.08.23
 MODPY_EGG_VERSION =${VERSION:S/.0/./g}
+REVISION = 0
 
 DISTNAME = youtube-dl-${VERSION}
 CATEGORIES =   www
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/youtube-dl/pkg/PLIST,v
retrieving revision 1.111
diff -u -p -r1.111 PLIST
--- pkg/PLIST   11 Aug 2017 15:50:15 -  1.111
+++ pkg/PLIST   28 Aug 2017 06:55:21 -
@@ -231,6 +231,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/cjsw.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/cliphunter.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/cliphunter.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/clippit.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/clippit.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/cliprs.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/cliprs.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/clipsyndicate.py
@@ -979,6 +981,8 @@ lib/python${MODPY_VERSION}/site-packages
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/rds.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/redbulltv.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/redbulltv.pyc
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/reddit.py
+lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/reddit.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/redtube.py
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/redtube.pyc
 lib/python${MODPY_VERSION}/site-packages/youtube_dl/extractor/regiotv.py