Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2011 09:56:31 GMT
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158336: [MAINTAINER] devel/py-pyro: 
Message-ID:  <201106270956.p5R9uVcG045657@red.freebsd.org>
Resent-Message-ID: <201106271000.p5RA0J6i006002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158336
>Category:       ports
>Synopsis:       [MAINTAINER] devel/py-pyro:
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 27 10:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Mahmatkhanov
>Release:        9.0-CURRENT
>Organization:
>Environment:
9.0-CURRENT i386
>Description:
- update to 4.7
- desable easy_install to save the ability install docs and examples conditionally (files/patch-setup.py)
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa py-pyro.orig/Makefile py-pyro/Makefile
--- py-pyro.orig/Makefile	2011-06-25 08:28:06.000000000 +0400
+++ py-pyro/Makefile	2011-06-27 12:42:19.000000000 +0400
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pyro
-PORTVERSION=	4.6
-PORTREVISION=	1
+PORTVERSION=	4.7
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff -ruNa py-pyro.orig/distinfo py-pyro/distinfo
--- py-pyro.orig/distinfo	2011-06-17 12:09:34.000000000 +0400
+++ py-pyro/distinfo	2011-06-27 12:21:50.000000000 +0400
@@ -1,2 +1,2 @@
-SHA256 (Pyro4-4.6.tar.gz) = bc9a395b0fbc7c3cfd527a4bb0bf2bd85d06ba3463be5d92d2a9456de9d7375d
-SIZE (Pyro4-4.6.tar.gz) = 75867
+SHA256 (Pyro4-4.7.tar.gz) = 2515a9100ca07b0bdc086c77d10fdbc6a5869990d93e1decdbbb999cdb81c32e
+SIZE (Pyro4-4.7.tar.gz) = 107212
diff -ruNa py-pyro.orig/files/patch-setup.py py-pyro/files/patch-setup.py
--- py-pyro.orig/files/patch-setup.py	1970-01-01 03:00:00.000000000 +0300
+++ py-pyro/files/patch-setup.py	2011-06-27 12:41:13.000000000 +0400
@@ -0,0 +1,13 @@
+--- setup.py.orig	2011-06-27 12:36:55.000000000 +0400
++++ setup.py	2011-06-27 12:40:48.000000000 +0400
+@@ -1,9 +1,5 @@
+ import sys
+-try:
+-    # try setuptools first, to get access to build_sphinx command
+-    from setuptools import setup
+-except ImportError:
+-    from distutils.core import setup
++from distutils.core import setup
+ 
+ if __name__ == '__main__' :
+     sys.path.insert(0, "src")
diff -ruNa py-pyro.orig/pkg-plist py-pyro/pkg-plist
--- py-pyro.orig/pkg-plist	2011-06-17 12:09:34.000000000 +0400
+++ py-pyro/pkg-plist	2011-06-27 13:13:49.000000000 +0400
@@ -43,9 +43,30 @@
 %%PYTHON_SITELIBDIR%%/Pyro4/util.py
 %%PYTHON_SITELIBDIR%%/Pyro4/util.pyc
 %%PYTHON_SITELIBDIR%%/Pyro4/util.pyo
-@dirrm %%PYTHON_SITELIBDIR%%/Pyro4/socketserver
-@dirrm %%PYTHON_SITELIBDIR%%/Pyro4/test
-@dirrm %%PYTHON_SITELIBDIR%%/Pyro4/
+%%PORTDOCS%%%%DOCSDIR%%/Makefile
+%%PORTDOCS%%%%DOCSDIR%%/make.bat
+%%PORTDOCS%%%%DOCSDIR%%/source/Introduction.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/Tutorial.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/alternative.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/changelog.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/conf.py
+%%PORTDOCS%%%%DOCSDIR%%/source/config.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/index.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/licensedisclaimer.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/other.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/socketserver.rst
+%%PORTDOCS%%%%DOCSDIR%%/source/upgrading.rst
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async/client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async/client_batch.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/async/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/attributes/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/attributes/client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/attributes/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/autoproxy/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/autoproxy/client.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/autoproxy/server.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/autoproxy/thingy.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/autoreconnect/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/autoreconnect/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/autoreconnect/clientNS.py
@@ -55,8 +76,8 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/banks/banks.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/banks/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/banks/server.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/batchedcalls/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/batchedcalls/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/batchedcalls/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/batchedcalls/server.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/benchmark/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/benchmark/bench.py
@@ -82,8 +103,8 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/distributed-computing/dispatcher.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/distributed-computing/worker.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/distributed-computing/workitem.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echoserver/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/echoserver/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echoserver/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventloop/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventloop/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/eventloop/server.py
@@ -117,30 +138,69 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shoppingcart/clients.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shoppingcart/shoppingcart.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/shoppingcart/shopserver.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stdinstdout/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stdinstdout/inputoutput.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stdinstdout/program.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase1/aggregator.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase1/main.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase1/stockmarket.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase1/viewer.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase2/aggregator.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase2/main.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase2/stockmarket.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase2/viewer.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase3/aggregator.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase3/stockmarket.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stockquotes/phase3/viewer.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout/Readme.txt
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout/client.py
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timeout/server.py
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/autoreconnect
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/banks
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/batchedcalls
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/benchmark
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/callback
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/chatbox
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/circular
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/distributed-computing
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/echoserver
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/eventloop
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/exceptions
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hugetransfer
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nameserverstress
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nonameserver
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oneway
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proxysharing
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/robots
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/servertypes
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/shoppingcart
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/Readme.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase1/person.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase1/visit.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase1/warehouse.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase2/person.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase2/visit.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase2/warehouse.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase3/person.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase3/visit.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/warehouse/phase3/warehouse.py
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/warehouse/phase3
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/warehouse/phase2
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/warehouse/phase1
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/warehouse
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/timeout
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/stockquotes/phase3
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/stockquotes/phase2
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/stockquotes/phase1
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/stockquotes
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/stdinstdout
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/shoppingcart
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/servertypes
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/robots
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proxysharing
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/oneway
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nonameserver
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/nameserverstress
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hugetransfer
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/exceptions
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/eventloop
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/echoserver
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/distributed-computing
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/circular
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/chatbox
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/callback
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/benchmark
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/batchedcalls
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/banks
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/autoreconnect
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/autoproxy
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/attributes
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/async
 %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%%%DOCSDIR%%/index.html
-%%PORTDOCS%%%%DOCSDIR%%/socketserver_api.txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/source
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%PYTHON_SITELIBDIR%%/Pyro4/test
+@dirrm %%PYTHON_SITELIBDIR%%/Pyro4/socketserver
+@dirrm %%PYTHON_SITELIBDIR%%/Pyro4


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106270956.p5R9uVcG045657>