git: d3c6726e4f5d - main - www/py-cookies: Remove expired port

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Sun, 30 Jun 2024 11:57:38 UTC
The branch main has been updated by rene:

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

commit d3c6726e4f5dd55aa46fe39096146e84b7f09dd1
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-06-30 11:34:11 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-06-30 11:34:11 +0000

    www/py-cookies: Remove expired port
    
    2024-06-30 www/py-cookies: Upstream is inactive for many years
---
 MOVED                    |  1 +
 www/Makefile             |  1 -
 www/py-cookies/Makefile  | 26 --------------------------
 www/py-cookies/distinfo  |  2 --
 www/py-cookies/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 33 deletions(-)

diff --git a/MOVED b/MOVED
index e7c6bfd388ac..e2f00d314df7 100644
--- a/MOVED
+++ b/MOVED
@@ -3359,3 +3359,4 @@ lang/perl5.34||2024-06-30|Has expired: Support end three years after .0 release,
 www/httest||2024-06-30|Has expired: Abandonware, no activity from upstream for years and depends on deprecated library devel/pcre
 security/sks||2024-06-30|Has expired: Depends on deprecated port databases/db5
 audio/asunder||2024-06-30|Has expired: Depends on deprecated library libcddb, consider using audio/cyanrip instead
+www/py-cookies||2024-06-30|Has expired: Upstream is inactive for many years
diff --git a/www/Makefile b/www/Makefile
index d99e0efee3d7..560c68ef8323 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1467,7 +1467,6 @@
     SUBDIR += py-cheroot
     SUBDIR += py-cherrypy
     SUBDIR += py-cinemagoer
-    SUBDIR += py-cookies
     SUBDIR += py-crossplane
     SUBDIR += py-css-html-js-minify
     SUBDIR += py-css-parser
diff --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile
deleted file mode 100644
index d0364c817195..000000000000
--- a/www/py-cookies/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	cookies
-PORTVERSION=	2.2.1
-PORTREVISION=	1
-CATEGORIES=	www devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Friendlier RFC 6265-compliant cookie parser/renderer
-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}
-
-USES=		python
-USE_PYTHON=	autoplist concurrent pep517 pytest
-
-NO_ARCH=	yes
-
-.include <bsd.port.mk>
diff --git a/www/py-cookies/distinfo b/www/py-cookies/distinfo
deleted file mode 100644
index 9020000a17b9..000000000000
--- a/www/py-cookies/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cookies-2.2.1.tar.gz) = d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e
-SIZE (cookies-2.2.1.tar.gz) = 40704
diff --git a/www/py-cookies/pkg-descr b/www/py-cookies/pkg-descr
deleted file mode 100644
index d1fc407e1fd5..000000000000
--- a/www/py-cookies/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-cookies.py is a Python module for working with HTTP cookies: parsing and
-rendering 'Cookie:' request headers and 'Set-Cookie:' response headers, and
-exposing a convenient API for creating and modifying cookies. It can be used
-as a replacement of Python's Cookie.py (aka http.cookies).