aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-05-30 07:15:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-05-30 08:49:05 +0000
commit9673aa6789360e64a309dd6cafbf2d002001dc2f (patch)
tree604901eb9474d2c6ab6d4d58d0cf2a402eff6617
parent14e94b4f735b8341079942d31e963c04e729d2a4 (diff)
downloadports-9673aa6789360e64a309dd6cafbf2d002001dc2f.tar.gz
ports-9673aa6789360e64a309dd6cafbf2d002001dc2f.zip
devel/py-scooby: New port: Python environment detective
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-scooby/Makefile18
-rw-r--r--devel/py-scooby/distinfo3
-rw-r--r--devel/py-scooby/pkg-descr4
4 files changed, 26 insertions, 0 deletions
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