From owner-svn-ports-head@freebsd.org Fri Feb 26 06:56:36 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96A5A557C64; Fri, 26 Feb 2021 06:56:36 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dn0nJ3qhJz4sG7; Fri, 26 Feb 2021 06:56:36 +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 767222629E; Fri, 26 Feb 2021 06:56:36 +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 11Q6uaFA037129; Fri, 26 Feb 2021 06:56:36 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11Q6uZca037125; Fri, 26 Feb 2021 06:56:35 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102260656.11Q6uZca037125@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 26 Feb 2021 06:56:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566585 - in head/devel: . py-orange-canvas-core X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-orange-canvas-core X-SVN-Commit-Revision: 566585 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 06:56:36 -0000 Author: yuri Date: Fri Feb 26 06:56:35 2021 New Revision: 566585 URL: https://svnweb.freebsd.org/changeset/ports/566585 Log: New port: devel/py-orange-canvas-core: Core component of Orange Canvas Added: head/devel/py-orange-canvas-core/ head/devel/py-orange-canvas-core/Makefile (contents, props changed) head/devel/py-orange-canvas-core/distinfo (contents, props changed) head/devel/py-orange-canvas-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 26 06:48:49 2021 (r566584) +++ head/devel/Makefile Fri Feb 26 06:56:35 2021 (r566585) @@ -4699,6 +4699,7 @@ SUBDIR += py-opentracing SUBDIR += py-opster SUBDIR += py-optik + SUBDIR += py-orange-canvas-core SUBDIR += py-ordered-set SUBDIR += py-ordereddict SUBDIR += py-orderedmultidict Added: head/devel/py-orange-canvas-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-orange-canvas-core/Makefile Fri Feb 26 06:56:35 2021 (r566585) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= orange-canvas-core +DISTVERSION= 0.1.19 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Core component of Orange Canvas + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= \ + ${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.11:x11-toolkits/py-AnyQt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}CommonMark>=0.8.1:textproc/py-CommonMark@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cachecontrol>0:devel/py-cachecontrol@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dictdiffer>0:misc/py-dictdiffer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pip>=18.0:devel/py-pip@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}qasync>0:devel/py-qasync@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include Added: head/devel/py-orange-canvas-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-orange-canvas-core/distinfo Fri Feb 26 06:56:35 2021 (r566585) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614320866 +SHA256 (orange-canvas-core-0.1.19.tar.gz) = 54f127f9823e11b715305f28dacd6934408fcd0e3b19cc3ff26254a7abd88a0f +SIZE (orange-canvas-core-0.1.19.tar.gz) = 404659 Added: head/devel/py-orange-canvas-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-orange-canvas-core/pkg-descr Fri Feb 26 06:56:35 2021 (r566585) @@ -0,0 +1,5 @@ +Orange Canvas Core is a framework for building graphical user interfaces for +editing workflows. It is a component used to build the Orange Canvas data-mining +application (for which it was developed in the first place). + +WWW: https://orangedatamining.com/