46 lines
1.0 KiB
RPMSpec
46 lines
1.0 KiB
RPMSpec
Name: python-jaraco.env
|
|
Version: 1.0.0
|
|
Release: 1
|
|
Summary: Facilities for environment variables
|
|
|
|
License: MIT
|
|
URL: https://codeload.github.com/shopkeep/jaraco.env
|
|
Source0: https://codeload.github.com/shopkeep/jaraco.env/archive/%{version}.tar.gz#/jaraco.env-%{version}.tar.gz
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package -n python3-jaraco.env
|
|
Summary: %{summary}.
|
|
|
|
# Base build requires
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-setuptools_scm
|
|
BuildRequires: python3-pip
|
|
BuildRequires: python3-wheel
|
|
|
|
%description -n python3-jaraco.env
|
|
jaraco.env provides cross platform hidden file detection.
|
|
|
|
%prep
|
|
%autosetup -n jaraco.env-%{version}
|
|
|
|
%build
|
|
%pyproject_build
|
|
|
|
%install
|
|
%pyproject_install
|
|
|
|
%files -n python3-jaraco.env
|
|
%license LICENSE
|
|
%doc README.rst
|
|
|
|
%{python3_sitelib}/jaraco.env-*dist-info/
|
|
%{python3_sitelib}/jaraco/
|
|
|
|
%changelog
|
|
* Thu Jul 27 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 1.0.0-1
|
|
- Init package python3-jaraco.env of version 1.0.0
|