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