mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
updated
This commit is contained in:
2
python/py-setuptools/files/easy-install.pth.dist
Normal file
2
python/py-setuptools/files/easy-install.pth.dist
Normal file
@@ -0,0 +1,2 @@
|
||||
import sys; sys.__plen = len(sys.path)
|
||||
import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new)
|
||||
8
python/py-setuptools/files/pkg-message.in
Normal file
8
python/py-setuptools/files/pkg-message.in
Normal file
@@ -0,0 +1,8 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
Only %%PREFIX%%/bin/easy_install-%%PYTHON_VER%% script has been installed
|
||||
since Python %%PYTHON_VER%% is not the default Python version.
|
||||
EOM
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user