pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-py3c



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 31 13:44:39 UTC 2022

Modified Files:
        pkgsrc/lang/py-py3c: Makefile distinfo

Log Message:
py-py3c: updated to 1.4

v1.4

Additions:
add guidance around the use of Py_FindMethod

Fixes:
Avoid compiler warning about unused function
Fix DESTDIR support in the Makefile
Various documentation warning fixes


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-py3c/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-py3c/distinfo

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

Modified files:

Index: pkgsrc/lang/py-py3c/Makefile
diff -u pkgsrc/lang/py-py3c/Makefile:1.3 pkgsrc/lang/py-py3c/Makefile:1.4
--- pkgsrc/lang/py-py3c/Makefile:1.3    Tue Jan  4 20:54:09 2022
+++ pkgsrc/lang/py-py3c/Makefile        Mon Jan 31 13:44:39 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:09 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2022/01/31 13:44:39 adam Exp $
 
-DISTNAME=      py3c-1.3
+DISTNAME=      py3c-1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    lang python
 # PyPI version does not have anything useful as of 1.3
 #MASTER_SITES= ${MASTER_SITE_PYPI:=p/py3c/}

Index: pkgsrc/lang/py-py3c/distinfo
diff -u pkgsrc/lang/py-py3c/distinfo:1.4 pkgsrc/lang/py-py3c/distinfo:1.5
--- pkgsrc/lang/py-py3c/distinfo:1.4    Tue Oct 26 10:51:50 2021
+++ pkgsrc/lang/py-py3c/distinfo        Mon Jan 31 13:44:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:51:50 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/01/31 13:44:39 adam Exp $
 
-BLAKE2s (py3c-1.3.tar.gz) = 083eb6e82c693c53fe1a2374eb4e9183128b11ceda69ab55eb87b67eca2445ec
-SHA512 (py3c-1.3.tar.gz) = cf43808f415a2a8832c669b8bfdb74754c99941694afaa6ecc7d11d0c9fa542136cf0066bffab05b2e0cacc532d3301ca4275da358f7947723c64c5f1a2633ed
-Size (py3c-1.3.tar.gz) = 46423 bytes
+BLAKE2s (py3c-1.4.tar.gz) = b652222a65e23b6062385b29aa24cefc9915a54be1ea1f78a7021afc5568502f
+SHA512 (py3c-1.4.tar.gz) = db71db2c19a16ba5a430b676beb357faee5b67b161478932af13dd06be23b5505da85dbaf5b2447f95590fea55b833ee33fa19d3350ba3117f3364a9ab012ee6
+Size (py3c-1.4.tar.gz) = 48112 bytes



Home | Main Index | Thread Index | Old Index