pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-tomli



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 13 09:47:04 UTC 2022

Modified Files:
        pkgsrc/textproc/py-tomli: Makefile distinfo

Log Message:
py-tomli: build using the wheel to avoid a dependency cycle


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-tomli/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-tomli/distinfo

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

Modified files:

Index: pkgsrc/textproc/py-tomli/Makefile
diff -u pkgsrc/textproc/py-tomli/Makefile:1.6 pkgsrc/textproc/py-tomli/Makefile:1.7
--- pkgsrc/textproc/py-tomli/Makefile:1.6       Tue Jan 11 21:53:33 2022
+++ pkgsrc/textproc/py-tomli/Makefile   Thu Jan 13 09:47:04 2022
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2022/01/11 21:53:33 nros Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/13 09:47:04 wiz Exp $
 
 DISTNAME=      tomli-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tomli/}
+MASTER_SITES=  ${MASTER_SITE_WHEEL:=tomli/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/hukkin/tomli
@@ -14,7 +14,10 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+# use the wheel here to avoid a circular dependency
+# py-tomli -> (py-flit_core|wheel.mk) -> py-build -> py-tomli
+NO_BUILD=              yes
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
 
 .include "../../lang/python/wheel.mk"
 .include "../../lang/python/extension.mk"

Index: pkgsrc/textproc/py-tomli/distinfo
diff -u pkgsrc/textproc/py-tomli/distinfo:1.2 pkgsrc/textproc/py-tomli/distinfo:1.3
--- pkgsrc/textproc/py-tomli/distinfo:1.2       Fri Jan  7 16:33:21 2022
+++ pkgsrc/textproc/py-tomli/distinfo   Thu Jan 13 09:47:04 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/01/07 16:33:21 adam Exp $
+$NetBSD: distinfo,v 1.3 2022/01/13 09:47:04 wiz Exp $
 
-BLAKE2s (tomli-2.0.0.tar.gz) = b8105f0a62cc43314e07a07e04e64dea5ef1f6e6066a3ec902415b1e922ee8ae
-SHA512 (tomli-2.0.0.tar.gz) = f10596ac3daa6dbffe1592eec7d6f85cf2e21b9eb4c570cb398b2729a767fc54eb42a8ed0f5dd75b0bf4d35b91da6df7080f90930b1bba44506240d39a5e5c1d
-Size (tomli-2.0.0.tar.gz) = 15037 bytes
+BLAKE2s (tomli-2.0.0-py3-none-any.whl) = a20dc518d81a24d9f378abb39d170de29a9ad604d4a15bca85c5bf2c3becb656
+SHA512 (tomli-2.0.0-py3-none-any.whl) = 6191981e9771dedc5dc225734295774c75a272d03edfbea7415d2b4c09531d5022dba53affc47baf817ff9cc5945d8d62ea3eb67bd69e146a07eaa35dec5acc0
+Size (tomli-2.0.0-py3-none-any.whl) = 12127 bytes



Home | Main Index | Thread Index | Old Index