pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-atomicwrites



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 10 07:57:14 UTC 2024

Modified Files:
        pkgsrc/devel/py-atomicwrites: Makefile PLIST

Log Message:
py-atomicwrites: switch to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-atomicwrites/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-atomicwrites/PLIST

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

Modified files:

Index: pkgsrc/devel/py-atomicwrites/Makefile
diff -u pkgsrc/devel/py-atomicwrites/Makefile:1.17 pkgsrc/devel/py-atomicwrites/Makefile:1.18
--- pkgsrc/devel/py-atomicwrites/Makefile:1.17  Mon Jul 11 10:27:09 2022
+++ pkgsrc/devel/py-atomicwrites/Makefile       Fri May 10 07:57:14 2024
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/07/11 10:27:09 adam Exp $
+# $NetBSD: Makefile,v 1.18 2024/05/10 07:57:14 adam Exp $
 
 DISTNAME=      atomicwrites-1.4.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/atomicwrites/}
@@ -12,13 +13,12 @@ LICENSE=    mit
 
 EXTRACT_USING= bsdtar  # gtar cannot handle pre-1970 timestamps
 
-USE_LANGUAGES= # none
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
-PYTHON_VERSIONED_DEPENDENCIES= test:test
+USE_LANGUAGES= # none
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-atomicwrites/PLIST
diff -u pkgsrc/devel/py-atomicwrites/PLIST:1.1 pkgsrc/devel/py-atomicwrites/PLIST:1.2
--- pkgsrc/devel/py-atomicwrites/PLIST:1.1      Wed Feb  4 11:54:19 2015
+++ pkgsrc/devel/py-atomicwrites/PLIST  Fri May 10 07:57:14 2024
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/02/04 11:54:19 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/05/10 07:57:14 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/atomicwrites/__init__.py
 ${PYSITELIB}/atomicwrites/__init__.pyc
 ${PYSITELIB}/atomicwrites/__init__.pyo



Home | Main Index | Thread Index | Old Index