diff --git a/www/py-django-radius/Makefile b/www/py-django-radius/Makefile index 41d7cdf0077b..eaa4e80eb595 100644 --- a/www/py-django-radius/Makefile +++ b/www/py-django-radius/Makefile @@ -1,28 +1,27 @@ PORTNAME= django-radius -DISTVERSION= 1.5.0 +DISTVERSION= 1.5.1 CATEGORIES= www net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org COMMENT= Django authentication backend for RADIUS WWW= https://github.com/robgolding/django-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} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyrad>=1.2:net/pyrad@${PY_FLAVOR} USES= python 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 diff --git a/www/py-django-radius/distinfo b/www/py-django-radius/distinfo index bc61184fec86..76d4c25477bd 100644 --- a/www/py-django-radius/distinfo +++ b/www/py-django-radius/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614808218 -SHA256 (django-radius-1.5.0.tar.gz) = c431aec30f69fd28ebd3ebcdfa561ed4c660de1fac40c4e000f0786efe9272f9 -SIZE (django-radius-1.5.0.tar.gz) = 6914 +TIMESTAMP = 1713782716 +SHA256 (django-radius-1.5.1.tar.gz) = 57c64e618cd233392933274b24ea9d78bcab3df6660c482a4d9ac44ee9206656 +SIZE (django-radius-1.5.1.tar.gz) = 8365 diff --git a/www/py-django-radius/files/patch-setup.py b/www/py-django-radius/files/patch-setup.py deleted file mode 100644 index 95d0016e65c3..000000000000 --- a/www/py-django-radius/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ -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'], - )