Skip to content
Snippets Groups Projects
Commit 6e6ef371 authored by Kai Knoblich's avatar Kai Knoblich
Browse files

www/py-django-radius: Add new port

django-radius enables you to authenticate your Django users against one
or many RADIUS servers easily.

WWW: https://github.com/robgolding/django-radius
parent 81389bf6
No related branches found
No related tags found
No related merge requests found
......@@ -1550,6 +1550,7 @@
SUBDIR += py-django-post_office
SUBDIR += py-django-prometheus
SUBDIR += py-django-pyscss
SUBDIR += py-django-radius
SUBDIR += py-django-ranged-response
SUBDIR += py-django-recaptcha
SUBDIR += py-django-redis
......
PORTNAME= django-radius
DISTVERSION= 1.5.0
CATEGORIES= www net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Django authentication backend for RADIUS
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyrad>=1.2:net/pyrad@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}future>=0.16.0:devel/py-future@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
PORTDOCS= README.md
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
TIMESTAMP = 1614808218
SHA256 (django-radius-1.5.0.tar.gz) = c431aec30f69fd28ebd3ebcdfa561ed4c660de1fac40c4e000f0786efe9272f9
SIZE (django-radius-1.5.0.tar.gz) = 6914
Relax version requirement of devel/py-future
--- setup.py.orig 2021-11-04 18:14:51 UTC
+++ setup.py
@@ -19,5 +19,5 @@ setup(
],
zip_safe=False,
packages=find_packages(),
- install_requires=['pyrad >= 1.2', 'future==0.16.0'],
+ install_requires=['pyrad >= 1.2', 'future>=0.16.0'],
)
django-radius enables you to authenticate your Django users against one or many
RADIUS servers easily.
WWW: https://github.com/robgolding/django-radius
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment