pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pyasyncore
Module Name: pkgsrc
Committed By: adam
Date: Sun Apr 20 12:27:32 UTC 2025
Added Files:
pkgsrc/devel/py-pyasyncore: DESCR Makefile PLIST distinfo
Log Message:
py-pyasyncore: added version 1.0.4
This package contains the asyncore module as found in Python versions prior to
3.12. It is provided so that existing code relying on import asyncore is able
to continue being used without significant refactoring.
The module's source code is taken directly from the Python standard library.
The specific version of asyncore that is provided is the last update before the
addition of deprecation/removal warnings at import time, and is essentially
equivalent to the version bundled with Python 3.9 (which was the last time the
module was meaningfully updated).
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-pyasyncore/DESCR \
pkgsrc/devel/py-pyasyncore/Makefile pkgsrc/devel/py-pyasyncore/PLIST \
pkgsrc/devel/py-pyasyncore/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-pyasyncore/DESCR
diff -u /dev/null pkgsrc/devel/py-pyasyncore/DESCR:1.1
--- /dev/null Sun Apr 20 12:27:32 2025
+++ pkgsrc/devel/py-pyasyncore/DESCR Sun Apr 20 12:27:32 2025
@@ -0,0 +1,9 @@
+This package contains the asyncore module as found in Python versions prior to
+3.12. It is provided so that existing code relying on import asyncore is able
+to continue being used without significant refactoring.
+
+The module's source code is taken directly from the Python standard library.
+The specific version of asyncore that is provided is the last update before the
+addition of deprecation/removal warnings at import time, and is essentially
+equivalent to the version bundled with Python 3.9 (which was the last time the
+module was meaningfully updated).
Index: pkgsrc/devel/py-pyasyncore/Makefile
diff -u /dev/null pkgsrc/devel/py-pyasyncore/Makefile:1.1
--- /dev/null Sun Apr 20 12:27:32 2025
+++ pkgsrc/devel/py-pyasyncore/Makefile Sun Apr 20 12:27:32 2025
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2025/04/20 12:27:32 adam Exp $
+
+DISTNAME= pyasyncore-1.0.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasyncore/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/simonrob/pyasyncore
+COMMENT= Make asyncore available for Python 3.12 onwards
+LICENSE= python-software-foundation
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+# Removed in Python 3.12
+PYTHON_VERSIONS_INCOMPATIBLE= 27 39 310 311
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pyasyncore/PLIST
diff -u /dev/null pkgsrc/devel/py-pyasyncore/PLIST:1.1
--- /dev/null Sun Apr 20 12:27:32 2025
+++ pkgsrc/devel/py-pyasyncore/PLIST Sun Apr 20 12:27:32 2025
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/20 12:27:32 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/asyncore/__init__.py
+${PYSITELIB}/asyncore/__init__.pyc
+${PYSITELIB}/asyncore/__init__.pyo
Index: pkgsrc/devel/py-pyasyncore/distinfo
diff -u /dev/null pkgsrc/devel/py-pyasyncore/distinfo:1.1
--- /dev/null Sun Apr 20 12:27:32 2025
+++ pkgsrc/devel/py-pyasyncore/distinfo Sun Apr 20 12:27:32 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/20 12:27:32 adam Exp $
+
+BLAKE2s (pyasyncore-1.0.4.tar.gz) = 115393c0ffda87191ebe8a363700861909ce3a558fca75dcac65e6595b7ae4dc
+SHA512 (pyasyncore-1.0.4.tar.gz) = 43746fca009f7acc5f05506c7d54e71ee74a76a112c3689aa98ab714f0452d1ed1196836bf52585bbbced2d64c1d4ccd86f8f5c2d2c5537fdc397e29d0d87008
+Size (pyasyncore-1.0.4.tar.gz) = 15339 bytes
Home |
Main Index |
Thread Index |
Old Index