mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 3.9
This commit is contained in:
parent
a188b30721
commit
48aa508d30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231591
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pyro
|
||||
PORTVERSION= 3.8.1
|
||||
PORTVERSION= 3.9
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= SF
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Pyro-3.8.1.tar.gz) = 8ab110b43f891c9664628133753c903a
|
||||
SHA256 (Pyro-3.8.1.tar.gz) = d9e8073c7abb0fd9a94ec72c48f5bf4673de8e9333082dce6954d18a2fe35efd
|
||||
SIZE (Pyro-3.8.1.tar.gz) = 246314
|
||||
MD5 (Pyro-3.9.tar.gz) = bf93261d0b0332bfafd7220213c11074
|
||||
SHA256 (Pyro-3.9.tar.gz) = de452649bb5d178e7b7f05c9ad072bf8d3cfecb2eb049d21181a13e554646ca3
|
||||
SIZE (Pyro-3.9.tar.gz) = 290837
|
||||
|
@ -1,22 +0,0 @@
|
||||
--- setup.py.orig 2008-12-30 21:36:38.000000000 +0800
|
||||
+++ setup.py 2008-12-30 21:37:41.000000000 +0800
|
||||
@@ -40,7 +40,8 @@
|
||||
loc=cp.get('install','install-scripts')
|
||||
print 'Unattended install. Scripts will go to',loc
|
||||
else:
|
||||
- scr=raw_input('Do you want the Pyro scripts (in bin/) installed (y/n)? ')
|
||||
+ #scr=raw_input('Do you want the Pyro scripts (in bin/) installed (y/n)? ')
|
||||
+ scr='y'
|
||||
|
||||
if scr.lower()=='y':
|
||||
#loc=cp.get('install','install-scripts')
|
||||
@@ -52,7 +53,8 @@
|
||||
print 'The default location is usually something like C:\\Python\\Scripts'
|
||||
print 'on Windows and /usr/local/bin on Unixes.'
|
||||
#scr=raw_input('Where do you want them to be installed ('+loc+')? ')
|
||||
- scr=raw_input('Where do you want them to be installed (empty=default loc.)? ')
|
||||
+ #scr=raw_input('Where do you want them to be installed (empty=default loc.)? ')
|
||||
+ scr=''
|
||||
|
||||
if scr:
|
||||
loc=scr
|
@ -95,6 +95,7 @@ bin/pyro-nsd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/PyroManual.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyro-large.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyromanual.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/pyromanual_print.css
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@ -224,6 +225,15 @@ bin/pyro-nsd
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/Readme.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/maxclients/server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule1.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule2.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/clientmodule3.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/readme.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule1.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule2.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mobilehierarchy/server/servermodule3.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/Readme.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread/server.py
|
||||
@ -248,6 +258,15 @@ bin/pyro-nsd
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/object.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/quickstart-noNS/server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/auth_client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/auth_server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_client2.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/basic_server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/Readme.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_server_caller.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sessions/storage_server_tls.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/Readme.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple/server.py
|
||||
@ -259,9 +278,11 @@ bin/pyro-nsd
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl/client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ssl/server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Client.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Client_noNS.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/MClient.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Readme.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Server.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Server_noNS.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/Readme.txt
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/consumer.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stresstest/naming.py
|
||||
@ -346,6 +367,8 @@ bin/pyro-nsd
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/inheritance
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/logging
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/maxclients
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobilehierarchy/server
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/mobilehierarchy
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/multithread
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/naming
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/noNS
|
||||
@ -353,6 +376,7 @@ bin/pyro-nsd
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proxysharing
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/quickstart
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/quickstart-noNS
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/sessions/
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/simple
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ssl/certs
|
||||
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/ssl
|
||||
|
Loading…
Reference in New Issue
Block a user