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

Update packages/py-passwordgenerator/package.py, spack.yaml

parent f4fb5bc7
No related branches found
No related tags found
No related merge requests found
from spack.package import *
class PyPasswordgenerator(PythonPackage):
""" codejam demo """
homepage = "https://github.com/gabfl/password-generator-py/"
pypi = "passwordgenerator/passwordgenerator-1.5.1.tar.gz"
maintainers = ["elmath"]
version("1.5.1", sha256="4cb80150c812ce1d76d36187d95765f7976dcc47628a7c8e03677f52b4341a5a")
# depends_on("py-setuptools", type="build")
# depends_on("py-flit-core", type="build")
# depends_on("py-poetry-core", type="build")
......@@ -68,4 +68,5 @@ spack:
#- sda
# demo for codejam12
#- funniest1022
- py-passwordgenerator
concretization: together
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