forked from pool/python-pylibfdt
Accepting request 971937 from devel:languages:python
baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/971937 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylibfdt?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
commit
b0c91f7c67
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
pylibfdt-1.6.1.tar.gz
Normal file
3
pylibfdt-1.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90c667c5adf44c6ab2f13bdc566598897784c7b781bed91064e7373bd270b778
|
||||||
|
size 50316
|
4
python-pylibfdt.changes
Normal file
4
python-pylibfdt.changes
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 21 22:45:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- Initial package (1.6.1)
|
57
python-pylibfdt.spec
Normal file
57
python-pylibfdt.spec
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
#
|
||||||
|
# spec file for package python-pylibfdt
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
Name: python-pylibfdt
|
||||||
|
Version: 1.6.1
|
||||||
|
Release: 0
|
||||||
|
Summary: Python binding for libfdt
|
||||||
|
License: BSD-2-Clause AND GPL-2.0-only
|
||||||
|
Group: Development/Languages/Python
|
||||||
|
URL: https://pypi.org/project/pylibfdt/
|
||||||
|
Source: pylibfdt-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: swig
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
|
%description
|
||||||
|
libfdt is a library to process Open Firmware style device trees on various
|
||||||
|
architectures.
|
||||||
|
|
||||||
|
Python binding part.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n pylibfdt-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%python_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%python_install
|
||||||
|
|
||||||
|
%files %{python_files}
|
||||||
|
%license BSD-2-Clause GPL
|
||||||
|
%{python_sitearch}/libfdt.py
|
||||||
|
%{python_sitearch}/_libfdt.*.so
|
||||||
|
%{python_sitearch}/__pycache__
|
||||||
|
%{python_sitearch}/pylibfdt*.egg-info
|
||||||
|
|
||||||
|
%changelog
|
Reference in New Issue
Block a user