Name: python-tagpy Version: 2018.1.1 Release: 1mamba Summary: Python Bindings for TagLib Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://mathema.tician.de/software/tagpy/ Source: https://pypi.debian.net/tagpy/tagpy-%{version}.tar.gz Patch0: tagpy-0.94.8-aksetup_helper.patch Patch1: python-tagpy-2018.1.1-id3-build.patch License: MIT ## AUTOBUILDREQ-BEGIN #python3.7dist(pytest): unidentified build requirement BuildRequires: glibc-devel BuildRequires: libboost-devel BuildRequires: libgcc BuildRequires: libpython3-devel BuildRequires: libstdc++6-devel BuildRequires: libtag-devel ## AUTOBUILDREQ-END BuildRequires: python-boost-py3 BuildRequires: libboost-devel BuildRequires: libtag-devel >= 1.9.1 Requires: python-boost-py3 %description TagPy is a set of Python bindings for Scott Wheeler's TagLib. It builds upon Boost.Python, a wrapper generation library which is part of the renowned Boost set of C++ libraries. Just like TagLib, TagPy can: * read and write ID3 tags of version 1 and 2, with many supported frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC), * access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files, * access APE tags in Musepack and MP3 files. All these features have their own specific interfaces, but TagLib's generic tag reading and writing mechanism is also supported. It comes with a bunch of examples. %if 0%{?with_pyver} %pyver_package %endif %prep %setup -q -n tagpy-%{version} %patch1 -p2 %build export PYTHON_EGG_CACHE=/tmp %{__python} ./configure.py \ --taglib-lib-dir=%{_libdir} \ --taglib-inc-dir=%{_includedir}/taglib \ --boost-lib-dir=%{_libdir} \ --boost-inc-dir=%{_includedir}/boost \ %if "%{?with_pyver}" == "3" --boost-python-libname=boost_python37 %else --boost-python-libname=boost_python%{?with_pyver} %endif %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} setup.py install \ --root="%{buildroot}" \ --install-headers=%{_includedir}/python \ --install-lib=%{python_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/tagpy-%{version}-py*.egg-info %{python_sitearch}/tagpy-%{version}-py*.egg-info/* %changelog * Wed Mar 31 2021 Silvan Calarco 2018.1.1-1mamba - update to 2018.1.1 * Tue Dec 29 2015 Silvan Calarco 2013.1-3mamba - mass rebuild with libtag 1.9.1 * Mon Dec 30 2013 Silvan Calarco 2013.1-2mamba - rebuilt with python 2.7 * Mon Jan 07 2013 Automatic Build System 2013.1-1mamba - automatic version update by autodist * Sun Mar 06 2011 Tiziana Ferro 0.94.8-1mamba - update to 0.94.8 * Wed Dec 15 2010 Silvan Calarco 0.94.7-2mamba - rebuilt with libboost 1.45.0 * Mon Jun 14 2010 Automatic Build System 0.94.7-1mamba - automatic update by autodist * Mon Jun 08 2009 Automatic Build System 0.94.5-2mamba - automatic rebuild by autodist * Mon Aug 18 2008 gil 0.94.5-1mamba - buildrequires: file /usr/lib/libboost_python-mt.so is not owned by any package