Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{geo}[foss/2023a] momepy v0.9.1 #22131

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions easybuild/easyconfigs/m/momepy/momepy-0.9.1-foss-2023a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
easyblock = 'PythonBundle'

name = 'momepy'
version = '0.9.1'

homepage = 'https://docs.momepy.org'
description = """
Momepy is a library for quantitative analysis of urban form - urban
morphometrics. It is part of PySAL (Python Spatial Analysis Library) and is
built on top of GeoPandas, other PySAL modules and networkX.
"""

toolchain = {'name': 'foss', 'version': '2023a'}

dependencies = [
('Python', '3.11.3'),
('SciPy-bundle', '2023.07'),
('geopandas', '0.14.2'),
('Shapely', '2.0.1'),
('tqdm', '4.66.1'),
('BeautifulSoup', '4.12.2'),
]

use_pip = True

exts_list = [
('libpysal', '4.12.1', {
'checksums': ['f4eda82d8f78d36ee0f95c5576b335f05d94513ac65b4976c3218b09bb0a1bb0'],
}),
(name, version, {
'checksums': ['12da07e606ee695b216e506e4cc3d6ab386328bec27acc9d694ac5dd71376ff4'],
}),
]

sanity_pip_check = True

moduleclass = 'geo'