Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sip6
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
rpms
sip6
Commits
09c5be30
Commit
09c5be30
authored
2 years ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import sip6-6.5.1-1.el9
parents
No related branches found
Branches containing commit
Tags
imports/r9-beta/sip6-6.5.1-1.el9
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
.sip6.metadata
+1
-0
1 addition, 0 deletions
.sip6.metadata
SPECS/sip6.spec
+50
-0
50 additions, 0 deletions
SPECS/sip6.spec
with
52 additions
and
0 deletions
.gitignore
0 → 100644
+
1
−
0
View file @
09c5be30
SOURCES/sip-6.5.1.tar.gz
This diff is collapsed.
Click to expand it.
.sip6.metadata
0 → 100644
+
1
−
0
View file @
09c5be30
543f8c906d8c2a918fceef116aa17747a793e5cc SOURCES/sip-6.5.1.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/sip6.spec
0 → 100644
+
50
−
0
View file @
09c5be30
%global pypi_name sip
Name: sip6
Version: 6.5.1
Release: 1%{?dist}
Summary: SIP - Python/C++ Bindings Generator
%py_provides python3-sip6
# code_generator/parser.{c.h} is GPLv2+ with exceptions (bison)
License: (GPLv2 or GPLv3) and (GPLv2+ with exceptions)
URL: https://www.riverbankcomputing.com/software/sip
Source0: %{pypi_source}
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: %{py3_dist setuptools toml}
%global _description %{expand:
SIP is a collection of tools that makes it very easy to create Python bindings
for C and C++ libraries. It was originally developed in 1998 to create PyQt,
the Python bindings for the Qt toolkit, but can be used to create bindings for
any C or C++ library. For example it is also used to generate wxPython, the
Python bindings for wxWidgets.}
%description %_description
%prep
%autosetup -n %{pypi_name}-%{version} -p 1
%build
%py3_build
%install
%py3_install
%check
%py3_check_import sipbuild sipbuild.distinfo sipbuild.module sipbuild.tools
%files
%doc README
%license LICENSE LICENSE-GPL2 LICENSE-GPL3
%{_bindir}/sip*
%{python3_sitearch}/sip-*
%{python3_sitearch}/sipbuild/
%changelog
* Tue Apr 19 2022 Jan Grulich <jgrulich@redhat.com> - 6.5.1-1
- Initial package
Resolves: bz#2071748
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment