diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-16 19:02:10 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-05-16 19:02:38 +0000 |
| commit | d3c040225bdf47841dd52c4d6678f7c8742aaa56 (patch) | |
| tree | cfb9ce33aa79ed9b31115fe424c621cb9e0978b4 | |
| parent | 2c93e3d49dc5577bb68aa85d6e7b9295b9cfe9c9 (diff) | |
devel/py-printree: New port: Pretty print python objects in a tree format
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/py-printree/Makefile | 21 | ||||
| -rw-r--r-- | devel/py-printree/distinfo | 3 | ||||
| -rw-r--r-- | devel/py-printree/pkg-descr | 1 |
4 files changed, 26 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7d3aa9651cb6..e8dfac1688fb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5316,6 +5316,7 @@ SUBDIR += py-prettyprinter SUBDIR += py-prettytable SUBDIR += py-prettytable0 + SUBDIR += py-printree SUBDIR += py-process-tests SUBDIR += py-proglog SUBDIR += py-progress diff --git a/devel/py-printree/Makefile b/devel/py-printree/Makefile new file mode 100644 index 000000000000..ec97740e6763 --- /dev/null +++ b/devel/py-printree/Makefile @@ -0,0 +1,21 @@ +PORTNAME= printree +DISTVERSION= 0.2.0 +CATEGORIES= devel science +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Pretty print python objects in a tree format +WWW= https://github.com/chrizzFTD/printree + +LICENSE= MIT + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= pep517 autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-printree/distinfo b/devel/py-printree/distinfo new file mode 100644 index 000000000000..f957c9963ff7 --- /dev/null +++ b/devel/py-printree/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1715885773 +SHA256 (printree-0.2.0.tar.gz) = 36924fd545c1e197914ce8318a9c7c2b67b6258e381fe9935a40149ed885f588 +SIZE (printree-0.2.0.tar.gz) = 7958 diff --git a/devel/py-printree/pkg-descr b/devel/py-printree/pkg-descr new file mode 100644 index 000000000000..8f2c10854779 --- /dev/null +++ b/devel/py-printree/pkg-descr @@ -0,0 +1 @@ +Tree-like formatting for arbitrary python data structures. |
