git: e97e684cb0ee - main - devel/py-stdlib-list: New port: List of Python Standard Libraries

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 06 Aug 2022 17:29:43 UTC
The branch main has been updated by yuri:

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

commit e97e684cb0ee1bcb4f6148210440aac4913a32a7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-08-06 17:11:49 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-08-06 17:25:33 +0000

    devel/py-stdlib-list: New port: List of Python Standard Libraries
---
 devel/Makefile                 |  1 +
 devel/py-stdlib-list/Makefile  | 20 ++++++++++++++++++++
 devel/py-stdlib-list/distinfo  |  3 +++
 devel/py-stdlib-list/pkg-descr |  5 +++++
 4 files changed, 29 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 421909a22583..d194e6318b18 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5288,6 +5288,7 @@
     SUBDIR += py-stackexchange
     SUBDIR += py-statgrab
     SUBDIR += py-statsd
+    SUBDIR += py-stdlib-list
     SUBDIR += py-stdnum
     SUBDIR += py-stevedore
     SUBDIR += py-stopit
diff --git a/devel/py-stdlib-list/Makefile b/devel/py-stdlib-list/Makefile
new file mode 100644
index 000000000000..90d4db9f7e46
--- /dev/null
+++ b/devel/py-stdlib-list/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	stdlib-list
+DISTVERSION=	0.8.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	List of Python Standard Libraries
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
+
+USES=		python:3.2+
+USE_PYTHON=	distutils autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-stdlib-list/distinfo b/devel/py-stdlib-list/distinfo
new file mode 100644
index 000000000000..021a9f4f19e8
--- /dev/null
+++ b/devel/py-stdlib-list/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1659805486
+SHA256 (stdlib-list-0.8.0.tar.gz) = a1e503719720d71e2ed70ed809b385c60cd3fb555ba7ec046b96360d30b16d9f
+SIZE (stdlib-list-0.8.0.tar.gz) = 82752
diff --git a/devel/py-stdlib-list/pkg-descr b/devel/py-stdlib-list/pkg-descr
new file mode 100644
index 000000000000..d4d89c53d8fb
--- /dev/null
+++ b/devel/py-stdlib-list/pkg-descr
@@ -0,0 +1,5 @@
+The package includes lists of all of the standard libraries for Python
+2.6, 2.7, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, and 3.9 along with the code for
+scraping the official Python docs to get said lists.
+
+WWW: https://github.com/jackmaney/python-stdlib-list