pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add py-nis version 0.0.1 to pkgsrc-wip



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%pkgsrc.org@localhost>
Pushed By:	nros
Date:		Thu Dec 7 17:44:08 2023 +0100
Changeset:	2a013c6b3fc015b447d1c7eef90ee38ba6977456

Modified Files:
	Makefile
Added Files:
	py-nis/DESCR
	py-nis/Makefile
	py-nis/PLIST
	py-nis/distinfo

Log Message:
Add py-nis version 0.0.1 to pkgsrc-wip

Stand-alone version of the former python built-in nis module.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a013c6b3fc015b447d1c7eef90ee38ba6977456

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile        |  1 +
 py-nis/DESCR    |  1 +
 py-nis/Makefile | 21 +++++++++++++++++++++
 py-nis/PLIST    |  2 ++
 py-nis/distinfo |  5 +++++
 5 files changed, 30 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 525c2c4a3e..cf63a08e2c 100644
--- a/Makefile
+++ b/Makefile
@@ -4027,6 +4027,7 @@ SUBDIR+=	py-nilearn
 SUBDIR+=	py-nimfa
 SUBDIR+=	py-nipy
 SUBDIR+=	py-nipy-data
+SUBDIR+=	py-nis
 SUBDIR+=	py-nlib
 SUBDIR+=	py-node-semver
 SUBDIR+=	py-nodeenv
diff --git a/py-nis/DESCR b/py-nis/DESCR
new file mode 100644
index 0000000000..7fe26c965a
--- /dev/null
+++ b/py-nis/DESCR
@@ -0,0 +1 @@
+Stand-alone version of the former python built-in nis module.
diff --git a/py-nis/Makefile b/py-nis/Makefile
new file mode 100644
index 0000000000..65496e8047
--- /dev/null
+++ b/py-nis/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	python-nis-0.0.1
+PKGNAME=	${DISTNAME:S/python/${PYPKGPREFIX}/}
+CATEGORIES=	net
+MASTER_SITES=	${MASTER_SITE_GITHUB:=niclasr/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+GITHUB_PROJECT=	python-nis
+GITHUB_TAG=	${PKGVERSION_NOREV}
+
+MAINTAINER=	nros%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/niclasr/python-nis/
+COMMENT=	NIS python module
+LICENSE=	python-software-foundation
+
+CMAKE_USE_GNU_INSTALL_DIRS=	no
+PY_PATCHPLIST=			yes
+
+.include "../../devel/cmake/build.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-nis/PLIST b/py-nis/PLIST
new file mode 100644
index 0000000000..c66b7d4cc9
--- /dev/null
+++ b/py-nis/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+${PYSITELIB}/nis.so
diff --git a/py-nis/distinfo b/py-nis/distinfo
new file mode 100644
index 0000000000..a1d7784e33
--- /dev/null
+++ b/py-nis/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (python-nis/python-nis-0.0.1.tar.gz) = 2a9368460be2924cef90511f8475d7c3350138afa47939dd3e2eeb77e0aa14d1
+SHA512 (python-nis/python-nis-0.0.1.tar.gz) = bf31e6ebd7d0ce14b468d9631ff90cf31d69a851b665251d2ce42a82921ab95c26e921550b1e86be50531e7e9a50bebdd6de722a1bd9819add5626f563381dff
+Size (python-nis/python-nis-0.0.1.tar.gz) = 11133 bytes


Home | Main Index | Thread Index | Old Index