Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2024 09:03:07 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e54f3d97601d - main - devel/py-types-decorator: New port: Typing stubs for decorator
Message-ID:  <202405030903.443937wS077554@gitrepo.freebsd.org>

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

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

commit e54f3d97601d94158b6f0b3483c57fbd8359e9a3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-03 08:02:12 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-03 09:02:53 +0000

    devel/py-types-decorator: New port: Typing stubs for decorator
---
 devel/Makefile                     |  1 +
 devel/py-types-decorator/Makefile  | 18 ++++++++++++++++++
 devel/py-types-decorator/distinfo  |  3 +++
 devel/py-types-decorator/pkg-descr |  5 +++++
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index c58d5536d388..bb7fce00d9be 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5822,6 +5822,7 @@
     SUBDIR += py-types-Werkzeug
     SUBDIR += py-types-click
     SUBDIR += py-types-cryptography
+    SUBDIR += py-types-decorator
     SUBDIR += py-types-docutils
     SUBDIR += py-types-futures
     SUBDIR += py-types-jsonschema
diff --git a/devel/py-types-decorator/Makefile b/devel/py-types-decorator/Makefile
new file mode 100644
index 000000000000..a873ba375b2c
--- /dev/null
+++ b/devel/py-types-decorator/Makefile
@@ -0,0 +1,18 @@
+PORTNAME=	types-decorator
+DISTVERSION=	5.1.8.20240310
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Typing stubs for decorator
+WWW=		https://github.com/python/typeshed
+
+LICENSE=	APACHE20
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-types-decorator/distinfo b/devel/py-types-decorator/distinfo
new file mode 100644
index 000000000000..5df06dfd9fd3
--- /dev/null
+++ b/devel/py-types-decorator/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1714722935
+SHA256 (types-decorator-5.1.8.20240310.tar.gz) = 52e316b03783886a8a2abdc228f7071680ba65894545cd2085ebe3cf88684a0e
+SIZE (types-decorator-5.1.8.20240310.tar.gz) = 3734
diff --git a/devel/py-types-decorator/pkg-descr b/devel/py-types-decorator/pkg-descr
new file mode 100644
index 000000000000..94a8557e9d63
--- /dev/null
+++ b/devel/py-types-decorator/pkg-descr
@@ -0,0 +1,5 @@
+types-decorator is a collection of library stubs for Python, with static types.
+
+Typeshed contains external type annotations for the Python standard library and
+Python builtins, as well as third party packages as contributed by people
+external to those projects.



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