]> git.pld-linux.org Git - packages/python-extras.git/commitdiff
- reverted test patch; buffer and catch parameters are available when testtools are... auto/th/python-extras-0.0.3-1 auto/ti/python-extras-0.0.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 25 Dec 2013 08:18:16 +0000 (09:18 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 25 Dec 2013 08:18:16 +0000 (09:18 +0100)
python-extras-test.patch [deleted file]
python-extras.spec

diff --git a/python-extras-test.patch b/python-extras-test.patch
deleted file mode 100644 (file)
index 7229233..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Avoid:
-error: error in setup.cfg: command 'test' has no such option 'buffer'
-error: error in setup.cfg: command 'test' has no such option 'catch'
---- extras-0.0.3/setup.cfg.orig        2013-01-21 19:26:30.000000000 +0100
-+++ extras-0.0.3/setup.cfg     2013-12-24 10:28:33.949039541 +0100
-@@ -1,7 +1,5 @@
- [test]
- test_module = extras.tests
--buffer = 1
--catch = 1
- [egg_info]
- tag_build = 
index 6d6d403bb478eed077a05cc6f688b3c6751140d3..873749fc4938448c8605ce354b1ae4ce0d852e49 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without tests   # do not perform "make test"
+%bcond_without tests   # do not perform "make test" (use for extras/testtools pair bootstrap)
 %bcond_without python2 # CPython 2.x module
 %bcond_without python3 # CPython 3.x module
 
@@ -13,13 +13,10 @@ License:    MIT
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
 # Source0-md5: 62d8ba049e3386a6df69b413ea81517b
-Patch0:                %{name}-test.patch
 URL:           https://github.com/testing-cabal/extras
 BuildRequires: python-distribute
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
-# when python3 present
-#BuildRequires:        sed >= 4.0
 %if %{with python3}
 BuildRequires: python3-distribute
 %endif
@@ -63,7 +60,6 @@ później wydzielony do ogólnego użytku, nie tylko w kontekście testów.
 
 %prep
 %setup -q -n extras-%{version}
-%patch0 -p1
 
 %build
 %if %{with python2}
This page took 0.118756 seconds and 4 git commands to generate.