pkgsrc-WIP-changes archive

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

py-asyncore, py-pyasynchat, py-pyasyncore: removed; imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon Apr 21 08:50:26 2025 +0200
Changeset:	fe85f04ca96c77a6b997722aeb9d1bbddb703747

Modified Files:
	Makefile
	zino/Makefile
Removed Files:
	py-asyncore/DESCR
	py-asyncore/Makefile
	py-asyncore/PLIST
	py-asyncore/distinfo
	py-pyasynchat/COMMIT_MSG
	py-pyasynchat/DESCR
	py-pyasynchat/Makefile
	py-pyasynchat/PLIST
	py-pyasynchat/TODO
	py-pyasynchat/distinfo
	py-pyasyncore/COMMIT_MSG
	py-pyasyncore/DESCR
	py-pyasyncore/Makefile
	py-pyasyncore/PLIST
	py-pyasyncore/TODO
	py-pyasyncore/distinfo

Log Message:
py-asyncore, py-pyasynchat, py-pyasyncore: removed; imported into base

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

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

diffstat:
 Makefile                 |  3 ---
 py-asyncore/DESCR        | 13 -------------
 py-asyncore/Makefile     | 26 --------------------------
 py-asyncore/PLIST        |  9 ---------
 py-asyncore/distinfo     |  5 -----
 py-pyasynchat/COMMIT_MSG | 12 ------------
 py-pyasynchat/DESCR      | 10 ----------
 py-pyasynchat/Makefile   | 23 -----------------------
 py-pyasynchat/PLIST      |  9 ---------
 py-pyasynchat/TODO       |  1 -
 py-pyasynchat/distinfo   |  5 -----
 py-pyasyncore/COMMIT_MSG | 12 ------------
 py-pyasyncore/DESCR      | 10 ----------
 py-pyasyncore/Makefile   | 20 --------------------
 py-pyasyncore/PLIST      |  9 ---------
 py-pyasyncore/TODO       |  1 -
 py-pyasyncore/distinfo   |  5 -----
 zino/Makefile            |  2 +-
 18 files changed, 1 insertion(+), 174 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index f0edba9018..b9f5f3f144 100644
--- a/Makefile
+++ b/Makefile
@@ -3426,7 +3426,6 @@ SUBDIR+=	py-astroscrappy
 SUBDIR+=	py-astutils
 SUBDIR+=	py-async
 SUBDIR+=	py-asyncmock
-SUBDIR+=	py-asyncore
 SUBDIR+=	py-asynctest
 SUBDIR+=	py-atmark
 SUBDIR+=	py-atmos
@@ -4423,8 +4422,6 @@ SUBDIR+=	py-pyaiml
 SUBDIR+=	py-pyamf
 SUBDIR+=	py-pyamg
 SUBDIR+=	py-pyaml-env
-SUBDIR+=	py-pyasynchat
-SUBDIR+=	py-pyasyncore
 SUBDIR+=	py-pybigwig
 SUBDIR+=	py-pybitbucket
 SUBDIR+=	py-pycifrw
diff --git a/py-asyncore/DESCR b/py-asyncore/DESCR
deleted file mode 100644
index a09a112a99..0000000000
--- a/py-asyncore/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-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).
-
-Please note that new projects should prefer asyncio.
diff --git a/py-asyncore/Makefile b/py-asyncore/Makefile
deleted file mode 100644
index 2c7b7985fa..0000000000
--- a/py-asyncore/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	asyncore-v1.0.4
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-v/-/1}
-CATEGORIES=	python devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=simonrob/}
-DIST_SUBDIR=	${GITHUB_PROJECT}
-GITHUB_PROJECT=	pyasyncore
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/simonrob/pyasyncore/
-COMMENT=	The asyncore module found in Python prior to 3.12
-LICENSE=	python-software-foundation
-
-# Only for 3.12 and onwards, for backward compatibility with the latter of:
-PYTHON_VERSIONS_INCOMPATIBLE=	27 38 39 310 311
-
-USE_LANGUAGES=	c
-
-# Probably only works after "make install":
-do-test:
-	${PYTHONBIN} ${WRKSRC}/tests/test_asyncore.py
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-asyncore/PLIST b/py-asyncore/PLIST
deleted file mode 100644
index b14ae9c67f..0000000000
--- a/py-asyncore/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/asyncore/__init__.py
-${PYSITELIB}/asyncore/__init__.pyc
-${PYSITELIB}/asyncore/__init__.pyo
-${PYSITELIB}/pyasyncore-${PKGVERSION}.dist-info/LICENSE
-${PYSITELIB}/pyasyncore-${PKGVERSION}.dist-info/METADATA
-${PYSITELIB}/pyasyncore-${PKGVERSION}.dist-info/RECORD
-${PYSITELIB}/pyasyncore-${PKGVERSION}.dist-info/WHEEL
-${PYSITELIB}/pyasyncore-${PKGVERSION}.dist-info/top_level.txt
diff --git a/py-asyncore/distinfo b/py-asyncore/distinfo
deleted file mode 100644
index ef878b24ca..0000000000
--- a/py-asyncore/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (pyasyncore/asyncore-v1.0.4.tar.gz) = 835fc3e1f979d488a7f31e5f6e7e5d22717bfb4a18c3a3fc991fcfbe86dbb2eb
-SHA512 (pyasyncore/asyncore-v1.0.4.tar.gz) = 726b9d757f242a0fae985d35c6abf7a042ea481bb1d4d1f9c7d842dfdb5f315b71f4dd907b69b8a14c040f8e6e3538da41508f7fc0cce1d06b3a159b6fc00c85
-Size (pyasyncore/asyncore-v1.0.4.tar.gz) = 16000 bytes
diff --git a/py-pyasynchat/COMMIT_MSG b/py-pyasynchat/COMMIT_MSG
deleted file mode 100644
index 9f33b078d7..0000000000
--- a/py-pyasynchat/COMMIT_MSG
+++ /dev/null
@@ -1,12 +0,0 @@
-devel/py-pyasynchat: added py-pyasynchat 1.0.4
-
-This package contains the asynchat module as found in Python
-versions prior to 3.12.
-It is provided so that existing code relying on `import asynchat`
-is able to continue being used without significant refactoring.
-
-Please note that new projects should prefer asyncio.
-
-The module can be installed for earlier Python versions, but it will
-have no effect, and the standard library version of `asynchat` will be
-used in its place.
diff --git a/py-pyasynchat/DESCR b/py-pyasynchat/DESCR
deleted file mode 100644
index 0f241a21b6..0000000000
--- a/py-pyasynchat/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-This package contains the asynchat module as found in Python
-versions prior to 3.12.
-It is provided so that existing code relying on `import asynchat`
-is able to continue being used without significant refactoring.
-
-Please note that new projects should prefer asyncio.
-
-The module can be installed for earlier Python versions, but it will
-have no effect, and the standard library version of `asynchat` will be
-used in its place.
diff --git a/py-pyasynchat/Makefile b/py-pyasynchat/Makefile
deleted file mode 100644
index 8d287656d5..0000000000
--- a/py-pyasynchat/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pyasynchat-1.0.4
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=	1
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyasynchat/}
-
-MAINTAINER=	oskar%fessel.org@localhost
-HOMEPAGE=	https://github.com/simonrob/pyasynchat
-COMMENT=	Make asynchat available for Python 3.12 onwards
-LICENSE=	python-software-foundation
-
-DEPENDS+=	${PYPKGPREFIX}-pyasyncore>=1.0.2:../../wip/py-pyasyncore
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27 39 310 311
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-pyasynchat/PLIST b/py-pyasynchat/PLIST
deleted file mode 100644
index 11958f7795..0000000000
--- a/py-pyasynchat/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/asynchat/__init__.py
-${PYSITELIB}/asynchat/__init__.pyc
-${PYSITELIB}/asynchat/__init__.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
diff --git a/py-pyasynchat/TODO b/py-pyasynchat/TODO
deleted file mode 100644
index df7d6c2f94..0000000000
--- a/py-pyasynchat/TODO
+++ /dev/null
@@ -1 +0,0 @@
-works for me on NetBSD 10.99.11 amd64 pkgsrc as of Oct. 22, 2024
diff --git a/py-pyasynchat/distinfo b/py-pyasynchat/distinfo
deleted file mode 100644
index fa1f14e8c6..0000000000
--- a/py-pyasynchat/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (pyasynchat-1.0.4.tar.gz) = 2debf7b276af59750cd9802564724858f2004f70a19348135ce7d31fb4c4cb8d
-SHA512 (pyasynchat-1.0.4.tar.gz) = d36eb16770637a311d56fe22229de5a3cdfa699ae64fbafcdd5ce9acd43270b90813fe56db14528083ee1803a43d958d0b3b6616e0bbf907a4dd4a563981a278
-Size (pyasynchat-1.0.4.tar.gz) = 9747 bytes
diff --git a/py-pyasyncore/COMMIT_MSG b/py-pyasyncore/COMMIT_MSG
deleted file mode 100644
index 33ceb35ed9..0000000000
--- a/py-pyasyncore/COMMIT_MSG
+++ /dev/null
@@ -1,12 +0,0 @@
-devel/py-pyasyncore: added pyasyncore 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.
-
-Please note that new projects should prefer asyncio.
-
-The module can be installed for earlier Python versions, but it will have no
-effect, and the standard library version of `asyncore` will be used in its
-place.
diff --git a/py-pyasyncore/DESCR b/py-pyasyncore/DESCR
deleted file mode 100644
index 9fa8d87c65..0000000000
--- a/py-pyasyncore/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
-
-Please note that new projects should prefer asyncio.
-
-The module can be installed for earlier Python versions, but it will have no
-effect, and the standard library version of `asyncore` will be used in its
-place.
diff --git a/py-pyasyncore/Makefile b/py-pyasyncore/Makefile
deleted file mode 100644
index 4468c4e9ab..0000000000
--- a/py-pyasyncore/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	pyasyncore-1.0.4
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyasyncore/}
-
-MAINTAINER=	oskar%fessel.org@localhost
-HOMEPAGE=	https://github.com/simonrob/pyasyncore
-COMMENT=	Make asyncore available for Python 3.12 onwards
-LICENSE=	python-software-foundation
-
-USE_LANGUAGES=	# none
-
-PYTHON_VERSIONS_INCOMPATIBLE=	27 39 310 311
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-pyasyncore/PLIST b/py-pyasyncore/PLIST
deleted file mode 100644
index 5341e33a47..0000000000
--- a/py-pyasyncore/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/asyncore/__init__.py
-${PYSITELIB}/asyncore/__init__.pyc
-${PYSITELIB}/asyncore/__init__.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
diff --git a/py-pyasyncore/TODO b/py-pyasyncore/TODO
deleted file mode 100644
index df7d6c2f94..0000000000
--- a/py-pyasyncore/TODO
+++ /dev/null
@@ -1 +0,0 @@
-works for me on NetBSD 10.99.11 amd64 pkgsrc as of Oct. 22, 2024
diff --git a/py-pyasyncore/distinfo b/py-pyasyncore/distinfo
deleted file mode 100644
index 133699dee7..0000000000
--- a/py-pyasyncore/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-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
diff --git a/zino/Makefile b/zino/Makefile
index 2e45b223eb..04782db342 100644
--- a/zino/Makefile
+++ b/zino/Makefile
@@ -20,7 +20,7 @@ DEPENDS+=	${PYPKGPREFIX}-snmp5024-5.0.24{,nb*}:../../wip/py-snmp5024
 DEPENDS+=	${PYPKGPREFIX}-aiodns-[0-9]*:../../net/py-aiodns
 DEPENDS+=	${PYPKGPREFIX}-netsnmp-cffi>=0.1.1:../../wip/py-netsnmp-cffi
 .if ${PYTHON_VERSION} >= 312
-DEPENDS+=	${PYPKGPREFIX}-asyncore-[0-9]*:../../wip/py-asyncore
+DEPENDS+=	${PYPKGPREFIX}-pyasyncore-[0-9]*:../../devel/py-pyasyncore
 .endif
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=	${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli


Home | Main Index | Thread Index | Old Index