textproc/py-ttp: Do not install LICENSE to PREFIX

- Bump PORTREVISION for package change

PR:		261163
Reported by:	se
This commit is contained in:
Po-Chuan Hsieh 2022-01-26 03:35:46 +08:00
parent 102350e527
commit ede1df2ff7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 11 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= ttp
PORTVERSION= 0.8.4
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -0,0 +1,10 @@
--- setup.py.orig 2022-01-15 23:40:48 UTC
+++ setup.py
@@ -16,7 +16,6 @@ setup(
url="https://github.com/dmulyalin/ttp",
packages=find_packages(),
include_package_data=True,
- data_files=[("", ["LICENSE"])],
classifiers=[
"Topic :: Utilities",
"Programming Language :: Python :: 2.7",