diff --git a/jaraco.env-1.0.0.tar.gz b/jaraco.env-1.0.0.tar.gz new file mode 100644 index 0000000..fa0d38f Binary files /dev/null and b/jaraco.env-1.0.0.tar.gz differ diff --git a/python-jaraco-env.spec b/python-jaraco-env.spec new file mode 100644 index 0000000..4b9f40f --- /dev/null +++ b/python-jaraco-env.spec @@ -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 - 1.0.0-1 +- Init package python3-jaraco.env of version 1.0.0