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.
Files changed (35) hide show
  1. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/PKG-INFO +8 -8
  2. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/pyproject.toml +1 -1
  3. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pyproj.py +8 -0
  4. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/LICENSE.txt +0 -0
  5. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/README.md +0 -0
  6. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/__init__.py +0 -0
  7. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/_legacy_setup.py +0 -0
  8. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/_nonprintable.py +0 -0
  9. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/backend.py +0 -0
  10. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/__init__.py +0 -0
  11. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/builder.py +0 -0
  12. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/cargo.py +0 -0
  13. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/cmake.py +0 -0
  14. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/meson.py +0 -0
  15. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/builder/process.py +0 -0
  16. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/__init__.py +0 -0
  17. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_base.py +0 -0
  18. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_binary.py +0 -0
  19. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_copy.py +0 -0
  20. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_source.py +0 -0
  21. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_targz.py +0 -0
  22. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/dist_file/dist_zip.py +0 -0
  23. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/file.py +0 -0
  24. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/legacy.py +0 -0
  25. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/load_module.py +0 -0
  26. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/norms.py +0 -0
  27. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/__init__.py +0 -0
  28. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/match.py +0 -0
  29. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/pattern.py +0 -0
  30. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/path/utils.py +0 -0
  31. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pep.py +0 -0
  32. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pkginfo.py +0 -0
  33. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/pptoml.py +0 -0
  34. {partis_pyproj-0.1.5 → partis_pyproj-0.1.6}/src/pyproj/template.py +0 -0
  35. {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.5
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
  [![tests](https://github.com/kcdodd/partis-pyproj/actions/workflows/tests.yaml/badge.svg)](https://github.com/kcdodd/partis-pyproj/actions/workflows/tests.yaml)
@@ -26,7 +26,7 @@
26
26
 
27
27
  [project]
28
28
  name = "partis-pyproj"
29
- version = "0.1.5"
29
+ version = "0.1.6"
30
30
  description = "Minimal set of Python project utilities (PEP-517/621)"
31
31
  maintainers = [
32
32
  { name = "Nanohmics Inc.", email = "software.support@nanohmics.com" } ]
@@ -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