scoring-matrices
Advanced tools
+1
-1
@@ -131,3 +131,3 @@ # Configuration file for the Sphinx documentation builder. | ||
| "logo": { | ||
| "text": "PyJess", | ||
| "text": "Scoring Matrices", | ||
| # "image_light": "_images/logo.png", | ||
@@ -134,0 +134,0 @@ # "image_dark": "_images/logo.png", |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: scoring-matrices | ||
| Version: 0.3.0rc1 | ||
| Version: 0.3.0 | ||
| Summary: Dependency free, Cython-compatible scoring matrices to use with biological sequences. | ||
@@ -5,0 +5,0 @@ Keywords: bioinformatics,sequence,substitution,matrix,score |
@@ -18,3 +18,3 @@ # Maintainer: Martin Larralde <martin.larralde@embl.de> | ||
| build() { | ||
| cd "${srcdir}/${_name}-${pkgver}" | ||
| cd "${srcdir}/${_module}-${pkgver}" | ||
| python -m build --wheel --no-isolation --skip-dependency-check | ||
@@ -26,3 +26,3 @@ } | ||
| local machine=$(python -c 'import platform; print(platform.machine())') | ||
| whl="${srcdir}/${_name}-${pkgver}/dist/${_module}-${pkgver}-cp${abitag}-cp${abitag}-linux_${machine}.whl" | ||
| whl="${srcdir}/${_module}-${pkgver}/dist/${_module}-${pkgver}-cp${abitag}-cp${abitag}-linux_${machine}.whl" | ||
@@ -39,6 +39,6 @@ python -m venv --symlinks --system-site-packages "${srcdir}/env" | ||
| local machine=$(python -c 'import platform; print(platform.machine())') | ||
| whl="${srcdir}/${_name}-${pkgver}/dist/${_module}-${pkgver}-cp${abitag}-cp${abitag}-linux_${machine}.whl" | ||
| whl="${srcdir}/${_module}-${pkgver}/dist/${_module}-${pkgver}-cp${abitag}-cp${abitag}-linux_${machine}.whl" | ||
| python -m installer --prefix="${pkgdir}/usr" "$whl" | ||
| install -Dm644 ${srcdir}/${_name}-${pkgver}/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" | ||
| install -Dm644 ${srcdir}/${_module}-${pkgver}/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" | ||
| } |
+2
-2
@@ -7,3 +7,3 @@ [build-system] | ||
| name = "scoring-matrices" | ||
| version = "0.3.0-rc1" | ||
| version = "0.3.0" | ||
| description = "Dependency free, Cython-compatible scoring matrices to use with biological sequences." | ||
@@ -114,2 +114,2 @@ readme = "README.md" | ||
| profile = "black" | ||
| skip_gitignore = true | ||
| skip_gitignore = true |
@@ -1,1 +0,1 @@ | ||
| __version__ = "0.3.0rc1" | ||
| __version__ = "0.3.0" |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
280344
0