40 lines
905 B
RPMSpec
40 lines
905 B
RPMSpec
%define debug_package %{nil}
|
|
%define pypi_name strict-rfc3339
|
|
|
|
Name: python-strict-rfc3339
|
|
Version: 0.7
|
|
Release: 1
|
|
Summary: Strict, simple, lightweight RFC3339 functions
|
|
License: GPLv3
|
|
URL: https://github.com/danielrichman/strict-rfc3339
|
|
Source0: https://files.pythonhosted.org/packages/56/e4/879ef1dbd6ddea1c77c0078cd59b503368b0456bcca7d063a870ca2119d3/%{pypi_name}-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python3-devel python3-setuptools
|
|
|
|
%description
|
|
Strict, simple, lightweight RFC3339 functions.
|
|
|
|
%package -n python3-%{pypi_name}
|
|
Summary: python3 package for strict-rfc3339
|
|
|
|
|
|
%description -n python3-%{pypi_name}
|
|
python3 package for strict-rfc3339
|
|
|
|
%prep
|
|
%autosetup -n %{pypi_name}-%{version}
|
|
|
|
%build
|
|
%py3_build
|
|
|
|
%install
|
|
%py3_install
|
|
|
|
%files -n python3-%{pypi_name}
|
|
%{python3_sitelib}/*
|
|
|
|
%changelog
|
|
* Thu Aug 26 2021 orange-snn<songnannan2@huawei.com> - 0.7-1
|
|
- Package init
|