mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
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)
|
||||
7
python/py-setuptools/files/pkg-message.in
Normal file
7
python/py-setuptools/files/pkg-message.in
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
*******************************************************************
|
||||
|
||||
Only %%PREFIX%%/bin/easy_install-%%PYTHON_VER%% script has been installed
|
||||
since Python %%PYTHON_VER%% is not the default Python version.
|
||||
|
||||
*******************************************************************
|
||||
Reference in New Issue
Block a user