From owner-svn-ports-all@freebsd.org Sun Oct 21 17:49:55 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42126FFC25E; Sun, 21 Oct 2018 17:49:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E0C3971B2C; Sun, 21 Oct 2018 17:49:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D85C210CCF; Sun, 21 Oct 2018 17:49:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9LHnsa3073134; Sun, 21 Oct 2018 17:49:54 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9LHnrbe073126; Sun, 21 Oct 2018 17:49:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810211749.w9LHnrbe073126@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 21 Oct 2018 17:49:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482716 - in head/misc: . py-molequeue py-molequeue/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . py-molequeue py-molequeue/files X-SVN-Commit-Revision: 482716 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2018 17:49:55 -0000 Author: yuri Date: Sun Oct 21 17:49:53 2018 New Revision: 482716 URL: https://svnweb.freebsd.org/changeset/ports/482716 Log: New port: misc/py-molequeue: Python binding for MolEqueue, task management framework Added: head/misc/py-molequeue/ head/misc/py-molequeue/Makefile (contents, props changed) head/misc/py-molequeue/distinfo (contents, props changed) head/misc/py-molequeue/files/ head/misc/py-molequeue/files/patch-molequeue_client.py (contents, props changed) head/misc/py-molequeue/pkg-descr (contents, props changed) head/misc/py-molequeue/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sun Oct 21 17:49:22 2018 (r482715) +++ head/misc/Makefile Sun Oct 21 17:49:53 2018 (r482716) @@ -418,6 +418,7 @@ SUBDIR += py-fuzzy SUBDIR += py-glance SUBDIR += py-kartograph + SUBDIR += py-molequeue SUBDIR += py-orange3-associate SUBDIR += py-orange3-datafusion SUBDIR += py-orange3-educational Added: head/misc/py-molequeue/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-molequeue/Makefile Sun Oct 21 17:49:53 2018 (r482716) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= molequeue +DISTVERSION= 0.9.0 +CATEGORIES= misc +MASTER_SITES= https://github.com/openchemistry/molequeue/releases/download/${DISTVERSION}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python binding for MolEqueue, task management framework + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>0:net/py-pyzmq@${PY_FLAVOR} + +USES= cmake:outsource compiler:c++11-lang python +USE_PYTHON= flavors + +WRKSRC_SUBDIR= python + +.include Added: head/misc/py-molequeue/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-molequeue/distinfo Sun Oct 21 17:49:53 2018 (r482716) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539726091 +SHA256 (molequeue-0.9.0.tar.gz) = df036dbca090db4348443cf3d09be35fdf877a37075b4cb427b1130f005ef6e5 +SIZE (molequeue-0.9.0.tar.gz) = 620286 Added: head/misc/py-molequeue/files/patch-molequeue_client.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-molequeue/files/patch-molequeue_client.py Sun Oct 21 17:49:53 2018 (r482716) @@ -0,0 +1,11 @@ +--- molequeue/client.py.orig 2018-10-21 03:22:34 UTC ++++ molequeue/client.py +@@ -122,7 +122,7 @@ class Client: + self.socket = self.context.socket(zmq.DEALER) + + tmpdir = tempfile.gettempdir() +- connection_string = 'ipc://%s/%s_%s' % (tmpdir, 'zmq', server) ++ connection_string = 'ipc://%s/%s' % (tmpdir, server) + self.socket.connect(connection_string) + + io_loop = ioloop.IOLoop.instance() Added: head/misc/py-molequeue/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-molequeue/pkg-descr Sun Oct 21 17:49:53 2018 (r482716) @@ -0,0 +1,5 @@ +Pythin bindings for MoleQueue, an open-source, cross-platform, system-tray +resident desktop application for abstracting, managing, and coordinating the +execution of tasks both locally and on remote computational resources. + +WWW: https://www.openchemistry.org/projects/molequeue Added: head/misc/py-molequeue/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/py-molequeue/pkg-plist Sun Oct 21 17:49:53 2018 (r482716) @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/molequeue/__init__.py +%%PYTHON_SITELIBDIR%%/molequeue/client.py +%%PYTHON_SITELIBDIR%%/molequeue/utils.py