pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-iniconfig



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 30 17:20:36 UTC 2023

Modified Files:
        pkgsrc/devel/py-iniconfig: Makefile PLIST distinfo

Log Message:
py-iniconfig: update to 2.0.0.

2.0.0
======

* add support for Python 3.7-3.11
* drop support for Python 2.6-3.6
* add encoding argument defaulting to utf-8
* inline and clarify type annotations
* move parsing code from inline to extra file
* add typing overloads for helper methods

.. note::

  major release due to the major changes in python versions supported + changes in packaging

  the api is expected to be compatible


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-iniconfig/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-iniconfig/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-iniconfig/distinfo

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

Modified files:

Index: pkgsrc/devel/py-iniconfig/Makefile
diff -u pkgsrc/devel/py-iniconfig/Makefile:1.4 pkgsrc/devel/py-iniconfig/Makefile:1.5
--- pkgsrc/devel/py-iniconfig/Makefile:1.4      Thu Jan 13 19:31:23 2022
+++ pkgsrc/devel/py-iniconfig/Makefile  Sun Apr 30 17:20:36 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/13 19:31:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/04/30 17:20:36 wiz Exp $
 
-DISTNAME=      iniconfig-1.1.1
+DISTNAME=      iniconfig-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iniconfig/}
 
@@ -11,10 +10,12 @@ HOMEPAGE=   https://github.com/RonnyPfanns
 COMMENT=       Brain-dead simple config-ini parsing
 LICENSE=       mit
 
-PYTHON_VERSIONED_DEPENDENCIES= setuptools_scm:build
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-vcs-[0-9]*:../../devel/py-hatch-vcs
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-iniconfig/PLIST
diff -u pkgsrc/devel/py-iniconfig/PLIST:1.2 pkgsrc/devel/py-iniconfig/PLIST:1.3
--- pkgsrc/devel/py-iniconfig/PLIST:1.2 Wed Oct 21 12:29:52 2020
+++ pkgsrc/devel/py-iniconfig/PLIST     Sun Apr 30 17:20:36 2023
@@ -1,11 +1,17 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/21 12:29:52 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2023/04/30 17:20:36 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/iniconfig/__init__.py
 ${PYSITELIB}/iniconfig/__init__.pyc
-${PYSITELIB}/iniconfig/__init__.pyi
-${PYSITELIB}/iniconfig/__init__.pyo
+${PYSITELIB}/iniconfig/_parse.py
+${PYSITELIB}/iniconfig/_parse.pyc
+${PYSITELIB}/iniconfig/_version.py
+${PYSITELIB}/iniconfig/_version.pyc
+${PYSITELIB}/iniconfig/exceptions.py
+${PYSITELIB}/iniconfig/exceptions.pyc
 ${PYSITELIB}/iniconfig/py.typed

Index: pkgsrc/devel/py-iniconfig/distinfo
diff -u pkgsrc/devel/py-iniconfig/distinfo:1.5 pkgsrc/devel/py-iniconfig/distinfo:1.6
--- pkgsrc/devel/py-iniconfig/distinfo:1.5      Tue Oct 26 10:18:34 2021
+++ pkgsrc/devel/py-iniconfig/distinfo  Sun Apr 30 17:20:36 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:34 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/04/30 17:20:36 wiz Exp $
 
-BLAKE2s (iniconfig-1.1.1.tar.gz) = c719dad52d2b1e38ab18121a8af7b38029ef6b4a8869e8940375abb3b69a1d8c
-SHA512 (iniconfig-1.1.1.tar.gz) = c9341db7e3ec2204b6a674fca7824cbeb492e3576d5ac3f084b234c82842b28f2f6acbfdb812e183f4334a95b990551f942a4caf548f5ce7ef14885f931535ee
-Size (iniconfig-1.1.1.tar.gz) = 8104 bytes
+BLAKE2s (iniconfig-2.0.0.tar.gz) = 4f63d92421551069cd042d3bbdabebe67330d64dbabe73977dd3791f8ae6ce1e
+SHA512 (iniconfig-2.0.0.tar.gz) = f0287115595a1ba074c5c77c3f7840efc2fef6c95c5ff3deaaf278c78b328f92187c358d5dd074b62c033db47952d99fc6d5164d4a48c81ba2c53d571eb76090
+Size (iniconfig-2.0.0.tar.gz) = 4646 bytes



Home | Main Index | Thread Index | Old Index