diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2024-06-30 11:34:11 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2024-06-30 11:34:11 +0000 |
| commit | d3c6726e4f5dd55aa46fe39096146e84b7f09dd1 (patch) | |
| tree | 3facfb4f60fdf9b2e101589586ff8176468ea6d7 | |
| parent | 3e1f3aad8d418aa58ccfe21d57629c237adcc5e0 (diff) | |
www/py-cookies: Remove expired port
2024-06-30 www/py-cookies: Upstream is inactive for many years
| -rw-r--r-- | MOVED | 1 | ||||
| -rw-r--r-- | www/Makefile | 1 | ||||
| -rw-r--r-- | www/py-cookies/Makefile | 26 | ||||
| -rw-r--r-- | www/py-cookies/distinfo | 2 | ||||
| -rw-r--r-- | www/py-cookies/pkg-descr | 4 |
5 files changed, 1 insertions, 33 deletions
@@ -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). |
