Ajout de ports pour flask
This commit is contained in:
34
devel/py-hatchling/Makefile
Normal file
34
devel/py-hatchling/Makefile
Normal file
@@ -0,0 +1,34 @@
|
||||
COMMENT= modern, extensible Python build backend used by Hatch
|
||||
|
||||
MODPY_EGG_VERSION= 1.17.1
|
||||
|
||||
DISTNAME= hatchling-${MODPY_EGG_VERSION}
|
||||
PKGNAME= py-${DISTNAME}
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
# https://github.com/pypa/hatch
|
||||
HOMEPAGE= https://hatch.pypa.io/
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/python
|
||||
MODPY_PI= Yes
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
FLAVORS= python3
|
||||
FLAVOR= python3
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/py-editables${MODPY_FLAVOR} \
|
||||
devel/py-pathspec${MODPY_FLAVOR} \
|
||||
devel/py-pluggy${MODPY_FLAVOR} \
|
||||
devel/py-trove-classifiers${MODPY_FLAVOR} \
|
||||
sysutils/py-packaging${MODPY_FLAVOR} \
|
||||
textproc/py-tomli${MODPY_FLAVOR}
|
||||
|
||||
MODPY_PYBUILD= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
Reference in New Issue
Block a user