pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-pydyf



Module Name:    pkgsrc
Committed By:   kleink
Date:           Sat Jul  9 18:36:41 UTC 2022

Modified Files:
        pkgsrc/print/py-pydyf: Makefile PLIST distinfo

Log Message:
py-pydyf: Update to 0.2.0.

Version 0.2.0
-------------

Released on 2022-05-23.

Dependencies:

* Python 3.7+ is now needed, Python 3.6 is not supported anymore

  New features:

* `d0be36b <https://github.com/CourtBouillon/pydyf/commit/d0be36b>`_:
  Allow to set PDF version
* `879261c <https://github.com/CourtBouillon/pydyf/commit/879261c>`_:
  Allow to set PDF identifier


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/py-pydyf/Makefile \
    pkgsrc/print/py-pydyf/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/print/py-pydyf/distinfo

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

Modified files:

Index: pkgsrc/print/py-pydyf/Makefile
diff -u pkgsrc/print/py-pydyf/Makefile:1.2 pkgsrc/print/py-pydyf/Makefile:1.3
--- pkgsrc/print/py-pydyf/Makefile:1.2  Mon Jan 10 22:00:08 2022
+++ pkgsrc/print/py-pydyf/Makefile      Sat Jul  9 18:36:41 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/01/10 22:00:08 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/09 18:36:41 kleink Exp $
 
-DISTNAME=      pydyf-0.1.2
+DISTNAME=      pydyf-0.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydyf/}
 
@@ -23,8 +22,11 @@ USE_LANGUAGES=       # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+post-extract:
+       ${CHMOD} -x ${WRKSRC}/pydyf/__init__.py
+
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/print/py-pydyf/PLIST
diff -u pkgsrc/print/py-pydyf/PLIST:1.2 pkgsrc/print/py-pydyf/PLIST:1.3
--- pkgsrc/print/py-pydyf/PLIST:1.2     Mon Jan 10 22:00:08 2022
+++ pkgsrc/print/py-pydyf/PLIST Sat Jul  9 18:36:41 2022
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/10 22:00:08 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2022/07/09 18:36:41 kleink Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
 ${PYSITELIB}/pydyf/__init__.py
 ${PYSITELIB}/pydyf/__init__.pyc
-${PYSITELIB}/pydyf/__init__.pyo

Index: pkgsrc/print/py-pydyf/distinfo
diff -u pkgsrc/print/py-pydyf/distinfo:1.1 pkgsrc/print/py-pydyf/distinfo:1.2
--- pkgsrc/print/py-pydyf/distinfo:1.1  Fri Nov 19 09:43:08 2021
+++ pkgsrc/print/py-pydyf/distinfo      Sat Jul  9 18:36:41 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2021/11/19 09:43:08 adam Exp $
+$NetBSD: distinfo,v 1.2 2022/07/09 18:36:41 kleink Exp $
 
-BLAKE2s (pydyf-0.1.2.tar.gz) = 2008e47b38ed779ccdb62d8bf7c21d46a17a1f57c92fd7a632c5d658dbd1f8d4
-SHA512 (pydyf-0.1.2.tar.gz) = 0054791c92c86c188c6a70cfe83831319cd1a587f48ba4b8bd212af178bae24611815b5436699ea6d17fe1b39115a666b30a7982ac35e54ce1d52f34612c9729
-Size (pydyf-0.1.2.tar.gz) = 14492 bytes
+BLAKE2s (pydyf-0.2.0.tar.gz) = 0e6836ff264dff33d66e652ace1c771b7ced76efbb779d0521924a52f8c53c6b
+SHA512 (pydyf-0.2.0.tar.gz) = 93d29b2783f3bc62b9ff2bb0d1414051805c508e17cf9607e44a31ec11c5436fef499e3f1bd225c193ccbda03feb7d32196286d984121fe1dbb65d02ea1dcf43
+Size (pydyf-0.2.0.tar.gz) = 14610 bytes



Home | Main Index | Thread Index | Old Index