mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-05 03:12:18 +00:00
fix: cleanup some python packages (#8631)
Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
@@ -3,15 +3,13 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.4.0
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Python package for writing Value Change Dump (VCD) files
|
||||
License: MIT
|
||||
URL: https://github.com/SanDisk-Open-Source/pyvcd
|
||||
Source0: %url/releases/download/%version/pyvcd-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3.10
|
||||
BuildRequires: python3-build
|
||||
BuildRequires: python3-installer
|
||||
BuildRequires: python3-wheel
|
||||
@@ -48,8 +46,6 @@ Provides: pyvcd
|
||||
%files -n python3-%{pypi_name} -f %{pyproject_files}
|
||||
%doc README.rst CODE_OF_CONDUCT.md CHANGELOG.rst
|
||||
%license LICENSE.txt
|
||||
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
|
||||
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
|
||||
%python3_sitelib/pyvcd-%version.dist-info/*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -46,8 +46,6 @@ Provides: txtorcon
|
||||
%python3_sitelib/txtorcon-%version.dist-info/*
|
||||
%python3_sitelib/twisted/plugins/*.py
|
||||
%{_datadir}/txtorcon/*
|
||||
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
|
||||
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 03 2025 Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.5.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: West, Zephyr's meta-tool
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/zephyrproject-rtos/west
|
||||
@@ -46,9 +46,6 @@ Provides: west
|
||||
%doc README.rst MAINTAINERS.rst
|
||||
%license LICENSE
|
||||
%{_bindir}/west
|
||||
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
|
||||
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
|
||||
%python3_sitelib/west-%version.dist-info/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2025 Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 6.1.0
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: A schema and validator for YAML
|
||||
License: MIT
|
||||
URL: https://github.com/23andMe/Yamale
|
||||
@@ -42,8 +42,6 @@ Provides: yamale
|
||||
%doc README.md SECURITY.md
|
||||
%license LICENSE
|
||||
%{_bindir}/yamale
|
||||
%ghost %python3_sitelib/__pycache__/*.cpython-*.pyc
|
||||
%ghost %python3_sitelib/%{name}/subcommands/__pycache__/*.cpython-*.pyc
|
||||
%python3_sitelib/yamale-%version.dist-info/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user