diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 19:25:07 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-24 19:25:07 +0300 |
commit | 94e0bbcd0c98f2abf25ef9714b7dc957d3c1b65e (patch) | |
tree | cc99adf01cff0f3e4f34c6bf9907b87aff56f52d | |
parent | b3cb262c728243a07046e49f1715b055e8bde804 (diff) | |
download | ydb-94e0bbcd0c98f2abf25ef9714b7dc957d3c1b65e.tar.gz |
intermediate changes
ref:bd4c87915afa60f0f7dbdf69d510f8aac2748123
-rw-r--r-- | contrib/python/attrs/.yandex_meta/yamaker.yaml | 2 | ||||
-rw-r--r-- | contrib/python/attrs/AUTHORS.rst | 11 | ||||
-rw-r--r-- | contrib/python/attrs/ya.make | 6 |
3 files changed, 17 insertions, 2 deletions
diff --git a/contrib/python/attrs/.yandex_meta/yamaker.yaml b/contrib/python/attrs/.yandex_meta/yamaker.yaml new file mode 100644 index 0000000000..c14879ed87 --- /dev/null +++ b/contrib/python/attrs/.yandex_meta/yamaker.yaml @@ -0,0 +1,2 @@ +mark_as_py3_sources: +- attr/_next_gen.py diff --git a/contrib/python/attrs/AUTHORS.rst b/contrib/python/attrs/AUTHORS.rst new file mode 100644 index 0000000000..f14ef6c607 --- /dev/null +++ b/contrib/python/attrs/AUTHORS.rst @@ -0,0 +1,11 @@ +Credits +======= + +``attrs`` is written and maintained by `Hynek Schlawack <https://hynek.me/>`_. + +The development is kindly supported by `Variomedia AG <https://www.variomedia.de/>`_. + +A full list of contributors can be found in `GitHub's overview <https://github.com/python-attrs/attrs/graphs/contributors>`_. + +It’s the spiritual successor of `characteristic <https://characteristic.readthedocs.io/>`_ and aspires to fix some of it clunkiness and unfortunate decisions. +Both were inspired by Twisted’s `FancyEqMixin <https://twistedmatrix.com/documents/current/api/twisted.python.util.FancyEqMixin.html>`_ but both are implemented using class decorators because `subclassing is bad for you <https://www.youtube.com/watch?v=3MNVP9-hglc>`_, m’kay? diff --git a/contrib/python/attrs/ya.make b/contrib/python/attrs/ya.make index 15fb4c423b..c254f24369 100644 --- a/contrib/python/attrs/ya.make +++ b/contrib/python/attrs/ya.make @@ -1,11 +1,13 @@ -PY23_LIBRARY() +# Generated by devtools/yamaker (pypi). -LICENSE(MIT) +PY23_LIBRARY() OWNER(g:python-contrib) VERSION(21.2.0) +LICENSE(MIT) + NO_LINT() PY_SRCS( |