[python-setuptools_trial] Initial import into Fedora

Ruben Kerkhof ruben at fedoraproject.org
Tue Mar 22 04:21:12 UTC 2011


commit ac00bd1ba6df726fda6c58c3536fb21800104ccf
Author: Ruben <ruben at rubenkerkhof.com>
Date:   Tue Mar 22 05:20:44 2011 +0100

    Initial import into Fedora

 .gitignore                   |    1 +
 python-setuptools_trial.spec |   61 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bd6f180 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/setuptools_trial-0.5.12.tar.gz
diff --git a/python-setuptools_trial.spec b/python-setuptools_trial.spec
new file mode 100644
index 0000000..f00c495
--- /dev/null
+++ b/python-setuptools_trial.spec
@@ -0,0 +1,61 @@
+%global libname setuptools_trial
+
+Name:           python-%{libname}
+Version:        0.5.12
+Release:        1%{?dist}
+Summary:        Setuptools plugin that makes unit tests execute with trial instead of pyunit
+
+Group:          Development/Languages
+License:        BSD
+URL:            http://allmydata.org/trac/setuptools_trial
+Source0:        http://pypi.python.org/packages/source/s/%{libname}/%{libname}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-devel, python-twisted-core, python-setuptools
+Requires:       python-twisted-core, python-setuptools
+
+%description
+Setuptools plugin that makes unit tests execute with trial instead of pyunit
+
+%prep
+%setup -q -n %{libname}-%{version}
+
+
+%build
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+rm -rf %{buildroot}%{_docdir}
+
+
+%files
+%defattr(-,root,root,-)
+%doc README.txt COPYING.SPL.txt
+%{python_sitelib}/%{libname}
+%{python_sitelib}/%{libname}-%{version}-*egg-info
+
+
+%changelog
+* Wed Mar 09 2011 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.12-1
+- Upstream released new version
+
+* Sun Jun 06 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.9-1
+- Upstream released new version
+- Drop darcs patch
+
+* Wed Apr 07 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.6-1
+- Upstream added license file
+- Remove dependency on darcs
+
+* Wed Mar 17 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.4-1
+- Upstream released new version
+- Upstream added license headers
+
+* Wed Feb 24 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.3-2
+- Review fixes (#523034)
+
+* Wed Sep 09 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.5.3-1
+- Initial import
+
diff --git a/sources b/sources
index e69de29..8300d3b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f16f4237c9ee483a0cd13208849d96ad  setuptools_trial-0.5.12.tar.gz


More information about the scm-commits mailing list