aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-06-02 18:56:30 +0000
committerRene Ladan <rene@FreeBSD.org>2025-06-02 18:56:30 +0000
commit2e5ce711c136eeb35c0a04b16fb658ec7a35fc3e (patch)
tree26dfabd7f6a087f679ca177800c20c00af31a888
parent5703a80056b6cfca17d30528c823c1f3a8c5199d (diff)
textproc/py-colorclass: Remove expired port
2025-02-28 textproc/py-colorclass: Upstream repository has been archived on Jul 10, 2024
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/py-colorclass/Makefile25
-rw-r--r--textproc/py-colorclass/distinfo3
-rw-r--r--textproc/py-colorclass/files/patch-pyproject.toml10
-rw-r--r--textproc/py-colorclass/pkg-descr2
6 files changed, 1 insertions, 41 deletions
diff --git a/MOVED b/MOVED
index ce3e81a4a824..7cf55ecb2f12 100644
--- a/MOVED
+++ b/MOVED
@@ -4488,3 +4488,4 @@ graphics/rubygem-pdfkit||2025-06-02|Has expired: Depends on expired converters/w
security/racoon2||2025-06-02|Has expired: Requested removal by PR/286981
converters/wkhtmltopdf||2025-06-02|Has expired: Upstream abandoned the project
devel/py-oletools||2025-06-02|Has expired: Depends on expired textproc/py-colorclass
+textproc/py-colorclass||2025-06-02|Has expired: Upstream repository has been archived on Jul 10, 2024
diff --git a/textproc/Makefile b/textproc/Makefile
index 5e15012d5c5b..ed6984b3536e 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1331,7 +1331,6 @@
SUBDIR += py-cloud_sptheme
SUBDIR += py-cmarkgfm
SUBDIR += py-collective.checkdocs
- SUBDIR += py-colorclass
SUBDIR += py-creole
SUBDIR += py-cssselect2
SUBDIR += py-csvkit
diff --git a/textproc/py-colorclass/Makefile b/textproc/py-colorclass/Makefile
deleted file mode 100644
index 6d972357e4d9..000000000000
--- a/textproc/py-colorclass/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-PORTNAME= colorclass
-PORTVERSION= 2.2.2
-PORTREVISION= 1
-CATEGORIES= textproc python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Colorful worry-free console applications
-WWW= https://github.com/matthewdeanmartin/colorclass
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Upstream repository has been archived on Jul 10, 2024
-EXPIRATION_DATE=2025-02-28
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist concurrent pep517
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/textproc/py-colorclass/distinfo b/textproc/py-colorclass/distinfo
deleted file mode 100644
index ad4276937b2a..000000000000
--- a/textproc/py-colorclass/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1639290950
-SHA256 (colorclass-2.2.2.tar.gz) = 6d4fe287766166a98ca7bc6f6312daf04a0481b1eda43e7173484051c0ab4366
-SIZE (colorclass-2.2.2.tar.gz) = 16709
diff --git a/textproc/py-colorclass/files/patch-pyproject.toml b/textproc/py-colorclass/files/patch-pyproject.toml
deleted file mode 100644
index 6203c4c5b2d8..000000000000
--- a/textproc/py-colorclass/files/patch-pyproject.toml
+++ /dev/null
@@ -1,10 +0,0 @@
---- pyproject.toml.orig 2021-12-09 00:41:34 UTC
-+++ pyproject.toml
-@@ -62,5 +62,5 @@ python = ">=2.6 || >=3.0"
- pytest = "==6.0.1"
-
- [build-system]
--requires = ["poetry>=0.12"]
--build-backend = "poetry.masonry.api"
-+requires = ["poetry-core>=1.0.0"]
-+build-backend = "poetry.core.masonry.api"
diff --git a/textproc/py-colorclass/pkg-descr b/textproc/py-colorclass/pkg-descr
deleted file mode 100644
index e1bcab8d2cfe..000000000000
--- a/textproc/py-colorclass/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-Yet another ANSI color text library for Python. Provides "auto colors" for
-dark/light terminals. Works on Linux, OS X, and Windows.