PyProd 0.10.1__tar.gz → 0.10.2__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 (51) hide show
  1. {pyprod-0.10.1 → pyprod-0.10.2}/PKG-INFO +1 -1
  2. pyprod-0.10.2/src/pyprod/__init__.py +1 -0
  3. {pyprod-0.10.1 → pyprod-0.10.2}/src/pyprod/prod.py +3 -2
  4. pyprod-0.10.1/src/pyprod/__init__.py +0 -1
  5. {pyprod-0.10.1 → pyprod-0.10.2}/.github/workflows/publish.yml +0 -0
  6. {pyprod-0.10.1 → pyprod-0.10.2}/.github/workflows/test.yml +0 -0
  7. {pyprod-0.10.1 → pyprod-0.10.2}/.gitignore +0 -0
  8. {pyprod-0.10.1 → pyprod-0.10.2}/LICENSE +0 -0
  9. {pyprod-0.10.1 → pyprod-0.10.2}/README.rst +0 -0
  10. {pyprod-0.10.1 → pyprod-0.10.2}/docs/Makefile +0 -0
  11. {pyprod-0.10.1 → pyprod-0.10.2}/docs/commandline.rst +0 -0
  12. {pyprod-0.10.1 → pyprod-0.10.2}/docs/conf.py +0 -0
  13. {pyprod-0.10.1 → pyprod-0.10.2}/docs/index.rst +0 -0
  14. {pyprod-0.10.1 → pyprod-0.10.2}/docs/make.bat +0 -0
  15. {pyprod-0.10.1 → pyprod-0.10.2}/docs/prodfile.rst +0 -0
  16. {pyprod-0.10.1 → pyprod-0.10.2}/docs/pyprod2.png +0 -0
  17. {pyprod-0.10.1 → pyprod-0.10.2}/docs/quickstart.rst +0 -0
  18. {pyprod-0.10.1 → pyprod-0.10.2}/docs/releasenotes.rst +0 -0
  19. {pyprod-0.10.1 → pyprod-0.10.2}/docs/requirements.txt +0 -0
  20. {pyprod-0.10.1 → pyprod-0.10.2}/pyprod.webp +0 -0
  21. {pyprod-0.10.1 → pyprod-0.10.2}/pyprod2.png +0 -0
  22. {pyprod-0.10.1 → pyprod-0.10.2}/pyproject.toml +0 -0
  23. {pyprod-0.10.1 → pyprod-0.10.2}/samples/build-c/Makefile +0 -0
  24. {pyprod-0.10.1 → pyprod-0.10.2}/samples/build-c/Prodfile.py +0 -0
  25. {pyprod-0.10.1 → pyprod-0.10.2}/samples/build-c/hello.c +0 -0
  26. {pyprod-0.10.1 → pyprod-0.10.2}/samples/build-c/hello.h +0 -0
  27. {pyprod-0.10.1 → pyprod-0.10.2}/samples/build-c/main.c +0 -0
  28. {pyprod-0.10.1 → pyprod-0.10.2}/samples/generate-doc/Prodfile.py +0 -0
  29. {pyprod-0.10.1 → pyprod-0.10.2}/samples/generate-doc/a.txt +0 -0
  30. {pyprod-0.10.1 → pyprod-0.10.2}/samples/generate-doc/b.txt +0 -0
  31. {pyprod-0.10.1 → pyprod-0.10.2}/samples/generate-doc/c.txt +0 -0
  32. {pyprod-0.10.1 → pyprod-0.10.2}/samples/generate-doc/inc1.txt +0 -0
  33. {pyprod-0.10.1 → pyprod-0.10.2}/samples/generate-doc/inc2.txt +0 -0
  34. {pyprod-0.10.1 → pyprod-0.10.2}/samples/md-to-pdf/Prodfile.py +0 -0
  35. {pyprod-0.10.1 → pyprod-0.10.2}/samples/md-to-pdf/doc.md +0 -0
  36. {pyprod-0.10.1 → pyprod-0.10.2}/samples/md-to-pdf/md_to_html.py +0 -0
  37. {pyprod-0.10.1 → pyprod-0.10.2}/samples/md-to-pdf/template.html +0 -0
  38. {pyprod-0.10.1 → pyprod-0.10.2}/samples/s3files/Prodfile.py +0 -0
  39. {pyprod-0.10.1 → pyprod-0.10.2}/samples/s3files/S3TEST.txt +0 -0
  40. {pyprod-0.10.1 → pyprod-0.10.2}/samples/tutorial-1/Prodfile.py +0 -0
  41. {pyprod-0.10.1 → pyprod-0.10.2}/samples/tutorial-2/Prodfile.py +0 -0
  42. {pyprod-0.10.1 → pyprod-0.10.2}/src/pyprod/__main__.py +0 -0
  43. {pyprod-0.10.1 → pyprod-0.10.2}/src/pyprod/main.py +0 -0
  44. {pyprod-0.10.1 → pyprod-0.10.2}/src/pyprod/utils.py +0 -0
  45. {pyprod-0.10.1 → pyprod-0.10.2}/src/pyprod/venv.py +0 -0
  46. {pyprod-0.10.1 → pyprod-0.10.2}/tests/__init__.py +0 -0
  47. {pyprod-0.10.1 → pyprod-0.10.2}/tests/conftest.py +0 -0
  48. {pyprod-0.10.1 → pyprod-0.10.2}/tests/test_prod.py +0 -0
  49. {pyprod-0.10.1 → pyprod-0.10.2}/tests/test_prodfuncs.py +0 -0
  50. {pyprod-0.10.1 → pyprod-0.10.2}/tests/test_rule.py +0 -0
  51. {pyprod-0.10.1 → pyprod-0.10.2}/tests/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyProd
3
- Version: 0.10.1
3
+ Version: 0.10.2
4
4
  Summary: PyProd: More Makeable than Make
5
5
  Project-URL: Homepage, https://github.com/atsuoishimoto/pyprod
6
6
  Project-URL: Documentation, https://pyprod.readthedocs.io/en/latest/
@@ -0,0 +1 @@
1
+ __version__ = "0.10.2"
@@ -713,8 +713,8 @@ class Prod:
713
713
  finally:
714
714
  ev.set()
715
715
 
716
- events = [ev.wait() for ev in waits]
717
- await asyncio.gather(*events)
716
+ events = [ev.wait() for ev in waits]
717
+ await asyncio.gather(*events)
718
718
 
719
719
  ts = []
720
720
  for dep in deps:
@@ -744,6 +744,7 @@ class Prod:
744
744
  tasks.append(uses_task)
745
745
 
746
746
  await asyncio.gather(*tasks)
747
+
747
748
  ts = 0
748
749
  if deps:
749
750
  ts = deps_task.result()
@@ -1 +0,0 @@
1
- __version__ = "0.10.1"
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