head 1.4; access; symbols pkgsrc-2026Q2:1.4.0.4 pkgsrc-2026Q2-base:1.4 pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.2 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.2.0.4 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.2 pkgsrc-2025Q2-base:1.2; locks; strict; comment @# @; 1.4 date 2026.01.06.09.05.37; author adam; state Exp; branches; next 1.3; commitid lZBRdQrjOKrnojpG; 1.3 date 2025.10.09.07.57.35; author wiz; state Exp; branches; next 1.2; commitid t4nMY0Dt3rBjSRdG; 1.2 date 2025.04.20.12.29.26; author adam; state Exp; branches; next 1.1; commitid hZO9quQMUyqvUMRF; 1.1 date 2025.04.20.12.27.32; author adam; state Exp; branches; next ; commitid ZadeKap0LU3NTMRF; desc @@ 1.4 log @py-pyasyncore: updated to 1.0.5 1.0.5 Make sure tests/__init__.py is included in sdist Fix compatibility with pytest Explicitly tag Python 3.14 compatibility @ text @# $NetBSD: Makefile,v 1.3 2025/10/09 07:57:35 wiz Exp $ DISTNAME= pyasyncore-1.0.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasyncore/} MAINTAINER= pkgsrc-users@@NetBSD.org 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= 310 311 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @*: remove reference to (removed) Python 3.9 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/04/20 12:29:26 adam Exp $ d3 1 a3 1 DISTNAME= pyasyncore-1.0.4 @ 1.2 log @py-pyasyncore: no need to mention Python 2.7 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/04/20 12:27:32 adam Exp $ d16 1 a16 1 PYTHON_VERSIONS_INCOMPATIBLE= 39 310 311 @ 1.1 log @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). @ text @d1 1 a1 1 # $NetBSD$ d16 1 a16 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 39 310 311 @