Age | Commit message (Collapse) | Author |
|
As part of improving the security of passwords, this commit adds
python-argon-cffi that enables use of the better Argon2 password
hashing algorithm, rather than the dated bcrypt that is a tad
vulnerable to offline cracking.
|
|
* gn/packages/genenetwork.scm: (python-email-validator): New
dependency
|
|
* gn/packages/genenetwork.scm: (python-authlib): New dependency
|
|
Flask session already handles a lot of the house-keeping involved with
server-side sessions: this commit adds it as a dependency to avoid
having to do the house-keeping manually.
* gn/packages/genenetwork.scm: (python-flask-session): New dependency
|
|
|
|
|
|
* gn/packages/genenetwork.scm (genenetwork3): Add python-authlib as a
dependency to genenetwork3
|
|
* gn/packages/genenetwork.scm (genenetwork3): Update to version
0.1.0-2.e781996
|
|
|
|
* gn/packages/genenetwork.scm: add yoyo-migrations as a dependency.
|
|
Now, only genenetwork3 depends on python-xapian-bindings. genenetwork2
makes use of xapian indirectly through the genenetwork3 API.
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]:
Remove python-xapian-bindings.
|
|
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.faf2739
|
|
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
python-xapian-bindings.
|
|
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Add
python-pymonad.
|
|
* gn/packages/genenetwork.scm (genenetwork3)[inputs]: Add
python-click.
|
|
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-2.1328932
|
|
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.fe1b8be
|
|
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-2.6f1a66b
|
|
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.0d365dd
|
|
* gn/packages/genenetwork.scm: Import (gnu packages search).
(genenetwork2)[propagated-inputs]: Add python-xapian-bindings.
|
|
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]: Add
python-pymonad.
|
|
* gn/packages/genenetwork.scm (genenetwork2) Update to
3.11-2.be09d5a.
|
|
* gn/packages/genenetwork.scm (genenetwork3) Update to
0.1.0-2.1e1c9d8.
|
|
* gn/packages/genenetwork.scm (genenetwork3) Update to
0.1.0-2.45b9bcb.
|
|
* gn/packages/genenetwork.scm (genenetwork2) Update to
3.11-2.1c384a1.
|
|
* gn/packages/genenetwork.scm (genenetwork3) Update to
0.1.0-2.9ef2ddc.
|
|
* gn/packages/genenetwork.scm (genenetwork2) Update to
3.11-2.bc589b2.
|
|
* gn/packages/crates-io.scm (genenetwork2) Update to
3.11-2.3cfd0ec.
|
|
* gn/packages/crates-io.scm (genenetwork3) Update to
0.1.0-2.6db3b2a.
|
|
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-2.85ad783.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/genenetwork.scm (commit): Update it.
(source): Update hash.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/genenetwork.scm:
(genenetwork2) [propagated-inputs]: Add gn-rust-correlations.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
|
|
* gn/packages/genenetwork.scm: Import module crates-io.
(genenetwork3) [propagated-inputs]: Add gn-rust-correlations.
|
|
* gn/packages/genenetwork.scm (commit): Update it.
(source): Update hash.
|
|
* gn/packages/genenetwork.scm (commit): Update it.
(source): Update hash.
(propagated-inputs): Remove python-ipfshttpclient.
|
|
* gn/packages/genenetwork.scm (python-seaborn-without-tests,
python-pingouin-with-working-python-seaborn): Delete variables.
(genenetwork3)[propagated-inputs]: Replace
python-pingouin-with-working-python-seaborn with upstream
python-pingouin.
|
|
* gn/packages/genenetwork.scm (commit): Update it.
(source): Update hash.
(propagated-inputs): Add python-lmdb.
|
|
- Genenetwork3 depends on diffutils
|
|
* gn/packages/genenetwork.scm: Update commit and hash.
|
|
GN2 on the testing branch relies on features in GN3 that are not
present in commit 16367dab9248d3aa2660e0b5cafdce25e8f7067c of
GN3. This commit thus updates the dependency to get the latest version
of GN3 that is building successfully.
Signed-off-by: BonfaceKilz <me@bonfacemunyoki.com>
|
|
python-rpy2@3.4.5 has been upstreamed.
* gn/packages/python.scm (python-rpy2-next): Delete variable.
* gn/packages/genenetwork.scm (genenetwork2)[propagated-inputs]:
Replace python-rpy2-next with python-rpy2.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.16367da.
|
|
These packages are required in the propagated-inputs so that they can be run
locally.
* gn/packages/genenetwork.scm (genenetwork)[native-inputs]: Move pytest and
pytest to...
[propagated-inputs]: here.
|
|
* gn/packages/genenetwork.scm (genenetwork2) [native-inputs]: Add pytest and
pytest-mock
|
|
* gn/packages/genenetwork.scm (genenetwork3)[native-inputs]: Add
python-pytest-mock.
|
|
* gn/packages/genenetwork.scm (genenetwork2): Update to
3.11-2.17652b1.
[arguments]: Restore the default install phase.
|
|
Guix now prefers inputs as a plain list instead of an association
list. Modernize.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Use
plain list instead of association list.
|
|
coreutils and diffutils are implicit inputs of the
python-build-system. They don't have to be included explicitly.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]:
Remove coreutils and diffutils.
|
|
* gn/packages/genenetwork.scm (genenetwork3): Update to
0.1.0-2.83a7aa7.
[arguments]: Enable tests.
|
|
Test inputs are not required to actually run the built program. They
should therefore be in native-inputs. They should not be propagated.
* gn/packages/genenetwork.scm (genenetwork3)[propagated-inputs]: Move
python-mypy, python-mypy-extensions, python-pylint, python-hypothesis
and python-pytest to ...
[native-inputs]: ... here.
|