pkgsrc-WIP-changes archive

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

Add py-selectors2



Module Name:	pkgsrc-wip
Committed By:	J. Lewis Muir <jlmuir%imca-cat.org@localhost>
Pushed By:	jlmuir
Date:		Fri Aug 2 15:11:45 2024 -0500
Changeset:	8099bd717fee67c8d8f449b023c8ffba3b305df5

Modified Files:
	Makefile
Added Files:
	py-selectors2/COMMIT_MSG
	py-selectors2/DESCR
	py-selectors2/Makefile
	py-selectors2/PLIST
	py-selectors2/distinfo

Log Message:
Add py-selectors2

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

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

diffstat:
 Makefile                 |  1 +
 py-selectors2/COMMIT_MSG |  1 +
 py-selectors2/DESCR      |  2 ++
 py-selectors2/Makefile   | 18 ++++++++++++++++++
 py-selectors2/PLIST      |  9 +++++++++
 py-selectors2/distinfo   |  5 +++++
 6 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index f2775050a9..850a74e6b1 100644
--- a/Makefile
+++ b/Makefile
@@ -4516,6 +4516,7 @@ SUBDIR+=	py-secretpy
 SUBDIR+=	py-seeds
 SUBDIR+=	py-selection
 SUBDIR+=	py-selectolax
+SUBDIR+=	py-selectors2
 SUBDIR+=	py-selenium-generator
 SUBDIR+=	py-semidbm
 SUBDIR+=	py-semopy
diff --git a/py-selectors2/COMMIT_MSG b/py-selectors2/COMMIT_MSG
new file mode 100644
index 0000000000..1e4c682cb1
--- /dev/null
+++ b/py-selectors2/COMMIT_MSG
@@ -0,0 +1 @@
+net/py-selectors2: Add
diff --git a/py-selectors2/DESCR b/py-selectors2/DESCR
new file mode 100644
index 0000000000..4a56ec81fa
--- /dev/null
+++ b/py-selectors2/DESCR
@@ -0,0 +1,2 @@
+Backported, durable, and portable selectors designed to replace the standard
+library selectors module.
diff --git a/py-selectors2/Makefile b/py-selectors2/Makefile
new file mode 100644
index 0000000000..cfef0c50d8
--- /dev/null
+++ b/py-selectors2/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	selectors2-2.0.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	net python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/selectors2/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/sethmlarson/selectors2
+COMMENT=	Backported, durable, and portable replacement selectors
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+PYTHON_27_ACCEPTED=	yes
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-selectors2/PLIST b/py-selectors2/PLIST
new file mode 100644
index 0000000000..24b22fd573
--- /dev/null
+++ b/py-selectors2/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/selectors2.py
+${PYSITELIB}/selectors2.pyc
+${PYSITELIB}/selectors2.pyo
diff --git a/py-selectors2/distinfo b/py-selectors2/distinfo
new file mode 100644
index 0000000000..731a110054
--- /dev/null
+++ b/py-selectors2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (selectors2-2.0.2.tar.gz) = 012c0ffc67de0b3fcd1d9829e71da27d3ff95257f506a5946ee67348041e5f0a
+SHA512 (selectors2-2.0.2.tar.gz) = a3c451ef78854996b4b3624c40ab74b946e96bd66c10e2c5320c4415daf54fa5b27c48da77cb44f001f8edc048ae8f0043f6c32e4d837dc030bbb1d5b0965e54
+Size (selectors2-2.0.2.tar.gz) = 18558 bytes


Home | Main Index | Thread Index | Old Index