diff options
author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-12-10 10:05:18 -0800 |
---|---|---|
committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2021-12-10 10:05:18 -0800 |
commit | b45309d7d72c12ba46b9b1b75cc356065aa5e52d (patch) | |
tree | 7190d875482bc0d321f6c783f21247f985f89553 | |
parent | 33678f9d94b621c284f442b5f02917db259dcfb0 (diff) | |
download | specs-b45309d7d72c12ba46b9b1b75cc356065aa5e52d.tar.gz specs-b45309d7d72c12ba46b9b1b75cc356065aa5e52d.tar.xz specs-b45309d7d72c12ba46b9b1b75cc356065aa5e52d.zip |
- python-types-cryptography
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
-rw-r--r-- | python/python-types-cryptography.spec | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/python/python-types-cryptography.spec b/python/python-types-cryptography.spec deleted file mode 100644 index d431094..0000000 --- a/python/python-types-cryptography.spec +++ /dev/null @@ -1,62 +0,0 @@ -%global srcname types-cryptography -%global modname types_cryptography - -Name: python-%{srcname} -Version: 3.3.9 -Release: %autorelease -Summary: Typing stubs for cryptography -License: ASL 2.0 -URL: https://github.com/python/typeshed -Source0: %{pypi_source %{srcname}} - -BuildArch: noarch - -BuildRequires: python%{python3_pkgversion}-devel -BuildRequires: python%{python3_pkgversion}-setuptools - -%global _description %{expand: -This is a PEP 561 type stub package for the cryptography package. It can be used -by type-checking tools like mypy, PyCharm, pytype etc. to check code that uses -cryptography. The source for this package can be found at -https://github.com/python/typeshed/tree/master/stubs/cryptography. All fixes for -types and metadata should be contributed there. - -See https://github.com/python/typeshed/blob/master/README.md for more details.} - -%description %{_description} - - -%package -n python%{python3_pkgversion}-%{srcname} -Summary: %{summary} - -%description -n python%{python3_pkgversion}-%{srcname} %{_description} - - -%prep -%autosetup -p1 -n %{srcname}-%{version} - - -%generate_buildrequires -%pyproject_buildrequires -r - - -%build -%pyproject_wheel - - -%install -%pyproject_install - - -%check -%py3_check_import cryptography-stubs - - -%files -n python%{python3_pkgversion}-%{srcname} -%doc CHANGELOG.md -%{python3_sitelib}/cryptography-stubs -%{python3_sitelib}/%{modname}-%{version}.dist-info/ - - -%changelog -%autochangelog |