Edit

IABSD.fr/ports/www/youtube-dl/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 20:09:36
    Hash : ec148031
    Message : drop RCS Ids

  • patch-setup_py
  • --- setup.py.orig	Tue Sep 20 16:38:35 2016
    +++ setup.py	Mon Sep 26 18:00:13 2016
    @@ -59,10 +59,8 @@ if len(sys.argv) >= 2 and sys.argv[1] == 'py2exe':
         params = py2exe_params
     else:
         files_spec = [
    -        ('etc/bash_completion.d', ['youtube-dl.bash-completion']),
    -        ('etc/fish/completions', ['youtube-dl.fish']),
             ('share/doc/youtube_dl', ['README.txt']),
    -        ('share/man/man1', ['youtube-dl.1'])
    +        ('man/man1', ['youtube-dl.1'])
         ]
         root = os.path.dirname(os.path.abspath(__file__))
         data_files = []