import/cran: Add more invalid package names and translations.
These were encountered in a mass import of Bioconductor packages. * guix/import/cran.scm (invalid-packages): Add "rtools". (transform-sysname): Add aliases for Python and bioinformatics packages. Change-Id: I97e13cee10c2ee85d4b9296d91afccbdbcec4946
This commit is contained in:
		
							parent
							
								
									171ac4fa4f
								
							
						
					
					
						commit
						01bf69177d
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		| 
						 | 
					@ -412,6 +412,7 @@ empty list when the FIELD cannot be found."
 | 
				
			||||||
        "linux"
 | 
					        "linux"
 | 
				
			||||||
        "libR"
 | 
					        "libR"
 | 
				
			||||||
        "none"
 | 
					        "none"
 | 
				
			||||||
 | 
					        "rtools"
 | 
				
			||||||
        "unix"
 | 
					        "unix"
 | 
				
			||||||
        "windows"
 | 
					        "windows"
 | 
				
			||||||
        "xcode"
 | 
					        "xcode"
 | 
				
			||||||
| 
						 | 
					@ -429,6 +430,9 @@ empty list when the FIELD cannot be found."
 | 
				
			||||||
    ("freetype2" "freetype")
 | 
					    ("freetype2" "freetype")
 | 
				
			||||||
    ("gettext" "gnu-gettext")
 | 
					    ("gettext" "gnu-gettext")
 | 
				
			||||||
    ("gmake" "gnu-make")
 | 
					    ("gmake" "gnu-make")
 | 
				
			||||||
 | 
					    ("h5py" "python-h5py")
 | 
				
			||||||
 | 
					    ("hmmer3" "hmmer")
 | 
				
			||||||
 | 
					    ("leidenalg" "python-leidenalg")
 | 
				
			||||||
    ("libarchive-devel" "libarchive")
 | 
					    ("libarchive-devel" "libarchive")
 | 
				
			||||||
    ("libarchive_dev" "libarchive")
 | 
					    ("libarchive_dev" "libarchive")
 | 
				
			||||||
    ("libbz2" "bzip2")
 | 
					    ("libbz2" "bzip2")
 | 
				
			||||||
| 
						 | 
					@ -445,10 +449,17 @@ empty list when the FIELD cannot be found."
 | 
				
			||||||
    ("libz-dev" "zlib")
 | 
					    ("libz-dev" "zlib")
 | 
				
			||||||
    ("mariadb-devel" "mariadb")
 | 
					    ("mariadb-devel" "mariadb")
 | 
				
			||||||
    ("mysql56_dev" "mariadb")
 | 
					    ("mysql56_dev" "mariadb")
 | 
				
			||||||
 | 
					    ("nodejs" "node")
 | 
				
			||||||
 | 
					    ("numpy" "python-numpy")
 | 
				
			||||||
    ("openssl-devel" "openssl")
 | 
					    ("openssl-devel" "openssl")
 | 
				
			||||||
    ("openssl@1.1" "openssl-1.1")
 | 
					    ("openssl@1.1" "openssl-1.1")
 | 
				
			||||||
 | 
					    ("pandas" "python-pandas")
 | 
				
			||||||
    ("pandoc-citeproc" "pandoc")
 | 
					    ("pandoc-citeproc" "pandoc")
 | 
				
			||||||
    ("python3" "python-3")
 | 
					    ("python3" "python-3")
 | 
				
			||||||
 | 
					    ("pytorch" "python-pytorch")
 | 
				
			||||||
 | 
					    ("scikit-learn" "python-scikit-learn")
 | 
				
			||||||
 | 
					    ("scipy" "python-scipy")
 | 
				
			||||||
 | 
					    ("sklearn" "python-scikit-learn")
 | 
				
			||||||
    ("sqlite3" "sqlite")
 | 
					    ("sqlite3" "sqlite")
 | 
				
			||||||
    ("svn" "subversion")
 | 
					    ("svn" "subversion")
 | 
				
			||||||
    ("tcl/tk" "tcl")
 | 
					    ("tcl/tk" "tcl")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue