From owner-dev-commits-ports-all@freebsd.org Tue Aug 17 16:20:17 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9992F666E79; Tue, 17 Aug 2021 16:20:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gpx8K3wkkz3HnW; Tue, 17 Aug 2021 16:20:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6ADEB20CA6; Tue, 17 Aug 2021 16:20:17 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17HGKHFg079235; Tue, 17 Aug 2021 16:20:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17HGKHOb079231; Tue, 17 Aug 2021 16:20:17 GMT (envelope-from git) Date: Tue, 17 Aug 2021 16:20:17 GMT Message-Id: <202108171620.17HGKHOb079231@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dmitry Marakasov Subject: git: c8ea358e6764 - main - devel/py-lxml-stubs: new port: Type annotations for the lxml package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: amdmi3 X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c8ea358e67642038b2e20d4f6427072ff251aeb7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2021 16:20:17 -0000 The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=c8ea358e67642038b2e20d4f6427072ff251aeb7 commit c8ea358e67642038b2e20d4f6427072ff251aeb7 Author: Dmitry Marakasov AuthorDate: 2021-08-17 15:38:43 +0000 Commit: Dmitry Marakasov 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 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/