Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ebrains-spack-builds
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Klaus Noelp
ebrains-spack-builds
Commits
9de56b66
Commit
9de56b66
authored
2 years ago
by
Lorenz Thielbeer
Browse files
Options
Downloads
Patches
Plain Diff
Introduction of the mmcif-pdbx Python library
parent
56f1d316
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-mmcif-pdbx/package.py
+26
-0
26 additions, 0 deletions
packages/py-mmcif-pdbx/package.py
spack.yaml
+1
-0
1 addition, 0 deletions
spack.yaml
with
27 additions
and
0 deletions
packages/py-mmcif-pdbx/package.py
0 → 100644
+
26
−
0
View file @
9de56b66
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from
spack
import
*
class
MmcifPdbx
(
PythonPackage
):
"""
This is yet another PyPI package for
http://mmcif.wwpdb.org/dbx-mmcif-home-page.html.
It emphasizes a simple and pure Python interface
to basic mmCIF functionality.
"""
# Url for the package's homepage.
homepage
=
"
https://mmcif-pdbx.readthedocs.io/
"
pypi
=
"
mmcif-pdbx/mmcif-pdbx-2.0.1.tar.gz
"
# List of GitHub accounts to
# notify when the package is updated.
maintainers
=
[
'
richtesn
'
,
'
thielblz
'
]
version
(
'
2.0.1
'
,
sha256
=
'
a1f20cf35f92916160ae066f510cce9a0c21a630d064dafce545ba0cf47c9280
'
)
This diff is collapsed.
Click to expand it.
spack.yaml
+
1
−
0
View file @
9de56b66
...
@@ -53,6 +53,7 @@ spack:
...
@@ -53,6 +53,7 @@ spack:
-
py-lfpy@2.2.6
-
py-lfpy@2.2.6
-
py-elephant
-
py-elephant
-
py-frites
-
py-frites
-
py-mmcif-pdbx
#- py-snudda
#- py-snudda
#- biobb-common
#- biobb-common
#- biobb-md
#- biobb-md
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment