Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2024 02:48:17 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db3a38ad3627 - main - www/py-cookies: Mark BROKEN and DEPRECATED and set EXPIRATION_DATE to 2024-06-30
Message-ID:  <202406030248.4532mHlx064890@gitrepo.freebsd.org>

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

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

commit db3a38ad3627989297aee096ddaf7ddc95f663a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-06-03 02:38:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-06-03 02:38:47 +0000

    www/py-cookies: Mark BROKEN and DEPRECATED and set EXPIRATION_DATE to 2024-06-30
    
    - Update WWW
    
    Reference:      https://pkg-status.freebsd.org/beefy22/data/140amd64-default/02faf78f4c9b/logs/py311-cookies-2.2.1_1.log
                    https://gitlab.com/sashahart/cookies/-/issues/5
                    https://gitlab.com/sashahart/cookies/-/issues/7
---
 www/py-cookies/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile
index 175c8552bd23..d0364c817195 100644
--- a/www/py-cookies/Makefile
+++ b/www/py-cookies/Makefile
@@ -7,10 +7,14 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Friendlier RFC 6265-compliant cookie parser/renderer
-WWW=		https://github.com/sashahart/cookies
+WWW=		https://gitlab.com/sashahart/cookies
 
 LICENSE=	MIT
 
+BROKEN=		does not build with Python 3.11
+DEPRECATED=	Upstream is inactive for many years
+EXPIRATION_DATE=2024-06-30
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 



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