summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2021-12-10 10:04:26 -0800
committerMichel Alexandre Salim <salimma@fedoraproject.org>2021-12-10 10:04:26 -0800
commite4127ffbdb96ca55b2237b5f0b4a35f4364e643f (patch)
treef070c95505132a66ec9ffdbd994f4bacf12af93f /python
parent85dda66e82c0488c8b2d47d829592223d590fcc8 (diff)
downloadspecs-e4127ffbdb96ca55b2237b5f0b4a35f4364e643f.tar.gz
specs-e4127ffbdb96ca55b2237b5f0b4a35f4364e643f.tar.xz
specs-e4127ffbdb96ca55b2237b5f0b4a35f4364e643f.zip
- python-types-six
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-types-six.spec62
1 files changed, 0 insertions, 62 deletions
diff --git a/python/python-types-six.spec b/python/python-types-six.spec
deleted file mode 100644
index f7c85c6..0000000
--- a/python/python-types-six.spec
+++ /dev/null
@@ -1,62 +0,0 @@
-%global srcname types-six
-%global modname types_six
-
-Name: python-%{srcname}
-Version: 1.16.3
-Release: %autorelease
-Summary: Typing stubs for six
-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 six package. It can be used by
-type-checking tools like mypy, PyCharm, pytype etc. to check code that uses six.
-The source for this package can be found at
-https://github.com/python/typeshed/tree/master/stubs/six. 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 six{,-python2}-stubs
-
-
-%files -n python%{python3_pkgversion}-%{srcname}
-%doc CHANGELOG.md
-%{python3_sitelib}/six{,-python2}-stubs
-%{python3_sitelib}/%{modname}-%{version}.dist-info/
-
-
-%changelog
-%autochangelog