omdev-cext 0.0.0.dev18__tar.gz → 0.0.0.dev20__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omdev-cext
3
- Version: 0.0.0.dev18
3
+ Version: 0.0.0.dev20
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,4 +12,4 @@ Classifier: Operating System :: OS Independent
12
12
  Classifier: Operating System :: POSIX
13
13
  Requires-Python: ~=3.12
14
14
  License-File: LICENSE
15
- Requires-Dist: omdev==0.0.0.dev18
15
+ Requires-Dist: omdev==0.0.0.dev20
@@ -0,0 +1,10 @@
1
+ It's like my previous python monorepo-ey thing `omnibus
2
+ <https://github.com/wrmsr/omnibus/tree/wrmsr_exp_split>`_... ish.
3
+
4
+ Core packages begin with ``om``, scratch app is in ``app``, temp / dump code is in ``x``.
5
+
6
+ Core packages installable from git via:
7
+
8
+ .. code-block::
9
+
10
+ pip install 'git+https://github.com/wrmsr/omlish@master#subdirectory=.pkg/<pkg>'
@@ -9,7 +9,7 @@
9
9
 
10
10
  #define _MODULE_NAME "_boilerplate"
11
11
  #define _PACKAGE_NAME "omdev.cexts"
12
- #define _MODULE_FULL_NAME (_PACKAGE_NAME "." _MODULE_NAME)
12
+ #define _MODULE_FULL_NAME _PACKAGE_NAME "." _MODULE_NAME
13
13
 
14
14
  typedef struct boilerplate_state {
15
15
  } boilerplate_state;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: omdev-cext
3
- Version: 0.0.0.dev18
3
+ Version: 0.0.0.dev20
4
4
  Summary: omdev
5
5
  Author: wrmsr
6
6
  License: BSD-3-Clause
@@ -12,4 +12,4 @@ Classifier: Operating System :: OS Independent
12
12
  Classifier: Operating System :: POSIX
13
13
  Requires-Python: ~=3.12
14
14
  License-File: LICENSE
15
- Requires-Dist: omdev==0.0.0.dev18
15
+ Requires-Dist: omdev==0.0.0.dev20
@@ -0,0 +1 @@
1
+ omdev==0.0.0.dev20
@@ -12,7 +12,7 @@ authors = [
12
12
  urls = {source = 'https://github.com/wrmsr/omlish'}
13
13
  license = {text = 'BSD-3-Clause'}
14
14
  requires-python = '~=3.12'
15
- version = '0.0.0.dev18'
15
+ version = '0.0.0.dev20'
16
16
  classifiers = [
17
17
  'License :: OSI Approved :: BSD License',
18
18
  'Development Status :: 2 - Pre-Alpha',
@@ -22,7 +22,7 @@ classifiers = [
22
22
  ]
23
23
  description = 'omdev'
24
24
  dependencies = [
25
- 'omdev == 0.0.0.dev18',
25
+ 'omdev == 0.0.0.dev20',
26
26
  ]
27
27
 
28
28
  [tool.setuptools]
@@ -1,5 +0,0 @@
1
- *omlish*
2
-
3
- Packages installable from git via:
4
- ::
5
- pip install 'git+https://github.com/wrmsr/omlish@master#subdirectory=.pkg/<pkg>'
@@ -1 +0,0 @@
1
- omdev==0.0.0.dev18