pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-pydyf py-pydyf: Update to 0.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2e019bf0c16
branches:  trunk
changeset: 381566:b2e019bf0c16
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Sat Jul 09 18:36:41 2022 +0000

description:
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

diffstat:

 print/py-pydyf/Makefile |  10 ++++++----
 print/py-pydyf/PLIST    |  15 ++++++++-------
 print/py-pydyf/distinfo |   8 ++++----
 3 files changed, 18 insertions(+), 15 deletions(-)

diffs (61 lines):

diff -r 4925475650ce -r b2e019bf0c16 print/py-pydyf/Makefile
--- a/print/py-pydyf/Makefile   Sat Jul 09 18:18:00 2022 +0000
+++ b/print/py-pydyf/Makefile   Sat Jul 09 18:36:41 2022 +0000
@@ -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 @@
 
 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"
diff -r 4925475650ce -r b2e019bf0c16 print/py-pydyf/PLIST
--- a/print/py-pydyf/PLIST      Sat Jul 09 18:18:00 2022 +0000
+++ b/print/py-pydyf/PLIST      Sat Jul 09 18:36:41 2022 +0000
@@ -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
diff -r 4925475650ce -r b2e019bf0c16 print/py-pydyf/distinfo
--- a/print/py-pydyf/distinfo   Sat Jul 09 18:18:00 2022 +0000
+++ b/print/py-pydyf/distinfo   Sat Jul 09 18:36:41 2022 +0000
@@ -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