pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pkgconfig



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Mar 11 10:36:12 UTC 2026

Modified Files:
        pkgsrc/devel/py-pkgconfig: Makefile distinfo

Log Message:
py-pkgconfig: updated to 1.6.0

1.6.0

Drop support for Python < 3.9, support 3.9 .. 3.14.
README: clarify pkg-config and pkgconf
Switch CI from Travis to GitHub Actions; test on all supported Python versions.
Use src/ layout for project, fixes 36. Also move tests and test data to tests/.
Replace deprecated distutils with setuptools to make tests work on Python 3.12.
Fix configure_extension for empty cflags or libs.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-pkgconfig/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-pkgconfig/distinfo

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-pkgconfig/Makefile
diff -u pkgsrc/devel/py-pkgconfig/Makefile:1.13 pkgsrc/devel/py-pkgconfig/Makefile:1.14
--- pkgsrc/devel/py-pkgconfig/Makefile:1.13     Sun Sep 28 19:34:17 2025
+++ pkgsrc/devel/py-pkgconfig/Makefile  Wed Mar 11 10:36:12 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2025/09/28 19:34:17 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/03/11 10:36:12 adam Exp $
 
-DISTNAME=      pkgconfig-1.5.5
+DISTNAME=      pkgconfig-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pkgconfig/}
 

Index: pkgsrc/devel/py-pkgconfig/distinfo
diff -u pkgsrc/devel/py-pkgconfig/distinfo:1.11 pkgsrc/devel/py-pkgconfig/distinfo:1.12
--- pkgsrc/devel/py-pkgconfig/distinfo:1.11     Tue Oct 26 10:18:45 2021
+++ pkgsrc/devel/py-pkgconfig/distinfo  Wed Mar 11 10:36:12 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 10:18:45 nia Exp $
+$NetBSD: distinfo,v 1.12 2026/03/11 10:36:12 adam Exp $
 
-BLAKE2s (pkgconfig-1.5.5.tar.gz) = e2798b0f221ad20a19fc8fdf5612b66ed9461c307fa49bc79f14d2c74eb6b5e0
-SHA512 (pkgconfig-1.5.5.tar.gz) = ffa838d0146125c4158b747b619cc5eed41da0e2f04664a4db89909a486922120a0e1779f99dfcda0da3e98b8770c57b638a9c7bc5994cd8102aa3cf990905b0
-Size (pkgconfig-1.5.5.tar.gz) = 6082 bytes
+BLAKE2s (pkgconfig-1.6.0.tar.gz) = 02259681e73c9f6ddc90993665db20c8b02b0f8c92731d23b20abf8f63da4aa2
+SHA512 (pkgconfig-1.6.0.tar.gz) = 6e441a238ccdc164f271bba36b566753f7a72ee1395637d840b55e3c1a0b7b722597c7453c1211560da103a240b578cf8880db3d5cc538ab8b09de6253248741
+Size (pkgconfig-1.6.0.tar.gz) = 5691 bytes



Home | Main Index | Thread Index | Old Index