textproc/py-ttp: Do not install LICENSE to PREFIX
- Bump PORTREVISION for package change PR: 261163 Reported by: se
This commit is contained in:
parent
102350e527
commit
ede1df2ff7
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= ttp
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
10
textproc/py-ttp/files/patch-setup.py
Normal file
10
textproc/py-ttp/files/patch-setup.py
Normal 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",
|
Loading…
Reference in New Issue
Block a user