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

add serapis package #24897

Merged
merged 23 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
## MIT License

Copyright (c) [year] [fullname]
Copyright (c) 2018 Mostafa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
57 changes: 57 additions & 0 deletions recipes/serapis/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{% set name = "serapis" %}
{% set version = "0.1.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/Serapieum-of-alex/serapis/archive/{{ version }}.tar.gz
sha256: 46c2120d048c780d6fc1c1ce0ca4c991d849869ca537dc44b663a625f410e1b2

build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv

requirements:

host:
- python >=3.11
- pip >=23.3.1
run:
- python >=3.11
- numpy >=1.25.2
- pip >=23.3.1
- pyramids >=0.5.4
- geopandas >=0.14.1
- pandas >=2.1.0
- matplotlib-base >=3.7.2
- cleopatra >=0.4.0
- serapeum_utils >=0.2.0
- statista >=0.5.0
- statsmodels >=0.14.1
- loguru >=0.7.2
- pathlib >=1.0.1


test:
imports:
- serapis

about:
home: https://github.com/MAfarrag/HAPI
license: BSD-3-Clause
license_file: LICENSE.md
license_family: BSD
license_file: LICENSE.md
summary: Flood modelling package
description: |
This module builds hydrodynamic model.
dev_url: https://github.com/Serapieum-of-alex/Serapis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused about the home and dev_url here. They are not the same and both are GitHub repos. Also, the license is not correct, both repos report GPL-3 but you are listing here as BSD and you added and MIT file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ocefpaf corrected

doc_url: https://serapis.readthedocs.io/
MAfarrag marked this conversation as resolved.
Show resolved Hide resolved
doc_source_url: https://github.com/Serapieum-of-alex/Serapis/main/README.md
MAfarrag marked this conversation as resolved.
Show resolved Hide resolved
MAfarrag marked this conversation as resolved.
Show resolved Hide resolved

extra:
recipe-maintainers:
- MAfarrag