summaryrefslogtreecommitdiff
path: root/www/py-django-auth-ldap/files/setup.py
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-01-08 14:06:25 +0100
committerKai Knoblich <kai@FreeBSD.org>2022-01-08 14:16:03 +0100
commitea65e53e24760311cacaa8d62a0daf0333e89123 (patch)
treec51ab6c7db71340a28627ff528a79f41a13a3662 /www/py-django-auth-ldap/files/setup.py
parentnet-mgmt/py-pynetbox: Update to 6.4.1 (diff)
www/py-django-auth-ldap: Update to 4.0.0
* Python 3.6 is now gone from the Ports so remove the cruft that was required for it. * Add a workaround to make the port still buildable with Python's distutils by using the "setup.py" from the previous release. Changelog: https://github.com/django-auth-ldap/django-auth-ldap/releases/tag/4.0.0 MFH: 2022Q1
Diffstat (limited to '')
-rw-r--r--www/py-django-auth-ldap/files/setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/py-django-auth-ldap/files/setup.py b/www/py-django-auth-ldap/files/setup.py
new file mode 100644
index 000000000000..927cf403e2f6
--- /dev/null
+++ b/www/py-django-auth-ldap/files/setup.py
@@ -0,0 +1,5 @@
+# Taken from the previous release (= 3.0.0)
+
+from setuptools import setup
+
+setup()