diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2018-07-29 22:44:37 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2018-07-29 22:53:10 +1000 |
commit | 9e0c135c39b5f1fa2c5c9cd4a1e50ccee75cc31e (patch) | |
tree | 5fa0a3d6f41d8354d017cbec60d00d1836c1a70c /gnu/local.mk | |
parent | 19601e895b816afc033a155a9309037ec21fd3ed (diff) | |
download | patches-9e0c135c39b5f1fa2c5c9cd4a1e50ccee75cc31e.tar patches-9e0c135c39b5f1fa2c5c9cd4a1e50ccee75cc31e.tar.gz |
gnu: python-dendropy: Update to 4.4.0.
* gnu/packages/bioinformatics.scm (python-dendropy, python2-dendropy):
Update to 4.4.0.
[source]: Use GitHub URI. Remove patch.
[properties]: Remove field.
(python2-dendropy)[arguments]: Run tests with setup.py.
[native-inputs]: Remove 'python2-nose.
* gnu/packages/patches/python-dendropy-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Delete it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index af25477466..c58eec7bad 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1064,7 +1064,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-fix-tests.patch \ %D%/packages/patches/python-axolotl-AES-fix.patch \ %D%/packages/patches/python-cairocffi-dlopen-path.patch \ - %D%/packages/patches/python-dendropy-fix-tests.patch \ %D%/packages/patches/python-fix-tests.patch \ %D%/packages/patches/python-genshi-add-support-for-python-3.4-AST.patch \ %D%/packages/patches/python-genshi-buildable-on-python-2.7.patch \ |