diff options
author | adam <adam@pkgsrc.org> | 2022-01-31 13:44:39 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-01-31 13:44:39 +0000 |
commit | a9d7e26f81b1ca1bd998f37f14c2f533ffa6259e (patch) | |
tree | 54af10d7a937c8ec785c6f444f50b57874b3e1fa | |
parent | 98751f71d9e48a017814e31a14a3715e415fcf4d (diff) | |
download | pkgsrc-a9d7e26f81b1ca1bd998f37f14c2f533ffa6259e.tar.gz |
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
-rw-r--r-- | lang/py-py3c/Makefile | 5 | ||||
-rw-r--r-- | lang/py-py3c/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/py-py3c/Makefile b/lang/py-py3c/Makefile index 456eb9431ed..c6cb39c0ad8 100644 --- a/lang/py-py3c/Makefile +++ b/lang/py-py3c/Makefile @@ -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/} diff --git a/lang/py-py3c/distinfo b/lang/py-py3c/distinfo index fc8088b0f5f..21b3a32a2d4 100644 --- a/lang/py-py3c/distinfo +++ b/lang/py-py3c/distinfo @@ -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 |