Project

General

Profile

« Previous | Next » 

Revision 0af82421

Added by Samir Jha about 4 years ago

Add python-typing package

(cherry picked from commit bbb20b5dc09f2a6cbc64d058c937842a9e951ccc)
(cherry picked from commit 1b0e11fa75f008718635513662fb0efd97e86c26)

View differences:

package_manifest.yaml
python-six: {}
python-sqlparse: {}
python-toml: {}
python-typing: {}
python-typing-extensions: {}
python-uritemplate: {}
python-urllib3: {}
packages/pulpcore/python-typing/python-typing.spec
# Created by pyp2rpm-3.3.3
%global pypi_name typing
Name: python-%{pypi_name}
Version: 3.7.4.1
Release: 1%{?dist}
Summary: Type Hints for Python
License: PSF
URL: https://docs.python.org/3/library/typing.html
Source0: https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description
%{summary}
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
%{summary}
%prep
%autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.rst
%{python3_sitelib}/__pycache__/%{pypi_name}.*
%{python3_sitelib}/%{pypi_name}.py
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Wed Mar 18 2020 Samir Jha - 3.7.4.1-1
- Initial package.
packages/pulpcore/python-typing/typing-3.7.4.1.tar.gz
../../../.git/annex/objects/9z/kz/SHA256E-s77982--91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23.tar.gz/SHA256E-s77982--91dfe6f3f706ee8cc32d38edbbf304e9b7583fb37108fef38229617f8b3eba23.tar.gz
rel-eng/tito.props
python-six
python-sqlparse
python-toml
python-typing
python-typing-extensions
python-uritemplate
python-urllib3

Also available in: Unified diff