mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
- While I'm here: - Change MASTER_SITES to CHEESESHOP - Change post-extract: to post-patch: Changes: https://github.com/Oslandia/pglite/releases PR: 231246 Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer)
11 lines
299 B
Python
11 lines
299 B
Python
--- setup.py.orig 2018-09-08 06:36:41 UTC
|
|
+++ setup.py
|
|
@@ -30,7 +30,7 @@ setup(
|
|
extras_require={
|
|
"develop": ()
|
|
},
|
|
- scripts=['script/pglite.bat', 'script/pglite']
|
|
+ scripts=['script/pglite']
|
|
|
|
# entry_points=dict(console_scripts=[
|
|
# 'pglite=pglite.pglite:main',
|