rpms/python-nose/devel python-nose.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Thu Apr 20 19:26:49 UTC 2006


Author: ivazquez

Update of /cvs/extras/rpms/python-nose/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24396/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-nose.spec 
Log Message:
auto-import python-nose-0.8.7.2-1 on branch devel from python-nose-0.8.7.2-1.src.rpm


--- NEW FILE python-nose.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}

Name:           python-nose
Version:        0.8.7.2
Release:        1%{?dist}
Summary:        A discovery-based unittest extension for Python

Group:          Development/Languages
License:        LGPL
URL:            http://somethingaboutorange.com/mrl/projects/nose/
Source0:        http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel python-setuptools >= 0.6a9
Requires:       python-abi = %{pyver}

%description
nose: a discovery-based unittest extension.

nose provides an alternate test discovery and running process for unittest,
one that is intended to mimic the behavior of py.test as much as is
reasonably possible without resorting to too much magic.

%prep
%setup -q -n nose-%{version}

%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build

%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT --single-version-externally-managed
 
%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt
%{_bindir}/nosetests
%{python_sitelib}/nose-%{version}-py%{pyver}.egg-info
%{python_sitelib}/nose

%changelog
* Wed Apr 19 2006 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 0.8.7.2-1
- Initial RPM release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-nose/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Apr 2006 19:26:24 -0000	1.1
+++ .cvsignore	20 Apr 2006 19:26:49 -0000	1.2
@@ -0,0 +1 @@
+nose-0.8.7.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-nose/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Apr 2006 19:26:24 -0000	1.1
+++ sources	20 Apr 2006 19:26:49 -0000	1.2
@@ -0,0 +1 @@
+400cf55994cfec7772292319f7cd195d  nose-0.8.7.2.tar.gz




More information about the fedora-extras-commits mailing list