Name: dreampie Version: 1.2.1 Release: 1mamba Summary: An interactive Python shell Group: Applications/Shells Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.dreampie.org/ Source: https://pypi.debian.net/dreampie/dreampie-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython27-devel ## AUTOBUILDREQ-END Requires: python27 Requires: pygtksourceview Requires: pygtk BuildArch: noarch %description DreamPie is an interactive Python shell. %prep %setup -q %build %{__python27} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python27} setup.py install \ -O1 --skip-build \ --root="%{buildroot}" \ --install-headers=%{python27_inc} \ --install-lib=%{python27_sitearch} \ --record=%{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f %{name}.filelist %defattr(-,root,root) %doc COPYING %changelog * Wed Feb 10 2021 Silvan Calarco 1.2.1-1mamba - update to 1.2.1 * Wed Jun 12 2013 Automatic Build System 1.1.1-1mamba - automatic version update by autodist * Mon May 24 2010 Stefano Cotta Ramusino 1.0.2-1mamba - package created by autospec