[packages/python3-ctypesgen] - up to 1.1.1

baggins baggins at pld-linux.org
Sun Mar 23 12:06:21 CET 2025


commit 1675116cfa6f60493eb537cb38fa3d428b7cefe7
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 23 12:07:02 2025 +0100

    - up to 1.1.1

 python-ctypesgen.spec  | 136 -------------------------------------------------
 python3-ctypesgen.spec |  70 +++++++++++++++++++++++++
 2 files changed, 70 insertions(+), 136 deletions(-)
---
diff --git a/python-ctypesgen.spec b/python-ctypesgen.spec
deleted file mode 100644
index fe727c9..0000000
--- a/python-ctypesgen.spec
+++ /dev/null
@@ -1,136 +0,0 @@
-#
-# Conditional build:
-%bcond_without	tests	# unit tests
-%bcond_without	python2 # CPython 2.x module
-%bcond_without	python3 # CPython 3.x module
-
-%define 	module	ctypesgen
-Summary:	A pure-python wrapper generator for ctypes
-Summary(pl.UTF-8):	Generator wrapperów dla ctypes napisany w czystym Pythonie
-Name:		python-%{module}
-Version:	1.0.2
-Release:	6
-License:	BSD
-Group:		Libraries/Python
-# only wheels on https://pypi.org/simple/ctypesgen so get from github
-#Source0Download: https://github.com/davidjamesca/ctypesgen/releases
-Source0:	https://github.com/davidjamesca/ctypesgen/archive/ctypesgen-%{version}/%{module}-%{version}.tar.gz
-# Source0-md5:	0928ef10a1f0323a82d55d6a0dfac8ff
-Patch0:		%{name}-x32.patch
-URL:		https://github.com/davidjamesca/ctypesgen
-%if %{with python2}
-BuildRequires:	python >= 1:2.3
-BuildRequires:	python-modules >= 1:2.3
-BuildRequires:	python-setuptools
-%if %{with tests}
-BuildRequires:	python-pytest
-%endif
-%endif
-%if %{with python3}
-BuildRequires:	python3 >= 1:3.2
-BuildRequires:	python3-modules >= 1:3.2
-BuildRequires:	python3-setuptools
-%if %{with tests}
-BuildRequires:	python3-pytest
-%endif
-%endif
-BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.714
-BuildArch:	noarch
-BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-This project automatically generates ctypes wrappers for header files
-written in C.
-
-%description -l pl.UTF-8
-Ten program automatycznie generuje wrappery ctypes dla plików
-nagłówkowych w C.
-
-%package -n python3-%{module}
-Summary:	A pure-python wrapper generator for ctypes
-Summary(pl.UTF-8):	Generator wrapperów dla ctypes napisany w czystym Pythonie
-Group:		Libraries/Python
-
-%description -n python3-%{module}
-This project automatically generates ctypes wrappers for header files
-written in C.
-
-%description -n python3-%{module} -l pl.UTF-8
-Ten program automatycznie generuje wrappery ctypes dla plików
-nagłówkowych w C.
-
-%prep
-%setup -q -n %{module}-%{module}-%{version}
-%patch -P 0 -p1
-
-%build
-%if %{with python2}
-%py_build
-
-%if %{with tests}
-PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-%{__python} -m pytest -v -x --showlocals ctypesgen/test/testsuite.py
-%endif
-
-find ctypesgen -name '*.py[co]' | xargs %{__rm}
-%endif
-
-%if %{with python3}
-%py3_build
-
-%if %{with tests}
-PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-%{__python3} -m pytest -v -x --showlocals ctypesgen/test/testsuite.py
-%endif
-
-find ctypesgen -name '__pycache__' | xargs %{__rm} -r
-%endif
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%if %{with python2}
-%py_install
-
-# defaultheader.py and preamble.py are templates not modules, so .py files
-# are required instead of compiled versions
-# libraryloader.py is used both as module and template, so both forms are required
-%py_postclean -x defaultheader.py,preamble/2_5.py,preamble/2_7.py,preable/3_2.py,libraryloader.py
-%{__rm} $RPM_BUILD_ROOT%{py_sitescriptdir}/ctypesgen/printer_python/defaultheader.py[co]
-%{__rm} $RPM_BUILD_ROOT%{py_sitescriptdir}/ctypesgen/printer_python/preamble/[23]_*.py[co]
-%{__rm} -r $RPM_BUILD_ROOT%{py_sitescriptdir}/ctypesgen/test
-
-%{__mv} $RPM_BUILD_ROOT%{_bindir}/ctypesgen{,-2}
-
-find ctypesgen -name '*.py[co]' | xargs %{__rm}
-%endif
-
-%if %{with python3}
-%py3_install
-
-%{__rm} -r $RPM_BUILD_ROOT%{py3_sitescriptdir}/ctypesgen/test
-
-%{__mv} $RPM_BUILD_ROOT%{_bindir}/ctypesgen{,-3}
-ln -s ctypesgen-3 $RPM_BUILD_ROOT%{_bindir}/ctypesgen
-%endif
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%if %{with python2}
-%files
-%defattr(644,root,root,755)
-%doc LICENSE README.md todo.txt
-%attr(755,root,root) %{_bindir}/ctypesgen-2
-%{py_sitescriptdir}/ctypesgen
-%{py_sitescriptdir}/ctypesgen-0.0.0-py*.egg-info
-%endif
-
-%files -n python3-%{module}
-%defattr(644,root,root,755)
-%doc LICENSE README.md todo.txt
-%attr(755,root,root) %{_bindir}/ctypesgen
-%attr(755,root,root) %{_bindir}/ctypesgen-3
-%{py3_sitescriptdir}/ctypesgen
-%{py3_sitescriptdir}/ctypesgen-0.0.0-py*.egg-info
diff --git a/python3-ctypesgen.spec b/python3-ctypesgen.spec
new file mode 100644
index 0000000..c5402ce
--- /dev/null
+++ b/python3-ctypesgen.spec
@@ -0,0 +1,70 @@
+#
+# Conditional build:
+%bcond_without	tests	# unit tests
+
+%define		module	ctypesgen
+Summary:	A pure-python wrapper generator for ctypes
+Summary(pl.UTF-8):	Generator wrapperów dla ctypes napisany w czystym Pythonie
+Name:		python3-%{module}
+Version:	1.1.1
+Release:	1
+License:	BSD
+Group:		Libraries/Python
+# only wheels on https://pypi.org/simple/ctypesgen so get from github
+#Source0Download: https://github.com/davidjamesca/ctypesgen/releases
+Source0:	https://github.com/ctypesgen/ctypesgen/releases/download/%{version}/%{module}-%{version}.tar.gz
+# Source0-md5:	0533e8850bf754e056ac51f926b8cf94
+Patch0:		python-%{module}-x32.patch
+URL:		https://github.com/davidjamesca/ctypesgen
+BuildRequires:	python3 >= 1:3.2
+BuildRequires:	python3-modules >= 1:3.2
+BuildRequires:	python3-setuptools
+BuildRequires:	python3-wheel
+%if %{with tests}
+BuildRequires:	python3-pytest
+%endif
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This project automatically generates ctypes wrappers for header files
+written in C.
+
+%description -l pl.UTF-8
+Ten program automatycznie generuje wrappery ctypes dla plików
+nagłówkowych w C.
+
+%prep
+%setup -q -n %{module}-%{version}
+%patch -P 0 -p1
+
+find -name '*.orig' | xargs %{__rm}
+
+%build
+%py3_build
+
+%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+%{__python3} -m pytest -v -x --showlocals tests/testsuite.py
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/ctypesgen{,-3}
+ln -s ctypesgen-3 $RPM_BUILD_ROOT%{_bindir}/ctypesgen
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -n python3-%{module}
+%defattr(644,root,root,755)
+%doc LICENSE README.md todo.txt
+%attr(755,root,root) %{_bindir}/ctypesgen
+%attr(755,root,root) %{_bindir}/ctypesgen-3
+%{py3_sitescriptdir}/ctypesgen
+%{py3_sitescriptdir}/ctypesgen-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-ctypesgen.git/commitdiff/1675116cfa6f60493eb537cb38fa3d428b7cefe7



More information about the pld-cvs-commit mailing list