3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/interpreters/python/2.7
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
In line with the Nixpkgs manual.

A mechanical change, done with this command:

  find pkgs -name "*.nix" | \
      while read f; do \
          sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
      done

I manually skipped some:

* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
..
2.5.2-ctypes-util-find_library.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.5.2-tkinter-x11.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.6.2-ssl-threads.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.6.5-export-PySignal_SetWakeupFd.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.6.5-FD_SETSIZE.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.6.5-ncurses-abi6.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.7.3-dbm.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.7.3-dylib.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.7.3-getpath-exe-extension.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
2.7.3-no-libm.patch cygwin: python-2.7 2015-05-28 10:53:36 +02:00
default.nix Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
deterministic-build.patch
nix-store-mtime.patch
properly-detect-curses.patch python: Correctly detect ncurses opaque api 2015-06-15 17:55:44 -07:00
search-path.patch
setup-hook.sh Cleanup: Use += to append to envHooks 2014-08-09 12:47:05 +02:00