From dce51557c8d4d204820dd736f6a1d00f6daf08eb Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 4 Sep 2023 16:48:37 +0300 Subject: [PATCH] import python-pyclip-0.7.0-1.el9 --- .gitignore | 1 + .python-pyclip.metadata | 1 + SPECS/python-pyclip.spec | 55 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 .gitignore create mode 100644 .python-pyclip.metadata create mode 100644 SPECS/python-pyclip.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c83bae --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pyclip-0.7.0.tar.gz diff --git a/.python-pyclip.metadata b/.python-pyclip.metadata new file mode 100644 index 0000000..5472958 --- /dev/null +++ b/.python-pyclip.metadata @@ -0,0 +1 @@ +756a20d243def47b1ffff1743d16f910c1c67c30 SOURCES/pyclip-0.7.0.tar.gz diff --git a/SPECS/python-pyclip.spec b/SPECS/python-pyclip.spec new file mode 100644 index 0000000..92f1082 --- /dev/null +++ b/SPECS/python-pyclip.spec @@ -0,0 +1,55 @@ +Name: python-pyclip +Version: 0.7.0 +Release: 1%{?dist} +Summary: Cross-platform Clipboard module for Python with binary support + +License: ASL 2.0 +URL: https://github.com/spyoungtech/pyclip +Source: %{url}/archive/v%{version}/pyclip-%{version}.tar.gz + +BuildArch: noarch +BuildRequires: python3-devel + +%global _description \ +Cross-platform Clipboard module for Python with binary support + +%description %{_description} + +%package -n python3-pyclip +Summary: %{summary} + +%description -n python3-pyclip %{_description} + +%prep +%autosetup -p1 -n pyclip-%{version} + +%generate_buildrequires +%pyproject_buildrequires + +%build +%pyproject_wheel + +%install +%pyproject_install +%pyproject_save_files pyclip + +%files -n python3-pyclip -f %{pyproject_files} +%license LICENSE +%doc docs/README.md +%{_bindir}/pyclip + +%changelog +* Mon Sep 04 2023 Arkady L. Shane - 0.7.0-1 +- Rebuilt for MSVSphere 9.2 + +* Thu Nov 03 2022 Alessandro Astone - 0.7.0-1 +- Update to v0.7.0 + +* Sat Mar 19 2022 Alessandro Astone - 0.6.0-1 +- Update to v0.6.0 + +* Tue Mar 08 2022 Alessandro Astone - 0.5.4-2 +- Use wl-clipboard + +* Mon Mar 07 2022 Alessandro Astone - 0.5.4-1 +- Initial RPM release