Skip to content
Snippets Groups Projects
Commit 010f560f authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

Revert "Merge branch 'add-passwordgenerator' into 'master'"

This reverts merge request !199
parent 45b0260b
No related branches found
No related tags found
No related merge requests found
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"))
......@@ -65,7 +65,6 @@ spack:
- biobb-gromacs
- apbs
- py-pdb2pqr
- py-passwordgenerator
#- sda
# demo for codejam12
#- funniest1022
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment