Skip to content

Commit fcee672

Browse files
committed
hold off on deprecating old XORG_*_SOURCE and GNU_*SOURCE template constants
1 parent 3f39f32 commit fcee672

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

easybuild/framework/easyconfig/templates.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@
253253
# deprecated template constants, and their replacements
254254
DEPRECATED_EASYCONFIG_TEMPLATE_CONSTANTS = {
255255
# <old_template_constant>: (<new_template_constant>, <deprecation_version>),
256-
'GNU_FTP_SOURCE': ('GNU_FTP_URLS', '6.0'),
257-
'GNU_SOURCE': ('GNU_FTP_URLS', '6.0'),
258-
'XORG_DATA_SOURCE': ('XORG_DATA_URLS', '6.0'),
259-
'XORG_LIB_SOURCE': ('XORG_LIB_URLS', '6.0'),
260-
'XORG_PROTO_SOURCE': ('XORG_PROTO_URLS', '6.0'),
261-
'XORG_UTIL_SOURCE': ('XORG_PROTO_URLS', '6.0'),
262-
'XORG_XCB_SOURCE': ('XORG_XCB_SOURCE', '6.0'),
256+
# 'GNU_FTP_SOURCE': ('GNU_FTP_URLS', '6.0'),
257+
# 'GNU_SOURCE': ('GNU_FTP_URLS', '6.0'),
258+
# 'XORG_DATA_SOURCE': ('XORG_DATA_URLS', '6.0'),
259+
# 'XORG_LIB_SOURCE': ('XORG_LIB_URLS', '6.0'),
260+
# 'XORG_PROTO_SOURCE': ('XORG_PROTO_URLS', '6.0'),
261+
# 'XORG_UTIL_SOURCE': ('XORG_PROTO_URLS', '6.0'),
262+
# 'XORG_XCB_SOURCE': ('XORG_XCB_SOURCE', '6.0'),
263263
}
264264

265265
EXTENSIONS = ['tar.gz', 'tar.xz', 'tar.bz2', 'tgz', 'txz', 'tbz2', 'tb2', 'gtgz', 'zip', 'tar', 'xz', 'tar.Z']

0 commit comments

Comments
 (0)