git: cb2b0a357eb7 - main - devel/py-azure-data-tables: New port

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sat, 09 Apr 2022 15:36:51 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cb2b0a357eb725e23adf3be41b7672b7b6ef33ca

commit cb2b0a357eb725e23adf3be41b7672b7b6ef33ca
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2022-04-09 14:06:01 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2022-04-09 15:35:14 +0000

    devel/py-azure-data-tables: New port
    
    This is the Microsoft Azure Data Tables Client Library.
    
    Azure Tables is a NoSQL data storage service that can be accessed from anywhere
    in the world via authenticated calls using HTTP or HTTPS. Tables scales as
    needed to support the amount of data inserted, and allow for the storing of
    data with non-complex accessing. The Azure Tables client can be used to access
    Azure Storage or Cosmos accounts.
    
    WWW: https://pypi.org/project/azure-data-tables
---
 devel/Makefile                       |  1 +
 devel/py-azure-data-tables/Makefile  | 20 ++++++++++++++++++++
 devel/py-azure-data-tables/distinfo  |  3 +++
 devel/py-azure-data-tables/pkg-descr |  9 +++++++++
 4 files changed, 33 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index aca9f495650a..d2dc111158cd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4189,6 +4189,7 @@
     SUBDIR += py-azure-batch
     SUBDIR += py-azure-core
     SUBDIR += py-azure-cosmos
+    SUBDIR += py-azure-data-tables
     SUBDIR += py-azure-datalake-store
     SUBDIR += py-azure-functions-devops-build
     SUBDIR += py-azure-graphrbac
diff --git a/devel/py-azure-data-tables/Makefile b/devel/py-azure-data-tables/Makefile
new file mode 100644
index 000000000000..0279552ffdcf
--- /dev/null
+++ b/devel/py-azure-data-tables/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	azure-data-tables
+DISTVERSION=	12.2.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dbaio@FreeBSD.org
+COMMENT=	Microsoft Azure Data Tables Client Library for Python
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-core>=1.14.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
+
+USES=		azurepy python:3.6+ zip
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-azure-data-tables/distinfo b/devel/py-azure-data-tables/distinfo
new file mode 100644
index 000000000000..fb6667bdd8b9
--- /dev/null
+++ b/devel/py-azure-data-tables/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1649512416
+SHA256 (azure-data-tables-12.2.0.zip) = d214baf781a3a416ae1735d05292347e38174c4fe486dd6e0e4c807692b41c28
+SIZE (azure-data-tables-12.2.0.zip) = 1138992
diff --git a/devel/py-azure-data-tables/pkg-descr b/devel/py-azure-data-tables/pkg-descr
new file mode 100644
index 000000000000..2b62b7e4268b
--- /dev/null
+++ b/devel/py-azure-data-tables/pkg-descr
@@ -0,0 +1,9 @@
+This is the Microsoft Azure Data Tables Client Library.
+
+Azure Tables is a NoSQL data storage service that can be accessed from anywhere
+in the world via authenticated calls using HTTP or HTTPS. Tables scales as
+needed to support the amount of data inserted, and allow for the storing of
+data with non-complex accessing. The Azure Tables client can be used to access
+Azure Storage or Cosmos accounts.
+
+WWW: https://pypi.org/project/azure-data-tables/