Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2022 04:48:11 GMT
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a15f89636414 - main - www/py-django-modern-rpc: Deprecate/Set to expire
Message-ID:  <202205140448.24E4mBrI050990@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a15f89636414e85acb8a803beac4829d237a011d

commit a15f89636414e85acb8a803beac4829d237a011d
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-05-14 04:45:18 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-05-14 04:45:18 +0000

    www/py-django-modern-rpc: Deprecate/Set to expire
    
    * Django 2.2 is End-of-Life since April 2022 and the current release of
      this port isn't compatible with newer versions of Django.
    
    PR:             263771
    Approved by:    sunpoet (maintainer)
---
 www/py-django-modern-rpc/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-django-modern-rpc/Makefile b/www/py-django-modern-rpc/Makefile
index 28012ca7aa0a..eca15f218814 100644
--- a/www/py-django-modern-rpc/Makefile
+++ b/www/py-django-modern-rpc/Makefile
@@ -11,6 +11,9 @@ COMMENT=	Simple and modern JSON-RPC/XML-RPC server implementation for Django
 
 LICENSE=	MIT
 
+DEPRECATED=	Not compatible with newer versions of Django
+EXPIRATION_DATE=	2022-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=1.8.0:www/py-django22@${PY_FLAVOR}
 
 USES=		python:3.5+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205140448.24E4mBrI050990>