git: 620f89e76ae7 - main - textproc/py-trans: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 15:48:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=620f89e76ae7a69c182cf9c61d63449cab0b1199 commit 620f89e76ae7a69c182cf9c61d63449cab0b1199 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-28 15:39:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-28 15:46:55 +0000 textproc/py-trans: Remove expired port --- MOVED | 1 + textproc/Makefile | 1 - textproc/py-trans/Makefile | 25 ------------------------- textproc/py-trans/distinfo | 3 --- textproc/py-trans/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 32 deletions(-) diff --git a/MOVED b/MOVED index 0e377b564bcc..02d33b0b8ccb 100644 --- a/MOVED +++ b/MOVED @@ -4170,3 +4170,4 @@ net/drive||2025-02-28|Remove expired port print/py-pypdf3||2025-02-28|Remove expired port sysutils/py-python-consul2||2025-02-28|Remove expired port textproc/py-pytoml||2025-02-28|Remove expired port +textproc/py-trans||2025-02-28|Remove expired port diff --git a/textproc/Makefile b/textproc/Makefile index e10018407376..2fdea433c056 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1688,7 +1688,6 @@ SUBDIR += py-toronado SUBDIR += py-towncrier SUBDIR += py-towncrier23 - SUBDIR += py-trans SUBDIR += py-translationstring SUBDIR += py-transpopy SUBDIR += py-ttp diff --git a/textproc/py-trans/Makefile b/textproc/py-trans/Makefile deleted file mode 100644 index dfbe7e1b297d..000000000000 --- a/textproc/py-trans/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -PORTNAME= trans -PORTVERSION= 2.1.0 -PORTREVISION= 1 -CATEGORIES= textproc python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Module for performing transliteration -WWW= https://github.com/zzzsochi/trans - -LICENSE= BSD2CLAUSE - -DEPRECATED= Upstream is inactive for almost 8.5 years -EXPIRATION_DATE=2025-02-28 - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} - -USES= python tar:bzip2 -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/textproc/py-trans/distinfo b/textproc/py-trans/distinfo deleted file mode 100644 index 87ac614d3bdc..000000000000 --- a/textproc/py-trans/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532997024 -SHA256 (trans-2.1.0.tar.bz2) = 417d8f7862a4a01470bdf0ab2a96b60983e459d202c1b12e8df3fa563146b71f -SIZE (trans-2.1.0.tar.bz2) = 6864 diff --git a/textproc/py-trans/pkg-descr b/textproc/py-trans/pkg-descr deleted file mode 100644 index dd10f6040f5c..000000000000 --- a/textproc/py-trans/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This module translates national characters into similar sounding latin -characters (transliteration). At the moment, Czech, Greek, Latvian, Polish, -Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs).