Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2021 16:20:17 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c8ea358e6764 - main - devel/py-lxml-stubs: new port: Type annotations for the lxml package
Message-ID:  <202108171620.17HGKHOb079231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c8ea358e67642038b2e20d4f6427072ff251aeb7

commit c8ea358e67642038b2e20d4f6427072ff251aeb7
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-08-17 15:38:43 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-08-17 16:19:49 +0000

    devel/py-lxml-stubs: new port: Type annotations for the lxml package
---
 devel/Makefile                |  1 +
 devel/py-lxml-stubs/Makefile  | 17 +++++++++++++++++
 devel/py-lxml-stubs/distinfo  |  3 +++
 devel/py-lxml-stubs/pkg-descr |  4 ++++
 4 files changed, 25 insertions(+)

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108171620.17HGKHOb079231>