summaryrefslogtreecommitdiff
path: root/www/py-django-debreach/files/patch-setup.cfg
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2025-11-23 13:49:55 +0100
committerKai Knoblich <kai@FreeBSD.org>2025-11-23 13:51:49 +0100
commit681bf7f84812edd392e2fc7afbc71ad0d86a47fa (patch)
tree70be96dc00fbb1e33b69c33fbaefb9ee01d6f9a6 /www/py-django-debreach/files/patch-setup.cfg
parenttextproc/py-pymdown-extensions: Update to 10.17.1 (diff)
www/py-django-debreach: Switch to PEP517
* Remove no longer required distutils workarounds as well. * Switch to the more preferred DISTVERSION while I'm here. * Bump PORTREVISION due package change.
Diffstat (limited to 'www/py-django-debreach/files/patch-setup.cfg')
-rw-r--r--www/py-django-debreach/files/patch-setup.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/www/py-django-debreach/files/patch-setup.cfg b/www/py-django-debreach/files/patch-setup.cfg
deleted file mode 100644
index 552c7b1ea93e..000000000000
--- a/www/py-django-debreach/files/patch-setup.cfg
+++ /dev/null
@@ -1,13 +0,0 @@
-Remove requirements for wheel and pip as they're not required for build
-
---- setup.cfg.orig 2022-01-19 06:16:57 UTC
-+++ setup.cfg
-@@ -32,7 +32,7 @@ classifiers =
- zip_safe = False
- include_package_data = True
- packages = find:
--setup_requires = setuptools;wheel;pip
-+setup_requires = setuptools
- python_requires = >=3.7
- tests_require = django
-