!1 init packages version 1.0.0 of python-jaraco.env
From: @mengzhaoa Reviewed-by: @desert-sailor Signed-off-by: @desert-sailor
This commit is contained in:
commit
62fdabd33e
BIN
jaraco.env-1.0.0.tar.gz
Normal file
BIN
jaraco.env-1.0.0.tar.gz
Normal file
Binary file not shown.
45
python-jaraco-env.spec
Normal file
45
python-jaraco-env.spec
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user