diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-02-21 09:21:42 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-02-21 09:21:42 +0000 |
commit | 8fabd835db91065a38b7e6bf8d26d0af53117a07 (patch) | |
tree | 81451e0512cc0893423b0f56b71b94e49bdfe5f6 /dev-python/storm | |
parent | Version bump. (diff) | |
download | gentoo-2-8fabd835db91065a38b7e6bf8d26d0af53117a07.tar.gz gentoo-2-8fabd835db91065a38b7e6bf8d26d0af53117a07.tar.bz2 gentoo-2-8fabd835db91065a38b7e6bf8d26d0af53117a07.zip |
correction to sed statement, rm disused patch, tx marienz for the prompt
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/storm')
-rw-r--r-- | dev-python/storm/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/storm/files/storm-0.20-exclude-tests.patch | 11 | ||||
-rw-r--r-- | dev-python/storm/storm-0.20-r1.ebuild | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/dev-python/storm/ChangeLog b/dev-python/storm/ChangeLog index aceb90641dc8..c42a8b84cdeb 100644 --- a/dev-python/storm/ChangeLog +++ b/dev-python/storm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/storm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/storm/ChangeLog,v 1.18 2015/02/20 11:30:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/storm/ChangeLog,v 1.19 2015/02/21 09:21:42 idella4 Exp $ + + 21 Feb 2015; Ian Delaney <idella4@gentoo.org> + -files/storm-0.20-exclude-tests.patch, storm-0.20-r1.ebuild: + correction to sed statement, rm disused patch, tx marienz for the prompt *storm-0.20-r1 (20 Feb 2015) diff --git a/dev-python/storm/files/storm-0.20-exclude-tests.patch b/dev-python/storm/files/storm-0.20-exclude-tests.patch deleted file mode 100644 index f3be491947d0..000000000000 --- a/dev-python/storm/files/storm-0.20-exclude-tests.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/setup.py -+++ b/setup.py -@@ -32,7 +32,7 @@ - license="LGPL", - url="https://storm.canonical.com", - download_url="https://launchpad.net/storm/+download", -- packages=find_packages(), -+ packages=find_packages(exclude=['tests']), - package_data={"": ["*.zcml"]}, - classifiers=[ - "Development Status :: 5 - Production/Stable", diff --git a/dev-python/storm/storm-0.20-r1.ebuild b/dev-python/storm/storm-0.20-r1.ebuild index 9f05c02be4a9..eba764b7a6f7 100644 --- a/dev-python/storm/storm-0.20-r1.ebuild +++ b/dev-python/storm/storm-0.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/storm/storm-0.20-r1.ebuild,v 1.1 2015/02/20 11:30:34 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/storm/storm-0.20-r1.ebuild,v 1.2 2015/02/21 09:21:42 idella4 Exp $ EAPI=5 @@ -33,7 +33,7 @@ pkg_setup() { } python_prepare_all() { - sed -e "s:find_packages():find_packages(exclude=['test','test.*']):" \ + sed -e "s:find_packages():find_packages(exclude=['tests','tests.*']):" \ -i setup.py || die # delete rogue errors in setting exceptions |