aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-03-31 14:17:34 +0000
committerRene Ladan <rene@FreeBSD.org>2025-03-31 14:17:34 +0000
commit31b112b027b0749412ca7dee25d392c819ee67d2 (patch)
tree0800a6e7621607c318ca36ec204ff7b9a591055a
parenta44e6ebdf9c67c95477b5dda285c466e9821a0be (diff)
devel/py-aiocontextvars: Remove expired port
2025-03-31 devel/py-aiocontextvars: Depends on expired devel/py-pytest-runner
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-aiocontextvars/Makefile33
-rw-r--r--devel/py-aiocontextvars/distinfo3
-rw-r--r--devel/py-aiocontextvars/pkg-descr1
5 files changed, 1 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index 60dd5af03850..2c291615948b 100644
--- a/MOVED
+++ b/MOVED
@@ -4220,3 +4220,4 @@ sysutils/pprotectd||2025-03-24|Has expired: Obsolete utility, superseded by prot
www/ytdl|www/yt-dlp|2025-03-24|ytdl doesn't work and is archived upstream, www/yt-dlp be used instead
textproc/py-docstring-parser|textproc/py-docstring_parser|2025-03-25|Renamed to match upstream naming
www/py-flask-security||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
+devel/py-aiocontextvars||2025-03-31|Has expired: Depends on expired devel/py-pytest-runner
diff --git a/devel/Makefile b/devel/Makefile
index de8518e7f91b..4593d1da9dfc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4378,7 +4378,6 @@
SUBDIR += py-aenum
SUBDIR += py-aioapns
SUBDIR += py-aiobotocore
- SUBDIR += py-aiocontextvars
SUBDIR += py-aiofiles
SUBDIR += py-aiohttp-apispec
SUBDIR += py-aioice
diff --git a/devel/py-aiocontextvars/Makefile b/devel/py-aiocontextvars/Makefile
deleted file mode 100644
index fb82293db9bc..000000000000
--- a/devel/py-aiocontextvars/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-PORTNAME= aiocontextvars
-PORTVERSION= 0.2.2
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= meka@tilda.center
-COMMENT= Asyncio support for PEP-567 contextvars backport
-WWW= https://github.com/fantix/aiocontextvars
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Depends on expired devel/py-pytest-runner
-EXPIRATION_DATE=2025-03-31
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest-asyncio>=0:devel/py-pytest-asyncio@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent distutils
-
-TEST_ENV= PYTHONPATH=${WRKSRC}/src
-
-NO_ARCH= yes
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -rs -o addopts=
-
-.include <bsd.port.mk>
diff --git a/devel/py-aiocontextvars/distinfo b/devel/py-aiocontextvars/distinfo
deleted file mode 100644
index 086e6150ff32..000000000000
--- a/devel/py-aiocontextvars/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1626953771
-SHA256 (aiocontextvars-0.2.2.tar.gz) = f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa
-SIZE (aiocontextvars-0.2.2.tar.gz) = 13565
diff --git a/devel/py-aiocontextvars/pkg-descr b/devel/py-aiocontextvars/pkg-descr
deleted file mode 100644
index 59b94d63d301..000000000000
--- a/devel/py-aiocontextvars/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Contextvars with asyncio support.