pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-scooby: adding a new package as a dependency for py-pyvista
Module Name: pkgsrc-wip
Committed By: Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By: daisuke
Date: Thu Oct 6 22:36:36 2022 +0800
Changeset: f13d9330b9c9743478dc3dd50da35a1eb6056ac5
Modified Files:
Makefile
Added Files:
py-scooby/DESCR
py-scooby/Makefile
py-scooby/PLIST
py-scooby/distinfo
Log Message:
py-scooby: adding a new package as a dependency for py-pyvista
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f13d9330b9c9743478dc3dd50da35a1eb6056ac5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-scooby/DESCR | 2 ++
py-scooby/Makefile | 16 ++++++++++++++++
py-scooby/PLIST | 18 ++++++++++++++++++
py-scooby/distinfo | 5 +++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 52c7f8539b..c49255d751 100644
--- a/Makefile
+++ b/Makefile
@@ -4616,6 +4616,7 @@ SUBDIR+= py-scimath
SUBDIR+= py-sciproc
SUBDIR+= py-scipy-data_fitting
SUBDIR+= py-scitools
+SUBDIR+= py-scooby
SUBDIR+= py-scramp
SUBDIR+= py-screenkey
SUBDIR+= py-screenutils
diff --git a/py-scooby/DESCR b/py-scooby/DESCR
new file mode 100644
index 0000000000..020473fd6a
--- /dev/null
+++ b/py-scooby/DESCR
@@ -0,0 +1,2 @@
+Lightweight tool for easily reporting your Python environment's package
+versions and hardware resources.
diff --git a/py-scooby/Makefile b/py-scooby/Makefile
new file mode 100644
index 0000000000..a32e330cf6
--- /dev/null
+++ b/py-scooby/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= scooby-0.6.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= python devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=s/scooby/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/banesullivan/scooby
+COMMENT= Lightweight tool for easily reporting Python environment
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-scooby/PLIST b/py-scooby/PLIST
new file mode 100644
index 0000000000..4f6be39a08
--- /dev/null
+++ b/py-scooby/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/scooby/__init__.py
+${PYSITELIB}/scooby/__init__.pyc
+${PYSITELIB}/scooby/__init__.pyo
+${PYSITELIB}/scooby/knowledge.py
+${PYSITELIB}/scooby/knowledge.pyc
+${PYSITELIB}/scooby/knowledge.pyo
+${PYSITELIB}/scooby/report.py
+${PYSITELIB}/scooby/report.pyc
+${PYSITELIB}/scooby/report.pyo
+${PYSITELIB}/scooby/tracker.py
+${PYSITELIB}/scooby/tracker.pyc
+${PYSITELIB}/scooby/tracker.pyo
diff --git a/py-scooby/distinfo b/py-scooby/distinfo
new file mode 100644
index 0000000000..ff776eafca
--- /dev/null
+++ b/py-scooby/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (scooby-0.6.0.tar.gz) = 2a64e91f38f67f6239e74bcd07105b3a5a09263e45b40e2d2c9b2aa95df089fe
+SHA512 (scooby-0.6.0.tar.gz) = 6ddd5a0808a051f9053065931e7ccf95d840192964018555144be01dd7b33c7483952437c2cb43844a6212fe9ceb1b524100c5459456f0fd28f4369d3619ee9e
+Size (scooby-0.6.0.tar.gz) = 17336 bytes
Home |
Main Index |
Thread Index |
Old Index