git: 04b7e8c20b50 - main - textproc/py-atoml: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 20:50:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=04b7e8c20b5084b23b5870eb05afc30252997ce6 commit 04b7e8c20b5084b23b5870eb05afc30252997ce6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 20:49:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 20:49:02 +0000 textproc/py-atoml: Remove obsoleted port This project has been merged back to tomlkit and is no longer maintained. Use textproc/py-tomlkit>=0.8.0 instead Reference: https://github.com/frostming/atoml/commit/44ff71af1ca621d118a6bb099b21031417b975b2 --- MOVED | 1 + textproc/Makefile | 1 - textproc/py-atoml/Makefile | 22 ---------------------- textproc/py-atoml/distinfo | 3 --- textproc/py-atoml/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 33 deletions(-) diff --git a/MOVED b/MOVED index 2ee7492e3c55..d0b94339df5b 100644 --- a/MOVED +++ b/MOVED @@ -3068,3 +3068,4 @@ devel/py-y-py|devel/py-pycrdt|2024-03-31|Remove obsoleted port. Use devel/py-pyc devel/py-ypy-websocket|devel/py-pycrdt-websocket|2024-03-31|Remove obsoleted port. Use devel/py-pycrdt-websocket instead math/py-munkres10|math/py-munkres|2024-03-31|Remove obsoleted port. Use math/py-munkres instead security/py-pysaml24|security/py-pysaml2|2024-03-31|Remove obsoleted port. Use security/py-pysaml2 instead +textproc/py-atoml|textproc/py-tomlkit|2024-03-31|Remove obsoleted port. This project has been merged back to tomlkit and is no longer maintained. Use textproc/py-tomlkit>=0.8.0 instead diff --git a/textproc/Makefile b/textproc/Makefile index 67570310644b..c10cb5cf13cd 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1307,7 +1307,6 @@ SUBDIR += py-arabic-reshaper SUBDIR += py-asciinema SUBDIR += py-asonic - SUBDIR += py-atoml SUBDIR += py-autopep8 SUBDIR += py-awesome-slugify SUBDIR += py-bibtexparser diff --git a/textproc/py-atoml/Makefile b/textproc/py-atoml/Makefile deleted file mode 100644 index 1803043afa9b..000000000000 --- a/textproc/py-atoml/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -PORTNAME= atoml -PORTVERSION= 1.1.1 -PORTREVISION= 2 -CATEGORIES= textproc python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Yet another style preserving TOML library -WWW= https://github.com/frostming/atoml - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-pep517>=0:devel/py-pdm-pep517@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent pep517 - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/textproc/py-atoml/distinfo b/textproc/py-atoml/distinfo deleted file mode 100644 index ac7c559dbb8c..000000000000 --- a/textproc/py-atoml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1641046000 -SHA256 (atoml-1.1.1.tar.gz) = cda7b3cee4383e37d88e040d9339e75cd257bb1995054046b61d6746f110146c -SIZE (atoml-1.1.1.tar.gz) = 138233 diff --git a/textproc/py-atoml/pkg-descr b/textproc/py-atoml/pkg-descr deleted file mode 100644 index 3eb6f1c36f21..000000000000 --- a/textproc/py-atoml/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ATOML is a 1.0.0rc1-compliant TOML library. - -It includes a parser that preserves all comments, indentations, whitespace and -internal element ordering, and makes them accessible and editable via an -intuitive API. - -You can also create new TOML documents from scratch using the provided helpers.