Date: Mon, 3 Oct 2022 17:41:08 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 81c68113e5d5 - main - =?utf-8?Q?textproc/lookatme:=20update=202.3.2=20=E2=86=92=202.4.0?= Message-ID: <202210031741.293Hf8NJ053475@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=81c68113e5d5b092987995735be1e0b16bfdb08b commit 81c68113e5d5b092987995735be1e0b16bfdb08b Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-10-03 15:45:44 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-10-03 17:40:04 +0000 textproc/lookatme: update 2.3.2 → 2.4.0 --- textproc/lookatme/Makefile | 3 +-- textproc/lookatme/distinfo | 6 +++--- textproc/lookatme/files/patch-setup.py | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/textproc/lookatme/Makefile b/textproc/lookatme/Makefile index 08b6869b232a..8aa1ce2a5e4f 100644 --- a/textproc/lookatme/Makefile +++ b/textproc/lookatme/Makefile @@ -1,6 +1,5 @@ PORTNAME= lookatme -PORTVERSION= 2.3.2 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/lookatme/distinfo b/textproc/lookatme/distinfo index ec83f726d077..ab8a32beda34 100644 --- a/textproc/lookatme/distinfo +++ b/textproc/lookatme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622049321 -SHA256 (lookatme-2.3.2.tar.gz) = a8864c9203a6e635e6c5314b4ea3018692c185f08bf31bd4c71aa94ba363715c -SIZE (lookatme-2.3.2.tar.gz) = 33853 +TIMESTAMP = 1664810699 +SHA256 (lookatme-2.4.0.tar.gz) = 5bcaa0cd35d492ca6fbd795ae8ea209bcb8e961e8b10de9dada024667624d423 +SIZE (lookatme-2.4.0.tar.gz) = 35701 diff --git a/textproc/lookatme/files/patch-setup.py b/textproc/lookatme/files/patch-setup.py deleted file mode 100644 index 5c40eb351db1..000000000000 --- a/textproc/lookatme/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-05-23 05:55:52 UTC -+++ setup.py -@@ -27,7 +27,7 @@ setup( - long_description=readme, - long_description_content_type="text/markdown", - python_requires=">=3.6", -- packages=find_packages(exclude=["docs", ".gitignore", "README.md"]), -+ packages=find_packages(exclude=["docs", "tests", ".gitignore", "README.md"]), - install_requires=required, - classifiers=[ - "Environment :: Console",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210031741.293Hf8NJ053475>