pyncbitk-runtime 29.6.0.0__tar.gz → 29.9.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/PKG-INFO +1 -1
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/conanfile.txt +1 -1
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/pyproject.toml +2 -2
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/conandata.yml +10 -1
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/conanfile.py +7 -4
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-0.0.yml +5 -3
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-28.0.yml +1 -1
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-29.0.yml +1 -1
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-0.0.yml +11 -11
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/test_package/conanfile.py +3 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/CMakeLists.txt +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/COPYING +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/README.md +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/deployer.py +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/README.md +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/dependencies-27.0.yml +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-27.0.yml +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-28.0.yml +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/dependencies/requirements-29.0.yml +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-compiler.patch +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-definitions.patch +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/patches/27.0.0-install.patch +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/patches/29.0.0-ncbiptb.patch +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/test_package/CMakeLists.txt +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/test_package/basic_sample.cpp +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/test_v1_package/CMakeLists.txt +0 -0
- {pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/test_v1_package/conanfile.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: pyncbitk-runtime
|
|
3
|
-
Version: 29.
|
|
3
|
+
Version: 29.9.0.0
|
|
4
4
|
Summary: Runtime component of the NCBI C++ Toolkit to use in PyNCBItk.
|
|
5
5
|
Keywords: bioinformatics,blast,sequence,alignment,ncbi
|
|
6
6
|
Author-Email: Martin Larralde <martin.larralde@embl.de>
|
|
@@ -8,7 +8,7 @@ requires = [
|
|
|
8
8
|
|
|
9
9
|
[project]
|
|
10
10
|
name = "pyncbitk-runtime"
|
|
11
|
-
version = "29.
|
|
11
|
+
version = "29.9.0.0"
|
|
12
12
|
description = "Runtime component of the NCBI C++ Toolkit to use in PyNCBItk."
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
requires-python = ">=3.7"
|
|
@@ -46,7 +46,7 @@ settings = ["compiler.cppstd=20"]
|
|
|
46
46
|
[[tool.scikit-build-core-conan.local-recipes]]
|
|
47
47
|
path = "vendor/ncbi-cxx-toolkit-conan"
|
|
48
48
|
name = "ncbi-cxx-toolkit-public"
|
|
49
|
-
version = "29.
|
|
49
|
+
version = "29.9.0"
|
|
50
50
|
|
|
51
51
|
[tool.scikit-build]
|
|
52
52
|
build-dir = "build/{build_type}"
|
{pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/conandata.yml
RENAMED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
sources:
|
|
2
|
+
"29.9.0":
|
|
3
|
+
url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.9.0.tar.gz"
|
|
4
|
+
sha256: "d65585ebbf27ba4ba5397804298e5362d405cbb927ec050f74c9eeb9d2beae26"
|
|
5
|
+
"29.8.0":
|
|
6
|
+
url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.8.0.tar.gz"
|
|
7
|
+
sha256: "a5e5a08f6028b68fd61b0fe28ecff8d55e4398a1156913b53efeef5bce848b0a"
|
|
8
|
+
"29.7.0":
|
|
9
|
+
url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.7.0.tar.gz"
|
|
10
|
+
sha256: "44ea47f5f725568dadc5a149134d7e6be47a4b86f0c2a7ba5a9bc2a21bcc68a7"
|
|
2
11
|
"29.6.0":
|
|
3
12
|
url: "https://github.com/ncbi/ncbi-cxx-toolkit-public/archive/refs/tags/release/29.6.0.tar.gz"
|
|
4
13
|
sha256: "c370ede357471dfb8872c13b128ea9c16040511ad90d6bce700880a463351792"
|
|
@@ -70,7 +79,7 @@ sources:
|
|
|
70
79
|
sha256: "c8fb3f99c6fce4f170b381f3a7789c76a2ff1c23c094c9852e2e3de1fdc57277"
|
|
71
80
|
"0.0.0":
|
|
72
81
|
git: "https://github.com/ncbi/ncbi-cxx-toolkit-public.git"
|
|
73
|
-
branch: "
|
|
82
|
+
branch: "main"
|
|
74
83
|
|
|
75
84
|
patches:
|
|
76
85
|
"29.0.0":
|
{pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/conanfile.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from conan import ConanFile
|
|
2
2
|
from conan.errors import ConanInvalidConfiguration, ConanException
|
|
3
3
|
from conan.tools.microsoft import check_min_vs, is_msvc_static_runtime, is_msvc
|
|
4
|
-
from conan.tools.files import apply_conandata_patches, export_conandata_patches, get, copy, replace_in_file
|
|
4
|
+
from conan.tools.files import apply_conandata_patches, export_conandata_patches, get, copy, replace_in_file, trim_conandata
|
|
5
5
|
from conan.tools.build import check_min_cppstd, cross_building, can_run
|
|
6
6
|
from conan.tools.scm import Version, Git
|
|
7
7
|
from conan.tools.cmake import CMakeDeps, CMakeToolchain, CMake, cmake_layout
|
|
@@ -29,14 +29,16 @@ class NcbiCxxToolkit(ConanFile):
|
|
|
29
29
|
"fPIC": [True, False],
|
|
30
30
|
"with_targets": ["ANY"],
|
|
31
31
|
"with_components": ["ANY"],
|
|
32
|
-
"without_req": ["ANY"]
|
|
32
|
+
"without_req": ["ANY"],
|
|
33
|
+
"with_composite": [True, False]
|
|
33
34
|
}
|
|
34
35
|
default_options = {
|
|
35
36
|
"shared": False,
|
|
36
37
|
"fPIC": True,
|
|
37
38
|
"with_targets": "",
|
|
38
39
|
"with_components": "",
|
|
39
|
-
|
|
40
|
+
"without_req": "",
|
|
41
|
+
"with_composite": False
|
|
40
42
|
}
|
|
41
43
|
short_paths = True
|
|
42
44
|
_dependencies = None
|
|
@@ -116,6 +118,7 @@ class NcbiCxxToolkit(ConanFile):
|
|
|
116
118
|
|
|
117
119
|
#----------------------------------------------------------------------------
|
|
118
120
|
def export(self):
|
|
121
|
+
trim_conandata(self)
|
|
119
122
|
copy(self, self._dependencies_filename,
|
|
120
123
|
os.path.join(self.recipe_folder, self._dependencies_folder),
|
|
121
124
|
os.path.join(self.export_folder, self._dependencies_folder))
|
|
@@ -252,7 +255,7 @@ class NcbiCxxToolkit(ConanFile):
|
|
|
252
255
|
def generate(self):
|
|
253
256
|
tc = CMakeToolchain(self)
|
|
254
257
|
tc.variables["NCBI_PTBCFG_PACKAGING"] = True
|
|
255
|
-
if self.options.
|
|
258
|
+
if self.options.with_composite:
|
|
256
259
|
tc.variables["NCBI_PTBCFG_ALLOW_COMPOSITE"] = True
|
|
257
260
|
tc.variables["NCBI_PTBCFG_PROJECT_LIST"] = "-app/netcache"
|
|
258
261
|
if len(self._targets) > 0:
|
|
@@ -175,7 +175,7 @@ libraries:
|
|
|
175
175
|
"xobjreadex","xobjimport","xunittestutil",
|
|
176
176
|
"id2cli","id2_split","snputil","uudutil","xhugeasn","xobjutil",
|
|
177
177
|
"xobjread","id2","id1cli","xobjmgr","id1","seqsplit","valerr",
|
|
178
|
-
"xobjmanip","valid","xlogging"
|
|
178
|
+
"xobjmanip","valid","xlogging"
|
|
179
179
|
]
|
|
180
180
|
sqlitewrapp: ["sqlitewrapp"]
|
|
181
181
|
sraread: ["srareadx", "sraread"]
|
|
@@ -193,8 +193,10 @@ requirements:
|
|
|
193
193
|
blast_sra_input: ["VDB"]
|
|
194
194
|
dbsnp_ptis: ["GRPC"]
|
|
195
195
|
grpc_integration: ["GRPC"]
|
|
196
|
-
|
|
196
|
+
psg_cache: ["LMDB"]
|
|
197
197
|
psg_cassandra: ["CASSANDRA"]
|
|
198
|
+
psg_myncbi: ["CURL"]
|
|
199
|
+
psg_protobuf: ["GRPC"]
|
|
198
200
|
seqdb: ["LMDB"]
|
|
199
201
|
sqlitewrapp: ["SQLITE3"]
|
|
200
202
|
sraread: ["VDB"]
|
|
@@ -202,7 +204,7 @@ requirements:
|
|
|
202
204
|
vdb2blast: ["VDB"]
|
|
203
205
|
writedb: ["LMDB"]
|
|
204
206
|
xcompress: ["Z", "BZ2", "LZO", "ZSTD"]
|
|
205
|
-
xregexp: ["
|
|
207
|
+
xregexp: ["PCRE2"]
|
|
206
208
|
ximage: ["Z", "JPEG", "PNG", "GIF", "TIFF"]
|
|
207
209
|
xmlwrapp: ["XML", "XSLT"]
|
|
208
210
|
xncbi: ["BACKWARD", "UNWIND"]
|
|
@@ -166,7 +166,7 @@ libraries:
|
|
|
166
166
|
"id2_split","writedb","seqdb","seqmasks_io","seqsplit","snputil","uudutil",
|
|
167
167
|
"valerr","valid","variation_utils","xformat","xalnmgr","xcleanup", "xhugeasn",
|
|
168
168
|
"xobjedit","xobjreadex","xobjwrite","xobjread","xlogging","xobjimport",
|
|
169
|
-
"xobjmanip","xunittestutil","xobjutil","xobjmgr"
|
|
169
|
+
"xobjmanip","xunittestutil","xobjutil","xobjmgr"
|
|
170
170
|
]
|
|
171
171
|
sqlitewrapp: ["sqlitewrapp"]
|
|
172
172
|
sraread: ["sraread"]
|
|
@@ -175,7 +175,7 @@ libraries:
|
|
|
175
175
|
"xobjreadex","xobjimport","xunittestutil",
|
|
176
176
|
"id2cli","id2_split","snputil","uudutil","xhugeasn","xobjutil",
|
|
177
177
|
"xobjread","id2","id1cli","xobjmgr","id1","seqsplit","valerr",
|
|
178
|
-
"xobjmanip","valid","xlogging"
|
|
178
|
+
"xobjmanip","valid","xlogging"
|
|
179
179
|
]
|
|
180
180
|
sqlitewrapp: ["sqlitewrapp"]
|
|
181
181
|
sraread: ["srareadx", "sraread"]
|
|
@@ -6,23 +6,23 @@ requirements:
|
|
|
6
6
|
BerkeleyDB: ["libdb/5.3.28"]
|
|
7
7
|
BZ2: ["bzip2/1.0.8"]
|
|
8
8
|
CASSANDRA: ["cassandra-cpp-driver/[>=2.15.3 <=2.17.1]"]
|
|
9
|
+
CURL: ["libcurl/[>=8.8.0 <=9]"]
|
|
9
10
|
GIF: ["giflib/[>=5.2.1 <=5.2.2]"]
|
|
10
|
-
GRPC: ["grpc/[>=1.50.1 <=1.
|
|
11
|
+
GRPC: ["grpc/[>=1.50.1 <=1.72.0]", "protobuf/[>=3.21.12 <=5.27.0]"]
|
|
11
12
|
Iconv: ["libiconv/[>=1.17]"]
|
|
12
|
-
JPEG: ["libjpeg/9e"]
|
|
13
|
+
JPEG: ["libjpeg/[>=9e <=9f]"]
|
|
13
14
|
LMDB: ["lmdb/[>=0.9.29 <=0.9.32]"]
|
|
14
15
|
LZO: ["lzo/2.10"]
|
|
15
|
-
NGHTTP2: ["libnghttp2/[>=1.51.0 <=1.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
TIFF: ["libtiff/[>=4.3.0 <=4.6.0]"]
|
|
16
|
+
NGHTTP2: ["libnghttp2/[>=1.51.0 <=1.66.0]"]
|
|
17
|
+
PCRE2: ["pcre2/10.42"]
|
|
18
|
+
PNG: ["libpng/[>=1.6.37 <=1.6.50]"]
|
|
19
|
+
SQLITE3: ["sqlite3/[>=3.40.0 <=3.50.4]"]
|
|
20
|
+
TIFF: ["libtiff/[>=4.3.0 <=4.7.1]"]
|
|
21
21
|
XML: ["libxml2/[>=2.11.4 <3]"]
|
|
22
|
-
XSLT: ["libxslt/[>1.1.34 <=1.1.
|
|
23
|
-
UV: ["libuv/[>=1.45.0 <=1.
|
|
22
|
+
XSLT: ["libxslt/[>1.1.34 <=1.1.43]"]
|
|
23
|
+
UV: ["libuv/[>=1.45.0 <=1.46.0]"]
|
|
24
24
|
Z: ["zlib/[>=1.2.11 <2]"]
|
|
25
|
-
ZSTD: ["zstd/[>=1.5.2 <=1.5.
|
|
25
|
+
ZSTD: ["zstd/[>=1.5.2 <=1.5.5]"]
|
|
26
26
|
|
|
27
27
|
disabled:
|
|
28
28
|
BACKWARD: ["Windows", "Macos"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyncbitk_runtime-29.6.0.0 → pyncbitk_runtime-29.9.0.0}/vendor/ncbi-cxx-toolkit-conan/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|