pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

update package py-rpyc ; add py-plumbum as py-rpyc package dependencie



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Sun Feb 14 20:12:30 2016 +0100
Changeset:	7a34c1cc7e08004d0debdfa8453bac5f4eff2feb

Modified Files:
	Makefile
	py-rpyc/DESCR
	py-rpyc/Makefile
	py-rpyc/PLIST
	py-rpyc/distinfo
Added Files:
	py-plumbum/DESCR
	py-plumbum/Makefile
	py-plumbum/PLIST
	py-plumbum/distinfo

Log Message:
update package py-rpyc ; add py-plumbum as py-rpyc package dependencie

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a34c1cc7e08004d0debdfa8453bac5f4eff2feb

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |   1 +
 py-plumbum/DESCR    |  12 ++++++
 py-plumbum/Makefile |  14 ++++++
 py-plumbum/PLIST    | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-plumbum/distinfo |   6 +++
 py-rpyc/DESCR       |  10 ++---
 py-rpyc/Makefile    |  17 +++-----
 py-rpyc/PLIST       |  24 +++++++++--
 py-rpyc/distinfo    |   9 ++--
 9 files changed, 192 insertions(+), 23 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 2ecd996..1627313 100644
--- a/Makefile
+++ b/Makefile
@@ -3172,6 +3172,7 @@ SUBDIR+=	py-plete
 SUBDIR+=	py-plex
 SUBDIR+=	py-plink
 SUBDIR+=	py-plucker
+SUBDIR+=	py-plumbum
 SUBDIR+=	py-ply
 SUBDIR+=	py-pmi
 SUBDIR+=	py-poster
diff --git a/py-plumbum/DESCR b/py-plumbum/DESCR
new file mode 100644
index 0000000..feb58d5
--- /dev/null
+++ b/py-plumbum/DESCR
@@ -0,0 +1,12 @@
+Ever wished the compactness of shell scripts be put into a real programming
+language? Say hello to Plumbum Shell Combinators. Plumbum (Latin for lead,
+which was used to create pipes back in the day) is a small yet feature-rich
+library for shell script-like programs in Python. The motto of the library is
+"Never write shell scripts again", and thus it attempts to mimic the shell
+syntax ("shell combinators") where it makes sense, while keeping it all
+Pythonic and cross-platform.
+
+Apart from shell-like syntax and handy shortcuts, the library provides local
+and remote command execution (over SSH), local and remote file-system paths,
+easy working-directory and environment manipulation,
+and a programmatic Command-Line Interface (CLI) application toolkit.
diff --git a/py-plumbum/Makefile b/py-plumbum/Makefile
new file mode 100644
index 0000000..1270e28
--- /dev/null
+++ b/py-plumbum/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	plumbum-1.6.1.post0
+CATEGORIES=	devel
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/plumbum/}
+
+MAINTAINER=	gde%llew.me@localhost
+HOMEPAGE=	http://plumbum.readthedocs.org/
+COMMENT=	Plumbum: shell combinators library
+LICENSE=	mit
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-plumbum/PLIST b/py-plumbum/PLIST
new file mode 100644
index 0000000..b3322a7
--- /dev/null
+++ b/py-plumbum/PLIST
@@ -0,0 +1,122 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/plumbum/__init__.py
+${PYSITELIB}/plumbum/__init__.pyc
+${PYSITELIB}/plumbum/__init__.pyo
+${PYSITELIB}/plumbum/_testtools.py
+${PYSITELIB}/plumbum/_testtools.pyc
+${PYSITELIB}/plumbum/_testtools.pyo
+${PYSITELIB}/plumbum/cli/__init__.py
+${PYSITELIB}/plumbum/cli/__init__.pyc
+${PYSITELIB}/plumbum/cli/__init__.pyo
+${PYSITELIB}/plumbum/cli/application.py
+${PYSITELIB}/plumbum/cli/application.pyc
+${PYSITELIB}/plumbum/cli/application.pyo
+${PYSITELIB}/plumbum/cli/progress.py
+${PYSITELIB}/plumbum/cli/progress.pyc
+${PYSITELIB}/plumbum/cli/progress.pyo
+${PYSITELIB}/plumbum/cli/switches.py
+${PYSITELIB}/plumbum/cli/switches.pyc
+${PYSITELIB}/plumbum/cli/switches.pyo
+${PYSITELIB}/plumbum/cli/terminal.py
+${PYSITELIB}/plumbum/cli/terminal.pyc
+${PYSITELIB}/plumbum/cli/terminal.pyo
+${PYSITELIB}/plumbum/cli/termsize.py
+${PYSITELIB}/plumbum/cli/termsize.pyc
+${PYSITELIB}/plumbum/cli/termsize.pyo
+${PYSITELIB}/plumbum/colorlib/__init__.py
+${PYSITELIB}/plumbum/colorlib/__init__.pyc
+${PYSITELIB}/plumbum/colorlib/__init__.pyo
+${PYSITELIB}/plumbum/colorlib/__main__.py
+${PYSITELIB}/plumbum/colorlib/__main__.pyc
+${PYSITELIB}/plumbum/colorlib/__main__.pyo
+${PYSITELIB}/plumbum/colorlib/_ipython_ext.py
+${PYSITELIB}/plumbum/colorlib/_ipython_ext.pyc
+${PYSITELIB}/plumbum/colorlib/_ipython_ext.pyo
+${PYSITELIB}/plumbum/colorlib/factories.py
+${PYSITELIB}/plumbum/colorlib/factories.pyc
+${PYSITELIB}/plumbum/colorlib/factories.pyo
+${PYSITELIB}/plumbum/colorlib/names.py
+${PYSITELIB}/plumbum/colorlib/names.pyc
+${PYSITELIB}/plumbum/colorlib/names.pyo
+${PYSITELIB}/plumbum/colorlib/styles.py
+${PYSITELIB}/plumbum/colorlib/styles.pyc
+${PYSITELIB}/plumbum/colorlib/styles.pyo
+${PYSITELIB}/plumbum/colors.py
+${PYSITELIB}/plumbum/colors.pyc
+${PYSITELIB}/plumbum/colors.pyo
+${PYSITELIB}/plumbum/commands/__init__.py
+${PYSITELIB}/plumbum/commands/__init__.pyc
+${PYSITELIB}/plumbum/commands/__init__.pyo
+${PYSITELIB}/plumbum/commands/base.py
+${PYSITELIB}/plumbum/commands/base.pyc
+${PYSITELIB}/plumbum/commands/base.pyo
+${PYSITELIB}/plumbum/commands/daemons.py
+${PYSITELIB}/plumbum/commands/daemons.pyc
+${PYSITELIB}/plumbum/commands/daemons.pyo
+${PYSITELIB}/plumbum/commands/modifiers.py
+${PYSITELIB}/plumbum/commands/modifiers.pyc
+${PYSITELIB}/plumbum/commands/modifiers.pyo
+${PYSITELIB}/plumbum/commands/processes.py
+${PYSITELIB}/plumbum/commands/processes.pyc
+${PYSITELIB}/plumbum/commands/processes.pyo
+${PYSITELIB}/plumbum/fs/__init__.py
+${PYSITELIB}/plumbum/fs/__init__.pyc
+${PYSITELIB}/plumbum/fs/__init__.pyo
+${PYSITELIB}/plumbum/fs/atomic.py
+${PYSITELIB}/plumbum/fs/atomic.pyc
+${PYSITELIB}/plumbum/fs/atomic.pyo
+${PYSITELIB}/plumbum/fs/mounts.py
+${PYSITELIB}/plumbum/fs/mounts.pyc
+${PYSITELIB}/plumbum/fs/mounts.pyo
+${PYSITELIB}/plumbum/lib.py
+${PYSITELIB}/plumbum/lib.pyc
+${PYSITELIB}/plumbum/lib.pyo
+${PYSITELIB}/plumbum/machines/__init__.py
+${PYSITELIB}/plumbum/machines/__init__.pyc
+${PYSITELIB}/plumbum/machines/__init__.pyo
+${PYSITELIB}/plumbum/machines/_windows.py
+${PYSITELIB}/plumbum/machines/_windows.pyc
+${PYSITELIB}/plumbum/machines/_windows.pyo
+${PYSITELIB}/plumbum/machines/base.py
+${PYSITELIB}/plumbum/machines/base.pyc
+${PYSITELIB}/plumbum/machines/base.pyo
+${PYSITELIB}/plumbum/machines/env.py
+${PYSITELIB}/plumbum/machines/env.pyc
+${PYSITELIB}/plumbum/machines/env.pyo
+${PYSITELIB}/plumbum/machines/local.py
+${PYSITELIB}/plumbum/machines/local.pyc
+${PYSITELIB}/plumbum/machines/local.pyo
+${PYSITELIB}/plumbum/machines/paramiko_machine.py
+${PYSITELIB}/plumbum/machines/paramiko_machine.pyc
+${PYSITELIB}/plumbum/machines/paramiko_machine.pyo
+${PYSITELIB}/plumbum/machines/remote.py
+${PYSITELIB}/plumbum/machines/remote.pyc
+${PYSITELIB}/plumbum/machines/remote.pyo
+${PYSITELIB}/plumbum/machines/session.py
+${PYSITELIB}/plumbum/machines/session.pyc
+${PYSITELIB}/plumbum/machines/session.pyo
+${PYSITELIB}/plumbum/machines/ssh_machine.py
+${PYSITELIB}/plumbum/machines/ssh_machine.pyc
+${PYSITELIB}/plumbum/machines/ssh_machine.pyo
+${PYSITELIB}/plumbum/path/__init__.py
+${PYSITELIB}/plumbum/path/__init__.pyc
+${PYSITELIB}/plumbum/path/__init__.pyo
+${PYSITELIB}/plumbum/path/base.py
+${PYSITELIB}/plumbum/path/base.pyc
+${PYSITELIB}/plumbum/path/base.pyo
+${PYSITELIB}/plumbum/path/local.py
+${PYSITELIB}/plumbum/path/local.pyc
+${PYSITELIB}/plumbum/path/local.pyo
+${PYSITELIB}/plumbum/path/remote.py
+${PYSITELIB}/plumbum/path/remote.pyc
+${PYSITELIB}/plumbum/path/remote.pyo
+${PYSITELIB}/plumbum/path/utils.py
+${PYSITELIB}/plumbum/path/utils.pyc
+${PYSITELIB}/plumbum/path/utils.pyo
+${PYSITELIB}/plumbum/version.py
+${PYSITELIB}/plumbum/version.pyc
+${PYSITELIB}/plumbum/version.pyo
diff --git a/py-plumbum/distinfo b/py-plumbum/distinfo
new file mode 100644
index 0000000..aed0934
--- /dev/null
+++ b/py-plumbum/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (plumbum-1.6.1.post0.tar.gz) = 32eda54d748c038eac21803ff9234501faf61a7e
+RMD160 (plumbum-1.6.1.post0.tar.gz) = e6eb29d08d8d9507ce63e2495515869140abe3f6
+SHA512 (plumbum-1.6.1.post0.tar.gz) = 5953de181a415d218f9da615c51b9669c93e8bc6995b91571496facce120ebf86a4a5a4a29e6cb226d426d7e479fd4dff996bbeeba135ea2f0b84d17a42a5b7e
+Size (plumbum-1.6.1.post0.tar.gz) = 79217 bytes
diff --git a/py-rpyc/DESCR b/py-rpyc/DESCR
index 63bf2b0..7875bbc 100644
--- a/py-rpyc/DESCR
+++ b/py-rpyc/DESCR
@@ -1,6 +1,6 @@
-RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a
-transparent and symmetrical python library for remote procedure
-calls, clustering and distributed-computing. RPyC makes use of
-object-proxying, a technique that employs python's dynamic nature,
-to overcome the physical boundaries between processes and computers,
+RPyC (pronounced like are-pie-see), or Remote Python Call, is a transparent
+library for symmetrical remote procedure calls, clustering and
+distributed-computing.
+RPyC makes use of object-proxying, a technique that employs python's dynamic
+nature, to overcome the physical boundaries between processes and computers,
 so that remote objects can be manipulated as if they were local.
diff --git a/py-rpyc/Makefile b/py-rpyc/Makefile
index d33ca4f..4007c97 100644
--- a/py-rpyc/Makefile
+++ b/py-rpyc/Makefile
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2012/10/07 13:57:29 asau Exp $
-#
+# $NetBSD$
 
-DISTNAME=	rpyc-3.2.2
+DISTNAME=	rpyc-3.3.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	net
-MASTER_SITES=	http://pypi.python.org/packages/source/r/rpyc/
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/rpyc/}
 
-MAINTAINER=	kamel.derouiche%gmail.com@localhost
-HOMEPAGE=	http://rpyc.sourceforge.net/
-COMMENT= Remote Python Call (RPyC), a transparent and symmetric RPC library
+MAINTAINER=	gde%llew.me@localhost
+HOMEPAGE=	http://rpyc.readthedocs.org/
+COMMENT=	Remote Python Call (RPyC), a transparent and symmetric RPC library
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/rpyc-3.2.2
-
-USE_LANGUAGES=	# none
+DEPENDS+=	${PYPKGPREFIX}-plumbum>=1.6.1:../../wip/py-plumbum
 
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-rpyc/PLIST b/py-rpyc/PLIST
index 7314dbc..e8c30e6 100644
--- a/py-rpyc/PLIST
+++ b/py-rpyc/PLIST
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2012/09/10 11:22:44 jihbed Exp $
+@comment $NetBSD$
 bin/rpyc_classic.py
 bin/rpyc_registry.py
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
 ${PYSITELIB}/${EGG_FILE}/dependency_links.txt
 ${PYSITELIB}/${EGG_FILE}/not-zip-safe
+${PYSITELIB}/${EGG_FILE}/requires.txt
 ${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/rpyc/__init__.py
 ${PYSITELIB}/rpyc/__init__.pyc
@@ -30,6 +31,9 @@ ${PYSITELIB}/rpyc/core/netref.pyo
 ${PYSITELIB}/rpyc/core/protocol.py
 ${PYSITELIB}/rpyc/core/protocol.pyc
 ${PYSITELIB}/rpyc/core/protocol.pyo
+${PYSITELIB}/rpyc/core/reactor.py
+${PYSITELIB}/rpyc/core/reactor.pyc
+${PYSITELIB}/rpyc/core/reactor.pyo
 ${PYSITELIB}/rpyc/core/service.py
 ${PYSITELIB}/rpyc/core/service.pyc
 ${PYSITELIB}/rpyc/core/service.pyo
@@ -39,6 +43,15 @@ ${PYSITELIB}/rpyc/core/stream.pyo
 ${PYSITELIB}/rpyc/core/vinegar.py
 ${PYSITELIB}/rpyc/core/vinegar.pyc
 ${PYSITELIB}/rpyc/core/vinegar.pyo
+${PYSITELIB}/rpyc/experimental/__init__.py
+${PYSITELIB}/rpyc/experimental/__init__.pyc
+${PYSITELIB}/rpyc/experimental/__init__.pyo
+${PYSITELIB}/rpyc/experimental/retunnel.py
+${PYSITELIB}/rpyc/experimental/retunnel.pyc
+${PYSITELIB}/rpyc/experimental/retunnel.pyo
+${PYSITELIB}/rpyc/experimental/splitbrain.py
+${PYSITELIB}/rpyc/experimental/splitbrain.pyc
+${PYSITELIB}/rpyc/experimental/splitbrain.pyo
 ${PYSITELIB}/rpyc/lib/__init__.py
 ${PYSITELIB}/rpyc/lib/__init__.pyc
 ${PYSITELIB}/rpyc/lib/__init__.pyo
@@ -69,9 +82,12 @@ ${PYSITELIB}/rpyc/utils/registry.pyo
 ${PYSITELIB}/rpyc/utils/server.py
 ${PYSITELIB}/rpyc/utils/server.pyc
 ${PYSITELIB}/rpyc/utils/server.pyo
-${PYSITELIB}/rpyc/utils/ssh.py
-${PYSITELIB}/rpyc/utils/ssh.pyc
-${PYSITELIB}/rpyc/utils/ssh.pyo
+${PYSITELIB}/rpyc/utils/teleportation.py
+${PYSITELIB}/rpyc/utils/teleportation.pyc
+${PYSITELIB}/rpyc/utils/teleportation.pyo
+${PYSITELIB}/rpyc/utils/zerodeploy.py
+${PYSITELIB}/rpyc/utils/zerodeploy.pyc
+${PYSITELIB}/rpyc/utils/zerodeploy.pyo
 ${PYSITELIB}/rpyc/version.py
 ${PYSITELIB}/rpyc/version.pyc
 ${PYSITELIB}/rpyc/version.pyo
diff --git a/py-rpyc/distinfo b/py-rpyc/distinfo
index d6146c4..ffebe57 100644
--- a/py-rpyc/distinfo
+++ b/py-rpyc/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/05/16 15:50:56 jihbed Exp $
+$NetBSD$
 
-SHA1 (rpyc-3.0.7.tar.gz) = 89fcafa70d6c46c587973e0857a6ded91538d781
-RMD160 (rpyc-3.0.7.tar.gz) = 27ca660a33128ec86d120d41be3a489b50c3f0f9
-Size (rpyc-3.0.7.tar.gz) = 31601 bytes
+SHA1 (rpyc-3.3.0.tar.gz) = 0241d44da9a6c7b6d9ed2773e632bb160723e9aa
+RMD160 (rpyc-3.3.0.tar.gz) = 863bdc7e995183fecf3eab21e9cdee07e4c1c1b8
+SHA512 (rpyc-3.3.0.tar.gz) = c586ab79d2ab3a8e14128c7ac5ae49a3311de0723453f801edb805819b06037ae015825fda32ac7620d99fdeceacbcbc5d1b4fadc3c7b2ac778e883ba9406793
+Size (rpyc-3.3.0.tar.gz) = 53541 bytes


Home | Main Index | Thread Index | Old Index