pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flake8-import-order



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 13 08:48:58 UTC 2025

Modified Files:
        pkgsrc/devel/py-flake8-import-order: Makefile PLIST distinfo

Log Message:
py-flake8-import-order: updated to 0.19.0

0.19.0 2025-06-12

* Drop deprecated Python versions 3.7 and 3.8

* Drop unsupported pypy3.9

* Use ``sys.stdlib_module_names`` where available to determine whether a
  module is in the standard library or not.

* Replace usage of ``pkg_resources`` from setuptools with
  ``importlib.metadata``.

* Move package to PyCQA PyPI organization

* Add support for checking ordering in a ``TYPE_CHECKING`` block. This
  will support the following variants:

  * ``if TYPE_CHECKING:`` (where there was a prior ``from typing import
    TYPE_CHECKING``.

  * ``if t.TYPE_CHECKING:`` (where there was a prior ``import typing as
    t``.

  * ``if typing.TYPE_CHECKING:``


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-flake8-import-order/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-flake8-import-order/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-flake8-import-order/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-flake8-import-order/Makefile
diff -u pkgsrc/devel/py-flake8-import-order/Makefile:1.17 pkgsrc/devel/py-flake8-import-order/Makefile:1.18
--- pkgsrc/devel/py-flake8-import-order/Makefile:1.17   Sun Nov 27 09:21:49 2022
+++ pkgsrc/devel/py-flake8-import-order/Makefile        Fri Jun 13 08:48:57 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2022/11/27 09:21:49 adam Exp $
+# $NetBSD: Makefile,v 1.18 2025/06/13 08:48:57 adam Exp $
 
-DISTNAME=      flake8-import-order-0.18.2
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      flake8_import_order-0.19.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8-import-order/}
 
@@ -11,16 +11,11 @@ COMMENT=    Flake8 and pylama plugin that c
 LICENSE=       gnu-lgpl-v3
 
 DEPENDS+=      ${PYPKGPREFIX}-codestyle-[0-9]*:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-lama-[0-9]*:../../devel/py-lama
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-flake8-import-order/PLIST
diff -u pkgsrc/devel/py-flake8-import-order/PLIST:1.1 pkgsrc/devel/py-flake8-import-order/PLIST:1.2
--- pkgsrc/devel/py-flake8-import-order/PLIST:1.1       Tue Apr  4 14:41:03 2017
+++ pkgsrc/devel/py-flake8-import-order/PLIST   Fri Jun 13 08:48:57 2025
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/04 14:41:03 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2025/06/13 08:48:57 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/flake8_import_order/__about__.py
 ${PYSITELIB}/flake8_import_order/__about__.pyc
 ${PYSITELIB}/flake8_import_order/__about__.pyo

Index: pkgsrc/devel/py-flake8-import-order/distinfo
diff -u pkgsrc/devel/py-flake8-import-order/distinfo:1.15 pkgsrc/devel/py-flake8-import-order/distinfo:1.16
--- pkgsrc/devel/py-flake8-import-order/distinfo:1.15   Sun Nov 27 09:21:49 2022
+++ pkgsrc/devel/py-flake8-import-order/distinfo        Fri Jun 13 08:48:57 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/11/27 09:21:49 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/06/13 08:48:57 adam Exp $
 
-BLAKE2s (flake8-import-order-0.18.2.tar.gz) = aee8ebcfc539948a22966f6acc9c8bd8dd2138d943f8a6ceb3b9e735a81543ba
-SHA512 (flake8-import-order-0.18.2.tar.gz) = a0367a5ae834fc0d0ee8d65bfec4eb4bdf1039806a69e0be2fc9e9d37b6b413ecc81275f8ecf6bb33b42e31603b02ff0c3c7baefe812dd5c443df54d8fc0d1cd
-Size (flake8-import-order-0.18.2.tar.gz) = 21717 bytes
+BLAKE2s (flake8_import_order-0.19.0.tar.gz) = 3797d5e20ec711de9043e67a1bc34f5b3472c5c0b937049020f91125b9457a64
+SHA512 (flake8_import_order-0.19.0.tar.gz) = 0340b7918dfaeb82bb45e69ff4cace6abb584ba3ac8c9c7e1b64ff7a96b7001d02b2415bb6b37232dbb9a7ef10c6497b849976b211a16f9a18b544afa5c4b097
+Size (flake8_import_order-0.19.0.tar.gz) = 23774 bytes



Home | Main Index | Thread Index | Old Index