aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2026-05-09 14:54:06 +0000
committerRene Ladan <rene@FreeBSD.org>2026-05-09 14:54:06 +0000
commitbb1bdf19ab7082731ffe74903df1c4c6c3d4d2aa (patch)
tree9ff9af07b28512a72cbf893a24daccb1385c09d3
parent73be41e2414badd82d2714f30b4999fffdb5e77e (diff)
devel/py-termstyle: Remove expired port
2026-05-08 devel/py-termstyle: Upstream project appears to be abandoned
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-termstyle/Makefile19
-rw-r--r--devel/py-termstyle/distinfo3
-rw-r--r--devel/py-termstyle/pkg-descr3
5 files changed, 1 insertions, 26 deletions
diff --git a/MOVED b/MOVED
index 2ec44dc2f8a7..af2156244cc8 100644
--- a/MOVED
+++ b/MOVED
@@ -5289,3 +5289,4 @@ mail/archiveopteryx-devel|mail/archiveopteryx|2026-05-06|Remove obsoleted port.
devel/kyua||2026-05-07|Removed, kyua from base must be used for FreeBSD 14.x and newer
devel/sd-mux-ctrl||2026-05-08|Has expired: Upstream project is unmaintained as the Tizen project is no longer active
devel/py-rednose||2026-05-08|Has expired: Depends on unmaintained nosetests
+devel/py-termstyle||2026-05-09|Has expired: Upstream project appears to be abandoned
diff --git a/devel/Makefile b/devel/Makefile
index 7d1c9a502050..2e636af53c9b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6185,7 +6185,6 @@
SUBDIR += py-termcolor
SUBDIR += py-termcolor-whl
SUBDIR += py-terminaltexteffects
- SUBDIR += py-termstyle
SUBDIR += py-test-utils
SUBDIR += py-testfixtures
SUBDIR += py-testinfra
diff --git a/devel/py-termstyle/Makefile b/devel/py-termstyle/Makefile
deleted file mode 100644
index b3477465776b..000000000000
--- a/devel/py-termstyle/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-PORTNAME= termstyle
-DISTVERSION= 0.1.11
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Dirt-simple terminal-colour library for python
-WWW= https://github.com/gfxmonk/termstyle
-
-LICENSE= BSD3CLAUSE
-
-DEPRECATED= Upstream project appears to be abandoned
-EXPIRATION_DATE= 2026-05-08
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-.include <bsd.port.mk>
diff --git a/devel/py-termstyle/distinfo b/devel/py-termstyle/distinfo
deleted file mode 100644
index 387985079585..000000000000
--- a/devel/py-termstyle/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1775554741
-SHA256 (termstyle-0.1.11.tar.gz) = ef74b83698ea014112040cf32b1a093c1ab3d91c4dd18ecc03ec178fd99c9f9f
-SIZE (termstyle-0.1.11.tar.gz) = 4580
diff --git a/devel/py-termstyle/pkg-descr b/devel/py-termstyle/pkg-descr
deleted file mode 100644
index 04c168dee3f3..000000000000
--- a/devel/py-termstyle/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Termstyle is a simple python library for adding coloured output to terminal
-(console) programs. The definitions come from ECMA-048, the "Control Functions
-for Coded Character Sets" standard.