partis-pyproj 0.1.5__tar.gz → 0.1.6__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.
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/PKG-INFO +8 -8
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/pyproject.toml +1 -1
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pyproj.py +8 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/LICENSE.txt +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/README.md +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/__init__.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/_legacy_setup.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/_nonprintable.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/backend.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/__init__.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/builder.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/cargo.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/cmake.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/meson.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/process.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/__init__.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_base.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_binary.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_copy.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_source.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_targz.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_zip.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/file.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/legacy.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/load_module.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/norms.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/__init__.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/match.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/pattern.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/utils.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pep.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pkginfo.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pptoml.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/template.py +0 -0
- {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/validate.py +0 -0
@@ -1,27 +1,27 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: partis-pyproj
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
4
4
|
Requires-Python: >=3.8
|
5
5
|
Author-email: "Nanohmics Inc." <software.support@nanohmics.com>
|
6
6
|
Maintainer-email: "Nanohmics Inc." <software.support@nanohmics.com>
|
7
7
|
Summary: Minimal set of Python project utilities (PEP-517/621)
|
8
8
|
License-File: LICENSE.txt
|
9
|
+
Classifier: License :: OSI Approved :: BSD License
|
10
|
+
Classifier: Intended Audience :: Developers
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
9
12
|
Classifier: Topic :: Software Development :: Build Tools
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
14
|
+
Classifier: Programming Language :: Python
|
10
15
|
Classifier: Operating System :: POSIX :: Linux
|
11
16
|
Classifier: Operating System :: Microsoft :: Windows
|
12
|
-
Classifier: Programming Language :: Python
|
13
|
-
Classifier: Development Status :: 4 - Beta
|
14
|
-
Classifier: Intended Audience :: Developers
|
15
|
-
Classifier: License :: OSI Approved :: BSD License
|
16
|
-
Classifier: Programming Language :: Python :: 3
|
17
17
|
Provides-Extra: meson
|
18
18
|
Provides-Extra: cmake
|
19
|
-
Requires-Dist: packaging>=24.2
|
20
19
|
Requires-Dist: tomli>=2.0.1
|
20
|
+
Requires-Dist: packaging>=24.2
|
21
21
|
Requires-Dist: meson>=0.61.3; extra == "meson"
|
22
22
|
Requires-Dist: ninja>=1.10.2.3; extra == "meson"
|
23
|
-
Requires-Dist: ninja>=1.10.2.3; extra == "cmake"
|
24
23
|
Requires-Dist: cmake>=3.24.3; extra == "cmake"
|
24
|
+
Requires-Dist: ninja>=1.10.2.3; extra == "cmake"
|
25
25
|
Description-Content-Type: text/markdown
|
26
26
|
|
27
27
|
[](https://github.com/kcdodd/partis-pyproj/actions/workflows/tests.yaml)
|
@@ -201,6 +201,10 @@ class PyProjBase:
|
|
201
201
|
"""
|
202
202
|
return self._config_settings
|
203
203
|
|
204
|
+
#-----------------------------------------------------------------------------
|
205
|
+
# alias for backward compatibility
|
206
|
+
config = config_settings
|
207
|
+
|
204
208
|
#-----------------------------------------------------------------------------
|
205
209
|
@property
|
206
210
|
def targets(self):
|
@@ -218,6 +222,9 @@ class PyProjBase:
|
|
218
222
|
These are no longer restricted to meson, but this attribute kept for backward
|
219
223
|
compatability.
|
220
224
|
|
225
|
+
Inplace changes to the returned object are not propagated back to the target
|
226
|
+
configuration.
|
227
|
+
|
221
228
|
"""
|
222
229
|
targets = self._pptoml.tool.pyproj.targets
|
223
230
|
|
@@ -227,6 +234,7 @@ class PyProjBase:
|
|
227
234
|
meson = dict(targets[0])
|
228
235
|
meson.pop('entry')
|
229
236
|
meson.pop('work_dir')
|
237
|
+
meson.pop('env')
|
230
238
|
meson['compile'] = meson.pop('enabled')
|
231
239
|
return pyproj_meson(meson)
|
232
240
|
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|