Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 16:06:14 GMT
From:      Kozlov Sergey <kozlov.sergey.404@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182378: [patch] devel/py-RPyC new version
Message-ID:  <201309251606.r8PG6E8s088344@oldred.freebsd.org>
Resent-Message-ID: <201309251610.r8PGA0dv049901@freefall.freebsd.org>

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

>Number:         182378
>Category:       ports
>Synopsis:       [patch] devel/py-RPyC new version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 25 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kozlov Sergey
>Release:        9.1-RELEASE-p7
>Organization:
ARC
>Environment:
FreeBSD sonya 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Tue Sep 10 18:39:35 EEST 2013     root@sonya:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Updated port to RPyC-3.2.3

Changes:

Makefile:
- MASTER_SITES changed to CHEESESHOP only, because SF site is no longer avaliable
- no need to change default DISTNAME anymore
- no dos-like line endings detected, so USE_DOS2UNIX no longer needed
- RPyC can work with many python versions, changed USE_PYTHON to simple "yes"
- non-default PYDISTUTILS_PKGNAME actually breaks the installation, removed
pkg-descr:
- Changed to single space after WWW: due to porttools warning
- Old WWW is a redirect to new one, changed.

Port tested with FreeBSD Port Tools 0.99_8, looks fine
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 328296)
+++ Makefile	(working copy)
@@ -2,12 +2,10 @@
 # $FreeBSD$
 
 PORTNAME=	rpyc
-PORTVERSION=	3.1.0
+PORTVERSION=	3.2.3
 CATEGORIES=	devel python
-MASTER_SITES=	SF/${PORTNAME}/files/main/${PORTVERSION} \
-		CHEESESHOP
+MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	RPyC-${PORTVERSION}
 
 MAINTAINER=	wenheping@gmail.com
 COMMENT=	Remote Python Call
@@ -14,10 +12,8 @@
 
 LICENSE=	MIT
 
-USE_DOS2UNIX=	yes
-USE_PYTHON=		2.7
+USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	RPyC
 
 NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 328296)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (RPyC-3.1.0.tar.gz) = ea6b54b100df8433927f1d654b242170885fd0060a58ba145f9f703c8758cbbf
-SIZE (RPyC-3.1.0.tar.gz) = 32573
+SHA256 (rpyc-3.2.3.tar.gz) = 80782d78863bc4f803b2534452dc37c5dcb6e85230af77fe0ce5a0206e37f661
+SIZE (rpyc-3.2.3.tar.gz) = 48371
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 328296)
+++ pkg-descr	(working copy)
@@ -5,4 +5,4 @@
 to overcome the physical boundaries between processes and computers,
 so that remote objects can be manipulated as if they were local.
 
-WWW:	http://rpyc.wikidot.com/
+WWW: http://rpyc.readthedocs.org/
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 328296)
+++ pkg-plist	(working copy)
@@ -1,6 +1,5 @@
 bin/rpyc_classic.py
 bin/rpyc_registry.py
-bin/rpyc_vdbconf.py
 %%PYTHON_SITELIBDIR%%/rpyc/__init__.py
 %%PYTHON_SITELIBDIR%%/rpyc/__init__.pyc
 %%PYTHON_SITELIBDIR%%/rpyc/__init__.pyo
@@ -43,6 +42,15 @@
 %%PYTHON_SITELIBDIR%%/rpyc/lib/compat.py
 %%PYTHON_SITELIBDIR%%/rpyc/lib/compat.pyc
 %%PYTHON_SITELIBDIR%%/rpyc/lib/compat.pyo
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/__init__.py
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/__init__.pyc
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/__init__.pyo
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/rpyc_classic.py
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/rpyc_classic.pyc
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/rpyc_classic.pyo
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/rpyc_registry.py
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/rpyc_registry.pyc
+%%PYTHON_SITELIBDIR%%/rpyc/scripts/rpyc_registry.pyo
 %%PYTHON_SITELIBDIR%%/rpyc/utils/__init__.py
 %%PYTHON_SITELIBDIR%%/rpyc/utils/__init__.pyc
 %%PYTHON_SITELIBDIR%%/rpyc/utils/__init__.pyo
@@ -64,10 +72,14 @@
 %%PYTHON_SITELIBDIR%%/rpyc/utils/server.py
 %%PYTHON_SITELIBDIR%%/rpyc/utils/server.pyc
 %%PYTHON_SITELIBDIR%%/rpyc/utils/server.pyo
+%%PYTHON_SITELIBDIR%%/rpyc/utils/ssh.py
+%%PYTHON_SITELIBDIR%%/rpyc/utils/ssh.pyc
+%%PYTHON_SITELIBDIR%%/rpyc/utils/ssh.pyo
 %%PYTHON_SITELIBDIR%%/rpyc/version.py
 %%PYTHON_SITELIBDIR%%/rpyc/version.pyc
 %%PYTHON_SITELIBDIR%%/rpyc/version.pyo
 @dirrm %%PYTHON_SITELIBDIR%%/rpyc/utils
+@dirrm %%PYTHON_SITELIBDIR%%/rpyc/scripts
 @dirrm %%PYTHON_SITELIBDIR%%/rpyc/lib
 @dirrm %%PYTHON_SITELIBDIR%%/rpyc/core
 @dirrm %%PYTHON_SITELIBDIR%%/rpyc


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



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