You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
18 lines
495 B
Diff
18 lines
495 B
Diff
|
|
--- setup.py.orig 2018-08-27 11:53:13.000000000 -0400
|
||
|
|
+++ setup.py 2018-08-27 11:53:22.000000000 -0400
|
||
|
|
@@ -95,10 +95,10 @@
|
||
|
|
]
|
||
|
|
|
||
|
|
|
||
|
|
-if v[2] == '*final':
|
||
|
|
- classifiers.append('Development Status :: 5 - Production/Stable')
|
||
|
|
-else:
|
||
|
|
- classifiers.append('Development Status :: 4 - Beta')
|
||
|
|
+##if v[2] == '*final':
|
||
|
|
+## classifiers.append('Development Status :: 5 - Production/Stable')
|
||
|
|
+##else:
|
||
|
|
+## classifiers.append('Development Status :: 4 - Beta')
|
||
|
|
|
||
|
|
|
||
|
|
# -----------------------------------------
|