diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,19 @@ +name : python-typeguard +version : 2.9.1 +release : 1 +source : + - https://files.pythonhosted.org/packages/bd/5e/bcf5dd82607a2e77d4e81da33223bafcee3a1011445173b5bf48af247167/typeguard-2.9.1.tar.gz : 529ef3d88189cc457f4340388028412f71be8091c2c943465146d4170fb67288 +homepage : https://github.com/agronholm/typeguard +license : MIT +component : programming.python +summary : Run-time type checker for Python +description: | + This library provides run-time type checking for functions defined with PEP 484 argument (and return) type annotations. +builddeps : + - python-setuptools-scm +build : | + %python3_setup +install : | + %python3_install +check : | + %python3_test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + python-typeguard + https://github.com/agronholm/typeguard + + Algent Albrahimi + algent@protonmail.com + + MIT + programming.python + Run-time type checker for Python + This library provides run-time type checking for functions defined with PEP 484 argument (and return) type annotations. + + https://getsol.us/sources/README.Solus + + + python-typeguard + Run-time type checker for Python + This library provides run-time type checking for functions defined with PEP 484 argument (and return) type annotations. + + programming.python + + /usr/lib/python3.7/site-packages/typeguard-2.9.1-py3.7.egg-info/PKG-INFO + /usr/lib/python3.7/site-packages/typeguard-2.9.1-py3.7.egg-info/SOURCES.txt + /usr/lib/python3.7/site-packages/typeguard-2.9.1-py3.7.egg-info/dependency_links.txt + /usr/lib/python3.7/site-packages/typeguard-2.9.1-py3.7.egg-info/entry_points.txt + /usr/lib/python3.7/site-packages/typeguard-2.9.1-py3.7.egg-info/not-zip-safe + /usr/lib/python3.7/site-packages/typeguard-2.9.1-py3.7.egg-info/requires.txt + /usr/lib/python3.7/site-packages/typeguard-2.9.1-py3.7.egg-info/top_level.txt + /usr/lib/python3.7/site-packages/typeguard/__init__.py + /usr/lib/python3.7/site-packages/typeguard/__pycache__/__init__.cpython-37.pyc + /usr/lib/python3.7/site-packages/typeguard/__pycache__/importhook.cpython-37.pyc + /usr/lib/python3.7/site-packages/typeguard/__pycache__/pytest_plugin.cpython-37.pyc + /usr/lib/python3.7/site-packages/typeguard/importhook.py + /usr/lib/python3.7/site-packages/typeguard/py.typed + /usr/lib/python3.7/site-packages/typeguard/pytest_plugin.py + + + + + 2020-06-14 + 2.9.1 + Packaging update + Algent Albrahimi + algent@protonmail.com + + + \ No newline at end of file