diff --git a/plette-0.4.4.tar.gz b/plette-0.4.4.tar.gz new file mode 100644 index 0000000..7313da1 Binary files /dev/null and b/plette-0.4.4.tar.gz differ diff --git a/python-plette.spec b/python-plette.spec new file mode 100644 index 0000000..f85d6d3 --- /dev/null +++ b/python-plette.spec @@ -0,0 +1,50 @@ +%global pypi_name plette + +Name: python-%{pypi_name} +Version: 0.4.4 +Release: 1 +Summary: Plette implements Pipfile and Pipfile.lock parsers, generators, and optional validators. + +License: MIT +URL: https://github.com/sarugaku/plette +Source0: %{pypi_source %{pypi_name}} +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-editables +BuildRequires: python3-hatch-vcs +BuildRequires: python3-hatchling +BuildRequires: python3-virtualenv +BuildRequires: python3-pytest + +%description +Plette implements Pipfile and Pipfile.lock parsers, generators, and optional validators to let the user work with them in a structured manner. + +%package -n python%{python3_pkgversion}-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} + +%description -n python%{python3_pkgversion}-%{pypi_name} +Plette implements Pipfile and Pipfile.lock parsers, generators, and optional validators to let the user work with them in a structured manner. + + +%prep +%autosetup -n %{pypi_name}-%{version} + +%build +%pyproject_build + +%install +%pyproject_install + +%files -n python%{python3_pkgversion}-%{pypi_name} +%doc README.rst +%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/%{pypi_name}*.dist-info/ + +%changelog +* Fri Jun 9 2023 Dongxing Wang - 0.4.4-1 +- Initial package to version 0.4.4 for requirementslib diff --git a/python-plette.yaml b/python-plette.yaml new file mode 100644 index 0000000..ed5d947 --- /dev/null +++ b/python-plette.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: plette +tag_prefix: ^v +seperator: "."