ya.make 662 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(3.19.3)
  4. LICENSE(MIT)
  5. NO_COMPILER_WARNINGS()
  6. NO_LINT()
  7. NO_CHECK_IMPORTS(
  8. simplejson.ordered_dict
  9. )
  10. SRCS(
  11. simplejson/_speedups.c
  12. )
  13. PY_REGISTER(
  14. simplejson._speedups
  15. )
  16. PY_SRCS(
  17. TOP_LEVEL
  18. simplejson/__init__.py
  19. simplejson/compat.py
  20. simplejson/decoder.py
  21. simplejson/encoder.py
  22. simplejson/errors.py
  23. simplejson/ordered_dict.py
  24. simplejson/raw_json.py
  25. simplejson/scanner.py
  26. simplejson/tool.py
  27. )
  28. RESOURCE_FILES(
  29. PREFIX contrib/python/simplejson/py3/
  30. .dist-info/METADATA
  31. .dist-info/top_level.txt
  32. )
  33. END()
  34. RECURSE_FOR_TESTS(
  35. tests
  36. )