Skip to content

Commit 559123a

Browse files
authored
Merge pull request ubccr#441 from dsajdak/pyodbc
Updated pyodbc EB recipe
2 parents 769191e + 04876a5 commit 559123a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)