Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 23:20:45 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
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
Message-ID:  <202010312320.09VNKj1d091827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



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