remove python3-cython.spec 81/287981/1 accepted/tizen_6.0_unified tizen_6.0 accepted/tizen/6.0/unified/20230417.052900 accepted/tizen/6.0/unified/20230419.041330 accepted/tizen/6.0/unified/20230424.080348
authorHyunggi Lee <hyunggi.lee@samsung.com>
Wed, 8 Feb 2023 12:03:31 +0000 (21:03 +0900)
committerHyunggi Lee <hyunggi.lee@samsung.com>
Wed, 8 Feb 2023 12:04:05 +0000 (21:04 +0900)
It is duplicates with other pacckage

Change-Id: Iba8599de7f085af3cd8a5c0b2be5058b2fa92f92
Signed-off-by: Hyunggi Lee <hyunggi.lee@samsung.com>
packaging/python3-cython.spec [deleted file]

diff --git a/packaging/python3-cython.spec b/packaging/python3-cython.spec
deleted file mode 100644 (file)
index 8b7b4eb..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-Name:           python3-cython
-Version:        0.27.3
-Release:        0
-Url:            http://www.cython.org
-Summary:        The Cython compiler for writing C extensions for the python3 language
-License:        Apache-2.0
-Group:          Development/Languages/Python
-
-Source:         %{name}-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python3-devel
-BuildRequires:  python3-xml
-BuildRequires:  python-libxml2
-BuildRequires:  python3-lxml
-Provides:       python3-cython = %{version}
-Obsoletes:      python3-cython < %{version}
-Requires:       python3-xml
-Requires:       python-libxml2
-Requires:       python3-lxml
-
-
-%description
-The Cython language makes writing C extensions for the Python language as
-easy as Python itself.  Cython is a source code translator based on the
-well-known Pyrex, but supports more cutting edge functionality and
-optimizations.
-
-The Cython language is very close to the Python language (and most Python
-code is also valid Cython code), but Cython additionally supports calling C
-functions and declaring C types on variables and class attributes. This
-allows the compiler to generate very efficient C code from Cython code.
-
-This makes Cython the ideal language for writing glue code for external C
-libraries, and for fast C modules that speed up the execution of Python
-code.
-
-%prep
-%setup -q -n cython-0.27.x
-
-%build
-CFLAGS="%{optflags}" %{_bindir}/python3 setup.py build
-
-%install
-%{_bindir}/python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%fdupes -s %{buildroot}%{python3_sitearch} %{buildroot}%{_docdir}
-
-%files
-%defattr(-,root,root,-)
-%license COPYING.txt LICENSE.txt
-%doc README.txt ToDo.txt USAGE.txt Doc Demos
-%{_bindir}/cygdb
-%{_bindir}/cython
-%{_bindir}/cythonize
-%{python3_sitearch}/Cython*
-%{python3_sitearch}/cython*
-%{python3_sitearch}/pyximport/
-%{python3_sitearch}/__pycache__/cython*