diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-19 07:11:21 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-19 07:11:21 +0000 |
commit | e4f5c37688a52c5c8f0b2f0292753db1c030405a (patch) | |
tree | d60146c0d4610d5549c353d3a904c84213dcbe9f /devel/py-pydantic/Makefile | |
parent | 04ad8bfe6c69df3fb827e1c0b09debf87eaee71c (diff) | |
download | ports-e4f5c37688a52c5c8f0b2f0292753db1c030405a.tar.gz ports-e4f5c37688a52c5c8f0b2f0292753db1c030405a.zip |
devel/py-pydantic: Update 1.9.1 -> 1.10.2; Add tests
Reported by: portscout
Diffstat (limited to 'devel/py-pydantic/Makefile')
-rw-r--r-- | devel/py-pydantic/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/py-pydantic/Makefile b/devel/py-pydantic/Makefile index ec00378b359d..d08d8bbb6128 100644 --- a/devel/py-pydantic/Makefile +++ b/devel/py-pydantic/Makefile @@ -1,5 +1,5 @@ PORTNAME= pydantic -DISTVERSION= 1.9.1 +DISTVERSION= 1.10.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} USES= cpe python:3.7+ -USE_PYTHON= distutils cython autoplist +USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/pydantic/pydantic/issues/4535 CPE_VENDOR= pydantic_project +post-install: + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pydantic/*${PYTHON_EXT_SUFFIX}.so + .include <bsd.port.mk> |