ya.make 515 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(2.4.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/cryptography
  7. )
  8. NO_LINT()
  9. NO_CHECK_IMPORTS(
  10. jwt.contrib.*
  11. )
  12. PY_SRCS(
  13. TOP_LEVEL
  14. jwt/__init__.py
  15. jwt/algorithms.py
  16. jwt/api_jwk.py
  17. jwt/api_jws.py
  18. jwt/api_jwt.py
  19. jwt/exceptions.py
  20. jwt/help.py
  21. jwt/jwks_client.py
  22. jwt/utils.py
  23. )
  24. RESOURCE_FILES(
  25. PREFIX contrib/python/PyJWT/py3/
  26. .dist-info/METADATA
  27. .dist-info/top_level.txt
  28. jwt/py.typed
  29. )
  30. END()