Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ws4py/
Date: Sun, 29 Apr 2018 10:30:17
Message-Id: 1524997763.05247111fba146d1ca3f5c1bf460d3cd0b0eca8d.mgorny@gentoo
1 commit: 05247111fba146d1ca3f5c1bf460d3cd0b0eca8d
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Apr 27 18:55:43 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 10:29:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05247111
7
8 dev-python/ws4py: git-2->git-r3
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 dev-python/ws4py/ws4py-0.3.4-r1.ebuild | 10 +++++-----
13 dev-python/ws4py/ws4py-0.3.4.ebuild | 10 +++++-----
14 dev-python/ws4py/ws4py-0.5.1.ebuild | 4 ++--
15 dev-python/ws4py/ws4py-9999.ebuild | 2 +-
16 4 files changed, 13 insertions(+), 13 deletions(-)
17
18 diff --git a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild
19 index 6ab67dfda7d..ee738e5a273 100644
20 --- a/dev-python/ws4py/ws4py-0.3.4-r1.ebuild
21 +++ b/dev-python/ws4py/ws4py-0.3.4-r1.ebuild
22 @@ -6,17 +6,17 @@
23 # Same for www-servers/tornado and USE=client ... so why not???
24 # pypy is viable but better with a cutdown set of deps
25
26 -EAPI="5"
27 +EAPI=5
28 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
29 PYTHON_REQ_USE="threads?"
30
31 inherit distutils-r1
32 -if [[ ${PV} == "9999" ]] ; then
33 +if [[ ${PV} == *9999* ]] ; then
34 EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
35 - inherit git-2
36 + inherit git-r3
37 else
38 inherit vcs-snapshot
39 - SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> ${P}.tar.gz"
40 + SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/v${PV} -> ${P}.tar.gz"
41 KEYWORDS="~amd64 ~arm ~x86"
42 fi
43
44 @@ -40,7 +40,7 @@ DEPEND="test? (
45 )"
46
47 PATCHES=(
48 - "${FILESDIR}"/${P}-tests.patch
49 + "${FILESDIR}"/${PN}-0.3.4-tests.patch
50 )
51
52 python_test() {
53
54 diff --git a/dev-python/ws4py/ws4py-0.3.4.ebuild b/dev-python/ws4py/ws4py-0.3.4.ebuild
55 index a7084914ad6..72726e9eda1 100644
56 --- a/dev-python/ws4py/ws4py-0.3.4.ebuild
57 +++ b/dev-python/ws4py/ws4py-0.3.4.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2017 Gentoo Foundation
60 +# Copyright 1999-2018 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 # We could depend on dev-python/cherrypy when USE=server, but
64 @@ -6,17 +6,17 @@
65 # Same for www-servers/tornado and USE=client ... so why not???
66 # pypy is viable but better with a cutdown set of deps
67
68 -EAPI="5"
69 +EAPI=5
70 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
71 PYTHON_REQ_USE="threads?"
72
73 inherit distutils-r1
74 -if [[ ${PV} == "9999" ]] ; then
75 +if [[ ${PV} == *9999* ]] ; then
76 EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
77 - inherit git-2
78 + inherit git-r3
79 else
80 inherit vcs-snapshot
81 - SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/tarball/v${PV} -> ${P}.tar.gz"
82 + SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/v${PV} -> ${P}.tar.gz"
83 KEYWORDS="amd64 arm x86"
84 fi
85
86
87 diff --git a/dev-python/ws4py/ws4py-0.5.1.ebuild b/dev-python/ws4py/ws4py-0.5.1.ebuild
88 index c1c647c9a5e..b8797e5d415 100644
89 --- a/dev-python/ws4py/ws4py-0.5.1.ebuild
90 +++ b/dev-python/ws4py/ws4py-0.5.1.ebuild
91 @@ -6,14 +6,14 @@
92 # Same for www-servers/tornado and USE=client ... so why not???
93 # pypy is viable but better with a cutdown set of deps
94
95 -EAPI="6"
96 +EAPI=6
97 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
98 PYTHON_REQ_USE="threads?"
99
100 inherit distutils-r1
101 if [[ ${PV} == "9999" ]] ; then
102 EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
103 - inherit git-3
104 + inherit git-r3
105 else
106 inherit vcs-snapshot
107 SRC_URI="https://github.com/Lawouach/WebSocket-for-Python/archive/${PV}.tar.gz -> ${P}.tar.gz"
108
109 diff --git a/dev-python/ws4py/ws4py-9999.ebuild b/dev-python/ws4py/ws4py-9999.ebuild
110 index 74386cac1ba..b8797e5d415 100644
111 --- a/dev-python/ws4py/ws4py-9999.ebuild
112 +++ b/dev-python/ws4py/ws4py-9999.ebuild
113 @@ -6,7 +6,7 @@
114 # Same for www-servers/tornado and USE=client ... so why not???
115 # pypy is viable but better with a cutdown set of deps
116
117 -EAPI="6"
118 +EAPI=6
119 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
120 PYTHON_REQ_USE="threads?"