diff options
Diffstat (limited to 'devel/py-uv/Makefile')
-rw-r--r-- | devel/py-uv/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/py-uv/Makefile b/devel/py-uv/Makefile new file mode 100644 index 000000000000..c5ea5749819c --- /dev/null +++ b/devel/py-uv/Makefile @@ -0,0 +1,29 @@ +PORTNAME= uv +DISTVERSION= 0.9.0 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python package for uv - extremely fast Python package installer +WWW= https://astral.sh/ \ + https://docs.astral.sh/uv/ \ + https://github.com/astral-sh/uv + +LICENSE= APACHE20 MIT +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= uv:devel/uv + +USES= python +USE_PYTHON= pep517 autoplist + +USE_GITHUB= yes +GH_ACCOUNT= astral-sh + +NO_ARCH= yes + +.include <bsd.port.mk> |