git: 0dd188ab06ce - main - textproc/py-language-data: Update to 1.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:27:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0dd188ab06cec0d35cb6c2683b192b85f6506c29 commit 0dd188ab06cec0d35cb6c2683b192b85f6506c29 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:19:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:15:54 +0000 textproc/py-language-data: Update to 1.2.0 - Update WWW - Add LICENSE_FILE Changes: https://github.com/georgkrause/language_data/releases --- textproc/py-language-data/Makefile | 9 ++++++--- textproc/py-language-data/distinfo | 6 +++--- textproc/py-language-data/files/patch-pyproject.toml | 11 ----------- 3 files changed, 9 insertions(+), 17 deletions(-) diff --git a/textproc/py-language-data/Makefile b/textproc/py-language-data/Makefile index 6f7b637f255a..f3bda142047e 100644 --- a/textproc/py-language-data/Makefile +++ b/textproc/py-language-data/Makefile @@ -1,5 +1,5 @@ PORTNAME= language-data -PORTVERSION= 1.1 +PORTVERSION= 1.2.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,11 +7,14 @@ DISTNAME= language_data-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Supplementary data about languages used by the langcodes module -WWW= https://github.com/rspeer/language_data +WWW= https://github.com/georgkrause/language_data LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=60:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}marisa-trie>=0.7.7:devel/py-marisa-trie@${PY_FLAVOR} USES= python diff --git a/textproc/py-language-data/distinfo b/textproc/py-language-data/distinfo index 88a46e6db8f1..c5281853c38c 100644 --- a/textproc/py-language-data/distinfo +++ b/textproc/py-language-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708448848 -SHA256 (language_data-1.1.tar.gz) = c1f5283c46bba68befa37505857a3f672497aba0c522b37d99367e911232455b -SIZE (language_data-1.1.tar.gz) = 4668860 +TIMESTAMP = 1715842828 +SHA256 (language_data-1.2.0.tar.gz) = 82a86050bbd677bfde87d97885b17566cfe75dad3ac4f5ce44b52c28f752e773 +SIZE (language_data-1.2.0.tar.gz) = 5137321 diff --git a/textproc/py-language-data/files/patch-pyproject.toml b/textproc/py-language-data/files/patch-pyproject.toml deleted file mode 100644 index 70ed6789da3f..000000000000 --- a/textproc/py-language-data/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2021-11-11 17:27:05 UTC -+++ pyproject.toml -@@ -11,7 +11,7 @@ exclude = ["language_data/data/cldr", "language_data/d - - [tool.poetry.dependencies] - python = ">= 3.6" --marisa-trie = "^0.7.7" -+marisa-trie = ">= 0.7.7" - - [tool.poetry.dev-dependencies] -