commit 8e2a76234f7f5f48ef56d0c3a172e10cebea5888
Author: Jakub Bogusz <[email protected]>
Date:   Wed Mar 13 20:30:03 2024 +0100

    - python-cchardet.spec updated to 2.1.7 for python 3.6+

 python-cchardet.spec  | 142 --------------------------------------------------
 python3-cchardet.spec |  75 ++++++++++++++++++++++++++
 2 files changed, 75 insertions(+), 142 deletions(-)
---
diff --git a/python-cchardet.spec b/python-cchardet.spec
deleted file mode 100644
index 1f4881c..0000000
--- a/python-cchardet.spec
+++ /dev/null
@@ -1,142 +0,0 @@
-# TODO: system uchardet?
-#
-# Conditional build:
-%bcond_without tests   # do not perform "make test"
-%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
-
-Summary:       cChardet - high speed universal character encoding detector
-Summary(pl.UTF-8):     cChardet - szybki, uniwersalny wykrywacz kodowania 
znaków
-Name:          python-cchardet
-# keep 2.1.5 here for python2 support
-Version:       2.1.5
-Release:       6
-License:       MPL v1.1
-Group:         Libraries/Python
-#Source0Download: https://pypi.org/simple/cchardet/
-Source0:       
https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-%{version}.tar.gz
-# Source0-md5: 681af4e6546e47e2ae856057a8a7d105
-URL:           https://pypi.org/project/cchardet/
-BuildRequires: libstdc++-devel
-%if %{with python2}
-BuildRequires: python-Cython
-BuildRequires: python-devel >= 1:2.7
-BuildRequires: python-setuptools
-%if %{with tests}
-BuildRequires: python-nose
-%endif
-%endif
-%if %{with python3}
-BuildRequires: python3-Cython
-BuildRequires: python3-devel >= 1:3.5
-BuildRequires: python3-setuptools
-%if %{with tests}
-BuildRequires: python3-nose
-%endif
-%endif
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
-Requires:      python-modules >= 1:2.7
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-cChardet is high speed universal character encoding detector - binding
-to uchardet.
-
-%description -l pl.UTF-8
-cChardet to szybki, uniwersalny wykrywacz kodowania znaków - wiązanie
-do biblioteki uchardet.
-
-%package -n python3-cchardet
-Summary:       cChardet - high speed universal character encoding detector
-Summary(pl.UTF-8):     cChardet - szybki, uniwersalny wykrywacz kodowania 
znaków
-Group:         Libraries/Python
-Requires:      python3-modules >= 1:3.5
-
-%description -n python3-cchardet
-cChardet is high speed universal character encoding detector - binding
-to uchardet.
-
-%description -n python3-cchardet -l pl.UTF-8
-cChardet to szybki, uniwersalny wykrywacz kodowania znaków - wiązanie
-do biblioteki uchardet.
-
-%prep
-%setup -q -n cchardet-%{version}
-
-ln -snf ../tests src/tests/tests
-
-# these fail:
-# - recognized as Windows-1252
-%{__rm} src/tests/testdata/{fi,ga}/iso-8859-1.txt
-# - recognized as iso-8859-11
-%{__rm} src/tests/testdata/th/tis-620.txt
-
-%build
-%if %{with python2}
-%py_build
-
-%if %{with tests}
-cd src/tests
-LC_ALL=C \
-PYTHONPATH=$(readlink -f ../../build-2/lib.*) \
-%{__python} -m nose test.py
-cd ../..
-%endif
-%endif
-
-%if %{with python3}
-%py3_build
-
-%if %{with tests}
-cd src/tests
-LC_ALL=C \
-PYTHONPATH=$(readlink -f ../../build-3/lib.*) \
-%{__python3} -m nose test.py
-cd ../..
-%endif
-%endif
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%if %{with python2}
-%py_install
-
-%py_postclean
-%if %{with python3}
-%{__rm} $RPM_BUILD_ROOT%{_bindir}/cchardetect
-%endif
-%endif
-
-%if %{with python3}
-%py3_install
-%endif
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%if %{with python2}
-%files
-%defattr(644,root,root,755)
-%doc CHANGES.rst README.rst
-%if %{without python3}
-%attr(755,root,root) %{_bindir}/cchardetect
-%endif
-%dir %{py_sitedir}/cchardet
-%{py_sitedir}/cchardet/*.py[co]
-%attr(755,root,root) %{py_sitedir}/cchardet/*.so
-%{py_sitedir}/cchardet-%{version}-py*.egg-info
-%endif
-
-%if %{with python3}
-%files -n python3-cchardet
-%defattr(644,root,root,755)
-%doc CHANGES.rst README.rst
-%attr(755,root,root) %{_bindir}/cchardetect
-%dir %{py3_sitedir}/cchardet
-%{py3_sitedir}/cchardet/*.py
-%attr(755,root,root) %{py3_sitedir}/cchardet/*.so
-%{py3_sitedir}/cchardet/__pycache__
-%{py3_sitedir}/cchardet-%{version}-py*.egg-info
-%endif
diff --git a/python3-cchardet.spec b/python3-cchardet.spec
new file mode 100644
index 0000000..d851195
--- /dev/null
+++ b/python3-cchardet.spec
@@ -0,0 +1,75 @@
+# TODO: system uchardet?
+#
+# Conditional build:
+%bcond_without tests   # unit tests
+
+Summary:       cChardet - high speed universal character encoding detector
+Summary(pl.UTF-8):     cChardet - szybki, uniwersalny wykrywacz kodowania 
znaków
+Name:          python3-cchardet
+Version:       2.1.7
+Release:       1
+License:       MPL v1.1
+Group:         Libraries/Python
+#Source0Download: https://pypi.org/simple/cchardet/
+Source0:       
https://files.pythonhosted.org/packages/source/c/cchardet/cchardet-%{version}.tar.gz
+# Source0-md5: 8a76472ad09c68c12069203ea9348ee3
+URL:           https://pypi.org/project/cchardet/
+BuildRequires: libstdc++-devel
+BuildRequires: python3-Cython
+BuildRequires: python3-devel >= 1:3.6
+BuildRequires: python3-setuptools
+%if %{with tests}
+BuildRequires: python3-nose
+%endif
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires:      python3-modules >= 1:3.6
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cChardet is high speed universal character encoding detector - binding
+to uchardet.
+
+%description -l pl.UTF-8
+cChardet to szybki, uniwersalny wykrywacz kodowania znaków - wiązanie
+do biblioteki uchardet.
+
+%prep
+%setup -q -n cchardet-%{version}
+
+ln -snf ../tests src/tests/tests
+
+# these fail:
+# - recognized as Windows-1252
+%{__rm} src/tests/testdata/{fi,ga}/iso-8859-1.txt
+# - recognized as iso-8859-11
+%{__rm} src/tests/testdata/th/tis-620.txt
+
+%build
+%py3_build
+
+%if %{with tests}
+cd src/tests
+LC_ALL=C \
+PYTHONPATH=$(readlink -f ../../build-3/lib.*) \
+%{__python3} -m nose test.py
+cd ../..
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES.rst README.rst
+%attr(755,root,root) %{_bindir}/cchardetect
+%dir %{py3_sitedir}/cchardet
+%{py3_sitedir}/cchardet/*.py
+%attr(755,root,root) %{py3_sitedir}/cchardet/*.so
+%{py3_sitedir}/cchardet/__pycache__
+%{py3_sitedir}/cchardet-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-cchardet.git/commitdiff/8e2a76234f7f5f48ef56d0c3a172e10cebea5888

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to