diff --git a/packages/6.3/pip-9.0.1-x86_64-1.txz b/packages/6.3/pip-9.0.1-x86_64-1.txz new file mode 100644 index 00000000..e9370c97 Binary files /dev/null and b/packages/6.3/pip-9.0.1-x86_64-1.txz differ diff --git a/packages/6.4/pip-9.0.1-x86_64-1.txz b/packages/6.4/pip-9.0.1-x86_64-1.txz new file mode 100644 index 00000000..e9370c97 Binary files /dev/null and b/packages/6.4/pip-9.0.1-x86_64-1.txz differ diff --git a/packages/packages-desc b/packages/packages-desc index 118b4c6a..1fbca197 100755 --- a/packages/packages-desc +++ b/packages/packages-desc @@ -41,6 +41,7 @@ "p7zip":"7-Zip is a well-known file compression utility for windows. p7zip is a ported version for linux with nearly the same capabilities.", "parallel":"A shell tool for executing jobs in parallel using one or more computers. A job can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads from a pipe. GNU parallel can then split the input and pipe it into commands in parallel.", "perl":"Larry Walls Practical Extraction and Report Language . It is a language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It s also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal).", + "pip":"a replacement for easy_install from python-setuptools.", "python":"An interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. Its basic power can be extended with your own modules written in C or C++. It is also adaptable as an extension language for existing applications.", "python3":"Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. This is a new version of the language that is incompatible with the 2.x line of releases. The language is mostly the same, but many details, especially how built-in objects like dictionaries and strings work, have changed considerably, and a lot of deprecated features have finally been removed. Also, the standard library has been reorganized in a few prominent places.", "readline":"Provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously entered command lines, to recall and perhaps edit those lines, and perform csh-like history expansion on previous commands.",