diff options
Diffstat (limited to 'www/py-lia-web')
-rw-r--r-- | www/py-lia-web/Makefile | 23 | ||||
-rw-r--r-- | www/py-lia-web/distinfo | 3 | ||||
-rw-r--r-- | www/py-lia-web/pkg-descr | 6 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/py-lia-web/Makefile b/www/py-lia-web/Makefile new file mode 100644 index 000000000000..8745961f7679 --- /dev/null +++ b/www/py-lia-web/Makefile @@ -0,0 +1,23 @@ +PORTNAME= lia-web +DISTVERSION= 0.2.3 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= lia_web-${DISTVERSION} + +MAINTAINER= kai@FreeBSD.org +COMMENT= Library for working with web frameworks +WWW= https://github.com/patrick91/lia + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.14.0:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-lia-web/distinfo b/www/py-lia-web/distinfo new file mode 100644 index 000000000000..ce930078b119 --- /dev/null +++ b/www/py-lia-web/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1755334977 +SHA256 (lia_web-0.2.3.tar.gz) = ccc9d24cdc200806ea96a20b22fb68f4759e6becdb901bd36024df7921e848d7 +SIZE (lia_web-0.2.3.tar.gz) = 156761 diff --git a/www/py-lia-web/pkg-descr b/www/py-lia-web/pkg-descr new file mode 100644 index 000000000000..62ab0f8fefec --- /dev/null +++ b/www/py-lia-web/pkg-descr @@ -0,0 +1,6 @@ +Write once, run everywhere - A universal web framework adapter for Python that +lets you write code once and use it across multiple web frameworks. + +Lia provides a unified interface for common web framework operations, allowing +you to write framework-agnostic code that can be easily adapted to work with +FastAPI, Flask, Django, and other popular Python web frameworks. |