diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2022-10-12 16:49:17 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2022-12-11 23:55:54 +0000 |
commit | 2d989ad59793e10c6fef94d9eaa51be91469318a (patch) | |
tree | 7eac7460792fb1d7d49f2f5bf4fa68830cb5b181 /gnu/local.mk | |
parent | e074559edabf543d2e57f6aa1ec194864f446ddd (diff) | |
download | guix-2d989ad59793e10c6fef94d9eaa51be91469318a.tar guix-2d989ad59793e10c6fef94d9eaa51be91469318a.tar.gz |
gnu: python-seaborn: Update to 0.12.0.
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.12.0.
[source]: Remove patches.
[arguments]: Import (ice-9 match) module. Remove patch-more-tests and
start-xserver phases. Replace build and install phases. Fix pytest command in
check phase.
[native-inputs]: Add python-flit-core and python-pypa-build. Remove
xorg-server-for-tests.
* gnu/packages/patches/python-seaborn-2690.patch,
gnu/packages/patches/python-seaborn-kde-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister them.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index af570125bd..6e12f9cdb1 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1759,8 +1759,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-robotframework-atest.patch \ %D%/packages/patches/python-robotframework-source-date-epoch.patch \ %D%/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch \ - %D%/packages/patches/python-seaborn-kde-test.patch \ - %D%/packages/patches/python-seaborn-2690.patch \ %D%/packages/patches/python-unittest2-python3-compat.patch \ %D%/packages/patches/python-unittest2-remove-argparse.patch \ %D%/packages/patches/python-versioneer-guix-support.patch \ |