git: 9d2aa4329cfa - main - devel/py-babi_grammars: Update version 0.0.31=>0.0.50
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Apr 2023 18:14:26 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9d2aa4329cfa7c7a0c6437c8ecc1b38d29200c41 commit 9d2aa4329cfa7c7a0c6437c8ecc1b38d29200c41 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-14 17:35:11 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-14 18:14:13 +0000 devel/py-babi_grammars: Update version 0.0.31=>0.0.50 - Add LICENSE MIT --- devel/py-babi_grammars/Makefile | 5 ++++- devel/py-babi_grammars/distinfo | 6 +++--- devel/py-babi_grammars/files/patch-setup.cfg | 10 ---------- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/devel/py-babi_grammars/Makefile b/devel/py-babi_grammars/Makefile index a4b01b7021af..192d99e0b175 100644 --- a/devel/py-babi_grammars/Makefile +++ b/devel/py-babi_grammars/Makefile @@ -1,5 +1,5 @@ PORTNAME= babi_grammars -PORTVERSION= 0.0.31 +PORTVERSION= 0.0.50 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,6 +8,9 @@ MAINTAINER= bofh@FreeBSD.org COMMENT= Grammars for the babi text editor WWW= https://github.com/asottile/babi-grammars +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= python:3.7+ USE_PYTHON= autoplist distutils flavors diff --git a/devel/py-babi_grammars/distinfo b/devel/py-babi_grammars/distinfo index 1def037c7687..740436b83920 100644 --- a/devel/py-babi_grammars/distinfo +++ b/devel/py-babi_grammars/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636167652 -SHA256 (babi_grammars-0.0.31.tar.gz) = 6828ca8dc4f1166b64f351944717af59f11b3d7af8a63e99554f7f0c334f5911 -SIZE (babi_grammars-0.0.31.tar.gz) = 340859 +TIMESTAMP = 1681493279 +SHA256 (babi_grammars-0.0.50.tar.gz) = 8b109be6fa9071476db8c2a6668570155da6744b69cb6d92af254ba3dc88040a +SIZE (babi_grammars-0.0.50.tar.gz) = 430768 diff --git a/devel/py-babi_grammars/files/patch-setup.cfg b/devel/py-babi_grammars/files/patch-setup.cfg deleted file mode 100644 index afb9a72a1cc9..000000000000 --- a/devel/py-babi_grammars/files/patch-setup.cfg +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.cfg.orig 2021-09-12 23:44:23 UTC -+++ setup.cfg -@@ -56,6 +56,7 @@ classifiers = - Programming Language :: Python :: Implementation :: PyPy - - [options] -+py_modules = babi_grammars - python_requires = >=3.6.1 - - [options.data_files]