pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-zopfli



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 10:44:17 UTC 2023

Modified Files:
        pkgsrc/archivers/py-zopfli: Makefile distinfo

Log Message:
py-zopfli: update to 0.2.2.

    Added pyproject.toml to source distribution
    Published precompiled wheels for Python 3.11


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

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

Modified files:

Index: pkgsrc/archivers/py-zopfli/Makefile
diff -u pkgsrc/archivers/py-zopfli/Makefile:1.4 pkgsrc/archivers/py-zopfli/Makefile:1.5
--- pkgsrc/archivers/py-zopfli/Makefile:1.4     Wed Apr 27 10:33:41 2022
+++ pkgsrc/archivers/py-zopfli/Makefile Sun Apr 30 10:44:17 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/04/27 10:33:41 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/30 10:44:17 wiz Exp $
 
-DISTNAME=      zopfli-0.2.1
+DISTNAME=      zopfli-0.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zopfli/}
@@ -17,6 +17,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test>0:../
 USE_LANGUAGES= c c++
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
+DISTUTILS_BUILDDIR_IN_TEST_ENV=        yes
 
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

Index: pkgsrc/archivers/py-zopfli/distinfo
diff -u pkgsrc/archivers/py-zopfli/distinfo:1.2 pkgsrc/archivers/py-zopfli/distinfo:1.3
--- pkgsrc/archivers/py-zopfli/distinfo:1.2     Wed Apr 27 10:33:41 2022
+++ pkgsrc/archivers/py-zopfli/distinfo Sun Apr 30 10:44:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2022/04/27 10:33:41 adam Exp $
+$NetBSD: distinfo,v 1.3 2023/04/30 10:44:17 wiz Exp $
 
-BLAKE2s (zopfli-0.2.1.zip) = 02653d46b39a47757d59f76b6ff0e6a0d3c59284ad3bab976cf8d5d069c88b3f
-SHA512 (zopfli-0.2.1.zip) = 73f8be5209d62a2f26f70584827f540a441f00e98a5e621981f1b12bb7fe7481e2571746524d7a9fd0a16e1eac957941663cf05f6494e4527974ebb83791f987
-Size (zopfli-0.2.1.zip) = 205086 bytes
+BLAKE2s (zopfli-0.2.2.zip) = 6cc405601b3f008a751bf6e0d74c24537b75ed21ef8f3c8644038fe1164ff5de
+SHA512 (zopfli-0.2.2.zip) = 5fd26039ce0bd910714fc4706a72d04bb5cf794957547943174ef12efe089c932802cc6bef4840a532f24d93fa726c0c23b0b1c2e6ec9eb3209c2f54b0eb8ba0
+Size (zopfli-0.2.2.zip) = 205320 bytes



Home | Main Index | Thread Index | Old Index