1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Update to 0.7.1

This commit is contained in:
Nicola Vitale 2010-04-27 12:06:38 +00:00
parent 63bbfaf884
commit 44e9c74fc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253345
3 changed files with 10 additions and 5 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= pip
PORTVERSION= 0.6.3
PORTVERSION= 0.7.1
PORTREVISION= 0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \

View File

@ -1,3 +1,3 @@
MD5 (pip-0.6.3.tar.gz) = 0602fa9179cfaa98e41565d4a581d98c
SHA256 (pip-0.6.3.tar.gz) = 1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313
SIZE (pip-0.6.3.tar.gz) = 71146
MD5 (pip-0.7.1.tar.gz) = 420c83ad67bdcb542f772eb64392cce6
SHA256 (pip-0.7.1.tar.gz) = f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3
SIZE (pip-0.7.1.tar.gz) = 82468

View File

@ -1,3 +1,4 @@
@comment $FreeBSD$
bin/pip
%%PYTHON_SITELIBDIR%%/pip/__init__.py
%%PYTHON_SITELIBDIR%%/pip/__init__.pyc
@ -29,6 +30,9 @@ bin/pip
%%PYTHON_SITELIBDIR%%/pip/commands/install.py
%%PYTHON_SITELIBDIR%%/pip/commands/install.pyc
%%PYTHON_SITELIBDIR%%/pip/commands/install.pyo
%%PYTHON_SITELIBDIR%%/pip/commands/search.py
%%PYTHON_SITELIBDIR%%/pip/commands/search.pyc
%%PYTHON_SITELIBDIR%%/pip/commands/search.pyo
%%PYTHON_SITELIBDIR%%/pip/commands/uninstall.py
%%PYTHON_SITELIBDIR%%/pip/commands/uninstall.pyc
%%PYTHON_SITELIBDIR%%/pip/commands/uninstall.pyo
@ -77,13 +81,14 @@ bin/pip
%%PYTHON_SITELIBDIR%%/pip/venv.py
%%PYTHON_SITELIBDIR%%/pip/venv.pyc
%%PYTHON_SITELIBDIR%%/pip/venv.pyo
%%PORTDOCS%%%%DOCSDIR%%/_build/branches.html
%%PORTDOCS%%%%DOCSDIR%%/_build/configuration.html
%%PORTDOCS%%%%DOCSDIR%%/_build/genindex.html
%%PORTDOCS%%%%DOCSDIR%%/_build/index.html
%%PORTDOCS%%%%DOCSDIR%%/_build/license.html
%%PORTDOCS%%%%DOCSDIR%%/_build/news.html
%%PORTDOCS%%%%DOCSDIR%%/_build/requirement-format.html
%%PORTDOCS%%%%DOCSDIR%%/_build/search.html
%%PORTDOCS%%%%DOCSDIR%%/branches.txt
%%PORTDOCS%%%%DOCSDIR%%/configuration.txt
%%PORTDOCS%%%%DOCSDIR%%/index.txt
%%PORTDOCS%%%%DOCSDIR%%/license.txt