freebsd-ports/textproc/py-transpopy/files/patch-setup.py
Jesús Daniel Colmenares Oviedo f017dfa240 textproc/py-transpopy: Do not install LICENSE in ${PREFIX}
In addition to the patch provided by Jesús Daniel Colmenares Oviedo
I have added the license file to the package for installation in the
system's licenses directory.

PR:		236619
2022-09-17 20:38:04 +02:00

10 lines
481 B
Python

--- setup.py.orig 2022-09-17 02:34:34 UTC
+++ setup.py
@@ -7,7 +7,6 @@ setup(name='transpopy',
install_requires=['google-cloud-translate'],
packages=['transpopy'],
package_data={'transpopy': ['transpopy/*']},
- data_files=[('LICENSE')],
entry_points={'console_scripts': ['transpopy=transpopy.__main__:main']},
description='A simple script to translate po files.',
long_description=("Read a po file and translate the msgids with the "