Bump to 1.0.0 sandbox/python3-catkin-pkg_1.0.0
authorTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 08:28:22 +0000 (17:28 +0900)
committerTizenOpenSource <tizenopensrc@samsung.com>
Tue, 6 Feb 2024 08:28:22 +0000 (17:28 +0900)
Signed-off-by: TizenOpenSource <tizenopensrc@samsung.com>
packaging/python3-catkin-pkg.manifest [new file with mode: 0644]
packaging/python3-catkin-pkg.spec [new file with mode: 0644]

diff --git a/packaging/python3-catkin-pkg.manifest b/packaging/python3-catkin-pkg.manifest
new file mode 100644 (file)
index 0000000..86dbb26
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+    <request>
+        <domain name="_" />
+    </request>
+</manifest>
diff --git a/packaging/python3-catkin-pkg.spec b/packaging/python3-catkin-pkg.spec
new file mode 100644 (file)
index 0000000..78f23b7
--- /dev/null
@@ -0,0 +1,42 @@
+Name:           python3-catkin-pkg
+Version:        1.0.0
+Release:        1
+Summary:        catkin package library
+License:        BSD
+Group:          Development/Languages/Python
+Source:         catkin_pkg-%{version}.tar.gz
+Source1001:     %{name}.manifest
+
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-setuptools_scm
+
+BuildArch:      noarch
+
+Provides: python3-catkin_pkg
+
+%description
+The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries.
+
+
+%prep
+%setup -q -n catkin_pkg-%{version}
+
+%build
+cp %{SOURCE1001} .
+%{_bindir}/python3 setup.py build
+
+%install
+%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+
+%files
+%manifest %{name}.manifest
+%license LICENSE
+%{python3_sitelib}/catkin_pkg-%{version}-py%{python3_version}.egg-info
+%{python3_sitelib}/catkin_pkg/*.py
+%{python3_sitelib}/catkin_pkg/__pycache__/*.cpython-*.pyc
+%{python3_sitelib}/catkin_pkg/cli/*.py
+%{python3_sitelib}/catkin_pkg/cli/__pycache__/*.cpython-*.pyc
+%{python3_sitelib}/catkin_pkg/templates/CMakeLists.txt.in
+%{python3_sitelib}/catkin_pkg/templates/metapackage.cmake.in
+%{python3_sitelib}/catkin_pkg/templates/package.xml.in