aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-17 15:38:43 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-08-17 16:19:49 +0000
commitc8ea358e67642038b2e20d4f6427072ff251aeb7 (patch)
tree64ab7804c677dcca7ceafb65120ba75b806dbd2a
parentf69008396459be328421d8b0fe43792fa9d9947e (diff)
downloadports-c8ea358e67642038b2e20d4f6427072ff251aeb7.tar.gz
ports-c8ea358e67642038b2e20d4f6427072ff251aeb7.zip
devel/py-lxml-stubs: new port: Type annotations for the lxml package
-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/