textproc/lookatme: update 2.3.2 → 2.4.0

This commit is contained in:
Dmitry Marakasov 2022-10-03 18:45:44 +03:00
parent d2403f6628
commit 81c68113e5
3 changed files with 4 additions and 16 deletions

View File

@ -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}

View File

@ -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

View File

@ -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",