1. 02 Haz, 2000 4 kayıt (commit)
    • Greg Ward's avatar
      Use Distribution method 'dump_option_dicts()' for debugging output, and only · f7a55074
      Greg Ward yazdı
      do so if DEBUG is true.
      f7a55074
    • Greg Ward's avatar
      Ditched the obsolete '_get_package_data()' method and its · 67392584
      Greg Ward yazdı
      '_check_*()' helpers.
      67392584
    • Greg Ward's avatar
      Fairly massive overhaul to support getting RPM inputs (extra meta-data, · 1259392b
      Greg Ward yazdı
      prep/build/etc. scripts, doc files, dependency info) from a config file
      rather than the dedicated "package_info" file.  (The idea is that
      developers will provide RPM-specific info in the "[bdist_rpm]" section of
      setup.cfg, but of course it could also be supplied in the other config
      files, on the command line, or in the setup script -- or any mix of the
      above.)
      
      Major changes:
        * added a boatload of options to 'user_options' and
          'initialize_options()': 'distribution_name', 'group', 'release', ...
        * added 'finalize_package_data()', which takes the place of
          '_get_package_data()' -- except it's called from 'finalize_options()',
          not 'run()', so we have everything figured out before we actually run
          the command
        * added 'ensure_string()', 'ensure_string_list()', 'ensure_filename()';
          these take the place of '_check_string()' and friends.  (These actually
          look like really useful type-checking methods that could come in handy
          all over the Distutils; should consider moving them up to Command and
          using them in other command classes' 'finalize_options()' method for
          error-checking).
        * various cleanup, commentary, and adaptation to the new way of
          storing RPM info in '_make_spec_file()'
      1259392b
    • Greg Ward's avatar
      Reformatted and updated many docstrings. · 8ff5a3fd
      Greg Ward yazdı
      8ff5a3fd
  2. 01 Haz, 2000 14 kayıt (commit)
  3. 31 May, 2000 9 kayıt (commit)
  4. 30 May, 2000 9 kayıt (commit)
  5. 28 May, 2000 4 kayıt (commit)