Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details β†’
Socket
Book a DemoInstallSign in
Socket

scoring-matrices

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scoring-matrices - npm Package Compare versions

Comparing version
0.3.0rc1
to
0.3.0
+1
-1
docs/conf.py

@@ -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",

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"
}

@@ -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"