pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-pylint-django



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 24 14:52:36 UTC 2023

Modified Files:
        pkgsrc/www/py-pylint-django: Makefile PLIST distinfo
Added Files:
        pkgsrc/www/py-pylint-django/patches: patch-pyproject.toml

Log Message:
py-pylint-django: updated to 2.5.5

Version 2.5.4

This is a small release to introduce pylint 3 functionality.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/py-pylint-django/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/py-pylint-django/PLIST
cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/py-pylint-django/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/www/py-pylint-django/patches/patch-pyproject.toml

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

Modified files:

Index: pkgsrc/www/py-pylint-django/Makefile
diff -u pkgsrc/www/py-pylint-django/Makefile:1.34 pkgsrc/www/py-pylint-django/Makefile:1.35
--- pkgsrc/www/py-pylint-django/Makefile:1.34   Sun Apr 24 17:36:43 2022
+++ pkgsrc/www/py-pylint-django/Makefile        Tue Oct 24 14:52:36 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2022/04/24 17:36:43 adam Exp $
+# $NetBSD: Makefile,v 1.35 2023/10/24 14:52:36 adam Exp $
 
-DISTNAME=      pylint-django-2.5.3
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+DISTNAME=      pylint_django-2.5.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    www devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint-django/}
 
@@ -10,12 +10,13 @@ HOMEPAGE=   https://github.com/landscapeio
 COMMENT=       Pylint plugin to aid Pylint in recognising the Django framework
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-pylint>=2.0.0:../../devel/py-pylint
-DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.7:../../devel/py-pylint-plugin-utils
+DEPENDS+=      ${PYPKGPREFIX}-pylint-plugin-utils>=0.8:../../devel/py-pylint-plugin-utils
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-pylint-django/PLIST
diff -u pkgsrc/www/py-pylint-django/PLIST:1.18 pkgsrc/www/py-pylint-django/PLIST:1.19
--- pkgsrc/www/py-pylint-django/PLIST:1.18      Sun Apr 24 17:36:43 2022
+++ pkgsrc/www/py-pylint-django/PLIST   Tue Oct 24 14:52:36 2023
@@ -1,267 +1,48 @@
-@comment $NetBSD: PLIST,v 1.18 2022/04/24 17:36:43 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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.19 2023/10/24 14:52:36 adam 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}/pylint_django/__init__.py
 ${PYSITELIB}/pylint_django/__init__.pyc
-${PYSITELIB}/pylint_django/__init__.pyo
 ${PYSITELIB}/pylint_django/__pkginfo__.py
 ${PYSITELIB}/pylint_django/__pkginfo__.pyc
-${PYSITELIB}/pylint_django/__pkginfo__.pyo
 ${PYSITELIB}/pylint_django/augmentations/__init__.py
 ${PYSITELIB}/pylint_django/augmentations/__init__.pyc
-${PYSITELIB}/pylint_django/augmentations/__init__.pyo
 ${PYSITELIB}/pylint_django/checkers/__init__.py
 ${PYSITELIB}/pylint_django/checkers/__init__.pyc
-${PYSITELIB}/pylint_django/checkers/__init__.pyo
 ${PYSITELIB}/pylint_django/checkers/auth_user.py
 ${PYSITELIB}/pylint_django/checkers/auth_user.pyc
-${PYSITELIB}/pylint_django/checkers/auth_user.pyo
 ${PYSITELIB}/pylint_django/checkers/django_installed.py
 ${PYSITELIB}/pylint_django/checkers/django_installed.pyc
-${PYSITELIB}/pylint_django/checkers/django_installed.pyo
 ${PYSITELIB}/pylint_django/checkers/foreign_key_strings.py
 ${PYSITELIB}/pylint_django/checkers/foreign_key_strings.pyc
-${PYSITELIB}/pylint_django/checkers/foreign_key_strings.pyo
 ${PYSITELIB}/pylint_django/checkers/forms.py
 ${PYSITELIB}/pylint_django/checkers/forms.pyc
-${PYSITELIB}/pylint_django/checkers/forms.pyo
 ${PYSITELIB}/pylint_django/checkers/json_response.py
 ${PYSITELIB}/pylint_django/checkers/json_response.pyc
-${PYSITELIB}/pylint_django/checkers/json_response.pyo
 ${PYSITELIB}/pylint_django/checkers/migrations.py
 ${PYSITELIB}/pylint_django/checkers/migrations.pyc
-${PYSITELIB}/pylint_django/checkers/migrations.pyo
 ${PYSITELIB}/pylint_django/checkers/models.py
 ${PYSITELIB}/pylint_django/checkers/models.pyc
-${PYSITELIB}/pylint_django/checkers/models.pyo
 ${PYSITELIB}/pylint_django/compat.py
 ${PYSITELIB}/pylint_django/compat.pyc
-${PYSITELIB}/pylint_django/compat.pyo
 ${PYSITELIB}/pylint_django/plugin.py
 ${PYSITELIB}/pylint_django/plugin.pyc
-${PYSITELIB}/pylint_django/plugin.pyo
-${PYSITELIB}/pylint_django/tests/__init__.py
-${PYSITELIB}/pylint_django/tests/__init__.pyc
-${PYSITELIB}/pylint_django/tests/__init__.pyo
-${PYSITELIB}/pylint_django/tests/input/__init__.py
-${PYSITELIB}/pylint_django/tests/input/__init__.pyc
-${PYSITELIB}/pylint_django/tests/input/__init__.pyo
-${PYSITELIB}/pylint_django/tests/input/external_django_tables2_noerror_meta_class.py
-${PYSITELIB}/pylint_django/tests/input/external_django_tables2_noerror_meta_class.pyc
-${PYSITELIB}/pylint_django/tests/input/external_django_tables2_noerror_meta_class.pyo
-${PYSITELIB}/pylint_django/tests/input/external_drf_noerror_serializer.py
-${PYSITELIB}/pylint_django/tests/input/external_drf_noerror_serializer.pyc
-${PYSITELIB}/pylint_django/tests/input/external_drf_noerror_serializer.pyo
-${PYSITELIB}/pylint_django/tests/input/external_drf_noerror_serializer.rc
-${PYSITELIB}/pylint_django/tests/input/external_factory_boy_noerror.py
-${PYSITELIB}/pylint_django/tests/input/external_factory_boy_noerror.pyc
-${PYSITELIB}/pylint_django/tests/input/external_factory_boy_noerror.pyo
-${PYSITELIB}/pylint_django/tests/input/external_factory_boy_noerror.rc
-${PYSITELIB}/pylint_django/tests/input/external_model_utils_noerror_override_manager.py
-${PYSITELIB}/pylint_django/tests/input/external_model_utils_noerror_override_manager.pyc
-${PYSITELIB}/pylint_django/tests/input/external_model_utils_noerror_override_manager.pyo
-${PYSITELIB}/pylint_django/tests/input/external_model_utils_noerror_override_manager.rc
-${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.py
-${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.pyc
-${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.pyo
-${PYSITELIB}/pylint_django/tests/input/external_psycopg2_noerror_postgres_fields.rc
-${PYSITELIB}/pylint_django/tests/input/external_tastypie_noerror_foreign_key.py
-${PYSITELIB}/pylint_django/tests/input/external_tastypie_noerror_foreign_key.pyc
-${PYSITELIB}/pylint_django/tests/input/external_tastypie_noerror_foreign_key.pyo
-${PYSITELIB}/pylint_django/tests/input/func_hard_coded_auth_user.py
-${PYSITELIB}/pylint_django/tests/input/func_hard_coded_auth_user.pyc
-${PYSITELIB}/pylint_django/tests/input/func_hard_coded_auth_user.pyo
-${PYSITELIB}/pylint_django/tests/input/func_hard_coded_auth_user.txt
-${PYSITELIB}/pylint_django/tests/input/func_json_response.py
-${PYSITELIB}/pylint_django/tests/input/func_json_response.pyc
-${PYSITELIB}/pylint_django/tests/input/func_json_response.pyo
-${PYSITELIB}/pylint_django/tests/input/func_json_response.txt
-${PYSITELIB}/pylint_django/tests/input/func_model_does_not_use_unicode_py33.py
-${PYSITELIB}/pylint_django/tests/input/func_model_does_not_use_unicode_py33.pyc
-${PYSITELIB}/pylint_django/tests/input/func_model_does_not_use_unicode_py33.pyo
-${PYSITELIB}/pylint_django/tests/input/func_model_does_not_use_unicode_py33.txt
-${PYSITELIB}/pylint_django/tests/input/func_model_no_explicit_unicode_str_compat.py
-${PYSITELIB}/pylint_django/tests/input/func_model_no_explicit_unicode_str_compat.pyc
-${PYSITELIB}/pylint_django/tests/input/func_model_no_explicit_unicode_str_compat.pyo
-${PYSITELIB}/pylint_django/tests/input/func_model_no_explicit_unicode_str_compat.txt
-${PYSITELIB}/pylint_django/tests/input/func_modelform_exclude.py
-${PYSITELIB}/pylint_django/tests/input/func_modelform_exclude.pyc
-${PYSITELIB}/pylint_django/tests/input/func_modelform_exclude.pyo
-${PYSITELIB}/pylint_django/tests/input/func_modelform_exclude.txt
-${PYSITELIB}/pylint_django/tests/input/func_noerror_classviews.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_classviews.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_classviews.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_duplicate_except_doesnotexist.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_factory_post_generation.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_factory_post_generation.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_factory_post_generation.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_attributes.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_attributes.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_attributes.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_ids.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_ids.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_ids.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_key_cls_unbound.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_key_cls_unbound.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_key_cls_unbound.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_package.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_package.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_package.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_sets.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_sets.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreign_key_sets.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreignkeys.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreignkeys.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_foreignkeys.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_form_fields.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_form_fields.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_form_fields.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_forms_py33.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_forms_py33.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_forms_py33.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_formview_ancestors.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_formview_ancestors.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_formview_ancestors.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_generic_foreign_key.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_generic_foreign_key.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_generic_foreign_key.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_gettext_lazy_format.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_gettext_lazy_format.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_gettext_lazy_format.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_ignore_meta_subclass.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_ignore_meta_subclass.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_ignore_meta_subclass.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_import_q.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_import_q.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_import_q.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_issue_46.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_issue_46.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_issue_46.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_managers_return_querysets.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_managers_return_querysets.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_managers_return_querysets.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_manytomanyfield.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_manytomanyfield.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_manytomanyfield.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_fields.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_fields.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_fields.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_methods.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_methods.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_methods.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_objects.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_objects.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_objects.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_unicode_callable.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_unicode_callable.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_unicode_callable.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_unicode_lambda.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_unicode_lambda.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_model_unicode_lambda.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_models_py33.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_models_py33.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_models_py33.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_protected_meta_access.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_protected_meta_access.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_protected_meta_access.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_string_foreignkey.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_string_foreignkey.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_string_foreignkey.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_style_members.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_style_members.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_style_members.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_test_wsgi_request.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_test_wsgi_request.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_test_wsgi_request.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_ugettext_lazy_format.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_ugettext_lazy_format.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_ugettext_lazy_format.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_unicode_py2_compatible.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_unicode_py2_compatible.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_unicode_py2_compatible.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_urls.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_urls.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_urls.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_uuid_field.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_uuid_field.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_uuid_field.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_views.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_views.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_views.pyo
-${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.py
-${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.pyc
-${PYSITELIB}/pylint_django/tests/input/func_noerror_wsgi.pyo
-${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.py
-${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.pyc
-${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.pyo
-${PYSITELIB}/pylint_django/tests/input/func_unused_arguments.txt
-${PYSITELIB}/pylint_django/tests/input/migrations/0001_noerror_initial.py
-${PYSITELIB}/pylint_django/tests/input/migrations/0001_noerror_initial.pyc
-${PYSITELIB}/pylint_django/tests/input/migrations/0001_noerror_initial.pyo
-${PYSITELIB}/pylint_django/tests/input/migrations/0002_new_column.py
-${PYSITELIB}/pylint_django/tests/input/migrations/0002_new_column.pyc
-${PYSITELIB}/pylint_django/tests/input/migrations/0002_new_column.pyo
-${PYSITELIB}/pylint_django/tests/input/migrations/0002_new_column.txt
-${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.py
-${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.pyc
-${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.pyo
-${PYSITELIB}/pylint_django/tests/input/migrations/0003_without_backwards.txt
-${PYSITELIB}/pylint_django/tests/input/migrations/0004_noerror_with_backwards.py
-${PYSITELIB}/pylint_django/tests/input/migrations/0004_noerror_with_backwards.pyc
-${PYSITELIB}/pylint_django/tests/input/migrations/0004_noerror_with_backwards.pyo
-${PYSITELIB}/pylint_django/tests/input/migrations/__init__.py
-${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyc
-${PYSITELIB}/pylint_django/tests/input/migrations/__init__.pyo
-${PYSITELIB}/pylint_django/tests/input/models/__init__.py
-${PYSITELIB}/pylint_django/tests/input/models/__init__.pyc
-${PYSITELIB}/pylint_django/tests/input/models/__init__.pyo
-${PYSITELIB}/pylint_django/tests/input/models/author.py
-${PYSITELIB}/pylint_django/tests/input/models/author.pyc
-${PYSITELIB}/pylint_django/tests/input/models/author.pyo
-${PYSITELIB}/pylint_django/tests/input/models/func_noerror_foreign_key_key_cls_unbound_in_same_package.py
-${PYSITELIB}/pylint_django/tests/input/models/func_noerror_foreign_key_key_cls_unbound_in_same_package.pyc
-${PYSITELIB}/pylint_django/tests/input/models/func_noerror_foreign_key_key_cls_unbound_in_same_package.pyo
-${PYSITELIB}/pylint_django/tests/input/test_app/__init__.py
-${PYSITELIB}/pylint_django/tests/input/test_app/__init__.pyc
-${PYSITELIB}/pylint_django/tests/input/test_app/__init__.pyo
-${PYSITELIB}/pylint_django/tests/input/test_app/apps.py
-${PYSITELIB}/pylint_django/tests/input/test_app/apps.pyc
-${PYSITELIB}/pylint_django/tests/input/test_app/apps.pyo
-${PYSITELIB}/pylint_django/tests/input/test_app/models.py
-${PYSITELIB}/pylint_django/tests/input/test_app/models.pyc
-${PYSITELIB}/pylint_django/tests/input/test_app/models.pyo
-${PYSITELIB}/pylint_django/tests/settings.py
-${PYSITELIB}/pylint_django/tests/settings.pyc
-${PYSITELIB}/pylint_django/tests/settings.pyo
-${PYSITELIB}/pylint_django/tests/test_django_not_installed.sh
-${PYSITELIB}/pylint_django/tests/test_func.py
-${PYSITELIB}/pylint_django/tests/test_func.pyc
-${PYSITELIB}/pylint_django/tests/test_func.pyo
-${PYSITELIB}/pylint_django/tests/testing_pylint.rc
 ${PYSITELIB}/pylint_django/transforms/__init__.py
 ${PYSITELIB}/pylint_django/transforms/__init__.pyc
-${PYSITELIB}/pylint_django/transforms/__init__.pyo
 ${PYSITELIB}/pylint_django/transforms/fields.py
 ${PYSITELIB}/pylint_django/transforms/fields.pyc
-${PYSITELIB}/pylint_django/transforms/fields.pyo
 ${PYSITELIB}/pylint_django/transforms/foreignkey.py
 ${PYSITELIB}/pylint_django/transforms/foreignkey.pyc
-${PYSITELIB}/pylint_django/transforms/foreignkey.pyo
 ${PYSITELIB}/pylint_django/transforms/transforms/__init__.py
 ${PYSITELIB}/pylint_django/transforms/transforms/__init__.pyc
-${PYSITELIB}/pylint_django/transforms/transforms/__init__.pyo
 ${PYSITELIB}/pylint_django/transforms/transforms/django_db_models_fields_files.py
 ${PYSITELIB}/pylint_django/transforms/transforms/django_db_models_fields_files.pyc
-${PYSITELIB}/pylint_django/transforms/transforms/django_db_models_fields_files.pyo
 ${PYSITELIB}/pylint_django/transforms/transforms/django_utils_translation.py
 ${PYSITELIB}/pylint_django/transforms/transforms/django_utils_translation.pyc
-${PYSITELIB}/pylint_django/transforms/transforms/django_utils_translation.pyo
 ${PYSITELIB}/pylint_django/utils.py
 ${PYSITELIB}/pylint_django/utils.pyc
-${PYSITELIB}/pylint_django/utils.pyo

Index: pkgsrc/www/py-pylint-django/distinfo
diff -u pkgsrc/www/py-pylint-django/distinfo:1.36 pkgsrc/www/py-pylint-django/distinfo:1.37
--- pkgsrc/www/py-pylint-django/distinfo:1.36   Sun Apr 24 17:36:43 2022
+++ pkgsrc/www/py-pylint-django/distinfo        Tue Oct 24 14:52:36 2023
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.36 2022/04/24 17:36:43 adam Exp $
+$NetBSD: distinfo,v 1.37 2023/10/24 14:52:36 adam Exp $
 
-BLAKE2s (pylint-django-2.5.3.tar.gz) = c033de9368f710e012adf9783e5f3b129789cc9d7ae3ac8650262bea889ffc8e
-SHA512 (pylint-django-2.5.3.tar.gz) = 1bb70859339596b0b3f2808de0ebb3bc8bfbaba9d2bfb028014fec108c48f69f6abcb92e39693e0364ac08372f2c238f7df64048faf8e3483ed41f6a161a00a9
-Size (pylint-django-2.5.3.tar.gz) = 68112 bytes
+BLAKE2s (pylint_django-2.5.5.tar.gz) = b547a0bbaeef4d70f50ee818850713f88074bde87b8c888ea82d59fda1e11582
+SHA512 (pylint_django-2.5.5.tar.gz) = 8f3df1f0a7067c6b911588217b894f7026904276be62a6e385ae2834f12979f21c1a1e0fe1e5bebf6dd1acf285276716d161f60e7792cb12c242adfe93a02dbe
+Size (pylint_django-2.5.5.tar.gz) = 38135 bytes
+SHA1 (patch-pyproject.toml) = cd6cc4f5651ac9d21ad7e22b4ca6eb7039e83e0b

Added files:

Index: pkgsrc/www/py-pylint-django/patches/patch-pyproject.toml
diff -u /dev/null pkgsrc/www/py-pylint-django/patches/patch-pyproject.toml:1.1
--- /dev/null   Tue Oct 24 14:52:36 2023
+++ pkgsrc/www/py-pylint-django/patches/patch-pyproject.toml    Tue Oct 24 14:52:36 2023
@@ -0,0 +1,18 @@
+$NetBSD: patch-pyproject.toml,v 1.1 2023/10/24 14:52:36 adam Exp $
+
+Don't install extra file into site-packages.
+
+--- pyproject.toml.orig        2023-10-24 14:47:07.210900404 +0000
++++ pyproject.toml
+@@ -32,11 +32,6 @@ keywords=["pylint", "django", "plugin"]
+ packages = [
+   { include = "pylint_django/"}
+ ]
+-include = [
+-  "LICENSE",
+-  "*.rst",
+-  "*.md"
+-]
+ exclude = ["**/tests/**", "**/testutils.py", "**/tests.py"]
+ 
+ [tool.poetry.dependencies]



Home | Main Index | Thread Index | Old Index