Skip to content

Commit

Permalink
Merge pull request #290 from tmaeno/master
Browse files Browse the repository at this point in the history
PEP517
  • Loading branch information
tmaeno authored Jan 25, 2024
2 parents c216e3c + 093829a commit 1ef2c79
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 344 deletions.
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ repos:
hooks:
- id: black
types: [python]
args: ["--config", "package/pyproject.toml"]

- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
args: ["--settings-path", "package/pyproject.toml"]
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.1.1"
release_version = "0.2.0"
2 changes: 1 addition & 1 deletion pandaserver/dataservice/ErrorCode.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# location registration failures
EC_Location = 203

# lost file (=taskbuffer.ErrorCode.EC_LostFile)
# lost file (taskbuffer.ErrorCode.EC_LostFile)
EC_LostFile = 110

# missing nEvents
Expand Down
7 changes: 4 additions & 3 deletions package/pyproject.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ name = "panda-server"
dynamic = ["version"]
description = "PanDA Server Package"
readme = "README.md"
license = "Apache-2.0"
license = {text = "Apache-2.0"}
authors = [
{ name = "PanDA Team", email = "[email protected]" },
]

dependencies = [
'panda-common>=0.0.34',
'panda-client-light>=1.5.55',
Expand All @@ -31,11 +30,12 @@ dependencies = [
'ruamel.yaml',
'cwl-utils>=0.13',
'packaging',
'snakemake==6.15.5',
'snakemake==7.30.1',
'numpy',
'scipy',
'werkzeug'
]
requires-python = ">=3.8"

[project.optional-dependencies]
oracle = ['cx_Oracle']
Expand All @@ -61,6 +61,7 @@ packages = ["pandaserver"]

[tool.hatch.build.targets.wheel.shared-data]
"templates" = "etc/panda"
"templates/bin" = "usr/bin"
"templates/init.d" = "etc/rc.d/init.d"
"templates/systemd" = "etc/systemd/system"

Expand Down
7 changes: 0 additions & 7 deletions setup.cfg

This file was deleted.

330 changes: 0 additions & 330 deletions setup.py

This file was deleted.

0 comments on commit 1ef2c79

Please sign in to comment.