git: 9673aa678936 - main - devel/py-scooby: New port: Python environment detective
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 May 2022 08:49:07 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9673aa6789360e64a309dd6cafbf2d002001dc2f commit 9673aa6789360e64a309dd6cafbf2d002001dc2f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-30 07:15:46 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-30 08:49:05 +0000 devel/py-scooby: New port: Python environment detective --- devel/Makefile | 1 + devel/py-scooby/Makefile | 18 ++++++++++++++++++ devel/py-scooby/distinfo | 3 +++ devel/py-scooby/pkg-descr | 4 ++++ 4 files changed, 26 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index e72d38cab1b0..2a4c76f15698 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5268,6 +5268,7 @@ SUBDIR += py-schema SUBDIR += py-schematics-patched SUBDIR += py-scikit-build + SUBDIR += py-scooby SUBDIR += py-scripttest SUBDIR += py-selection SUBDIR += py-semantic-version diff --git a/devel/py-scooby/Makefile b/devel/py-scooby/Makefile new file mode 100644 index 000000000000..f72651899095 --- /dev/null +++ b/devel/py-scooby/Makefile @@ -0,0 +1,18 @@ +PORTNAME= scooby +DISTVERSION= 0.5.12 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Python environment detective + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.7+ +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-scooby/distinfo b/devel/py-scooby/distinfo new file mode 100644 index 000000000000..2a3fb20ff111 --- /dev/null +++ b/devel/py-scooby/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1653894558 +SHA256 (scooby-0.5.12.tar.gz) = 874828e38834c1ccb2236a7491e0739675086608c6588abf132cdd0049458192 +SIZE (scooby-0.5.12.tar.gz) = 17080 diff --git a/devel/py-scooby/pkg-descr b/devel/py-scooby/pkg-descr new file mode 100644 index 000000000000..13d2ae6e8db3 --- /dev/null +++ b/devel/py-scooby/pkg-descr @@ -0,0 +1,4 @@ +scooby is a lightweight tool for easily reporting your Python +environment's package versions and hardware resources. + +WWW: https://github.com/banesullivan/scooby