mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Update to 2.10.1
This commit is contained in:
parent
057c2cb755
commit
fe9f34b442
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284136
3 changed files with 8 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= virtualenvwrapper
|
||||
PORTVERSION= 2.8
|
||||
PORTVERSION= 2.10.1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (virtualenvwrapper-2.8.tar.gz) = a8023c423b63541233e72a352a26eba660f83911c18f1d949da78967615cd1bf
|
||||
SIZE (virtualenvwrapper-2.8.tar.gz) = 693413
|
||||
SHA256 (virtualenvwrapper-2.10.1.tar.gz) = 54ad0e8af32f6b57b12f0750dadf9a65cf87b916a486b76eda2fb6467ea73ed4
|
||||
SIZE (virtualenvwrapper-2.10.1.tar.gz) = 714209
|
||||
|
|
|
@ -15,6 +15,9 @@ bin/virtualenvwrapper.sh
|
|||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/hook_loader.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/hook_loader.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/hook_loader.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/project.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/project.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/project.pyo
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/user_scripts.py
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/user_scripts.pyc
|
||||
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/virtualenvwrapper/user_scripts.pyo
|
||||
|
@ -26,6 +29,7 @@ bin/virtualenvwrapper.sh
|
|||
%%PORTDOCS%%%%DOCSDIR%%/en/_sources/index.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/_sources/install.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/_sources/plugins.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/_sources/projects.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/_sources/scripts.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/_sources/tips.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/_static/basic.css
|
||||
|
@ -46,6 +50,7 @@ bin/virtualenvwrapper.sh
|
|||
%%PORTDOCS%%%%DOCSDIR%%/en/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/install.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/plugins.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/projects.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/scripts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/search.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/searchindex.js
|
||||
|
|
Loading…
Add table
Reference in a new issue