init package python-jaraco.env of version 1.0.0

This commit is contained in:
mengzhaoa 2023-07-27 11:58:39 +08:00
parent 0c53fe73e2
commit ea7265b052
2 changed files with 45 additions and 0 deletions

BIN
jaraco.env-1.0.0.tar.gz Normal file

Binary file not shown.

45
python-jaraco-env.spec Normal file
View File

@ -0,0 +1,45 @@
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