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
010f560f
Commit
010f560f
authored
2 years ago
by
Eleni Mathioulaki
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'add-passwordgenerator' into 'master'"
This reverts merge request !199
parent
45b0260b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
packages/py-passwordgenerator/package.py
+0
-22
0 additions, 22 deletions
packages/py-passwordgenerator/package.py
spack.yaml
+0
-1
0 additions, 1 deletion
spack.yaml
with
0 additions
and
23 deletions
packages/py-passwordgenerator/package.py
deleted
100644 → 0
+
0
−
22
View file @
45b0260b
from
spack.package
import
*
class
PyPasswordgenerator
(
PythonPackage
):
"""
FIXME: Put a proper description of your package here.
"""
homepage
=
"
https://github.com/gabfl/password-generator-py/
"
pypi
=
"
passwordgenerator/passwordgenerator-1.5.1.tar.gz
"
maintainers
=
[
"
elmath
"
]
version
(
"
1.5.1
"
,
sha256
=
"
4cb80150c812ce1d76d36187d95765f7976dcc47628a7c8e03677f52b4341a5a
"
)
# FIXME: Add a build backend, usually defined in pyproject.toml. If no such file
# exists, use setuptools.
# depends_on("py-setuptools", type="build")
# depends_on("py-flit-core", type="build")
# depends_on("py-poetry-core", type="build")
# FIXME: Add additional dependencies if required.
# depends_on("py-foo", type=("build", "run"))
This diff is collapsed.
Click to expand it.
spack.yaml
+
0
−
1
View file @
010f560f
...
...
@@ -65,7 +65,6 @@ spack:
-
biobb-gromacs
-
apbs
-
py-pdb2pqr
-
py-passwordgenerator
#- sda
# demo for codejam12
#- funniest1022
...
...
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