We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 769191e + 04876a5 commit 559123aCopy full SHA for 559123a
config/easybuild/easyconfigs/p/pyodbc/pyodbc-4.0.39-foss-2021b.eb
@@ -0,0 +1,27 @@
1
+easyblock = 'PythonBundle'
2
+
3
+name = 'pyodbc'
4
+version = '4.0.39'
5
6
+homepage = 'https://github.com/mkleehammer/pyodbc'
7
+description = """pyodbc is an open source Python module that makes
8
+ accessing ODBC databases simple. It implements the DB API 2.0
9
+ specification but is packed with even more Pythonic convenience."""
10
11
+toolchain = {'name': 'foss', 'version': '2021b'}
12
13
+dependencies = [
14
+ ('Python', '3.9.6'),
15
+ ('unixODBC', '2.3.11'),
16
+]
17
18
+use_pip = True
19
+sanity_pip_check = True
20
21
+exts_list = [
22
+ (name, version, {
23
+ 'checksums': ['e528bb70dd6d6299ee429868925df0866e3e919c772b9eff79c8e17920d8f116'],
24
+ }),
25
26
27
+moduleclass = 'tools'
0 commit comments