aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-lxml-stubs/Makefile17
-rw-r--r--devel/py-lxml-stubs/distinfo3
-rw-r--r--devel/py-lxml-stubs/pkg-descr4
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index d80bd712c720..234f938ef782 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4668,6 +4668,7 @@
SUBDIR += py-louie
SUBDIR += py-lunardate
SUBDIR += py-lxml
+ SUBDIR += py-lxml-stubs
SUBDIR += py-mac-vendor-lookup
SUBDIR += py-macholib
SUBDIR += py-magic
diff --git a/devel/py-lxml-stubs/Makefile b/devel/py-lxml-stubs/Makefile
new file mode 100644
index 000000000000..f28cdaae7973
--- /dev/null
+++ b/devel/py-lxml-stubs/Makefile
@@ -0,0 +1,17 @@
+PORTNAME= lxml-stubs
+PORTVERSION= 0.2.0
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Type annotations for the lxml package
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-lxml-stubs/distinfo b/devel/py-lxml-stubs/distinfo
new file mode 100644
index 000000000000..1123604d9b13
--- /dev/null
+++ b/devel/py-lxml-stubs/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1629124507
+SHA256 (lxml-stubs-0.2.0.tar.gz) = 78f1bfb31b1f2af9a5c9e9a602ab1b589a64a5a3cc444931a39cdfd02d6864b0
+SIZE (lxml-stubs-0.2.0.tar.gz) = 12059
diff --git a/devel/py-lxml-stubs/pkg-descr b/devel/py-lxml-stubs/pkg-descr
new file mode 100644
index 000000000000..0602de7b651f
--- /dev/null
+++ b/devel/py-lxml-stubs/pkg-descr
@@ -0,0 +1,4 @@
+This repository contains external type annotations (see PEP 484)
+for the lxml package.
+
+WWW: https://pypi.org/project/lxml-stubs/