Skip to content

Commit

Permalink
#7 Make a package for soma-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
sapetnioc committed Jun 6, 2024
1 parent 500dab9 commit dd790cf
Show file tree
Hide file tree
Showing 32 changed files with 70 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
30 changes: 30 additions & 0 deletions recipes/soma-forge/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[project]
name = "soma-forge"
version = "0.0.1"
readme = "README.md"
requires-python = ">=3.9"
license = {text = "CeCILL-B"}
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Natural Language :: English",
]
dependencies = ["click", "rich", "toml", "pyaml", "gitpython"]

[project.urls]
repository = "https://github.com/neurospin/neuro-forge"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project.scripts]
soma-forge = "soma_forge:cli"
40 changes: 40 additions & 0 deletions recipes/soma-forge/recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
package:
name: soma-forge
version: "0.0.1"

source:
path: .

build:
noarch: python

python:
entry_points:
- soma-forge = soma_forge:cli

script: python -m pip install --no-deps --ignore-installed .

requirements:
host:
- python >=3.10
- pip
run:
- python >=3.10
- click
- rich
- toml
- pyaml
- gitpython


tests:
- python:
imports:
- soma_forge



about:
homepage: https://github.com/neurospin/neuro-forge
license: BSD-3-Clause
summary: Tool to create development environment and Conda packages for BrainVISA platform.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dd790cf

Please sign in to comment.