mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-azure-data-tables: Update to 12.4.2
Changelog: https://pypi.org/project/azure-data-tables/12.4.2/
This commit is contained in:
parent
86632bff1d
commit
2fde300e5a
2 changed files with 15 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= azure-data-tables
|
PORTNAME= azure-data-tables
|
||||||
DISTVERSION= 12.4.0
|
DISTVERSION= 12.4.2
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -10,12 +10,19 @@ WWW= https://pypi.org/project/azure-data-tables/
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}azure-core>=1.15.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= azurepy python:3.6+ zip
|
USES= azurepy python:3.7+ zip
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent distutils
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PYTHON_REL} < 30800
|
||||||
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1655516841
|
TIMESTAMP = 1684595167
|
||||||
SHA256 (azure-data-tables-12.4.0.zip) = dd5fc8de91e2f8908efa4c64ca7f63cf83b3068a9ba426298de3b54139e9665c
|
SHA256 (azure-data-tables-12.4.2.zip) = 3b3d5d15b2a963e09b4934b1fe2ba217f29dd9ac51821c17549fcaf874702434
|
||||||
SIZE (azure-data-tables-12.4.0.zip) = 280621
|
SIZE (azure-data-tables-12.4.2.zip) = 315127
|
||||||
|
|
Loading…
Add table
Reference in a new issue