From owner-svn-ports-all@freebsd.org Sat Oct 31 23:20:46 2020 Return-Path: Delivered-To: svn-ports-all@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 7FAE7458CC7; Sat, 31 Oct 2020 23:20:46 +0000 (UTC) (envelope-from dbaio@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CNwCL2qjRz460C; Sat, 31 Oct 2020 23:20:46 +0000 (UTC) (envelope-from dbaio@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 445F2EECA; Sat, 31 Oct 2020 23:20:46 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09VNKkpN091831; Sat, 31 Oct 2020 23:20:46 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09VNKj1d091827; Sat, 31 Oct 2020 23:20:45 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202010312320.09VNKj1d091827@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 31 Oct 2020 23:20:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r553804 - in head/devel: . py-azure-synapse-artifacts X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/devel: . py-azure-synapse-artifacts X-SVN-Commit-Revision: 553804 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.33 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: Sat, 31 Oct 2020 23:20:46 -0000 Author: dbaio Date: Sat Oct 31 23:20:45 2020 New Revision: 553804 URL: https://svnweb.freebsd.org/changeset/ports/553804 Log: Add devel/py-azure-synapse-artifacts This is the Microsoft Azure Synapse Artifacts Client Library. Azure Synapse is a limitless analytics service that brings together enterprise data warehousing and Big Data analytics. WWW: https://pypi.org/project/azure-synapse-artifacts/ Added: head/devel/py-azure-synapse-artifacts/ head/devel/py-azure-synapse-artifacts/Makefile (contents, props changed) head/devel/py-azure-synapse-artifacts/distinfo (contents, props changed) head/devel/py-azure-synapse-artifacts/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Oct 31 23:14:53 2020 (r553803) +++ head/devel/Makefile Sat Oct 31 23:20:45 2020 (r553804) @@ -4174,6 +4174,7 @@ SUBDIR += py-azure-storage-blob SUBDIR += py-azure-storage-common SUBDIR += py-azure-synapse-accesscontrol + SUBDIR += py-azure-synapse-artifacts SUBDIR += py-azure-synapse-spark SUBDIR += py-b2sdk SUBDIR += py-babel Added: head/devel/py-azure-synapse-artifacts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-synapse-artifacts/Makefile Sat Oct 31 23:20:45 2020 (r553804) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= azure-synapse-artifacts +DISTVERSION= 0.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= dbaio@FreeBSD.org +COMMENT= Microsoft Azure Synapse Artifacts Client Library for Python + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}azure-core>=1.6.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} + +USES= azurepy python zip +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Added: head/devel/py-azure-synapse-artifacts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-synapse-artifacts/distinfo Sat Oct 31 23:20:45 2020 (r553804) @@ -0,0 +1,3 @@ +TIMESTAMP = 1604185726 +SHA256 (azure-synapse-artifacts-0.3.0.zip) = 2a705b4a89cea8e67c2189b9be7153662cd73073c3c15bcee5033a9378fd835c +SIZE (azure-synapse-artifacts-0.3.0.zip) = 406210 Added: head/devel/py-azure-synapse-artifacts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-azure-synapse-artifacts/pkg-descr Sat Oct 31 23:20:45 2020 (r553804) @@ -0,0 +1,6 @@ +This is the Microsoft Azure Synapse Artifacts Client Library. + +Azure Synapse is a limitless analytics service that brings together enterprise +data warehousing and Big Data analytics. + +WWW: https://pypi.org/project/azure-synapse-artifacts/