Show More
@@ -1,696 +1,694 b'' | |||||
1 | This program is free software: you can redistribute it and/or modify |
|
1 | This program is free software: you can redistribute it and/or modify | |
2 | it under the terms of the GNU Affero General Public License, version 3 |
|
2 | it under the terms of the GNU Affero General Public License, version 3 | |
3 | (only), as published by the Free Software Foundation. |
|
3 | (only), as published by the Free Software Foundation. | |
4 |
|
4 | |||
5 |
|
5 | |||
6 | This program incorporates work covered by the following copyright and |
|
6 | This program incorporates work covered by the following copyright and | |
7 | permission notice: |
|
7 | permission notice: | |
8 |
|
8 | |||
9 | Copyright (c) 2014-2016 - packaging |
|
9 | Copyright (c) 2014-2016 - packaging | |
10 | file: |
|
10 | file: | |
11 | Copyright (c) 2008-2011 - msgpack-python |
|
11 | Copyright (c) 2008-2011 - msgpack-python | |
12 | file:licenses/msgpack_license.txt |
|
12 | file:licenses/msgpack_license.txt | |
13 | Copyright (c) 2009 - tornado |
|
13 | Copyright (c) 2009 - tornado | |
14 | file:licenses/tornado_license.txt |
|
14 | file:licenses/tornado_license.txt | |
15 | Copyright (c) 2015 - pygments-markdown-lexer |
|
|||
16 | file:licenses/pygments_markdown_lexer_license.txt |
|
|||
17 | Copyright 2006 - diff_match_patch |
|
15 | Copyright 2006 - diff_match_patch | |
18 | file:licenses/diff_match_patch_license.txt |
|
16 | file:licenses/diff_match_patch_license.txt | |
19 |
|
17 | |||
20 | All licensed under the Apache License, Version 2.0 (the "License"); |
|
18 | All licensed under the Apache License, Version 2.0 (the "License"); | |
21 | you may not use this file except in compliance with the License. |
|
19 | you may not use this file except in compliance with the License. | |
22 | You may obtain a copy of the License at |
|
20 | You may obtain a copy of the License at | |
23 |
|
21 | |||
24 | http://www.apache.org/licenses/LICENSE-2.0 |
|
22 | http://www.apache.org/licenses/LICENSE-2.0 | |
25 |
|
23 | |||
26 | Unless required by applicable law or agreed to in writing, software |
|
24 | Unless required by applicable law or agreed to in writing, software | |
27 | distributed under the License is distributed on an "AS IS" BASIS, |
|
25 | distributed under the License is distributed on an "AS IS" BASIS, | |
28 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
26 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
29 | See the License for the specific language governing permissions and |
|
27 | See the License for the specific language governing permissions and | |
30 | imitations under the License. |
|
28 | imitations under the License. | |
31 |
|
29 | |||
32 |
|
30 | |||
33 | Below is the full text of GNU Affero General Public License, version 3 |
|
31 | Below is the full text of GNU Affero General Public License, version 3 | |
34 |
|
32 | |||
35 |
|
33 | |||
36 | GNU AFFERO GENERAL PUBLIC LICENSE |
|
34 | GNU AFFERO GENERAL PUBLIC LICENSE | |
37 | Version 3, 19 November 2007 |
|
35 | Version 3, 19 November 2007 | |
38 |
|
36 | |||
39 | Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
|
37 | Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> | |
40 | Everyone is permitted to copy and distribute verbatim copies |
|
38 | Everyone is permitted to copy and distribute verbatim copies | |
41 | of this license document, but changing it is not allowed. |
|
39 | of this license document, but changing it is not allowed. | |
42 |
|
40 | |||
43 | Preamble |
|
41 | Preamble | |
44 |
|
42 | |||
45 | The GNU Affero General Public License is a free, copyleft license for |
|
43 | The GNU Affero General Public License is a free, copyleft license for | |
46 | software and other kinds of works, specifically designed to ensure |
|
44 | software and other kinds of works, specifically designed to ensure | |
47 | cooperation with the community in the case of network server software. |
|
45 | cooperation with the community in the case of network server software. | |
48 |
|
46 | |||
49 | The licenses for most software and other practical works are designed |
|
47 | The licenses for most software and other practical works are designed | |
50 | to take away your freedom to share and change the works. By contrast, |
|
48 | to take away your freedom to share and change the works. By contrast, | |
51 | our General Public Licenses are intended to guarantee your freedom to |
|
49 | our General Public Licenses are intended to guarantee your freedom to | |
52 | share and change all versions of a program--to make sure it remains free |
|
50 | share and change all versions of a program--to make sure it remains free | |
53 | software for all its users. |
|
51 | software for all its users. | |
54 |
|
52 | |||
55 | When we speak of free software, we are referring to freedom, not |
|
53 | When we speak of free software, we are referring to freedom, not | |
56 | price. Our General Public Licenses are designed to make sure that you |
|
54 | price. Our General Public Licenses are designed to make sure that you | |
57 | have the freedom to distribute copies of free software (and charge for |
|
55 | have the freedom to distribute copies of free software (and charge for | |
58 | them if you wish), that you receive source code or can get it if you |
|
56 | them if you wish), that you receive source code or can get it if you | |
59 | want it, that you can change the software or use pieces of it in new |
|
57 | want it, that you can change the software or use pieces of it in new | |
60 | free programs, and that you know you can do these things. |
|
58 | free programs, and that you know you can do these things. | |
61 |
|
59 | |||
62 | Developers that use our General Public Licenses protect your rights |
|
60 | Developers that use our General Public Licenses protect your rights | |
63 | with two steps: (1) assert copyright on the software, and (2) offer |
|
61 | with two steps: (1) assert copyright on the software, and (2) offer | |
64 | you this License which gives you legal permission to copy, distribute |
|
62 | you this License which gives you legal permission to copy, distribute | |
65 | and/or modify the software. |
|
63 | and/or modify the software. | |
66 |
|
64 | |||
67 | A secondary benefit of defending all users' freedom is that |
|
65 | A secondary benefit of defending all users' freedom is that | |
68 | improvements made in alternate versions of the program, if they |
|
66 | improvements made in alternate versions of the program, if they | |
69 | receive widespread use, become available for other developers to |
|
67 | receive widespread use, become available for other developers to | |
70 | incorporate. Many developers of free software are heartened and |
|
68 | incorporate. Many developers of free software are heartened and | |
71 | encouraged by the resulting cooperation. However, in the case of |
|
69 | encouraged by the resulting cooperation. However, in the case of | |
72 | software used on network servers, this result may fail to come about. |
|
70 | software used on network servers, this result may fail to come about. | |
73 | The GNU General Public License permits making a modified version and |
|
71 | The GNU General Public License permits making a modified version and | |
74 | letting the public access it on a server without ever releasing its |
|
72 | letting the public access it on a server without ever releasing its | |
75 | source code to the public. |
|
73 | source code to the public. | |
76 |
|
74 | |||
77 | The GNU Affero General Public License is designed specifically to |
|
75 | The GNU Affero General Public License is designed specifically to | |
78 | ensure that, in such cases, the modified source code becomes available |
|
76 | ensure that, in such cases, the modified source code becomes available | |
79 | to the community. It requires the operator of a network server to |
|
77 | to the community. It requires the operator of a network server to | |
80 | provide the source code of the modified version running there to the |
|
78 | provide the source code of the modified version running there to the | |
81 | users of that server. Therefore, public use of a modified version, on |
|
79 | users of that server. Therefore, public use of a modified version, on | |
82 | a publicly accessible server, gives the public access to the source |
|
80 | a publicly accessible server, gives the public access to the source | |
83 | code of the modified version. |
|
81 | code of the modified version. | |
84 |
|
82 | |||
85 | An older license, called the Affero General Public License and |
|
83 | An older license, called the Affero General Public License and | |
86 | published by Affero, was designed to accomplish similar goals. This is |
|
84 | published by Affero, was designed to accomplish similar goals. This is | |
87 | a different license, not a version of the Affero GPL, but Affero has |
|
85 | a different license, not a version of the Affero GPL, but Affero has | |
88 | released a new version of the Affero GPL which permits relicensing under |
|
86 | released a new version of the Affero GPL which permits relicensing under | |
89 | this license. |
|
87 | this license. | |
90 |
|
88 | |||
91 | The precise terms and conditions for copying, distribution and |
|
89 | The precise terms and conditions for copying, distribution and | |
92 | modification follow. |
|
90 | modification follow. | |
93 |
|
91 | |||
94 | TERMS AND CONDITIONS |
|
92 | TERMS AND CONDITIONS | |
95 |
|
93 | |||
96 | 0. Definitions. |
|
94 | 0. Definitions. | |
97 |
|
95 | |||
98 | "This License" refers to version 3 of the GNU Affero General Public License. |
|
96 | "This License" refers to version 3 of the GNU Affero General Public License. | |
99 |
|
97 | |||
100 | "Copyright" also means copyright-like laws that apply to other kinds of |
|
98 | "Copyright" also means copyright-like laws that apply to other kinds of | |
101 | works, such as semiconductor masks. |
|
99 | works, such as semiconductor masks. | |
102 |
|
100 | |||
103 | "The Program" refers to any copyrightable work licensed under this |
|
101 | "The Program" refers to any copyrightable work licensed under this | |
104 | License. Each licensee is addressed as "you". "Licensees" and |
|
102 | License. Each licensee is addressed as "you". "Licensees" and | |
105 | "recipients" may be individuals or organizations. |
|
103 | "recipients" may be individuals or organizations. | |
106 |
|
104 | |||
107 | To "modify" a work means to copy from or adapt all or part of the work |
|
105 | To "modify" a work means to copy from or adapt all or part of the work | |
108 | in a fashion requiring copyright permission, other than the making of an |
|
106 | in a fashion requiring copyright permission, other than the making of an | |
109 | exact copy. The resulting work is called a "modified version" of the |
|
107 | exact copy. The resulting work is called a "modified version" of the | |
110 | earlier work or a work "based on" the earlier work. |
|
108 | earlier work or a work "based on" the earlier work. | |
111 |
|
109 | |||
112 | A "covered work" means either the unmodified Program or a work based |
|
110 | A "covered work" means either the unmodified Program or a work based | |
113 | on the Program. |
|
111 | on the Program. | |
114 |
|
112 | |||
115 | To "propagate" a work means to do anything with it that, without |
|
113 | To "propagate" a work means to do anything with it that, without | |
116 | permission, would make you directly or secondarily liable for |
|
114 | permission, would make you directly or secondarily liable for | |
117 | infringement under applicable copyright law, except executing it on a |
|
115 | infringement under applicable copyright law, except executing it on a | |
118 | computer or modifying a private copy. Propagation includes copying, |
|
116 | computer or modifying a private copy. Propagation includes copying, | |
119 | distribution (with or without modification), making available to the |
|
117 | distribution (with or without modification), making available to the | |
120 | public, and in some countries other activities as well. |
|
118 | public, and in some countries other activities as well. | |
121 |
|
119 | |||
122 | To "convey" a work means any kind of propagation that enables other |
|
120 | To "convey" a work means any kind of propagation that enables other | |
123 | parties to make or receive copies. Mere interaction with a user through |
|
121 | parties to make or receive copies. Mere interaction with a user through | |
124 | a computer network, with no transfer of a copy, is not conveying. |
|
122 | a computer network, with no transfer of a copy, is not conveying. | |
125 |
|
123 | |||
126 | An interactive user interface displays "Appropriate Legal Notices" |
|
124 | An interactive user interface displays "Appropriate Legal Notices" | |
127 | to the extent that it includes a convenient and prominently visible |
|
125 | to the extent that it includes a convenient and prominently visible | |
128 | feature that (1) displays an appropriate copyright notice, and (2) |
|
126 | feature that (1) displays an appropriate copyright notice, and (2) | |
129 | tells the user that there is no warranty for the work (except to the |
|
127 | tells the user that there is no warranty for the work (except to the | |
130 | extent that warranties are provided), that licensees may convey the |
|
128 | extent that warranties are provided), that licensees may convey the | |
131 | work under this License, and how to view a copy of this License. If |
|
129 | work under this License, and how to view a copy of this License. If | |
132 | the interface presents a list of user commands or options, such as a |
|
130 | the interface presents a list of user commands or options, such as a | |
133 | menu, a prominent item in the list meets this criterion. |
|
131 | menu, a prominent item in the list meets this criterion. | |
134 |
|
132 | |||
135 | 1. Source Code. |
|
133 | 1. Source Code. | |
136 |
|
134 | |||
137 | The "source code" for a work means the preferred form of the work |
|
135 | The "source code" for a work means the preferred form of the work | |
138 | for making modifications to it. "Object code" means any non-source |
|
136 | for making modifications to it. "Object code" means any non-source | |
139 | form of a work. |
|
137 | form of a work. | |
140 |
|
138 | |||
141 | A "Standard Interface" means an interface that either is an official |
|
139 | A "Standard Interface" means an interface that either is an official | |
142 | standard defined by a recognized standards body, or, in the case of |
|
140 | standard defined by a recognized standards body, or, in the case of | |
143 | interfaces specified for a particular programming language, one that |
|
141 | interfaces specified for a particular programming language, one that | |
144 | is widely used among developers working in that language. |
|
142 | is widely used among developers working in that language. | |
145 |
|
143 | |||
146 | The "System Libraries" of an executable work include anything, other |
|
144 | The "System Libraries" of an executable work include anything, other | |
147 | than the work as a whole, that (a) is included in the normal form of |
|
145 | than the work as a whole, that (a) is included in the normal form of | |
148 | packaging a Major Component, but which is not part of that Major |
|
146 | packaging a Major Component, but which is not part of that Major | |
149 | Component, and (b) serves only to enable use of the work with that |
|
147 | Component, and (b) serves only to enable use of the work with that | |
150 | Major Component, or to implement a Standard Interface for which an |
|
148 | Major Component, or to implement a Standard Interface for which an | |
151 | implementation is available to the public in source code form. A |
|
149 | implementation is available to the public in source code form. A | |
152 | "Major Component", in this context, means a major essential component |
|
150 | "Major Component", in this context, means a major essential component | |
153 | (kernel, window system, and so on) of the specific operating system |
|
151 | (kernel, window system, and so on) of the specific operating system | |
154 | (if any) on which the executable work runs, or a compiler used to |
|
152 | (if any) on which the executable work runs, or a compiler used to | |
155 | produce the work, or an object code interpreter used to run it. |
|
153 | produce the work, or an object code interpreter used to run it. | |
156 |
|
154 | |||
157 | The "Corresponding Source" for a work in object code form means all |
|
155 | The "Corresponding Source" for a work in object code form means all | |
158 | the source code needed to generate, install, and (for an executable |
|
156 | the source code needed to generate, install, and (for an executable | |
159 | work) run the object code and to modify the work, including scripts to |
|
157 | work) run the object code and to modify the work, including scripts to | |
160 | control those activities. However, it does not include the work's |
|
158 | control those activities. However, it does not include the work's | |
161 | System Libraries, or general-purpose tools or generally available free |
|
159 | System Libraries, or general-purpose tools or generally available free | |
162 | programs which are used unmodified in performing those activities but |
|
160 | programs which are used unmodified in performing those activities but | |
163 | which are not part of the work. For example, Corresponding Source |
|
161 | which are not part of the work. For example, Corresponding Source | |
164 | includes interface definition files associated with source files for |
|
162 | includes interface definition files associated with source files for | |
165 | the work, and the source code for shared libraries and dynamically |
|
163 | the work, and the source code for shared libraries and dynamically | |
166 | linked subprograms that the work is specifically designed to require, |
|
164 | linked subprograms that the work is specifically designed to require, | |
167 | such as by intimate data communication or control flow between those |
|
165 | such as by intimate data communication or control flow between those | |
168 | subprograms and other parts of the work. |
|
166 | subprograms and other parts of the work. | |
169 |
|
167 | |||
170 | The Corresponding Source need not include anything that users |
|
168 | The Corresponding Source need not include anything that users | |
171 | can regenerate automatically from other parts of the Corresponding |
|
169 | can regenerate automatically from other parts of the Corresponding | |
172 | Source. |
|
170 | Source. | |
173 |
|
171 | |||
174 | The Corresponding Source for a work in source code form is that |
|
172 | The Corresponding Source for a work in source code form is that | |
175 | same work. |
|
173 | same work. | |
176 |
|
174 | |||
177 | 2. Basic Permissions. |
|
175 | 2. Basic Permissions. | |
178 |
|
176 | |||
179 | All rights granted under this License are granted for the term of |
|
177 | All rights granted under this License are granted for the term of | |
180 | copyright on the Program, and are irrevocable provided the stated |
|
178 | copyright on the Program, and are irrevocable provided the stated | |
181 | conditions are met. This License explicitly affirms your unlimited |
|
179 | conditions are met. This License explicitly affirms your unlimited | |
182 | permission to run the unmodified Program. The output from running a |
|
180 | permission to run the unmodified Program. The output from running a | |
183 | covered work is covered by this License only if the output, given its |
|
181 | covered work is covered by this License only if the output, given its | |
184 | content, constitutes a covered work. This License acknowledges your |
|
182 | content, constitutes a covered work. This License acknowledges your | |
185 | rights of fair use or other equivalent, as provided by copyright law. |
|
183 | rights of fair use or other equivalent, as provided by copyright law. | |
186 |
|
184 | |||
187 | You may make, run and propagate covered works that you do not |
|
185 | You may make, run and propagate covered works that you do not | |
188 | convey, without conditions so long as your license otherwise remains |
|
186 | convey, without conditions so long as your license otherwise remains | |
189 | in force. You may convey covered works to others for the sole purpose |
|
187 | in force. You may convey covered works to others for the sole purpose | |
190 | of having them make modifications exclusively for you, or provide you |
|
188 | of having them make modifications exclusively for you, or provide you | |
191 | with facilities for running those works, provided that you comply with |
|
189 | with facilities for running those works, provided that you comply with | |
192 | the terms of this License in conveying all material for which you do |
|
190 | the terms of this License in conveying all material for which you do | |
193 | not control copyright. Those thus making or running the covered works |
|
191 | not control copyright. Those thus making or running the covered works | |
194 | for you must do so exclusively on your behalf, under your direction |
|
192 | for you must do so exclusively on your behalf, under your direction | |
195 | and control, on terms that prohibit them from making any copies of |
|
193 | and control, on terms that prohibit them from making any copies of | |
196 | your copyrighted material outside their relationship with you. |
|
194 | your copyrighted material outside their relationship with you. | |
197 |
|
195 | |||
198 | Conveying under any other circumstances is permitted solely under |
|
196 | Conveying under any other circumstances is permitted solely under | |
199 | the conditions stated below. Sublicensing is not allowed; section 10 |
|
197 | the conditions stated below. Sublicensing is not allowed; section 10 | |
200 | makes it unnecessary. |
|
198 | makes it unnecessary. | |
201 |
|
199 | |||
202 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. |
|
200 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. | |
203 |
|
201 | |||
204 | No covered work shall be deemed part of an effective technological |
|
202 | No covered work shall be deemed part of an effective technological | |
205 | measure under any applicable law fulfilling obligations under article |
|
203 | measure under any applicable law fulfilling obligations under article | |
206 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or |
|
204 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or | |
207 | similar laws prohibiting or restricting circumvention of such |
|
205 | similar laws prohibiting or restricting circumvention of such | |
208 | measures. |
|
206 | measures. | |
209 |
|
207 | |||
210 | When you convey a covered work, you waive any legal power to forbid |
|
208 | When you convey a covered work, you waive any legal power to forbid | |
211 | circumvention of technological measures to the extent such circumvention |
|
209 | circumvention of technological measures to the extent such circumvention | |
212 | is effected by exercising rights under this License with respect to |
|
210 | is effected by exercising rights under this License with respect to | |
213 | the covered work, and you disclaim any intention to limit operation or |
|
211 | the covered work, and you disclaim any intention to limit operation or | |
214 | modification of the work as a means of enforcing, against the work's |
|
212 | modification of the work as a means of enforcing, against the work's | |
215 | users, your or third parties' legal rights to forbid circumvention of |
|
213 | users, your or third parties' legal rights to forbid circumvention of | |
216 | technological measures. |
|
214 | technological measures. | |
217 |
|
215 | |||
218 | 4. Conveying Verbatim Copies. |
|
216 | 4. Conveying Verbatim Copies. | |
219 |
|
217 | |||
220 | You may convey verbatim copies of the Program's source code as you |
|
218 | You may convey verbatim copies of the Program's source code as you | |
221 | receive it, in any medium, provided that you conspicuously and |
|
219 | receive it, in any medium, provided that you conspicuously and | |
222 | appropriately publish on each copy an appropriate copyright notice; |
|
220 | appropriately publish on each copy an appropriate copyright notice; | |
223 | keep intact all notices stating that this License and any |
|
221 | keep intact all notices stating that this License and any | |
224 | non-permissive terms added in accord with section 7 apply to the code; |
|
222 | non-permissive terms added in accord with section 7 apply to the code; | |
225 | keep intact all notices of the absence of any warranty; and give all |
|
223 | keep intact all notices of the absence of any warranty; and give all | |
226 | recipients a copy of this License along with the Program. |
|
224 | recipients a copy of this License along with the Program. | |
227 |
|
225 | |||
228 | You may charge any price or no price for each copy that you convey, |
|
226 | You may charge any price or no price for each copy that you convey, | |
229 | and you may offer support or warranty protection for a fee. |
|
227 | and you may offer support or warranty protection for a fee. | |
230 |
|
228 | |||
231 | 5. Conveying Modified Source Versions. |
|
229 | 5. Conveying Modified Source Versions. | |
232 |
|
230 | |||
233 | You may convey a work based on the Program, or the modifications to |
|
231 | You may convey a work based on the Program, or the modifications to | |
234 | produce it from the Program, in the form of source code under the |
|
232 | produce it from the Program, in the form of source code under the | |
235 | terms of section 4, provided that you also meet all of these conditions: |
|
233 | terms of section 4, provided that you also meet all of these conditions: | |
236 |
|
234 | |||
237 | a) The work must carry prominent notices stating that you modified |
|
235 | a) The work must carry prominent notices stating that you modified | |
238 | it, and giving a relevant date. |
|
236 | it, and giving a relevant date. | |
239 |
|
237 | |||
240 | b) The work must carry prominent notices stating that it is |
|
238 | b) The work must carry prominent notices stating that it is | |
241 | released under this License and any conditions added under section |
|
239 | released under this License and any conditions added under section | |
242 | 7. This requirement modifies the requirement in section 4 to |
|
240 | 7. This requirement modifies the requirement in section 4 to | |
243 | "keep intact all notices". |
|
241 | "keep intact all notices". | |
244 |
|
242 | |||
245 | c) You must license the entire work, as a whole, under this |
|
243 | c) You must license the entire work, as a whole, under this | |
246 | License to anyone who comes into possession of a copy. This |
|
244 | License to anyone who comes into possession of a copy. This | |
247 | License will therefore apply, along with any applicable section 7 |
|
245 | License will therefore apply, along with any applicable section 7 | |
248 | additional terms, to the whole of the work, and all its parts, |
|
246 | additional terms, to the whole of the work, and all its parts, | |
249 | regardless of how they are packaged. This License gives no |
|
247 | regardless of how they are packaged. This License gives no | |
250 | permission to license the work in any other way, but it does not |
|
248 | permission to license the work in any other way, but it does not | |
251 | invalidate such permission if you have separately received it. |
|
249 | invalidate such permission if you have separately received it. | |
252 |
|
250 | |||
253 | d) If the work has interactive user interfaces, each must display |
|
251 | d) If the work has interactive user interfaces, each must display | |
254 | Appropriate Legal Notices; however, if the Program has interactive |
|
252 | Appropriate Legal Notices; however, if the Program has interactive | |
255 | interfaces that do not display Appropriate Legal Notices, your |
|
253 | interfaces that do not display Appropriate Legal Notices, your | |
256 | work need not make them do so. |
|
254 | work need not make them do so. | |
257 |
|
255 | |||
258 | A compilation of a covered work with other separate and independent |
|
256 | A compilation of a covered work with other separate and independent | |
259 | works, which are not by their nature extensions of the covered work, |
|
257 | works, which are not by their nature extensions of the covered work, | |
260 | and which are not combined with it such as to form a larger program, |
|
258 | and which are not combined with it such as to form a larger program, | |
261 | in or on a volume of a storage or distribution medium, is called an |
|
259 | in or on a volume of a storage or distribution medium, is called an | |
262 | "aggregate" if the compilation and its resulting copyright are not |
|
260 | "aggregate" if the compilation and its resulting copyright are not | |
263 | used to limit the access or legal rights of the compilation's users |
|
261 | used to limit the access or legal rights of the compilation's users | |
264 | beyond what the individual works permit. Inclusion of a covered work |
|
262 | beyond what the individual works permit. Inclusion of a covered work | |
265 | in an aggregate does not cause this License to apply to the other |
|
263 | in an aggregate does not cause this License to apply to the other | |
266 | parts of the aggregate. |
|
264 | parts of the aggregate. | |
267 |
|
265 | |||
268 | 6. Conveying Non-Source Forms. |
|
266 | 6. Conveying Non-Source Forms. | |
269 |
|
267 | |||
270 | You may convey a covered work in object code form under the terms |
|
268 | You may convey a covered work in object code form under the terms | |
271 | of sections 4 and 5, provided that you also convey the |
|
269 | of sections 4 and 5, provided that you also convey the | |
272 | machine-readable Corresponding Source under the terms of this License, |
|
270 | machine-readable Corresponding Source under the terms of this License, | |
273 | in one of these ways: |
|
271 | in one of these ways: | |
274 |
|
272 | |||
275 | a) Convey the object code in, or embodied in, a physical product |
|
273 | a) Convey the object code in, or embodied in, a physical product | |
276 | (including a physical distribution medium), accompanied by the |
|
274 | (including a physical distribution medium), accompanied by the | |
277 | Corresponding Source fixed on a durable physical medium |
|
275 | Corresponding Source fixed on a durable physical medium | |
278 | customarily used for software interchange. |
|
276 | customarily used for software interchange. | |
279 |
|
277 | |||
280 | b) Convey the object code in, or embodied in, a physical product |
|
278 | b) Convey the object code in, or embodied in, a physical product | |
281 | (including a physical distribution medium), accompanied by a |
|
279 | (including a physical distribution medium), accompanied by a | |
282 | written offer, valid for at least three years and valid for as |
|
280 | written offer, valid for at least three years and valid for as | |
283 | long as you offer spare parts or customer support for that product |
|
281 | long as you offer spare parts or customer support for that product | |
284 | model, to give anyone who possesses the object code either (1) a |
|
282 | model, to give anyone who possesses the object code either (1) a | |
285 | copy of the Corresponding Source for all the software in the |
|
283 | copy of the Corresponding Source for all the software in the | |
286 | product that is covered by this License, on a durable physical |
|
284 | product that is covered by this License, on a durable physical | |
287 | medium customarily used for software interchange, for a price no |
|
285 | medium customarily used for software interchange, for a price no | |
288 | more than your reasonable cost of physically performing this |
|
286 | more than your reasonable cost of physically performing this | |
289 | conveying of source, or (2) access to copy the |
|
287 | conveying of source, or (2) access to copy the | |
290 | Corresponding Source from a network server at no charge. |
|
288 | Corresponding Source from a network server at no charge. | |
291 |
|
289 | |||
292 | c) Convey individual copies of the object code with a copy of the |
|
290 | c) Convey individual copies of the object code with a copy of the | |
293 | written offer to provide the Corresponding Source. This |
|
291 | written offer to provide the Corresponding Source. This | |
294 | alternative is allowed only occasionally and noncommercially, and |
|
292 | alternative is allowed only occasionally and noncommercially, and | |
295 | only if you received the object code with such an offer, in accord |
|
293 | only if you received the object code with such an offer, in accord | |
296 | with subsection 6b. |
|
294 | with subsection 6b. | |
297 |
|
295 | |||
298 | d) Convey the object code by offering access from a designated |
|
296 | d) Convey the object code by offering access from a designated | |
299 | place (gratis or for a charge), and offer equivalent access to the |
|
297 | place (gratis or for a charge), and offer equivalent access to the | |
300 | Corresponding Source in the same way through the same place at no |
|
298 | Corresponding Source in the same way through the same place at no | |
301 | further charge. You need not require recipients to copy the |
|
299 | further charge. You need not require recipients to copy the | |
302 | Corresponding Source along with the object code. If the place to |
|
300 | Corresponding Source along with the object code. If the place to | |
303 | copy the object code is a network server, the Corresponding Source |
|
301 | copy the object code is a network server, the Corresponding Source | |
304 | may be on a different server (operated by you or a third party) |
|
302 | may be on a different server (operated by you or a third party) | |
305 | that supports equivalent copying facilities, provided you maintain |
|
303 | that supports equivalent copying facilities, provided you maintain | |
306 | clear directions next to the object code saying where to find the |
|
304 | clear directions next to the object code saying where to find the | |
307 | Corresponding Source. Regardless of what server hosts the |
|
305 | Corresponding Source. Regardless of what server hosts the | |
308 | Corresponding Source, you remain obligated to ensure that it is |
|
306 | Corresponding Source, you remain obligated to ensure that it is | |
309 | available for as long as needed to satisfy these requirements. |
|
307 | available for as long as needed to satisfy these requirements. | |
310 |
|
308 | |||
311 | e) Convey the object code using peer-to-peer transmission, provided |
|
309 | e) Convey the object code using peer-to-peer transmission, provided | |
312 | you inform other peers where the object code and Corresponding |
|
310 | you inform other peers where the object code and Corresponding | |
313 | Source of the work are being offered to the general public at no |
|
311 | Source of the work are being offered to the general public at no | |
314 | charge under subsection 6d. |
|
312 | charge under subsection 6d. | |
315 |
|
313 | |||
316 | A separable portion of the object code, whose source code is excluded |
|
314 | A separable portion of the object code, whose source code is excluded | |
317 | from the Corresponding Source as a System Library, need not be |
|
315 | from the Corresponding Source as a System Library, need not be | |
318 | included in conveying the object code work. |
|
316 | included in conveying the object code work. | |
319 |
|
317 | |||
320 | A "User Product" is either (1) a "consumer product", which means any |
|
318 | A "User Product" is either (1) a "consumer product", which means any | |
321 | tangible personal property which is normally used for personal, family, |
|
319 | tangible personal property which is normally used for personal, family, | |
322 | or household purposes, or (2) anything designed or sold for incorporation |
|
320 | or household purposes, or (2) anything designed or sold for incorporation | |
323 | into a dwelling. In determining whether a product is a consumer product, |
|
321 | into a dwelling. In determining whether a product is a consumer product, | |
324 | doubtful cases shall be resolved in favor of coverage. For a particular |
|
322 | doubtful cases shall be resolved in favor of coverage. For a particular | |
325 | product received by a particular user, "normally used" refers to a |
|
323 | product received by a particular user, "normally used" refers to a | |
326 | typical or common use of that class of product, regardless of the status |
|
324 | typical or common use of that class of product, regardless of the status | |
327 | of the particular user or of the way in which the particular user |
|
325 | of the particular user or of the way in which the particular user | |
328 | actually uses, or expects or is expected to use, the product. A product |
|
326 | actually uses, or expects or is expected to use, the product. A product | |
329 | is a consumer product regardless of whether the product has substantial |
|
327 | is a consumer product regardless of whether the product has substantial | |
330 | commercial, industrial or non-consumer uses, unless such uses represent |
|
328 | commercial, industrial or non-consumer uses, unless such uses represent | |
331 | the only significant mode of use of the product. |
|
329 | the only significant mode of use of the product. | |
332 |
|
330 | |||
333 | "Installation Information" for a User Product means any methods, |
|
331 | "Installation Information" for a User Product means any methods, | |
334 | procedures, authorization keys, or other information required to install |
|
332 | procedures, authorization keys, or other information required to install | |
335 | and execute modified versions of a covered work in that User Product from |
|
333 | and execute modified versions of a covered work in that User Product from | |
336 | a modified version of its Corresponding Source. The information must |
|
334 | a modified version of its Corresponding Source. The information must | |
337 | suffice to ensure that the continued functioning of the modified object |
|
335 | suffice to ensure that the continued functioning of the modified object | |
338 | code is in no case prevented or interfered with solely because |
|
336 | code is in no case prevented or interfered with solely because | |
339 | modification has been made. |
|
337 | modification has been made. | |
340 |
|
338 | |||
341 | If you convey an object code work under this section in, or with, or |
|
339 | If you convey an object code work under this section in, or with, or | |
342 | specifically for use in, a User Product, and the conveying occurs as |
|
340 | specifically for use in, a User Product, and the conveying occurs as | |
343 | part of a transaction in which the right of possession and use of the |
|
341 | part of a transaction in which the right of possession and use of the | |
344 | User Product is transferred to the recipient in perpetuity or for a |
|
342 | User Product is transferred to the recipient in perpetuity or for a | |
345 | fixed term (regardless of how the transaction is characterized), the |
|
343 | fixed term (regardless of how the transaction is characterized), the | |
346 | Corresponding Source conveyed under this section must be accompanied |
|
344 | Corresponding Source conveyed under this section must be accompanied | |
347 | by the Installation Information. But this requirement does not apply |
|
345 | by the Installation Information. But this requirement does not apply | |
348 | if neither you nor any third party retains the ability to install |
|
346 | if neither you nor any third party retains the ability to install | |
349 | modified object code on the User Product (for example, the work has |
|
347 | modified object code on the User Product (for example, the work has | |
350 | been installed in ROM). |
|
348 | been installed in ROM). | |
351 |
|
349 | |||
352 | The requirement to provide Installation Information does not include a |
|
350 | The requirement to provide Installation Information does not include a | |
353 | requirement to continue to provide support service, warranty, or updates |
|
351 | requirement to continue to provide support service, warranty, or updates | |
354 | for a work that has been modified or installed by the recipient, or for |
|
352 | for a work that has been modified or installed by the recipient, or for | |
355 | the User Product in which it has been modified or installed. Access to a |
|
353 | the User Product in which it has been modified or installed. Access to a | |
356 | network may be denied when the modification itself materially and |
|
354 | network may be denied when the modification itself materially and | |
357 | adversely affects the operation of the network or violates the rules and |
|
355 | adversely affects the operation of the network or violates the rules and | |
358 | protocols for communication across the network. |
|
356 | protocols for communication across the network. | |
359 |
|
357 | |||
360 | Corresponding Source conveyed, and Installation Information provided, |
|
358 | Corresponding Source conveyed, and Installation Information provided, | |
361 | in accord with this section must be in a format that is publicly |
|
359 | in accord with this section must be in a format that is publicly | |
362 | documented (and with an implementation available to the public in |
|
360 | documented (and with an implementation available to the public in | |
363 | source code form), and must require no special password or key for |
|
361 | source code form), and must require no special password or key for | |
364 | unpacking, reading or copying. |
|
362 | unpacking, reading or copying. | |
365 |
|
363 | |||
366 | 7. Additional Terms. |
|
364 | 7. Additional Terms. | |
367 |
|
365 | |||
368 | "Additional permissions" are terms that supplement the terms of this |
|
366 | "Additional permissions" are terms that supplement the terms of this | |
369 | License by making exceptions from one or more of its conditions. |
|
367 | License by making exceptions from one or more of its conditions. | |
370 | Additional permissions that are applicable to the entire Program shall |
|
368 | Additional permissions that are applicable to the entire Program shall | |
371 | be treated as though they were included in this License, to the extent |
|
369 | be treated as though they were included in this License, to the extent | |
372 | that they are valid under applicable law. If additional permissions |
|
370 | that they are valid under applicable law. If additional permissions | |
373 | apply only to part of the Program, that part may be used separately |
|
371 | apply only to part of the Program, that part may be used separately | |
374 | under those permissions, but the entire Program remains governed by |
|
372 | under those permissions, but the entire Program remains governed by | |
375 | this License without regard to the additional permissions. |
|
373 | this License without regard to the additional permissions. | |
376 |
|
374 | |||
377 | When you convey a copy of a covered work, you may at your option |
|
375 | When you convey a copy of a covered work, you may at your option | |
378 | remove any additional permissions from that copy, or from any part of |
|
376 | remove any additional permissions from that copy, or from any part of | |
379 | it. (Additional permissions may be written to require their own |
|
377 | it. (Additional permissions may be written to require their own | |
380 | removal in certain cases when you modify the work.) You may place |
|
378 | removal in certain cases when you modify the work.) You may place | |
381 | additional permissions on material, added by you to a covered work, |
|
379 | additional permissions on material, added by you to a covered work, | |
382 | for which you have or can give appropriate copyright permission. |
|
380 | for which you have or can give appropriate copyright permission. | |
383 |
|
381 | |||
384 | Notwithstanding any other provision of this License, for material you |
|
382 | Notwithstanding any other provision of this License, for material you | |
385 | add to a covered work, you may (if authorized by the copyright holders of |
|
383 | add to a covered work, you may (if authorized by the copyright holders of | |
386 | that material) supplement the terms of this License with terms: |
|
384 | that material) supplement the terms of this License with terms: | |
387 |
|
385 | |||
388 | a) Disclaiming warranty or limiting liability differently from the |
|
386 | a) Disclaiming warranty or limiting liability differently from the | |
389 | terms of sections 15 and 16 of this License; or |
|
387 | terms of sections 15 and 16 of this License; or | |
390 |
|
388 | |||
391 | b) Requiring preservation of specified reasonable legal notices or |
|
389 | b) Requiring preservation of specified reasonable legal notices or | |
392 | author attributions in that material or in the Appropriate Legal |
|
390 | author attributions in that material or in the Appropriate Legal | |
393 | Notices displayed by works containing it; or |
|
391 | Notices displayed by works containing it; or | |
394 |
|
392 | |||
395 | c) Prohibiting misrepresentation of the origin of that material, or |
|
393 | c) Prohibiting misrepresentation of the origin of that material, or | |
396 | requiring that modified versions of such material be marked in |
|
394 | requiring that modified versions of such material be marked in | |
397 | reasonable ways as different from the original version; or |
|
395 | reasonable ways as different from the original version; or | |
398 |
|
396 | |||
399 | d) Limiting the use for publicity purposes of names of licensors or |
|
397 | d) Limiting the use for publicity purposes of names of licensors or | |
400 | authors of the material; or |
|
398 | authors of the material; or | |
401 |
|
399 | |||
402 | e) Declining to grant rights under trademark law for use of some |
|
400 | e) Declining to grant rights under trademark law for use of some | |
403 | trade names, trademarks, or service marks; or |
|
401 | trade names, trademarks, or service marks; or | |
404 |
|
402 | |||
405 | f) Requiring indemnification of licensors and authors of that |
|
403 | f) Requiring indemnification of licensors and authors of that | |
406 | material by anyone who conveys the material (or modified versions of |
|
404 | material by anyone who conveys the material (or modified versions of | |
407 | it) with contractual assumptions of liability to the recipient, for |
|
405 | it) with contractual assumptions of liability to the recipient, for | |
408 | any liability that these contractual assumptions directly impose on |
|
406 | any liability that these contractual assumptions directly impose on | |
409 | those licensors and authors. |
|
407 | those licensors and authors. | |
410 |
|
408 | |||
411 | All other non-permissive additional terms are considered "further |
|
409 | All other non-permissive additional terms are considered "further | |
412 | restrictions" within the meaning of section 10. If the Program as you |
|
410 | restrictions" within the meaning of section 10. If the Program as you | |
413 | received it, or any part of it, contains a notice stating that it is |
|
411 | received it, or any part of it, contains a notice stating that it is | |
414 | governed by this License along with a term that is a further |
|
412 | governed by this License along with a term that is a further | |
415 | restriction, you may remove that term. If a license document contains |
|
413 | restriction, you may remove that term. If a license document contains | |
416 | a further restriction but permits relicensing or conveying under this |
|
414 | a further restriction but permits relicensing or conveying under this | |
417 | License, you may add to a covered work material governed by the terms |
|
415 | License, you may add to a covered work material governed by the terms | |
418 | of that license document, provided that the further restriction does |
|
416 | of that license document, provided that the further restriction does | |
419 | not survive such relicensing or conveying. |
|
417 | not survive such relicensing or conveying. | |
420 |
|
418 | |||
421 | If you add terms to a covered work in accord with this section, you |
|
419 | If you add terms to a covered work in accord with this section, you | |
422 | must place, in the relevant source files, a statement of the |
|
420 | must place, in the relevant source files, a statement of the | |
423 | additional terms that apply to those files, or a notice indicating |
|
421 | additional terms that apply to those files, or a notice indicating | |
424 | where to find the applicable terms. |
|
422 | where to find the applicable terms. | |
425 |
|
423 | |||
426 | Additional terms, permissive or non-permissive, may be stated in the |
|
424 | Additional terms, permissive or non-permissive, may be stated in the | |
427 | form of a separately written license, or stated as exceptions; |
|
425 | form of a separately written license, or stated as exceptions; | |
428 | the above requirements apply either way. |
|
426 | the above requirements apply either way. | |
429 |
|
427 | |||
430 | 8. Termination. |
|
428 | 8. Termination. | |
431 |
|
429 | |||
432 | You may not propagate or modify a covered work except as expressly |
|
430 | You may not propagate or modify a covered work except as expressly | |
433 | provided under this License. Any attempt otherwise to propagate or |
|
431 | provided under this License. Any attempt otherwise to propagate or | |
434 | modify it is void, and will automatically terminate your rights under |
|
432 | modify it is void, and will automatically terminate your rights under | |
435 | this License (including any patent licenses granted under the third |
|
433 | this License (including any patent licenses granted under the third | |
436 | paragraph of section 11). |
|
434 | paragraph of section 11). | |
437 |
|
435 | |||
438 | However, if you cease all violation of this License, then your |
|
436 | However, if you cease all violation of this License, then your | |
439 | license from a particular copyright holder is reinstated (a) |
|
437 | license from a particular copyright holder is reinstated (a) | |
440 | provisionally, unless and until the copyright holder explicitly and |
|
438 | provisionally, unless and until the copyright holder explicitly and | |
441 | finally terminates your license, and (b) permanently, if the copyright |
|
439 | finally terminates your license, and (b) permanently, if the copyright | |
442 | holder fails to notify you of the violation by some reasonable means |
|
440 | holder fails to notify you of the violation by some reasonable means | |
443 | prior to 60 days after the cessation. |
|
441 | prior to 60 days after the cessation. | |
444 |
|
442 | |||
445 | Moreover, your license from a particular copyright holder is |
|
443 | Moreover, your license from a particular copyright holder is | |
446 | reinstated permanently if the copyright holder notifies you of the |
|
444 | reinstated permanently if the copyright holder notifies you of the | |
447 | violation by some reasonable means, this is the first time you have |
|
445 | violation by some reasonable means, this is the first time you have | |
448 | received notice of violation of this License (for any work) from that |
|
446 | received notice of violation of this License (for any work) from that | |
449 | copyright holder, and you cure the violation prior to 30 days after |
|
447 | copyright holder, and you cure the violation prior to 30 days after | |
450 | your receipt of the notice. |
|
448 | your receipt of the notice. | |
451 |
|
449 | |||
452 | Termination of your rights under this section does not terminate the |
|
450 | Termination of your rights under this section does not terminate the | |
453 | licenses of parties who have received copies or rights from you under |
|
451 | licenses of parties who have received copies or rights from you under | |
454 | this License. If your rights have been terminated and not permanently |
|
452 | this License. If your rights have been terminated and not permanently | |
455 | reinstated, you do not qualify to receive new licenses for the same |
|
453 | reinstated, you do not qualify to receive new licenses for the same | |
456 | material under section 10. |
|
454 | material under section 10. | |
457 |
|
455 | |||
458 | 9. Acceptance Not Required for Having Copies. |
|
456 | 9. Acceptance Not Required for Having Copies. | |
459 |
|
457 | |||
460 | You are not required to accept this License in order to receive or |
|
458 | You are not required to accept this License in order to receive or | |
461 | run a copy of the Program. Ancillary propagation of a covered work |
|
459 | run a copy of the Program. Ancillary propagation of a covered work | |
462 | occurring solely as a consequence of using peer-to-peer transmission |
|
460 | occurring solely as a consequence of using peer-to-peer transmission | |
463 | to receive a copy likewise does not require acceptance. However, |
|
461 | to receive a copy likewise does not require acceptance. However, | |
464 | nothing other than this License grants you permission to propagate or |
|
462 | nothing other than this License grants you permission to propagate or | |
465 | modify any covered work. These actions infringe copyright if you do |
|
463 | modify any covered work. These actions infringe copyright if you do | |
466 | not accept this License. Therefore, by modifying or propagating a |
|
464 | not accept this License. Therefore, by modifying or propagating a | |
467 | covered work, you indicate your acceptance of this License to do so. |
|
465 | covered work, you indicate your acceptance of this License to do so. | |
468 |
|
466 | |||
469 | 10. Automatic Licensing of Downstream Recipients. |
|
467 | 10. Automatic Licensing of Downstream Recipients. | |
470 |
|
468 | |||
471 | Each time you convey a covered work, the recipient automatically |
|
469 | Each time you convey a covered work, the recipient automatically | |
472 | receives a license from the original licensors, to run, modify and |
|
470 | receives a license from the original licensors, to run, modify and | |
473 | propagate that work, subject to this License. You are not responsible |
|
471 | propagate that work, subject to this License. You are not responsible | |
474 | for enforcing compliance by third parties with this License. |
|
472 | for enforcing compliance by third parties with this License. | |
475 |
|
473 | |||
476 | An "entity transaction" is a transaction transferring control of an |
|
474 | An "entity transaction" is a transaction transferring control of an | |
477 | organization, or substantially all assets of one, or subdividing an |
|
475 | organization, or substantially all assets of one, or subdividing an | |
478 | organization, or merging organizations. If propagation of a covered |
|
476 | organization, or merging organizations. If propagation of a covered | |
479 | work results from an entity transaction, each party to that |
|
477 | work results from an entity transaction, each party to that | |
480 | transaction who receives a copy of the work also receives whatever |
|
478 | transaction who receives a copy of the work also receives whatever | |
481 | licenses to the work the party's predecessor in interest had or could |
|
479 | licenses to the work the party's predecessor in interest had or could | |
482 | give under the previous paragraph, plus a right to possession of the |
|
480 | give under the previous paragraph, plus a right to possession of the | |
483 | Corresponding Source of the work from the predecessor in interest, if |
|
481 | Corresponding Source of the work from the predecessor in interest, if | |
484 | the predecessor has it or can get it with reasonable efforts. |
|
482 | the predecessor has it or can get it with reasonable efforts. | |
485 |
|
483 | |||
486 | You may not impose any further restrictions on the exercise of the |
|
484 | You may not impose any further restrictions on the exercise of the | |
487 | rights granted or affirmed under this License. For example, you may |
|
485 | rights granted or affirmed under this License. For example, you may | |
488 | not impose a license fee, royalty, or other charge for exercise of |
|
486 | not impose a license fee, royalty, or other charge for exercise of | |
489 | rights granted under this License, and you may not initiate litigation |
|
487 | rights granted under this License, and you may not initiate litigation | |
490 | (including a cross-claim or counterclaim in a lawsuit) alleging that |
|
488 | (including a cross-claim or counterclaim in a lawsuit) alleging that | |
491 | any patent claim is infringed by making, using, selling, offering for |
|
489 | any patent claim is infringed by making, using, selling, offering for | |
492 | sale, or importing the Program or any portion of it. |
|
490 | sale, or importing the Program or any portion of it. | |
493 |
|
491 | |||
494 | 11. Patents. |
|
492 | 11. Patents. | |
495 |
|
493 | |||
496 | A "contributor" is a copyright holder who authorizes use under this |
|
494 | A "contributor" is a copyright holder who authorizes use under this | |
497 | License of the Program or a work on which the Program is based. The |
|
495 | License of the Program or a work on which the Program is based. The | |
498 | work thus licensed is called the contributor's "contributor version". |
|
496 | work thus licensed is called the contributor's "contributor version". | |
499 |
|
497 | |||
500 | A contributor's "essential patent claims" are all patent claims |
|
498 | A contributor's "essential patent claims" are all patent claims | |
501 | owned or controlled by the contributor, whether already acquired or |
|
499 | owned or controlled by the contributor, whether already acquired or | |
502 | hereafter acquired, that would be infringed by some manner, permitted |
|
500 | hereafter acquired, that would be infringed by some manner, permitted | |
503 | by this License, of making, using, or selling its contributor version, |
|
501 | by this License, of making, using, or selling its contributor version, | |
504 | but do not include claims that would be infringed only as a |
|
502 | but do not include claims that would be infringed only as a | |
505 | consequence of further modification of the contributor version. For |
|
503 | consequence of further modification of the contributor version. For | |
506 | purposes of this definition, "control" includes the right to grant |
|
504 | purposes of this definition, "control" includes the right to grant | |
507 | patent sublicenses in a manner consistent with the requirements of |
|
505 | patent sublicenses in a manner consistent with the requirements of | |
508 | this License. |
|
506 | this License. | |
509 |
|
507 | |||
510 | Each contributor grants you a non-exclusive, worldwide, royalty-free |
|
508 | Each contributor grants you a non-exclusive, worldwide, royalty-free | |
511 | patent license under the contributor's essential patent claims, to |
|
509 | patent license under the contributor's essential patent claims, to | |
512 | make, use, sell, offer for sale, import and otherwise run, modify and |
|
510 | make, use, sell, offer for sale, import and otherwise run, modify and | |
513 | propagate the contents of its contributor version. |
|
511 | propagate the contents of its contributor version. | |
514 |
|
512 | |||
515 | In the following three paragraphs, a "patent license" is any express |
|
513 | In the following three paragraphs, a "patent license" is any express | |
516 | agreement or commitment, however denominated, not to enforce a patent |
|
514 | agreement or commitment, however denominated, not to enforce a patent | |
517 | (such as an express permission to practice a patent or covenant not to |
|
515 | (such as an express permission to practice a patent or covenant not to | |
518 | sue for patent infringement). To "grant" such a patent license to a |
|
516 | sue for patent infringement). To "grant" such a patent license to a | |
519 | party means to make such an agreement or commitment not to enforce a |
|
517 | party means to make such an agreement or commitment not to enforce a | |
520 | patent against the party. |
|
518 | patent against the party. | |
521 |
|
519 | |||
522 | If you convey a covered work, knowingly relying on a patent license, |
|
520 | If you convey a covered work, knowingly relying on a patent license, | |
523 | and the Corresponding Source of the work is not available for anyone |
|
521 | and the Corresponding Source of the work is not available for anyone | |
524 | to copy, free of charge and under the terms of this License, through a |
|
522 | to copy, free of charge and under the terms of this License, through a | |
525 | publicly available network server or other readily accessible means, |
|
523 | publicly available network server or other readily accessible means, | |
526 | then you must either (1) cause the Corresponding Source to be so |
|
524 | then you must either (1) cause the Corresponding Source to be so | |
527 | available, or (2) arrange to deprive yourself of the benefit of the |
|
525 | available, or (2) arrange to deprive yourself of the benefit of the | |
528 | patent license for this particular work, or (3) arrange, in a manner |
|
526 | patent license for this particular work, or (3) arrange, in a manner | |
529 | consistent with the requirements of this License, to extend the patent |
|
527 | consistent with the requirements of this License, to extend the patent | |
530 | license to downstream recipients. "Knowingly relying" means you have |
|
528 | license to downstream recipients. "Knowingly relying" means you have | |
531 | actual knowledge that, but for the patent license, your conveying the |
|
529 | actual knowledge that, but for the patent license, your conveying the | |
532 | covered work in a country, or your recipient's use of the covered work |
|
530 | covered work in a country, or your recipient's use of the covered work | |
533 | in a country, would infringe one or more identifiable patents in that |
|
531 | in a country, would infringe one or more identifiable patents in that | |
534 | country that you have reason to believe are valid. |
|
532 | country that you have reason to believe are valid. | |
535 |
|
533 | |||
536 | If, pursuant to or in connection with a single transaction or |
|
534 | If, pursuant to or in connection with a single transaction or | |
537 | arrangement, you convey, or propagate by procuring conveyance of, a |
|
535 | arrangement, you convey, or propagate by procuring conveyance of, a | |
538 | covered work, and grant a patent license to some of the parties |
|
536 | covered work, and grant a patent license to some of the parties | |
539 | receiving the covered work authorizing them to use, propagate, modify |
|
537 | receiving the covered work authorizing them to use, propagate, modify | |
540 | or convey a specific copy of the covered work, then the patent license |
|
538 | or convey a specific copy of the covered work, then the patent license | |
541 | you grant is automatically extended to all recipients of the covered |
|
539 | you grant is automatically extended to all recipients of the covered | |
542 | work and works based on it. |
|
540 | work and works based on it. | |
543 |
|
541 | |||
544 | A patent license is "discriminatory" if it does not include within |
|
542 | A patent license is "discriminatory" if it does not include within | |
545 | the scope of its coverage, prohibits the exercise of, or is |
|
543 | the scope of its coverage, prohibits the exercise of, or is | |
546 | conditioned on the non-exercise of one or more of the rights that are |
|
544 | conditioned on the non-exercise of one or more of the rights that are | |
547 | specifically granted under this License. You may not convey a covered |
|
545 | specifically granted under this License. You may not convey a covered | |
548 | work if you are a party to an arrangement with a third party that is |
|
546 | work if you are a party to an arrangement with a third party that is | |
549 | in the business of distributing software, under which you make payment |
|
547 | in the business of distributing software, under which you make payment | |
550 | to the third party based on the extent of your activity of conveying |
|
548 | to the third party based on the extent of your activity of conveying | |
551 | the work, and under which the third party grants, to any of the |
|
549 | the work, and under which the third party grants, to any of the | |
552 | parties who would receive the covered work from you, a discriminatory |
|
550 | parties who would receive the covered work from you, a discriminatory | |
553 | patent license (a) in connection with copies of the covered work |
|
551 | patent license (a) in connection with copies of the covered work | |
554 | conveyed by you (or copies made from those copies), or (b) primarily |
|
552 | conveyed by you (or copies made from those copies), or (b) primarily | |
555 | for and in connection with specific products or compilations that |
|
553 | for and in connection with specific products or compilations that | |
556 | contain the covered work, unless you entered into that arrangement, |
|
554 | contain the covered work, unless you entered into that arrangement, | |
557 | or that patent license was granted, prior to 28 March 2007. |
|
555 | or that patent license was granted, prior to 28 March 2007. | |
558 |
|
556 | |||
559 | Nothing in this License shall be construed as excluding or limiting |
|
557 | Nothing in this License shall be construed as excluding or limiting | |
560 | any implied license or other defenses to infringement that may |
|
558 | any implied license or other defenses to infringement that may | |
561 | otherwise be available to you under applicable patent law. |
|
559 | otherwise be available to you under applicable patent law. | |
562 |
|
560 | |||
563 | 12. No Surrender of Others' Freedom. |
|
561 | 12. No Surrender of Others' Freedom. | |
564 |
|
562 | |||
565 | If conditions are imposed on you (whether by court order, agreement or |
|
563 | If conditions are imposed on you (whether by court order, agreement or | |
566 | otherwise) that contradict the conditions of this License, they do not |
|
564 | otherwise) that contradict the conditions of this License, they do not | |
567 | excuse you from the conditions of this License. If you cannot convey a |
|
565 | excuse you from the conditions of this License. If you cannot convey a | |
568 | covered work so as to satisfy simultaneously your obligations under this |
|
566 | covered work so as to satisfy simultaneously your obligations under this | |
569 | License and any other pertinent obligations, then as a consequence you may |
|
567 | License and any other pertinent obligations, then as a consequence you may | |
570 | not convey it at all. For example, if you agree to terms that obligate you |
|
568 | not convey it at all. For example, if you agree to terms that obligate you | |
571 | to collect a royalty for further conveying from those to whom you convey |
|
569 | to collect a royalty for further conveying from those to whom you convey | |
572 | the Program, the only way you could satisfy both those terms and this |
|
570 | the Program, the only way you could satisfy both those terms and this | |
573 | License would be to refrain entirely from conveying the Program. |
|
571 | License would be to refrain entirely from conveying the Program. | |
574 |
|
572 | |||
575 | 13. Remote Network Interaction; Use with the GNU General Public License. |
|
573 | 13. Remote Network Interaction; Use with the GNU General Public License. | |
576 |
|
574 | |||
577 | Notwithstanding any other provision of this License, if you modify the |
|
575 | Notwithstanding any other provision of this License, if you modify the | |
578 | Program, your modified version must prominently offer all users |
|
576 | Program, your modified version must prominently offer all users | |
579 | interacting with it remotely through a computer network (if your version |
|
577 | interacting with it remotely through a computer network (if your version | |
580 | supports such interaction) an opportunity to receive the Corresponding |
|
578 | supports such interaction) an opportunity to receive the Corresponding | |
581 | Source of your version by providing access to the Corresponding Source |
|
579 | Source of your version by providing access to the Corresponding Source | |
582 | from a network server at no charge, through some standard or customary |
|
580 | from a network server at no charge, through some standard or customary | |
583 | means of facilitating copying of software. This Corresponding Source |
|
581 | means of facilitating copying of software. This Corresponding Source | |
584 | shall include the Corresponding Source for any work covered by version 3 |
|
582 | shall include the Corresponding Source for any work covered by version 3 | |
585 | of the GNU General Public License that is incorporated pursuant to the |
|
583 | of the GNU General Public License that is incorporated pursuant to the | |
586 | following paragraph. |
|
584 | following paragraph. | |
587 |
|
585 | |||
588 | Notwithstanding any other provision of this License, you have |
|
586 | Notwithstanding any other provision of this License, you have | |
589 | permission to link or combine any covered work with a work licensed |
|
587 | permission to link or combine any covered work with a work licensed | |
590 | under version 3 of the GNU General Public License into a single |
|
588 | under version 3 of the GNU General Public License into a single | |
591 | combined work, and to convey the resulting work. The terms of this |
|
589 | combined work, and to convey the resulting work. The terms of this | |
592 | License will continue to apply to the part which is the covered work, |
|
590 | License will continue to apply to the part which is the covered work, | |
593 | but the work with which it is combined will remain governed by version |
|
591 | but the work with which it is combined will remain governed by version | |
594 | 3 of the GNU General Public License. |
|
592 | 3 of the GNU General Public License. | |
595 |
|
593 | |||
596 | 14. Revised Versions of this License. |
|
594 | 14. Revised Versions of this License. | |
597 |
|
595 | |||
598 | The Free Software Foundation may publish revised and/or new versions of |
|
596 | The Free Software Foundation may publish revised and/or new versions of | |
599 | the GNU Affero General Public License from time to time. Such new versions |
|
597 | the GNU Affero General Public License from time to time. Such new versions | |
600 | will be similar in spirit to the present version, but may differ in detail to |
|
598 | will be similar in spirit to the present version, but may differ in detail to | |
601 | address new problems or concerns. |
|
599 | address new problems or concerns. | |
602 |
|
600 | |||
603 | Each version is given a distinguishing version number. If the |
|
601 | Each version is given a distinguishing version number. If the | |
604 | Program specifies that a certain numbered version of the GNU Affero General |
|
602 | Program specifies that a certain numbered version of the GNU Affero General | |
605 | Public License "or any later version" applies to it, you have the |
|
603 | Public License "or any later version" applies to it, you have the | |
606 | option of following the terms and conditions either of that numbered |
|
604 | option of following the terms and conditions either of that numbered | |
607 | version or of any later version published by the Free Software |
|
605 | version or of any later version published by the Free Software | |
608 | Foundation. If the Program does not specify a version number of the |
|
606 | Foundation. If the Program does not specify a version number of the | |
609 | GNU Affero General Public License, you may choose any version ever published |
|
607 | GNU Affero General Public License, you may choose any version ever published | |
610 | by the Free Software Foundation. |
|
608 | by the Free Software Foundation. | |
611 |
|
609 | |||
612 | If the Program specifies that a proxy can decide which future |
|
610 | If the Program specifies that a proxy can decide which future | |
613 | versions of the GNU Affero General Public License can be used, that proxy's |
|
611 | versions of the GNU Affero General Public License can be used, that proxy's | |
614 | public statement of acceptance of a version permanently authorizes you |
|
612 | public statement of acceptance of a version permanently authorizes you | |
615 | to choose that version for the Program. |
|
613 | to choose that version for the Program. | |
616 |
|
614 | |||
617 | Later license versions may give you additional or different |
|
615 | Later license versions may give you additional or different | |
618 | permissions. However, no additional obligations are imposed on any |
|
616 | permissions. However, no additional obligations are imposed on any | |
619 | author or copyright holder as a result of your choosing to follow a |
|
617 | author or copyright holder as a result of your choosing to follow a | |
620 | later version. |
|
618 | later version. | |
621 |
|
619 | |||
622 | 15. Disclaimer of Warranty. |
|
620 | 15. Disclaimer of Warranty. | |
623 |
|
621 | |||
624 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY |
|
622 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY | |
625 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT |
|
623 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT | |
626 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY |
|
624 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY | |
627 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, |
|
625 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, | |
628 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
|
626 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | |
629 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM |
|
627 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM | |
630 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF |
|
628 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF | |
631 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
|
629 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | |
632 |
|
630 | |||
633 | 16. Limitation of Liability. |
|
631 | 16. Limitation of Liability. | |
634 |
|
632 | |||
635 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
|
633 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING | |
636 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS |
|
634 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS | |
637 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY |
|
635 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY | |
638 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE |
|
636 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE | |
639 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF |
|
637 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF | |
640 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD |
|
638 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD | |
641 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), |
|
639 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), | |
642 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF |
|
640 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF | |
643 | SUCH DAMAGES. |
|
641 | SUCH DAMAGES. | |
644 |
|
642 | |||
645 | 17. Interpretation of Sections 15 and 16. |
|
643 | 17. Interpretation of Sections 15 and 16. | |
646 |
|
644 | |||
647 | If the disclaimer of warranty and limitation of liability provided |
|
645 | If the disclaimer of warranty and limitation of liability provided | |
648 | above cannot be given local legal effect according to their terms, |
|
646 | above cannot be given local legal effect according to their terms, | |
649 | reviewing courts shall apply local law that most closely approximates |
|
647 | reviewing courts shall apply local law that most closely approximates | |
650 | an absolute waiver of all civil liability in connection with the |
|
648 | an absolute waiver of all civil liability in connection with the | |
651 | Program, unless a warranty or assumption of liability accompanies a |
|
649 | Program, unless a warranty or assumption of liability accompanies a | |
652 | copy of the Program in return for a fee. |
|
650 | copy of the Program in return for a fee. | |
653 |
|
651 | |||
654 | END OF TERMS AND CONDITIONS |
|
652 | END OF TERMS AND CONDITIONS | |
655 |
|
653 | |||
656 | How to Apply These Terms to Your New Programs |
|
654 | How to Apply These Terms to Your New Programs | |
657 |
|
655 | |||
658 | If you develop a new program, and you want it to be of the greatest |
|
656 | If you develop a new program, and you want it to be of the greatest | |
659 | possible use to the public, the best way to achieve this is to make it |
|
657 | possible use to the public, the best way to achieve this is to make it | |
660 | free software which everyone can redistribute and change under these terms. |
|
658 | free software which everyone can redistribute and change under these terms. | |
661 |
|
659 | |||
662 | To do so, attach the following notices to the program. It is safest |
|
660 | To do so, attach the following notices to the program. It is safest | |
663 | to attach them to the start of each source file to most effectively |
|
661 | to attach them to the start of each source file to most effectively | |
664 | state the exclusion of warranty; and each file should have at least |
|
662 | state the exclusion of warranty; and each file should have at least | |
665 | the "copyright" line and a pointer to where the full notice is found. |
|
663 | the "copyright" line and a pointer to where the full notice is found. | |
666 |
|
664 | |||
667 | <one line to give the program's name and a brief idea of what it does.> |
|
665 | <one line to give the program's name and a brief idea of what it does.> | |
668 | Copyright (C) <year> <name of author> |
|
666 | Copyright (C) <year> <name of author> | |
669 |
|
667 | |||
670 | This program is free software: you can redistribute it and/or modify |
|
668 | This program is free software: you can redistribute it and/or modify | |
671 | it under the terms of the GNU Affero General Public License as published by |
|
669 | it under the terms of the GNU Affero General Public License as published by | |
672 | the Free Software Foundation, either version 3 of the License, or |
|
670 | the Free Software Foundation, either version 3 of the License, or | |
673 | (at your option) any later version. |
|
671 | (at your option) any later version. | |
674 |
|
672 | |||
675 | This program is distributed in the hope that it will be useful, |
|
673 | This program is distributed in the hope that it will be useful, | |
676 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
674 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
677 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
675 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
678 | GNU Affero General Public License for more details. |
|
676 | GNU Affero General Public License for more details. | |
679 |
|
677 | |||
680 | You should have received a copy of the GNU Affero General Public License |
|
678 | You should have received a copy of the GNU Affero General Public License | |
681 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
679 | along with this program. If not, see <http://www.gnu.org/licenses/>. | |
682 |
|
680 | |||
683 | Also add information on how to contact you by electronic and paper mail. |
|
681 | Also add information on how to contact you by electronic and paper mail. | |
684 |
|
682 | |||
685 | If your software can interact with users remotely through a computer |
|
683 | If your software can interact with users remotely through a computer | |
686 | network, you should also make sure that it provides a way for users to |
|
684 | network, you should also make sure that it provides a way for users to | |
687 | get its source. For example, if your program is a web application, its |
|
685 | get its source. For example, if your program is a web application, its | |
688 | interface could display a "Source" link that leads users to an archive |
|
686 | interface could display a "Source" link that leads users to an archive | |
689 | of the code. There are many ways you could offer source, and different |
|
687 | of the code. There are many ways you could offer source, and different | |
690 | solutions will be better for different programs; see section 13 for the |
|
688 | solutions will be better for different programs; see section 13 for the | |
691 | specific requirements. |
|
689 | specific requirements. | |
692 |
|
690 | |||
693 | You should also get your employer (if you work as a programmer) or school, |
|
691 | You should also get your employer (if you work as a programmer) or school, | |
694 | if any, to sign a "copyright disclaimer" for the program, if necessary. |
|
692 | if any, to sign a "copyright disclaimer" for the program, if necessary. | |
695 | For more information on this, and how to apply and follow the GNU AGPL, see |
|
693 | For more information on this, and how to apply and follow the GNU AGPL, see | |
696 | <http://www.gnu.org/licenses/>. |
|
694 | <http://www.gnu.org/licenses/>. |
@@ -1,2305 +1,2290 b'' | |||||
1 | # Generated by pip2nix 0.8.0.dev1 |
|
1 | # Generated by pip2nix 0.8.0.dev1 | |
2 | # See https://github.com/johbo/pip2nix |
|
2 | # See https://github.com/johbo/pip2nix | |
3 |
|
3 | |||
4 | { pkgs, fetchurl, fetchgit, fetchhg }: |
|
4 | { pkgs, fetchurl, fetchgit, fetchhg }: | |
5 |
|
5 | |||
6 | self: super: { |
|
6 | self: super: { | |
7 | "alembic" = super.buildPythonPackage { |
|
7 | "alembic" = super.buildPythonPackage { | |
8 | name = "alembic-1.0.5"; |
|
8 | name = "alembic-1.0.5"; | |
9 | doCheck = false; |
|
9 | doCheck = false; | |
10 | propagatedBuildInputs = [ |
|
10 | propagatedBuildInputs = [ | |
11 | self."sqlalchemy" |
|
11 | self."sqlalchemy" | |
12 | self."mako" |
|
12 | self."mako" | |
13 | self."python-editor" |
|
13 | self."python-editor" | |
14 | self."python-dateutil" |
|
14 | self."python-dateutil" | |
15 | ]; |
|
15 | ]; | |
16 | src = fetchurl { |
|
16 | src = fetchurl { | |
17 | url = "https://files.pythonhosted.org/packages/1c/65/b8e4f5b2f345bb13b5e0a3fddd892b0b3f0e8ad4880e954fdc6a50d00d84/alembic-1.0.5.tar.gz"; |
|
17 | url = "https://files.pythonhosted.org/packages/1c/65/b8e4f5b2f345bb13b5e0a3fddd892b0b3f0e8ad4880e954fdc6a50d00d84/alembic-1.0.5.tar.gz"; | |
18 | sha256 = "0rpjqp2iq6p49x1nli18ivak1izz547nnjxi110mzrgc1v7dxzz9"; |
|
18 | sha256 = "0rpjqp2iq6p49x1nli18ivak1izz547nnjxi110mzrgc1v7dxzz9"; | |
19 | }; |
|
19 | }; | |
20 | meta = { |
|
20 | meta = { | |
21 | license = [ pkgs.lib.licenses.mit ]; |
|
21 | license = [ pkgs.lib.licenses.mit ]; | |
22 | }; |
|
22 | }; | |
23 | }; |
|
23 | }; | |
24 | "amqp" = super.buildPythonPackage { |
|
24 | "amqp" = super.buildPythonPackage { | |
25 | name = "amqp-2.3.1"; |
|
25 | name = "amqp-2.3.1"; | |
26 | doCheck = false; |
|
26 | doCheck = false; | |
27 | propagatedBuildInputs = [ |
|
27 | propagatedBuildInputs = [ | |
28 | self."vine" |
|
28 | self."vine" | |
29 | ]; |
|
29 | ]; | |
30 | src = fetchurl { |
|
30 | src = fetchurl { | |
31 | url = "https://files.pythonhosted.org/packages/1b/32/242ff76cd802766f11c89c72f3389b5c8de4bdfbab406137b90c5fae8b05/amqp-2.3.1.tar.gz"; |
|
31 | url = "https://files.pythonhosted.org/packages/1b/32/242ff76cd802766f11c89c72f3389b5c8de4bdfbab406137b90c5fae8b05/amqp-2.3.1.tar.gz"; | |
32 | sha256 = "0wlfnvhmfrn7c8qif2jyvsm63ibdxp02ss564qwrvqfhz0di72s0"; |
|
32 | sha256 = "0wlfnvhmfrn7c8qif2jyvsm63ibdxp02ss564qwrvqfhz0di72s0"; | |
33 | }; |
|
33 | }; | |
34 | meta = { |
|
34 | meta = { | |
35 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
35 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
36 | }; |
|
36 | }; | |
37 | }; |
|
37 | }; | |
38 | "appenlight-client" = super.buildPythonPackage { |
|
38 | "appenlight-client" = super.buildPythonPackage { | |
39 | name = "appenlight-client-0.6.26"; |
|
39 | name = "appenlight-client-0.6.26"; | |
40 | doCheck = false; |
|
40 | doCheck = false; | |
41 | propagatedBuildInputs = [ |
|
41 | propagatedBuildInputs = [ | |
42 | self."webob" |
|
42 | self."webob" | |
43 | self."requests" |
|
43 | self."requests" | |
44 | self."six" |
|
44 | self."six" | |
45 | ]; |
|
45 | ]; | |
46 | src = fetchurl { |
|
46 | src = fetchurl { | |
47 | url = "https://files.pythonhosted.org/packages/2e/56/418fc10379b96e795ee39a15e69a730c222818af04c3821fa354eaa859ec/appenlight_client-0.6.26.tar.gz"; |
|
47 | url = "https://files.pythonhosted.org/packages/2e/56/418fc10379b96e795ee39a15e69a730c222818af04c3821fa354eaa859ec/appenlight_client-0.6.26.tar.gz"; | |
48 | sha256 = "0s9xw3sb8s3pk73k78nnq4jil3q4mk6bczfa1fmgfx61kdxl2712"; |
|
48 | sha256 = "0s9xw3sb8s3pk73k78nnq4jil3q4mk6bczfa1fmgfx61kdxl2712"; | |
49 | }; |
|
49 | }; | |
50 | meta = { |
|
50 | meta = { | |
51 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
51 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
52 | }; |
|
52 | }; | |
53 | }; |
|
53 | }; | |
54 | "atomicwrites" = super.buildPythonPackage { |
|
54 | "atomicwrites" = super.buildPythonPackage { | |
55 | name = "atomicwrites-1.2.1"; |
|
55 | name = "atomicwrites-1.2.1"; | |
56 | doCheck = false; |
|
56 | doCheck = false; | |
57 | src = fetchurl { |
|
57 | src = fetchurl { | |
58 | url = "https://files.pythonhosted.org/packages/ac/ed/a311712ef6b4355035489f665e63e1a73f9eb371929e3c98e5efd451069e/atomicwrites-1.2.1.tar.gz"; |
|
58 | url = "https://files.pythonhosted.org/packages/ac/ed/a311712ef6b4355035489f665e63e1a73f9eb371929e3c98e5efd451069e/atomicwrites-1.2.1.tar.gz"; | |
59 | sha256 = "1vmkbw9j0qammwxbxycrs39gvdg4lc2d4lk98kwf8ag2manyi6pc"; |
|
59 | sha256 = "1vmkbw9j0qammwxbxycrs39gvdg4lc2d4lk98kwf8ag2manyi6pc"; | |
60 | }; |
|
60 | }; | |
61 | meta = { |
|
61 | meta = { | |
62 | license = [ pkgs.lib.licenses.mit ]; |
|
62 | license = [ pkgs.lib.licenses.mit ]; | |
63 | }; |
|
63 | }; | |
64 | }; |
|
64 | }; | |
65 | "attrs" = super.buildPythonPackage { |
|
65 | "attrs" = super.buildPythonPackage { | |
66 | name = "attrs-18.2.0"; |
|
66 | name = "attrs-18.2.0"; | |
67 | doCheck = false; |
|
67 | doCheck = false; | |
68 | src = fetchurl { |
|
68 | src = fetchurl { | |
69 | url = "https://files.pythonhosted.org/packages/0f/9e/26b1d194aab960063b266170e53c39f73ea0d0d3f5ce23313e0ec8ee9bdf/attrs-18.2.0.tar.gz"; |
|
69 | url = "https://files.pythonhosted.org/packages/0f/9e/26b1d194aab960063b266170e53c39f73ea0d0d3f5ce23313e0ec8ee9bdf/attrs-18.2.0.tar.gz"; | |
70 | sha256 = "0s9ydh058wmmf5v391pym877x4ahxg45dw6a0w4c7s5wgpigdjqh"; |
|
70 | sha256 = "0s9ydh058wmmf5v391pym877x4ahxg45dw6a0w4c7s5wgpigdjqh"; | |
71 | }; |
|
71 | }; | |
72 | meta = { |
|
72 | meta = { | |
73 | license = [ pkgs.lib.licenses.mit ]; |
|
73 | license = [ pkgs.lib.licenses.mit ]; | |
74 | }; |
|
74 | }; | |
75 | }; |
|
75 | }; | |
76 | "authomatic" = super.buildPythonPackage { |
|
76 | "authomatic" = super.buildPythonPackage { | |
77 | name = "authomatic-0.1.0.post1"; |
|
77 | name = "authomatic-0.1.0.post1"; | |
78 | doCheck = false; |
|
78 | doCheck = false; | |
79 | src = fetchurl { |
|
79 | src = fetchurl { | |
80 | url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801"; |
|
80 | url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801"; | |
81 | sha256 = "1cgk0a86sbsjbri06gf5z5l4npwkjdxw6fdnwl4vvfmxs2sx9yxw"; |
|
81 | sha256 = "1cgk0a86sbsjbri06gf5z5l4npwkjdxw6fdnwl4vvfmxs2sx9yxw"; | |
82 | }; |
|
82 | }; | |
83 | meta = { |
|
83 | meta = { | |
84 | license = [ pkgs.lib.licenses.mit ]; |
|
84 | license = [ pkgs.lib.licenses.mit ]; | |
85 | }; |
|
85 | }; | |
86 | }; |
|
86 | }; | |
87 | "babel" = super.buildPythonPackage { |
|
87 | "babel" = super.buildPythonPackage { | |
88 | name = "babel-1.3"; |
|
88 | name = "babel-1.3"; | |
89 | doCheck = false; |
|
89 | doCheck = false; | |
90 | propagatedBuildInputs = [ |
|
90 | propagatedBuildInputs = [ | |
91 | self."pytz" |
|
91 | self."pytz" | |
92 | ]; |
|
92 | ]; | |
93 | src = fetchurl { |
|
93 | src = fetchurl { | |
94 | url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz"; |
|
94 | url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz"; | |
95 | sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz"; |
|
95 | sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz"; | |
96 | }; |
|
96 | }; | |
97 | meta = { |
|
97 | meta = { | |
98 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
98 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
99 | }; |
|
99 | }; | |
100 | }; |
|
100 | }; | |
101 | "backports.shutil-get-terminal-size" = super.buildPythonPackage { |
|
101 | "backports.shutil-get-terminal-size" = super.buildPythonPackage { | |
102 | name = "backports.shutil-get-terminal-size-1.0.0"; |
|
102 | name = "backports.shutil-get-terminal-size-1.0.0"; | |
103 | doCheck = false; |
|
103 | doCheck = false; | |
104 | src = fetchurl { |
|
104 | src = fetchurl { | |
105 | url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz"; |
|
105 | url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz"; | |
106 | sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki"; |
|
106 | sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki"; | |
107 | }; |
|
107 | }; | |
108 | meta = { |
|
108 | meta = { | |
109 | license = [ pkgs.lib.licenses.mit ]; |
|
109 | license = [ pkgs.lib.licenses.mit ]; | |
110 | }; |
|
110 | }; | |
111 | }; |
|
111 | }; | |
112 | "beaker" = super.buildPythonPackage { |
|
112 | "beaker" = super.buildPythonPackage { | |
113 | name = "beaker-1.9.1"; |
|
113 | name = "beaker-1.9.1"; | |
114 | doCheck = false; |
|
114 | doCheck = false; | |
115 | propagatedBuildInputs = [ |
|
115 | propagatedBuildInputs = [ | |
116 | self."funcsigs" |
|
116 | self."funcsigs" | |
117 | ]; |
|
117 | ]; | |
118 | src = fetchurl { |
|
118 | src = fetchurl { | |
119 | url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz"; |
|
119 | url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz"; | |
120 | sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj"; |
|
120 | sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj"; | |
121 | }; |
|
121 | }; | |
122 | meta = { |
|
122 | meta = { | |
123 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
123 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
124 | }; |
|
124 | }; | |
125 | }; |
|
125 | }; | |
126 | "beautifulsoup4" = super.buildPythonPackage { |
|
126 | "beautifulsoup4" = super.buildPythonPackage { | |
127 | name = "beautifulsoup4-4.6.3"; |
|
127 | name = "beautifulsoup4-4.6.3"; | |
128 | doCheck = false; |
|
128 | doCheck = false; | |
129 | src = fetchurl { |
|
129 | src = fetchurl { | |
130 | url = "https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz"; |
|
130 | url = "https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz"; | |
131 | sha256 = "041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h"; |
|
131 | sha256 = "041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h"; | |
132 | }; |
|
132 | }; | |
133 | meta = { |
|
133 | meta = { | |
134 | license = [ pkgs.lib.licenses.mit ]; |
|
134 | license = [ pkgs.lib.licenses.mit ]; | |
135 | }; |
|
135 | }; | |
136 | }; |
|
136 | }; | |
137 | "billiard" = super.buildPythonPackage { |
|
137 | "billiard" = super.buildPythonPackage { | |
138 | name = "billiard-3.5.0.3"; |
|
138 | name = "billiard-3.5.0.3"; | |
139 | doCheck = false; |
|
139 | doCheck = false; | |
140 | src = fetchurl { |
|
140 | src = fetchurl { | |
141 | url = "https://files.pythonhosted.org/packages/39/ac/f5571210cca2e4f4532e38aaff242f26c8654c5e2436bee966c230647ccc/billiard-3.5.0.3.tar.gz"; |
|
141 | url = "https://files.pythonhosted.org/packages/39/ac/f5571210cca2e4f4532e38aaff242f26c8654c5e2436bee966c230647ccc/billiard-3.5.0.3.tar.gz"; | |
142 | sha256 = "1riwiiwgb141151md4ykx49qrz749akj5k8g290ji9bsqjyj4yqx"; |
|
142 | sha256 = "1riwiiwgb141151md4ykx49qrz749akj5k8g290ji9bsqjyj4yqx"; | |
143 | }; |
|
143 | }; | |
144 | meta = { |
|
144 | meta = { | |
145 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
145 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
146 | }; |
|
146 | }; | |
147 | }; |
|
147 | }; | |
148 | "bleach" = super.buildPythonPackage { |
|
148 | "bleach" = super.buildPythonPackage { | |
149 | name = "bleach-3.0.2"; |
|
149 | name = "bleach-3.0.2"; | |
150 | doCheck = false; |
|
150 | doCheck = false; | |
151 | propagatedBuildInputs = [ |
|
151 | propagatedBuildInputs = [ | |
152 | self."six" |
|
152 | self."six" | |
153 | self."webencodings" |
|
153 | self."webencodings" | |
154 | ]; |
|
154 | ]; | |
155 | src = fetchurl { |
|
155 | src = fetchurl { | |
156 | url = "https://files.pythonhosted.org/packages/ae/31/680afc7d44040004296a2d8f0584983c2f2386448cd9d0964197e6c1160e/bleach-3.0.2.tar.gz"; |
|
156 | url = "https://files.pythonhosted.org/packages/ae/31/680afc7d44040004296a2d8f0584983c2f2386448cd9d0964197e6c1160e/bleach-3.0.2.tar.gz"; | |
157 | sha256 = "06474zg7f73hv8h1xw2wcsmvn2ygj73zxgxxqg8zcx8ap1srdls8"; |
|
157 | sha256 = "06474zg7f73hv8h1xw2wcsmvn2ygj73zxgxxqg8zcx8ap1srdls8"; | |
158 | }; |
|
158 | }; | |
159 | meta = { |
|
159 | meta = { | |
160 | license = [ pkgs.lib.licenses.asl20 ]; |
|
160 | license = [ pkgs.lib.licenses.asl20 ]; | |
161 | }; |
|
161 | }; | |
162 | }; |
|
162 | }; | |
163 | "bumpversion" = super.buildPythonPackage { |
|
163 | "bumpversion" = super.buildPythonPackage { | |
164 | name = "bumpversion-0.5.3"; |
|
164 | name = "bumpversion-0.5.3"; | |
165 | doCheck = false; |
|
165 | doCheck = false; | |
166 | src = fetchurl { |
|
166 | src = fetchurl { | |
167 | url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz"; |
|
167 | url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz"; | |
168 | sha256 = "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37"; |
|
168 | sha256 = "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37"; | |
169 | }; |
|
169 | }; | |
170 | meta = { |
|
170 | meta = { | |
171 | license = [ pkgs.lib.licenses.mit ]; |
|
171 | license = [ pkgs.lib.licenses.mit ]; | |
172 | }; |
|
172 | }; | |
173 | }; |
|
173 | }; | |
174 | "celery" = super.buildPythonPackage { |
|
174 | "celery" = super.buildPythonPackage { | |
175 | name = "celery-4.1.1"; |
|
175 | name = "celery-4.1.1"; | |
176 | doCheck = false; |
|
176 | doCheck = false; | |
177 | propagatedBuildInputs = [ |
|
177 | propagatedBuildInputs = [ | |
178 | self."pytz" |
|
178 | self."pytz" | |
179 | self."billiard" |
|
179 | self."billiard" | |
180 | self."kombu" |
|
180 | self."kombu" | |
181 | ]; |
|
181 | ]; | |
182 | src = fetchurl { |
|
182 | src = fetchurl { | |
183 | url = "https://files.pythonhosted.org/packages/e9/cf/a4c0597effca20c57eb586324e41d1180bc8f13a933da41e0646cff69f02/celery-4.1.1.tar.gz"; |
|
183 | url = "https://files.pythonhosted.org/packages/e9/cf/a4c0597effca20c57eb586324e41d1180bc8f13a933da41e0646cff69f02/celery-4.1.1.tar.gz"; | |
184 | sha256 = "1xbir4vw42n2ir9lanhwl7w69zpmj7lbi66fxm2b7pyvkcss7wni"; |
|
184 | sha256 = "1xbir4vw42n2ir9lanhwl7w69zpmj7lbi66fxm2b7pyvkcss7wni"; | |
185 | }; |
|
185 | }; | |
186 | meta = { |
|
186 | meta = { | |
187 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
187 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
188 | }; |
|
188 | }; | |
189 | }; |
|
189 | }; | |
190 | "chameleon" = super.buildPythonPackage { |
|
190 | "chameleon" = super.buildPythonPackage { | |
191 | name = "chameleon-2.24"; |
|
191 | name = "chameleon-2.24"; | |
192 | doCheck = false; |
|
192 | doCheck = false; | |
193 | src = fetchurl { |
|
193 | src = fetchurl { | |
194 | url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz"; |
|
194 | url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz"; | |
195 | sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5"; |
|
195 | sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5"; | |
196 | }; |
|
196 | }; | |
197 | meta = { |
|
197 | meta = { | |
198 | license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ]; |
|
198 | license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ]; | |
199 | }; |
|
199 | }; | |
200 | }; |
|
200 | }; | |
201 | "channelstream" = super.buildPythonPackage { |
|
201 | "channelstream" = super.buildPythonPackage { | |
202 | name = "channelstream-0.5.2"; |
|
202 | name = "channelstream-0.5.2"; | |
203 | doCheck = false; |
|
203 | doCheck = false; | |
204 | propagatedBuildInputs = [ |
|
204 | propagatedBuildInputs = [ | |
205 | self."gevent" |
|
205 | self."gevent" | |
206 | self."ws4py" |
|
206 | self."ws4py" | |
207 | self."pyramid" |
|
207 | self."pyramid" | |
208 | self."pyramid-jinja2" |
|
208 | self."pyramid-jinja2" | |
209 | self."itsdangerous" |
|
209 | self."itsdangerous" | |
210 | self."requests" |
|
210 | self."requests" | |
211 | self."six" |
|
211 | self."six" | |
212 | ]; |
|
212 | ]; | |
213 | src = fetchurl { |
|
213 | src = fetchurl { | |
214 | url = "https://files.pythonhosted.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz"; |
|
214 | url = "https://files.pythonhosted.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz"; | |
215 | sha256 = "1qbm4xdl5hfkja683x546bncg3rqq8qv79w1m1a1wd48cqqzb6rm"; |
|
215 | sha256 = "1qbm4xdl5hfkja683x546bncg3rqq8qv79w1m1a1wd48cqqzb6rm"; | |
216 | }; |
|
216 | }; | |
217 | meta = { |
|
217 | meta = { | |
218 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
218 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
219 | }; |
|
219 | }; | |
220 | }; |
|
220 | }; | |
221 | "click" = super.buildPythonPackage { |
|
221 | "click" = super.buildPythonPackage { | |
222 | name = "click-6.6"; |
|
222 | name = "click-6.6"; | |
223 | doCheck = false; |
|
223 | doCheck = false; | |
224 | src = fetchurl { |
|
224 | src = fetchurl { | |
225 | url = "https://files.pythonhosted.org/packages/7a/00/c14926d8232b36b08218067bcd5853caefb4737cda3f0a47437151344792/click-6.6.tar.gz"; |
|
225 | url = "https://files.pythonhosted.org/packages/7a/00/c14926d8232b36b08218067bcd5853caefb4737cda3f0a47437151344792/click-6.6.tar.gz"; | |
226 | sha256 = "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc"; |
|
226 | sha256 = "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc"; | |
227 | }; |
|
227 | }; | |
228 | meta = { |
|
228 | meta = { | |
229 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
229 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
230 | }; |
|
230 | }; | |
231 | }; |
|
231 | }; | |
232 | "colander" = super.buildPythonPackage { |
|
232 | "colander" = super.buildPythonPackage { | |
233 | name = "colander-1.5.1"; |
|
233 | name = "colander-1.5.1"; | |
234 | doCheck = false; |
|
234 | doCheck = false; | |
235 | propagatedBuildInputs = [ |
|
235 | propagatedBuildInputs = [ | |
236 | self."translationstring" |
|
236 | self."translationstring" | |
237 | self."iso8601" |
|
237 | self."iso8601" | |
238 | self."enum34" |
|
238 | self."enum34" | |
239 | ]; |
|
239 | ]; | |
240 | src = fetchurl { |
|
240 | src = fetchurl { | |
241 | url = "https://files.pythonhosted.org/packages/ec/d1/fcca811a0a692c69d27e36b4d11a73acb98b4bab48323442642b6fd4386d/colander-1.5.1.tar.gz"; |
|
241 | url = "https://files.pythonhosted.org/packages/ec/d1/fcca811a0a692c69d27e36b4d11a73acb98b4bab48323442642b6fd4386d/colander-1.5.1.tar.gz"; | |
242 | sha256 = "18ah4cwwxnpm6qxi6x9ipy51dal4spd343h44s5wd01cnhgrwsyq"; |
|
242 | sha256 = "18ah4cwwxnpm6qxi6x9ipy51dal4spd343h44s5wd01cnhgrwsyq"; | |
243 | }; |
|
243 | }; | |
244 | meta = { |
|
244 | meta = { | |
245 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
245 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
246 | }; |
|
246 | }; | |
247 | }; |
|
247 | }; | |
248 | "configobj" = super.buildPythonPackage { |
|
248 | "configobj" = super.buildPythonPackage { | |
249 | name = "configobj-5.0.6"; |
|
249 | name = "configobj-5.0.6"; | |
250 | doCheck = false; |
|
250 | doCheck = false; | |
251 | propagatedBuildInputs = [ |
|
251 | propagatedBuildInputs = [ | |
252 | self."six" |
|
252 | self."six" | |
253 | ]; |
|
253 | ]; | |
254 | src = fetchurl { |
|
254 | src = fetchurl { | |
255 | url = "https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c"; |
|
255 | url = "https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c"; | |
256 | sha256 = "1hhcxirwvg58grlfr177b3awhbq8hlx1l3lh69ifl1ki7lfd1s1x"; |
|
256 | sha256 = "1hhcxirwvg58grlfr177b3awhbq8hlx1l3lh69ifl1ki7lfd1s1x"; | |
257 | }; |
|
257 | }; | |
258 | meta = { |
|
258 | meta = { | |
259 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
259 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
260 | }; |
|
260 | }; | |
261 | }; |
|
261 | }; | |
262 | "configparser" = super.buildPythonPackage { |
|
262 | "configparser" = super.buildPythonPackage { | |
263 | name = "configparser-3.5.0"; |
|
263 | name = "configparser-3.5.0"; | |
264 | doCheck = false; |
|
264 | doCheck = false; | |
265 | src = fetchurl { |
|
265 | src = fetchurl { | |
266 | url = "https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz"; |
|
266 | url = "https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz"; | |
267 | sha256 = "0fi7vf09vi1588jd8f16a021m5y6ih2hy7rpbjb408xw45qb822k"; |
|
267 | sha256 = "0fi7vf09vi1588jd8f16a021m5y6ih2hy7rpbjb408xw45qb822k"; | |
268 | }; |
|
268 | }; | |
269 | meta = { |
|
269 | meta = { | |
270 | license = [ pkgs.lib.licenses.mit ]; |
|
270 | license = [ pkgs.lib.licenses.mit ]; | |
271 | }; |
|
271 | }; | |
272 | }; |
|
272 | }; | |
273 | "cov-core" = super.buildPythonPackage { |
|
273 | "cov-core" = super.buildPythonPackage { | |
274 | name = "cov-core-1.15.0"; |
|
274 | name = "cov-core-1.15.0"; | |
275 | doCheck = false; |
|
275 | doCheck = false; | |
276 | propagatedBuildInputs = [ |
|
276 | propagatedBuildInputs = [ | |
277 | self."coverage" |
|
277 | self."coverage" | |
278 | ]; |
|
278 | ]; | |
279 | src = fetchurl { |
|
279 | src = fetchurl { | |
280 | url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz"; |
|
280 | url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz"; | |
281 | sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a"; |
|
281 | sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a"; | |
282 | }; |
|
282 | }; | |
283 | meta = { |
|
283 | meta = { | |
284 | license = [ pkgs.lib.licenses.mit ]; |
|
284 | license = [ pkgs.lib.licenses.mit ]; | |
285 | }; |
|
285 | }; | |
286 | }; |
|
286 | }; | |
287 | "coverage" = super.buildPythonPackage { |
|
287 | "coverage" = super.buildPythonPackage { | |
288 | name = "coverage-4.5.1"; |
|
288 | name = "coverage-4.5.1"; | |
289 | doCheck = false; |
|
289 | doCheck = false; | |
290 | src = fetchurl { |
|
290 | src = fetchurl { | |
291 | url = "https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz"; |
|
291 | url = "https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz"; | |
292 | sha256 = "1wbrzpxka3xd4nmmkc6q0ir343d91kymwsm8pbmwa0d2a7q4ir2n"; |
|
292 | sha256 = "1wbrzpxka3xd4nmmkc6q0ir343d91kymwsm8pbmwa0d2a7q4ir2n"; | |
293 | }; |
|
293 | }; | |
294 | meta = { |
|
294 | meta = { | |
295 | license = [ pkgs.lib.licenses.asl20 ]; |
|
295 | license = [ pkgs.lib.licenses.asl20 ]; | |
296 | }; |
|
296 | }; | |
297 | }; |
|
297 | }; | |
298 | "cssselect" = super.buildPythonPackage { |
|
298 | "cssselect" = super.buildPythonPackage { | |
299 | name = "cssselect-1.0.3"; |
|
299 | name = "cssselect-1.0.3"; | |
300 | doCheck = false; |
|
300 | doCheck = false; | |
301 | src = fetchurl { |
|
301 | src = fetchurl { | |
302 | url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz"; |
|
302 | url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz"; | |
303 | sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86"; |
|
303 | sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86"; | |
304 | }; |
|
304 | }; | |
305 | meta = { |
|
305 | meta = { | |
306 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
306 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
307 | }; |
|
307 | }; | |
308 | }; |
|
308 | }; | |
309 | "decorator" = super.buildPythonPackage { |
|
309 | "decorator" = super.buildPythonPackage { | |
310 | name = "decorator-4.1.2"; |
|
310 | name = "decorator-4.1.2"; | |
311 | doCheck = false; |
|
311 | doCheck = false; | |
312 | src = fetchurl { |
|
312 | src = fetchurl { | |
313 | url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz"; |
|
313 | url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz"; | |
314 | sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw"; |
|
314 | sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw"; | |
315 | }; |
|
315 | }; | |
316 | meta = { |
|
316 | meta = { | |
317 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ]; |
|
317 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ]; | |
318 | }; |
|
318 | }; | |
319 | }; |
|
319 | }; | |
320 | "deform" = super.buildPythonPackage { |
|
320 | "deform" = super.buildPythonPackage { | |
321 | name = "deform-2.0.7"; |
|
321 | name = "deform-2.0.7"; | |
322 | doCheck = false; |
|
322 | doCheck = false; | |
323 | propagatedBuildInputs = [ |
|
323 | propagatedBuildInputs = [ | |
324 | self."chameleon" |
|
324 | self."chameleon" | |
325 | self."colander" |
|
325 | self."colander" | |
326 | self."iso8601" |
|
326 | self."iso8601" | |
327 | self."peppercorn" |
|
327 | self."peppercorn" | |
328 | self."translationstring" |
|
328 | self."translationstring" | |
329 | self."zope.deprecation" |
|
329 | self."zope.deprecation" | |
330 | ]; |
|
330 | ]; | |
331 | src = fetchurl { |
|
331 | src = fetchurl { | |
332 | url = "https://files.pythonhosted.org/packages/cf/a1/bc234527b8f181de9acd80e796483c00007658d1e32b7de78f1c2e004d9a/deform-2.0.7.tar.gz"; |
|
332 | url = "https://files.pythonhosted.org/packages/cf/a1/bc234527b8f181de9acd80e796483c00007658d1e32b7de78f1c2e004d9a/deform-2.0.7.tar.gz"; | |
333 | sha256 = "0jnpi0zr2hjvbmiz6nm33yqv976dn9lf51vhlzqc0i75xcr9rwig"; |
|
333 | sha256 = "0jnpi0zr2hjvbmiz6nm33yqv976dn9lf51vhlzqc0i75xcr9rwig"; | |
334 | }; |
|
334 | }; | |
335 | meta = { |
|
335 | meta = { | |
336 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
336 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
337 | }; |
|
337 | }; | |
338 | }; |
|
338 | }; | |
339 | "defusedxml" = super.buildPythonPackage { |
|
339 | "defusedxml" = super.buildPythonPackage { | |
340 | name = "defusedxml-0.5.0"; |
|
340 | name = "defusedxml-0.5.0"; | |
341 | doCheck = false; |
|
341 | doCheck = false; | |
342 | src = fetchurl { |
|
342 | src = fetchurl { | |
343 | url = "https://files.pythonhosted.org/packages/74/ba/4ba4e89e21b5a2e267d80736ea674609a0a33cc4435a6d748ef04f1f9374/defusedxml-0.5.0.tar.gz"; |
|
343 | url = "https://files.pythonhosted.org/packages/74/ba/4ba4e89e21b5a2e267d80736ea674609a0a33cc4435a6d748ef04f1f9374/defusedxml-0.5.0.tar.gz"; | |
344 | sha256 = "1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4"; |
|
344 | sha256 = "1x54n0h8hl92vvwyymx883fbqpqjwn2mc8fb383bcg3z9zwz5mr4"; | |
345 | }; |
|
345 | }; | |
346 | meta = { |
|
346 | meta = { | |
347 | license = [ pkgs.lib.licenses.psfl ]; |
|
347 | license = [ pkgs.lib.licenses.psfl ]; | |
348 | }; |
|
348 | }; | |
349 | }; |
|
349 | }; | |
350 | "dm.xmlsec.binding" = super.buildPythonPackage { |
|
350 | "dm.xmlsec.binding" = super.buildPythonPackage { | |
351 | name = "dm.xmlsec.binding-1.3.7"; |
|
351 | name = "dm.xmlsec.binding-1.3.7"; | |
352 | doCheck = false; |
|
352 | doCheck = false; | |
353 | propagatedBuildInputs = [ |
|
353 | propagatedBuildInputs = [ | |
354 | self."setuptools" |
|
354 | self."setuptools" | |
355 | self."lxml" |
|
355 | self."lxml" | |
356 | ]; |
|
356 | ]; | |
357 | src = fetchurl { |
|
357 | src = fetchurl { | |
358 | url = "https://files.pythonhosted.org/packages/2c/9e/7651982d50252692991acdae614af821fd6c79bc8dcd598ad71d55be8fc7/dm.xmlsec.binding-1.3.7.tar.gz"; |
|
358 | url = "https://files.pythonhosted.org/packages/2c/9e/7651982d50252692991acdae614af821fd6c79bc8dcd598ad71d55be8fc7/dm.xmlsec.binding-1.3.7.tar.gz"; | |
359 | sha256 = "03jjjscx1pz2nc0dwiw9nia02qbz1c6f0f9zkyr8fmvys2n5jkb3"; |
|
359 | sha256 = "03jjjscx1pz2nc0dwiw9nia02qbz1c6f0f9zkyr8fmvys2n5jkb3"; | |
360 | }; |
|
360 | }; | |
361 | meta = { |
|
361 | meta = { | |
362 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
362 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
363 | }; |
|
363 | }; | |
364 | }; |
|
364 | }; | |
365 | "docutils" = super.buildPythonPackage { |
|
365 | "docutils" = super.buildPythonPackage { | |
366 | name = "docutils-0.14"; |
|
366 | name = "docutils-0.14"; | |
367 | doCheck = false; |
|
367 | doCheck = false; | |
368 | src = fetchurl { |
|
368 | src = fetchurl { | |
369 | url = "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz"; |
|
369 | url = "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz"; | |
370 | sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji"; |
|
370 | sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji"; | |
371 | }; |
|
371 | }; | |
372 | meta = { |
|
372 | meta = { | |
373 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ]; |
|
373 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ]; | |
374 | }; |
|
374 | }; | |
375 | }; |
|
375 | }; | |
376 | "dogpile.cache" = super.buildPythonPackage { |
|
376 | "dogpile.cache" = super.buildPythonPackage { | |
377 | name = "dogpile.cache-0.6.7"; |
|
377 | name = "dogpile.cache-0.6.7"; | |
378 | doCheck = false; |
|
378 | doCheck = false; | |
379 | src = fetchurl { |
|
379 | src = fetchurl { | |
380 | url = "https://files.pythonhosted.org/packages/ee/bd/440da735a11c6087eed7cc8747fc4b995cbac2464168682f8ee1c8e43844/dogpile.cache-0.6.7.tar.gz"; |
|
380 | url = "https://files.pythonhosted.org/packages/ee/bd/440da735a11c6087eed7cc8747fc4b995cbac2464168682f8ee1c8e43844/dogpile.cache-0.6.7.tar.gz"; | |
381 | sha256 = "1aw8rx8vhb75y7zc6gi67g21sw057jdx7i8m3jq7kf3nqavxx9zw"; |
|
381 | sha256 = "1aw8rx8vhb75y7zc6gi67g21sw057jdx7i8m3jq7kf3nqavxx9zw"; | |
382 | }; |
|
382 | }; | |
383 | meta = { |
|
383 | meta = { | |
384 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
384 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
385 | }; |
|
385 | }; | |
386 | }; |
|
386 | }; | |
387 | "dogpile.core" = super.buildPythonPackage { |
|
387 | "dogpile.core" = super.buildPythonPackage { | |
388 | name = "dogpile.core-0.4.1"; |
|
388 | name = "dogpile.core-0.4.1"; | |
389 | doCheck = false; |
|
389 | doCheck = false; | |
390 | src = fetchurl { |
|
390 | src = fetchurl { | |
391 | url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz"; |
|
391 | url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz"; | |
392 | sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy"; |
|
392 | sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy"; | |
393 | }; |
|
393 | }; | |
394 | meta = { |
|
394 | meta = { | |
395 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
395 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
396 | }; |
|
396 | }; | |
397 | }; |
|
397 | }; | |
398 | "ecdsa" = super.buildPythonPackage { |
|
398 | "ecdsa" = super.buildPythonPackage { | |
399 | name = "ecdsa-0.13"; |
|
399 | name = "ecdsa-0.13"; | |
400 | doCheck = false; |
|
400 | doCheck = false; | |
401 | src = fetchurl { |
|
401 | src = fetchurl { | |
402 | url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz"; |
|
402 | url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz"; | |
403 | sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4"; |
|
403 | sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4"; | |
404 | }; |
|
404 | }; | |
405 | meta = { |
|
405 | meta = { | |
406 | license = [ pkgs.lib.licenses.mit ]; |
|
406 | license = [ pkgs.lib.licenses.mit ]; | |
407 | }; |
|
407 | }; | |
408 | }; |
|
408 | }; | |
409 | "elasticsearch" = super.buildPythonPackage { |
|
409 | "elasticsearch" = super.buildPythonPackage { | |
410 | name = "elasticsearch-2.3.0"; |
|
410 | name = "elasticsearch-2.3.0"; | |
411 | doCheck = false; |
|
411 | doCheck = false; | |
412 | propagatedBuildInputs = [ |
|
412 | propagatedBuildInputs = [ | |
413 | self."urllib3" |
|
413 | self."urllib3" | |
414 | ]; |
|
414 | ]; | |
415 | src = fetchurl { |
|
415 | src = fetchurl { | |
416 | url = "https://files.pythonhosted.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz"; |
|
416 | url = "https://files.pythonhosted.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz"; | |
417 | sha256 = "10ad2dk73xsys9vajwsncibs69asa63w1hgwz6lz1prjpyi80c5y"; |
|
417 | sha256 = "10ad2dk73xsys9vajwsncibs69asa63w1hgwz6lz1prjpyi80c5y"; | |
418 | }; |
|
418 | }; | |
419 | meta = { |
|
419 | meta = { | |
420 | license = [ pkgs.lib.licenses.asl20 ]; |
|
420 | license = [ pkgs.lib.licenses.asl20 ]; | |
421 | }; |
|
421 | }; | |
422 | }; |
|
422 | }; | |
423 | "elasticsearch-dsl" = super.buildPythonPackage { |
|
423 | "elasticsearch-dsl" = super.buildPythonPackage { | |
424 | name = "elasticsearch-dsl-2.2.0"; |
|
424 | name = "elasticsearch-dsl-2.2.0"; | |
425 | doCheck = false; |
|
425 | doCheck = false; | |
426 | propagatedBuildInputs = [ |
|
426 | propagatedBuildInputs = [ | |
427 | self."six" |
|
427 | self."six" | |
428 | self."python-dateutil" |
|
428 | self."python-dateutil" | |
429 | self."elasticsearch" |
|
429 | self."elasticsearch" | |
430 | ]; |
|
430 | ]; | |
431 | src = fetchurl { |
|
431 | src = fetchurl { | |
432 | url = "https://files.pythonhosted.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz"; |
|
432 | url = "https://files.pythonhosted.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz"; | |
433 | sha256 = "1g4kxzxsdwlsl2a9kscmx11pafgimhj7y8wrfksv8pgvpkfb9fwr"; |
|
433 | sha256 = "1g4kxzxsdwlsl2a9kscmx11pafgimhj7y8wrfksv8pgvpkfb9fwr"; | |
434 | }; |
|
434 | }; | |
435 | meta = { |
|
435 | meta = { | |
436 | license = [ pkgs.lib.licenses.asl20 ]; |
|
436 | license = [ pkgs.lib.licenses.asl20 ]; | |
437 | }; |
|
437 | }; | |
438 | }; |
|
438 | }; | |
439 | "entrypoints" = super.buildPythonPackage { |
|
439 | "entrypoints" = super.buildPythonPackage { | |
440 | name = "entrypoints-0.2.2"; |
|
440 | name = "entrypoints-0.2.2"; | |
441 | doCheck = false; |
|
441 | doCheck = false; | |
442 | propagatedBuildInputs = [ |
|
442 | propagatedBuildInputs = [ | |
443 | self."configparser" |
|
443 | self."configparser" | |
444 | ]; |
|
444 | ]; | |
445 | src = fetchurl { |
|
445 | src = fetchurl { | |
446 | url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313"; |
|
446 | url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313"; | |
447 | sha256 = "0bihrdp8ahsys437kxdhk52gz6kib8rxjv71i93wkw7594fcaxll"; |
|
447 | sha256 = "0bihrdp8ahsys437kxdhk52gz6kib8rxjv71i93wkw7594fcaxll"; | |
448 | }; |
|
448 | }; | |
449 | meta = { |
|
449 | meta = { | |
450 | license = [ pkgs.lib.licenses.mit ]; |
|
450 | license = [ pkgs.lib.licenses.mit ]; | |
451 | }; |
|
451 | }; | |
452 | }; |
|
452 | }; | |
453 | "enum34" = super.buildPythonPackage { |
|
453 | "enum34" = super.buildPythonPackage { | |
454 | name = "enum34-1.1.6"; |
|
454 | name = "enum34-1.1.6"; | |
455 | doCheck = false; |
|
455 | doCheck = false; | |
456 | src = fetchurl { |
|
456 | src = fetchurl { | |
457 | url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz"; |
|
457 | url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz"; | |
458 | sha256 = "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a"; |
|
458 | sha256 = "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a"; | |
459 | }; |
|
459 | }; | |
460 | meta = { |
|
460 | meta = { | |
461 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
461 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
462 | }; |
|
462 | }; | |
463 | }; |
|
463 | }; | |
464 | "formencode" = super.buildPythonPackage { |
|
464 | "formencode" = super.buildPythonPackage { | |
465 | name = "formencode-1.2.4"; |
|
465 | name = "formencode-1.2.4"; | |
466 | doCheck = false; |
|
466 | doCheck = false; | |
467 | src = fetchurl { |
|
467 | src = fetchurl { | |
468 | url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz"; |
|
468 | url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz"; | |
469 | sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42"; |
|
469 | sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42"; | |
470 | }; |
|
470 | }; | |
471 | meta = { |
|
471 | meta = { | |
472 | license = [ pkgs.lib.licenses.psfl ]; |
|
472 | license = [ pkgs.lib.licenses.psfl ]; | |
473 | }; |
|
473 | }; | |
474 | }; |
|
474 | }; | |
475 | "funcsigs" = super.buildPythonPackage { |
|
475 | "funcsigs" = super.buildPythonPackage { | |
476 | name = "funcsigs-1.0.2"; |
|
476 | name = "funcsigs-1.0.2"; | |
477 | doCheck = false; |
|
477 | doCheck = false; | |
478 | src = fetchurl { |
|
478 | src = fetchurl { | |
479 | url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz"; |
|
479 | url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz"; | |
480 | sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7"; |
|
480 | sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7"; | |
481 | }; |
|
481 | }; | |
482 | meta = { |
|
482 | meta = { | |
483 | license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ]; |
|
483 | license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ]; | |
484 | }; |
|
484 | }; | |
485 | }; |
|
485 | }; | |
486 | "functools32" = super.buildPythonPackage { |
|
486 | "functools32" = super.buildPythonPackage { | |
487 | name = "functools32-3.2.3.post2"; |
|
487 | name = "functools32-3.2.3.post2"; | |
488 | doCheck = false; |
|
488 | doCheck = false; | |
489 | src = fetchurl { |
|
489 | src = fetchurl { | |
490 | url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz"; |
|
490 | url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz"; | |
491 | sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn"; |
|
491 | sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn"; | |
492 | }; |
|
492 | }; | |
493 | meta = { |
|
493 | meta = { | |
494 | license = [ pkgs.lib.licenses.psfl ]; |
|
494 | license = [ pkgs.lib.licenses.psfl ]; | |
495 | }; |
|
495 | }; | |
496 | }; |
|
496 | }; | |
497 | "future" = super.buildPythonPackage { |
|
497 | "future" = super.buildPythonPackage { | |
498 | name = "future-0.14.3"; |
|
498 | name = "future-0.14.3"; | |
499 | doCheck = false; |
|
499 | doCheck = false; | |
500 | src = fetchurl { |
|
500 | src = fetchurl { | |
501 | url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz"; |
|
501 | url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz"; | |
502 | sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2"; |
|
502 | sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2"; | |
503 | }; |
|
503 | }; | |
504 | meta = { |
|
504 | meta = { | |
505 | license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ]; |
|
505 | license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ]; | |
506 | }; |
|
506 | }; | |
507 | }; |
|
507 | }; | |
508 | "futures" = super.buildPythonPackage { |
|
508 | "futures" = super.buildPythonPackage { | |
509 | name = "futures-3.0.2"; |
|
509 | name = "futures-3.0.2"; | |
510 | doCheck = false; |
|
510 | doCheck = false; | |
511 | src = fetchurl { |
|
511 | src = fetchurl { | |
512 | url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz"; |
|
512 | url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz"; | |
513 | sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw"; |
|
513 | sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw"; | |
514 | }; |
|
514 | }; | |
515 | meta = { |
|
515 | meta = { | |
516 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
516 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
517 | }; |
|
517 | }; | |
518 | }; |
|
518 | }; | |
519 | "gevent" = super.buildPythonPackage { |
|
519 | "gevent" = super.buildPythonPackage { | |
520 | name = "gevent-1.3.7"; |
|
520 | name = "gevent-1.3.7"; | |
521 | doCheck = false; |
|
521 | doCheck = false; | |
522 | propagatedBuildInputs = [ |
|
522 | propagatedBuildInputs = [ | |
523 | self."greenlet" |
|
523 | self."greenlet" | |
524 | ]; |
|
524 | ]; | |
525 | src = fetchurl { |
|
525 | src = fetchurl { | |
526 | url = "https://files.pythonhosted.org/packages/10/c1/9499b146bfa43aa4f1e0ed1bab1bd3209a4861d25650c11725036c731cf5/gevent-1.3.7.tar.gz"; |
|
526 | url = "https://files.pythonhosted.org/packages/10/c1/9499b146bfa43aa4f1e0ed1bab1bd3209a4861d25650c11725036c731cf5/gevent-1.3.7.tar.gz"; | |
527 | sha256 = "0b0fr04qdk1p4sniv87fh8z5psac60x01pv054kpgi94520g81iz"; |
|
527 | sha256 = "0b0fr04qdk1p4sniv87fh8z5psac60x01pv054kpgi94520g81iz"; | |
528 | }; |
|
528 | }; | |
529 | meta = { |
|
529 | meta = { | |
530 | license = [ pkgs.lib.licenses.mit ]; |
|
530 | license = [ pkgs.lib.licenses.mit ]; | |
531 | }; |
|
531 | }; | |
532 | }; |
|
532 | }; | |
533 | "gnureadline" = super.buildPythonPackage { |
|
533 | "gnureadline" = super.buildPythonPackage { | |
534 | name = "gnureadline-6.3.8"; |
|
534 | name = "gnureadline-6.3.8"; | |
535 | doCheck = false; |
|
535 | doCheck = false; | |
536 | src = fetchurl { |
|
536 | src = fetchurl { | |
537 | url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz"; |
|
537 | url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz"; | |
538 | sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq"; |
|
538 | sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq"; | |
539 | }; |
|
539 | }; | |
540 | meta = { |
|
540 | meta = { | |
541 | license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ]; |
|
541 | license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ]; | |
542 | }; |
|
542 | }; | |
543 | }; |
|
543 | }; | |
544 | "gprof2dot" = super.buildPythonPackage { |
|
544 | "gprof2dot" = super.buildPythonPackage { | |
545 | name = "gprof2dot-2017.9.19"; |
|
545 | name = "gprof2dot-2017.9.19"; | |
546 | doCheck = false; |
|
546 | doCheck = false; | |
547 | src = fetchurl { |
|
547 | src = fetchurl { | |
548 | url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz"; |
|
548 | url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz"; | |
549 | sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f"; |
|
549 | sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f"; | |
550 | }; |
|
550 | }; | |
551 | meta = { |
|
551 | meta = { | |
552 | license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ]; |
|
552 | license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ]; | |
553 | }; |
|
553 | }; | |
554 | }; |
|
554 | }; | |
555 | "greenlet" = super.buildPythonPackage { |
|
555 | "greenlet" = super.buildPythonPackage { | |
556 | name = "greenlet-0.4.15"; |
|
556 | name = "greenlet-0.4.15"; | |
557 | doCheck = false; |
|
557 | doCheck = false; | |
558 | src = fetchurl { |
|
558 | src = fetchurl { | |
559 | url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz"; |
|
559 | url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz"; | |
560 | sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll"; |
|
560 | sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll"; | |
561 | }; |
|
561 | }; | |
562 | meta = { |
|
562 | meta = { | |
563 | license = [ pkgs.lib.licenses.mit ]; |
|
563 | license = [ pkgs.lib.licenses.mit ]; | |
564 | }; |
|
564 | }; | |
565 | }; |
|
565 | }; | |
566 | "gunicorn" = super.buildPythonPackage { |
|
566 | "gunicorn" = super.buildPythonPackage { | |
567 | name = "gunicorn-19.9.0"; |
|
567 | name = "gunicorn-19.9.0"; | |
568 | doCheck = false; |
|
568 | doCheck = false; | |
569 | src = fetchurl { |
|
569 | src = fetchurl { | |
570 | url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz"; |
|
570 | url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz"; | |
571 | sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps"; |
|
571 | sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps"; | |
572 | }; |
|
572 | }; | |
573 | meta = { |
|
573 | meta = { | |
574 | license = [ pkgs.lib.licenses.mit ]; |
|
574 | license = [ pkgs.lib.licenses.mit ]; | |
575 | }; |
|
575 | }; | |
576 | }; |
|
576 | }; | |
577 | "hupper" = super.buildPythonPackage { |
|
577 | "hupper" = super.buildPythonPackage { | |
578 | name = "hupper-1.4.2"; |
|
578 | name = "hupper-1.4.2"; | |
579 | doCheck = false; |
|
579 | doCheck = false; | |
580 | src = fetchurl { |
|
580 | src = fetchurl { | |
581 | url = "https://files.pythonhosted.org/packages/f1/75/1915dc7650b4867fa3049256e24ca8eddb5989998fcec788cf52b9812dfc/hupper-1.4.2.tar.gz"; |
|
581 | url = "https://files.pythonhosted.org/packages/f1/75/1915dc7650b4867fa3049256e24ca8eddb5989998fcec788cf52b9812dfc/hupper-1.4.2.tar.gz"; | |
582 | sha256 = "16vb9fkiaakdpcp6pn56h3w0dwvm67bxq2k2dv4i382qhqwphdzb"; |
|
582 | sha256 = "16vb9fkiaakdpcp6pn56h3w0dwvm67bxq2k2dv4i382qhqwphdzb"; | |
583 | }; |
|
583 | }; | |
584 | meta = { |
|
584 | meta = { | |
585 | license = [ pkgs.lib.licenses.mit ]; |
|
585 | license = [ pkgs.lib.licenses.mit ]; | |
586 | }; |
|
586 | }; | |
587 | }; |
|
587 | }; | |
588 | "infrae.cache" = super.buildPythonPackage { |
|
588 | "infrae.cache" = super.buildPythonPackage { | |
589 | name = "infrae.cache-1.0.1"; |
|
589 | name = "infrae.cache-1.0.1"; | |
590 | doCheck = false; |
|
590 | doCheck = false; | |
591 | propagatedBuildInputs = [ |
|
591 | propagatedBuildInputs = [ | |
592 | self."beaker" |
|
592 | self."beaker" | |
593 | self."repoze.lru" |
|
593 | self."repoze.lru" | |
594 | ]; |
|
594 | ]; | |
595 | src = fetchurl { |
|
595 | src = fetchurl { | |
596 | url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz"; |
|
596 | url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz"; | |
597 | sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4"; |
|
597 | sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4"; | |
598 | }; |
|
598 | }; | |
599 | meta = { |
|
599 | meta = { | |
600 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
600 | license = [ pkgs.lib.licenses.zpl21 ]; | |
601 | }; |
|
601 | }; | |
602 | }; |
|
602 | }; | |
603 | "invoke" = super.buildPythonPackage { |
|
603 | "invoke" = super.buildPythonPackage { | |
604 | name = "invoke-0.13.0"; |
|
604 | name = "invoke-0.13.0"; | |
605 | doCheck = false; |
|
605 | doCheck = false; | |
606 | src = fetchurl { |
|
606 | src = fetchurl { | |
607 | url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz"; |
|
607 | url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz"; | |
608 | sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s"; |
|
608 | sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s"; | |
609 | }; |
|
609 | }; | |
610 | meta = { |
|
610 | meta = { | |
611 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
611 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
612 | }; |
|
612 | }; | |
613 | }; |
|
613 | }; | |
614 | "ipaddress" = super.buildPythonPackage { |
|
614 | "ipaddress" = super.buildPythonPackage { | |
615 | name = "ipaddress-1.0.22"; |
|
615 | name = "ipaddress-1.0.22"; | |
616 | doCheck = false; |
|
616 | doCheck = false; | |
617 | src = fetchurl { |
|
617 | src = fetchurl { | |
618 | url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz"; |
|
618 | url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz"; | |
619 | sha256 = "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi"; |
|
619 | sha256 = "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi"; | |
620 | }; |
|
620 | }; | |
621 | meta = { |
|
621 | meta = { | |
622 | license = [ pkgs.lib.licenses.psfl ]; |
|
622 | license = [ pkgs.lib.licenses.psfl ]; | |
623 | }; |
|
623 | }; | |
624 | }; |
|
624 | }; | |
625 | "ipdb" = super.buildPythonPackage { |
|
625 | "ipdb" = super.buildPythonPackage { | |
626 | name = "ipdb-0.11"; |
|
626 | name = "ipdb-0.11"; | |
627 | doCheck = false; |
|
627 | doCheck = false; | |
628 | propagatedBuildInputs = [ |
|
628 | propagatedBuildInputs = [ | |
629 | self."setuptools" |
|
629 | self."setuptools" | |
630 | self."ipython" |
|
630 | self."ipython" | |
631 | ]; |
|
631 | ]; | |
632 | src = fetchurl { |
|
632 | src = fetchurl { | |
633 | url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz"; |
|
633 | url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz"; | |
634 | sha256 = "02m0l8wrhhd3z7dg3czn5ys1g5pxib516hpshdzp7rxzsxgcd0bh"; |
|
634 | sha256 = "02m0l8wrhhd3z7dg3czn5ys1g5pxib516hpshdzp7rxzsxgcd0bh"; | |
635 | }; |
|
635 | }; | |
636 | meta = { |
|
636 | meta = { | |
637 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
637 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
638 | }; |
|
638 | }; | |
639 | }; |
|
639 | }; | |
640 | "ipython" = super.buildPythonPackage { |
|
640 | "ipython" = super.buildPythonPackage { | |
641 | name = "ipython-5.1.0"; |
|
641 | name = "ipython-5.1.0"; | |
642 | doCheck = false; |
|
642 | doCheck = false; | |
643 | propagatedBuildInputs = [ |
|
643 | propagatedBuildInputs = [ | |
644 | self."setuptools" |
|
644 | self."setuptools" | |
645 | self."decorator" |
|
645 | self."decorator" | |
646 | self."pickleshare" |
|
646 | self."pickleshare" | |
647 | self."simplegeneric" |
|
647 | self."simplegeneric" | |
648 | self."traitlets" |
|
648 | self."traitlets" | |
649 | self."prompt-toolkit" |
|
649 | self."prompt-toolkit" | |
650 | self."pygments" |
|
650 | self."pygments" | |
651 | self."pexpect" |
|
651 | self."pexpect" | |
652 | self."backports.shutil-get-terminal-size" |
|
652 | self."backports.shutil-get-terminal-size" | |
653 | self."pathlib2" |
|
653 | self."pathlib2" | |
654 | self."pexpect" |
|
654 | self."pexpect" | |
655 | ]; |
|
655 | ]; | |
656 | src = fetchurl { |
|
656 | src = fetchurl { | |
657 | url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz"; |
|
657 | url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz"; | |
658 | sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y"; |
|
658 | sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y"; | |
659 | }; |
|
659 | }; | |
660 | meta = { |
|
660 | meta = { | |
661 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
661 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
662 | }; |
|
662 | }; | |
663 | }; |
|
663 | }; | |
664 | "ipython-genutils" = super.buildPythonPackage { |
|
664 | "ipython-genutils" = super.buildPythonPackage { | |
665 | name = "ipython-genutils-0.2.0"; |
|
665 | name = "ipython-genutils-0.2.0"; | |
666 | doCheck = false; |
|
666 | doCheck = false; | |
667 | src = fetchurl { |
|
667 | src = fetchurl { | |
668 | url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz"; |
|
668 | url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz"; | |
669 | sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb"; |
|
669 | sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb"; | |
670 | }; |
|
670 | }; | |
671 | meta = { |
|
671 | meta = { | |
672 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
672 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
673 | }; |
|
673 | }; | |
674 | }; |
|
674 | }; | |
675 | "iso8601" = super.buildPythonPackage { |
|
675 | "iso8601" = super.buildPythonPackage { | |
676 | name = "iso8601-0.1.11"; |
|
676 | name = "iso8601-0.1.11"; | |
677 | doCheck = false; |
|
677 | doCheck = false; | |
678 | src = fetchurl { |
|
678 | src = fetchurl { | |
679 | url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz"; |
|
679 | url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz"; | |
680 | sha256 = "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8"; |
|
680 | sha256 = "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8"; | |
681 | }; |
|
681 | }; | |
682 | meta = { |
|
682 | meta = { | |
683 | license = [ pkgs.lib.licenses.mit ]; |
|
683 | license = [ pkgs.lib.licenses.mit ]; | |
684 | }; |
|
684 | }; | |
685 | }; |
|
685 | }; | |
686 | "isodate" = super.buildPythonPackage { |
|
686 | "isodate" = super.buildPythonPackage { | |
687 | name = "isodate-0.6.0"; |
|
687 | name = "isodate-0.6.0"; | |
688 | doCheck = false; |
|
688 | doCheck = false; | |
689 | propagatedBuildInputs = [ |
|
689 | propagatedBuildInputs = [ | |
690 | self."six" |
|
690 | self."six" | |
691 | ]; |
|
691 | ]; | |
692 | src = fetchurl { |
|
692 | src = fetchurl { | |
693 | url = "https://files.pythonhosted.org/packages/b1/80/fb8c13a4cd38eb5021dc3741a9e588e4d1de88d895c1910c6fc8a08b7a70/isodate-0.6.0.tar.gz"; |
|
693 | url = "https://files.pythonhosted.org/packages/b1/80/fb8c13a4cd38eb5021dc3741a9e588e4d1de88d895c1910c6fc8a08b7a70/isodate-0.6.0.tar.gz"; | |
694 | sha256 = "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif"; |
|
694 | sha256 = "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif"; | |
695 | }; |
|
695 | }; | |
696 | meta = { |
|
696 | meta = { | |
697 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
697 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
698 | }; |
|
698 | }; | |
699 | }; |
|
699 | }; | |
700 | "itsdangerous" = super.buildPythonPackage { |
|
700 | "itsdangerous" = super.buildPythonPackage { | |
701 | name = "itsdangerous-0.24"; |
|
701 | name = "itsdangerous-0.24"; | |
702 | doCheck = false; |
|
702 | doCheck = false; | |
703 | src = fetchurl { |
|
703 | src = fetchurl { | |
704 | url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz"; |
|
704 | url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz"; | |
705 | sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb"; |
|
705 | sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb"; | |
706 | }; |
|
706 | }; | |
707 | meta = { |
|
707 | meta = { | |
708 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
708 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
709 | }; |
|
709 | }; | |
710 | }; |
|
710 | }; | |
711 | "jinja2" = super.buildPythonPackage { |
|
711 | "jinja2" = super.buildPythonPackage { | |
712 | name = "jinja2-2.9.6"; |
|
712 | name = "jinja2-2.9.6"; | |
713 | doCheck = false; |
|
713 | doCheck = false; | |
714 | propagatedBuildInputs = [ |
|
714 | propagatedBuildInputs = [ | |
715 | self."markupsafe" |
|
715 | self."markupsafe" | |
716 | ]; |
|
716 | ]; | |
717 | src = fetchurl { |
|
717 | src = fetchurl { | |
718 | url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz"; |
|
718 | url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz"; | |
719 | sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx"; |
|
719 | sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx"; | |
720 | }; |
|
720 | }; | |
721 | meta = { |
|
721 | meta = { | |
722 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
722 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
723 | }; |
|
723 | }; | |
724 | }; |
|
724 | }; | |
725 | "jsonschema" = super.buildPythonPackage { |
|
725 | "jsonschema" = super.buildPythonPackage { | |
726 | name = "jsonschema-2.6.0"; |
|
726 | name = "jsonschema-2.6.0"; | |
727 | doCheck = false; |
|
727 | doCheck = false; | |
728 | propagatedBuildInputs = [ |
|
728 | propagatedBuildInputs = [ | |
729 | self."functools32" |
|
729 | self."functools32" | |
730 | ]; |
|
730 | ]; | |
731 | src = fetchurl { |
|
731 | src = fetchurl { | |
732 | url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz"; |
|
732 | url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz"; | |
733 | sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg"; |
|
733 | sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg"; | |
734 | }; |
|
734 | }; | |
735 | meta = { |
|
735 | meta = { | |
736 | license = [ pkgs.lib.licenses.mit ]; |
|
736 | license = [ pkgs.lib.licenses.mit ]; | |
737 | }; |
|
737 | }; | |
738 | }; |
|
738 | }; | |
739 | "jupyter-client" = super.buildPythonPackage { |
|
739 | "jupyter-client" = super.buildPythonPackage { | |
740 | name = "jupyter-client-5.0.0"; |
|
740 | name = "jupyter-client-5.0.0"; | |
741 | doCheck = false; |
|
741 | doCheck = false; | |
742 | propagatedBuildInputs = [ |
|
742 | propagatedBuildInputs = [ | |
743 | self."traitlets" |
|
743 | self."traitlets" | |
744 | self."jupyter-core" |
|
744 | self."jupyter-core" | |
745 | self."pyzmq" |
|
745 | self."pyzmq" | |
746 | self."python-dateutil" |
|
746 | self."python-dateutil" | |
747 | ]; |
|
747 | ]; | |
748 | src = fetchurl { |
|
748 | src = fetchurl { | |
749 | url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz"; |
|
749 | url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz"; | |
750 | sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7"; |
|
750 | sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7"; | |
751 | }; |
|
751 | }; | |
752 | meta = { |
|
752 | meta = { | |
753 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
753 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
754 | }; |
|
754 | }; | |
755 | }; |
|
755 | }; | |
756 | "jupyter-core" = super.buildPythonPackage { |
|
756 | "jupyter-core" = super.buildPythonPackage { | |
757 | name = "jupyter-core-4.4.0"; |
|
757 | name = "jupyter-core-4.4.0"; | |
758 | doCheck = false; |
|
758 | doCheck = false; | |
759 | propagatedBuildInputs = [ |
|
759 | propagatedBuildInputs = [ | |
760 | self."traitlets" |
|
760 | self."traitlets" | |
761 | ]; |
|
761 | ]; | |
762 | src = fetchurl { |
|
762 | src = fetchurl { | |
763 | url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz"; |
|
763 | url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz"; | |
764 | sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s"; |
|
764 | sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s"; | |
765 | }; |
|
765 | }; | |
766 | meta = { |
|
766 | meta = { | |
767 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
767 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
768 | }; |
|
768 | }; | |
769 | }; |
|
769 | }; | |
770 | "kombu" = super.buildPythonPackage { |
|
770 | "kombu" = super.buildPythonPackage { | |
771 | name = "kombu-4.2.0"; |
|
771 | name = "kombu-4.2.0"; | |
772 | doCheck = false; |
|
772 | doCheck = false; | |
773 | propagatedBuildInputs = [ |
|
773 | propagatedBuildInputs = [ | |
774 | self."amqp" |
|
774 | self."amqp" | |
775 | ]; |
|
775 | ]; | |
776 | src = fetchurl { |
|
776 | src = fetchurl { | |
777 | url = "https://files.pythonhosted.org/packages/ab/b1/46a7a8babf5e60f3b2ca081a100af8edfcf132078a726375f52a054e70cf/kombu-4.2.0.tar.gz"; |
|
777 | url = "https://files.pythonhosted.org/packages/ab/b1/46a7a8babf5e60f3b2ca081a100af8edfcf132078a726375f52a054e70cf/kombu-4.2.0.tar.gz"; | |
778 | sha256 = "1yz19qlqf0inl1mnwlpq9j6kj9r67clpy0xg99phyg4329rw80fn"; |
|
778 | sha256 = "1yz19qlqf0inl1mnwlpq9j6kj9r67clpy0xg99phyg4329rw80fn"; | |
779 | }; |
|
779 | }; | |
780 | meta = { |
|
780 | meta = { | |
781 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
781 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
782 | }; |
|
782 | }; | |
783 | }; |
|
783 | }; | |
784 | "lxml" = super.buildPythonPackage { |
|
784 | "lxml" = super.buildPythonPackage { | |
785 | name = "lxml-4.2.5"; |
|
785 | name = "lxml-4.2.5"; | |
786 | doCheck = false; |
|
786 | doCheck = false; | |
787 | src = fetchurl { |
|
787 | src = fetchurl { | |
788 | url = "https://files.pythonhosted.org/packages/4b/20/ddf5eb3bd5c57582d2b4652b4bbcf8da301bdfe5d805cb94e805f4d7464d/lxml-4.2.5.tar.gz"; |
|
788 | url = "https://files.pythonhosted.org/packages/4b/20/ddf5eb3bd5c57582d2b4652b4bbcf8da301bdfe5d805cb94e805f4d7464d/lxml-4.2.5.tar.gz"; | |
789 | sha256 = "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin"; |
|
789 | sha256 = "0zw0y9hs0nflxhl9cs6ipwwh53szi3w2x06wl0k9cylyqac0cwin"; | |
790 | }; |
|
790 | }; | |
791 | meta = { |
|
791 | meta = { | |
792 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
792 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
793 | }; |
|
793 | }; | |
794 | }; |
|
794 | }; | |
795 | "mako" = super.buildPythonPackage { |
|
795 | "mako" = super.buildPythonPackage { | |
796 | name = "mako-1.0.7"; |
|
796 | name = "mako-1.0.7"; | |
797 | doCheck = false; |
|
797 | doCheck = false; | |
798 | propagatedBuildInputs = [ |
|
798 | propagatedBuildInputs = [ | |
799 | self."markupsafe" |
|
799 | self."markupsafe" | |
800 | ]; |
|
800 | ]; | |
801 | src = fetchurl { |
|
801 | src = fetchurl { | |
802 | url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz"; |
|
802 | url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz"; | |
803 | sha256 = "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf"; |
|
803 | sha256 = "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf"; | |
804 | }; |
|
804 | }; | |
805 | meta = { |
|
805 | meta = { | |
806 | license = [ pkgs.lib.licenses.mit ]; |
|
806 | license = [ pkgs.lib.licenses.mit ]; | |
807 | }; |
|
807 | }; | |
808 | }; |
|
808 | }; | |
809 | "markdown" = super.buildPythonPackage { |
|
809 | "markdown" = super.buildPythonPackage { | |
810 | name = "markdown-2.6.11"; |
|
810 | name = "markdown-2.6.11"; | |
811 | doCheck = false; |
|
811 | doCheck = false; | |
812 | src = fetchurl { |
|
812 | src = fetchurl { | |
813 | url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz"; |
|
813 | url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz"; | |
814 | sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8"; |
|
814 | sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8"; | |
815 | }; |
|
815 | }; | |
816 | meta = { |
|
816 | meta = { | |
817 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
817 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
818 | }; |
|
818 | }; | |
819 | }; |
|
819 | }; | |
820 | "markupsafe" = super.buildPythonPackage { |
|
820 | "markupsafe" = super.buildPythonPackage { | |
821 | name = "markupsafe-1.0"; |
|
821 | name = "markupsafe-1.0"; | |
822 | doCheck = false; |
|
822 | doCheck = false; | |
823 | src = fetchurl { |
|
823 | src = fetchurl { | |
824 | url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz"; |
|
824 | url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz"; | |
825 | sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"; |
|
825 | sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6"; | |
826 | }; |
|
826 | }; | |
827 | meta = { |
|
827 | meta = { | |
828 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
828 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
829 | }; |
|
829 | }; | |
830 | }; |
|
830 | }; | |
831 | "meld3" = super.buildPythonPackage { |
|
831 | "meld3" = super.buildPythonPackage { | |
832 | name = "meld3-1.0.2"; |
|
832 | name = "meld3-1.0.2"; | |
833 | doCheck = false; |
|
833 | doCheck = false; | |
834 | src = fetchurl { |
|
834 | src = fetchurl { | |
835 | url = "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz"; |
|
835 | url = "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz"; | |
836 | sha256 = "0n4mkwlpsqnmn0dm0wm5hn9nkda0nafl0jdy5sdl5977znh59dzp"; |
|
836 | sha256 = "0n4mkwlpsqnmn0dm0wm5hn9nkda0nafl0jdy5sdl5977znh59dzp"; | |
837 | }; |
|
837 | }; | |
838 | meta = { |
|
838 | meta = { | |
839 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
839 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
840 | }; |
|
840 | }; | |
841 | }; |
|
841 | }; | |
842 | "mistune" = super.buildPythonPackage { |
|
842 | "mistune" = super.buildPythonPackage { | |
843 | name = "mistune-0.8.4"; |
|
843 | name = "mistune-0.8.4"; | |
844 | doCheck = false; |
|
844 | doCheck = false; | |
845 | src = fetchurl { |
|
845 | src = fetchurl { | |
846 | url = "https://files.pythonhosted.org/packages/2d/a4/509f6e7783ddd35482feda27bc7f72e65b5e7dc910eca4ab2164daf9c577/mistune-0.8.4.tar.gz"; |
|
846 | url = "https://files.pythonhosted.org/packages/2d/a4/509f6e7783ddd35482feda27bc7f72e65b5e7dc910eca4ab2164daf9c577/mistune-0.8.4.tar.gz"; | |
847 | sha256 = "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr"; |
|
847 | sha256 = "0vkmsh0x480rni51lhyvigfdf06b9247z868pk3bal1wnnfl58sr"; | |
848 | }; |
|
848 | }; | |
849 | meta = { |
|
849 | meta = { | |
850 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
850 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
851 | }; |
|
851 | }; | |
852 | }; |
|
852 | }; | |
853 | "mock" = super.buildPythonPackage { |
|
853 | "mock" = super.buildPythonPackage { | |
854 | name = "mock-1.0.1"; |
|
854 | name = "mock-1.0.1"; | |
855 | doCheck = false; |
|
855 | doCheck = false; | |
856 | src = fetchurl { |
|
856 | src = fetchurl { | |
857 | url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz"; |
|
857 | url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz"; | |
858 | sha256 = "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq"; |
|
858 | sha256 = "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq"; | |
859 | }; |
|
859 | }; | |
860 | meta = { |
|
860 | meta = { | |
861 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
861 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
862 | }; |
|
862 | }; | |
863 | }; |
|
863 | }; | |
864 | "more-itertools" = super.buildPythonPackage { |
|
864 | "more-itertools" = super.buildPythonPackage { | |
865 | name = "more-itertools-4.3.0"; |
|
865 | name = "more-itertools-4.3.0"; | |
866 | doCheck = false; |
|
866 | doCheck = false; | |
867 | propagatedBuildInputs = [ |
|
867 | propagatedBuildInputs = [ | |
868 | self."six" |
|
868 | self."six" | |
869 | ]; |
|
869 | ]; | |
870 | src = fetchurl { |
|
870 | src = fetchurl { | |
871 | url = "https://files.pythonhosted.org/packages/88/ff/6d485d7362f39880810278bdc906c13300db05485d9c65971dec1142da6a/more-itertools-4.3.0.tar.gz"; |
|
871 | url = "https://files.pythonhosted.org/packages/88/ff/6d485d7362f39880810278bdc906c13300db05485d9c65971dec1142da6a/more-itertools-4.3.0.tar.gz"; | |
872 | sha256 = "17h3na0rdh8xq30w4b9pizgkdxmm51896bxw600x84jflg9vaxn4"; |
|
872 | sha256 = "17h3na0rdh8xq30w4b9pizgkdxmm51896bxw600x84jflg9vaxn4"; | |
873 | }; |
|
873 | }; | |
874 | meta = { |
|
874 | meta = { | |
875 | license = [ pkgs.lib.licenses.mit ]; |
|
875 | license = [ pkgs.lib.licenses.mit ]; | |
876 | }; |
|
876 | }; | |
877 | }; |
|
877 | }; | |
878 | "msgpack-python" = super.buildPythonPackage { |
|
878 | "msgpack-python" = super.buildPythonPackage { | |
879 | name = "msgpack-python-0.5.6"; |
|
879 | name = "msgpack-python-0.5.6"; | |
880 | doCheck = false; |
|
880 | doCheck = false; | |
881 | src = fetchurl { |
|
881 | src = fetchurl { | |
882 | url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz"; |
|
882 | url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz"; | |
883 | sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p"; |
|
883 | sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p"; | |
884 | }; |
|
884 | }; | |
885 | meta = { |
|
885 | meta = { | |
886 | license = [ pkgs.lib.licenses.asl20 ]; |
|
886 | license = [ pkgs.lib.licenses.asl20 ]; | |
887 | }; |
|
887 | }; | |
888 | }; |
|
888 | }; | |
889 | "mysql-python" = super.buildPythonPackage { |
|
889 | "mysql-python" = super.buildPythonPackage { | |
890 | name = "mysql-python-1.2.5"; |
|
890 | name = "mysql-python-1.2.5"; | |
891 | doCheck = false; |
|
891 | doCheck = false; | |
892 | src = fetchurl { |
|
892 | src = fetchurl { | |
893 | url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip"; |
|
893 | url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip"; | |
894 | sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441"; |
|
894 | sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441"; | |
895 | }; |
|
895 | }; | |
896 | meta = { |
|
896 | meta = { | |
897 | license = [ pkgs.lib.licenses.gpl1 ]; |
|
897 | license = [ pkgs.lib.licenses.gpl1 ]; | |
898 | }; |
|
898 | }; | |
899 | }; |
|
899 | }; | |
900 | "nbconvert" = super.buildPythonPackage { |
|
900 | "nbconvert" = super.buildPythonPackage { | |
901 | name = "nbconvert-5.3.1"; |
|
901 | name = "nbconvert-5.3.1"; | |
902 | doCheck = false; |
|
902 | doCheck = false; | |
903 | propagatedBuildInputs = [ |
|
903 | propagatedBuildInputs = [ | |
904 | self."mistune" |
|
904 | self."mistune" | |
905 | self."jinja2" |
|
905 | self."jinja2" | |
906 | self."pygments" |
|
906 | self."pygments" | |
907 | self."traitlets" |
|
907 | self."traitlets" | |
908 | self."jupyter-core" |
|
908 | self."jupyter-core" | |
909 | self."nbformat" |
|
909 | self."nbformat" | |
910 | self."entrypoints" |
|
910 | self."entrypoints" | |
911 | self."bleach" |
|
911 | self."bleach" | |
912 | self."pandocfilters" |
|
912 | self."pandocfilters" | |
913 | self."testpath" |
|
913 | self."testpath" | |
914 | ]; |
|
914 | ]; | |
915 | src = fetchurl { |
|
915 | src = fetchurl { | |
916 | url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz"; |
|
916 | url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz"; | |
917 | sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j"; |
|
917 | sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j"; | |
918 | }; |
|
918 | }; | |
919 | meta = { |
|
919 | meta = { | |
920 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
920 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
921 | }; |
|
921 | }; | |
922 | }; |
|
922 | }; | |
923 | "nbformat" = super.buildPythonPackage { |
|
923 | "nbformat" = super.buildPythonPackage { | |
924 | name = "nbformat-4.4.0"; |
|
924 | name = "nbformat-4.4.0"; | |
925 | doCheck = false; |
|
925 | doCheck = false; | |
926 | propagatedBuildInputs = [ |
|
926 | propagatedBuildInputs = [ | |
927 | self."ipython-genutils" |
|
927 | self."ipython-genutils" | |
928 | self."traitlets" |
|
928 | self."traitlets" | |
929 | self."jsonschema" |
|
929 | self."jsonschema" | |
930 | self."jupyter-core" |
|
930 | self."jupyter-core" | |
931 | ]; |
|
931 | ]; | |
932 | src = fetchurl { |
|
932 | src = fetchurl { | |
933 | url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz"; |
|
933 | url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz"; | |
934 | sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp"; |
|
934 | sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp"; | |
935 | }; |
|
935 | }; | |
936 | meta = { |
|
936 | meta = { | |
937 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
937 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
938 | }; |
|
938 | }; | |
939 | }; |
|
939 | }; | |
940 | "packaging" = super.buildPythonPackage { |
|
940 | "packaging" = super.buildPythonPackage { | |
941 | name = "packaging-15.2"; |
|
941 | name = "packaging-15.2"; | |
942 | doCheck = false; |
|
942 | doCheck = false; | |
943 | src = fetchurl { |
|
943 | src = fetchurl { | |
944 | url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz"; |
|
944 | url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz"; | |
945 | sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng"; |
|
945 | sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng"; | |
946 | }; |
|
946 | }; | |
947 | meta = { |
|
947 | meta = { | |
948 | license = [ pkgs.lib.licenses.asl20 ]; |
|
948 | license = [ pkgs.lib.licenses.asl20 ]; | |
949 | }; |
|
949 | }; | |
950 | }; |
|
950 | }; | |
951 | "pandocfilters" = super.buildPythonPackage { |
|
951 | "pandocfilters" = super.buildPythonPackage { | |
952 | name = "pandocfilters-1.4.2"; |
|
952 | name = "pandocfilters-1.4.2"; | |
953 | doCheck = false; |
|
953 | doCheck = false; | |
954 | src = fetchurl { |
|
954 | src = fetchurl { | |
955 | url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz"; |
|
955 | url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz"; | |
956 | sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk"; |
|
956 | sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk"; | |
957 | }; |
|
957 | }; | |
958 | meta = { |
|
958 | meta = { | |
959 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
959 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
960 | }; |
|
960 | }; | |
961 | }; |
|
961 | }; | |
962 | "paste" = super.buildPythonPackage { |
|
962 | "paste" = super.buildPythonPackage { | |
963 | name = "paste-2.0.3"; |
|
963 | name = "paste-2.0.3"; | |
964 | doCheck = false; |
|
964 | doCheck = false; | |
965 | propagatedBuildInputs = [ |
|
965 | propagatedBuildInputs = [ | |
966 | self."six" |
|
966 | self."six" | |
967 | ]; |
|
967 | ]; | |
968 | src = fetchurl { |
|
968 | src = fetchurl { | |
969 | url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz"; |
|
969 | url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz"; | |
970 | sha256 = "062jk0nlxf6lb2wwj6zc20rlvrwsnikpkh90y0dn8cjch93s6ii3"; |
|
970 | sha256 = "062jk0nlxf6lb2wwj6zc20rlvrwsnikpkh90y0dn8cjch93s6ii3"; | |
971 | }; |
|
971 | }; | |
972 | meta = { |
|
972 | meta = { | |
973 | license = [ pkgs.lib.licenses.mit ]; |
|
973 | license = [ pkgs.lib.licenses.mit ]; | |
974 | }; |
|
974 | }; | |
975 | }; |
|
975 | }; | |
976 | "pastedeploy" = super.buildPythonPackage { |
|
976 | "pastedeploy" = super.buildPythonPackage { | |
977 | name = "pastedeploy-1.5.2"; |
|
977 | name = "pastedeploy-1.5.2"; | |
978 | doCheck = false; |
|
978 | doCheck = false; | |
979 | src = fetchurl { |
|
979 | src = fetchurl { | |
980 | url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz"; |
|
980 | url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz"; | |
981 | sha256 = "1jz3m4hq8v6hyhfjz9425nd3nvn52cvbfipdcd72krjmla4qz1fm"; |
|
981 | sha256 = "1jz3m4hq8v6hyhfjz9425nd3nvn52cvbfipdcd72krjmla4qz1fm"; | |
982 | }; |
|
982 | }; | |
983 | meta = { |
|
983 | meta = { | |
984 | license = [ pkgs.lib.licenses.mit ]; |
|
984 | license = [ pkgs.lib.licenses.mit ]; | |
985 | }; |
|
985 | }; | |
986 | }; |
|
986 | }; | |
987 | "pastescript" = super.buildPythonPackage { |
|
987 | "pastescript" = super.buildPythonPackage { | |
988 | name = "pastescript-2.0.2"; |
|
988 | name = "pastescript-2.0.2"; | |
989 | doCheck = false; |
|
989 | doCheck = false; | |
990 | propagatedBuildInputs = [ |
|
990 | propagatedBuildInputs = [ | |
991 | self."paste" |
|
991 | self."paste" | |
992 | self."pastedeploy" |
|
992 | self."pastedeploy" | |
993 | self."six" |
|
993 | self."six" | |
994 | ]; |
|
994 | ]; | |
995 | src = fetchurl { |
|
995 | src = fetchurl { | |
996 | url = "https://files.pythonhosted.org/packages/e5/f0/78e766c3dcc61a4f3a6f71dd8c95168ae9c7a31722b5663d19c1fdf62cb6/PasteScript-2.0.2.tar.gz"; |
|
996 | url = "https://files.pythonhosted.org/packages/e5/f0/78e766c3dcc61a4f3a6f71dd8c95168ae9c7a31722b5663d19c1fdf62cb6/PasteScript-2.0.2.tar.gz"; | |
997 | sha256 = "1h3nnhn45kf4pbcv669ik4faw04j58k8vbj1hwrc532k0nc28gy0"; |
|
997 | sha256 = "1h3nnhn45kf4pbcv669ik4faw04j58k8vbj1hwrc532k0nc28gy0"; | |
998 | }; |
|
998 | }; | |
999 | meta = { |
|
999 | meta = { | |
1000 | license = [ pkgs.lib.licenses.mit ]; |
|
1000 | license = [ pkgs.lib.licenses.mit ]; | |
1001 | }; |
|
1001 | }; | |
1002 | }; |
|
1002 | }; | |
1003 | "pathlib2" = super.buildPythonPackage { |
|
1003 | "pathlib2" = super.buildPythonPackage { | |
1004 | name = "pathlib2-2.3.2"; |
|
1004 | name = "pathlib2-2.3.2"; | |
1005 | doCheck = false; |
|
1005 | doCheck = false; | |
1006 | propagatedBuildInputs = [ |
|
1006 | propagatedBuildInputs = [ | |
1007 | self."six" |
|
1007 | self."six" | |
1008 | self."scandir" |
|
1008 | self."scandir" | |
1009 | ]; |
|
1009 | ]; | |
1010 | src = fetchurl { |
|
1010 | src = fetchurl { | |
1011 | url = "https://files.pythonhosted.org/packages/db/a8/7d6439c1aec525ed70810abee5b7d7f3aa35347f59bc28343e8f62019aa2/pathlib2-2.3.2.tar.gz"; |
|
1011 | url = "https://files.pythonhosted.org/packages/db/a8/7d6439c1aec525ed70810abee5b7d7f3aa35347f59bc28343e8f62019aa2/pathlib2-2.3.2.tar.gz"; | |
1012 | sha256 = "10yb0iv5x2hs631rcppkhbddx799d3h8pcwmkbh2a66ns3w71ccf"; |
|
1012 | sha256 = "10yb0iv5x2hs631rcppkhbddx799d3h8pcwmkbh2a66ns3w71ccf"; | |
1013 | }; |
|
1013 | }; | |
1014 | meta = { |
|
1014 | meta = { | |
1015 | license = [ pkgs.lib.licenses.mit ]; |
|
1015 | license = [ pkgs.lib.licenses.mit ]; | |
1016 | }; |
|
1016 | }; | |
1017 | }; |
|
1017 | }; | |
1018 | "peppercorn" = super.buildPythonPackage { |
|
1018 | "peppercorn" = super.buildPythonPackage { | |
1019 | name = "peppercorn-0.6"; |
|
1019 | name = "peppercorn-0.6"; | |
1020 | doCheck = false; |
|
1020 | doCheck = false; | |
1021 | src = fetchurl { |
|
1021 | src = fetchurl { | |
1022 | url = "https://files.pythonhosted.org/packages/e4/77/93085de7108cdf1a0b092ff443872a8f9442c736d7ddebdf2f27627935f4/peppercorn-0.6.tar.gz"; |
|
1022 | url = "https://files.pythonhosted.org/packages/e4/77/93085de7108cdf1a0b092ff443872a8f9442c736d7ddebdf2f27627935f4/peppercorn-0.6.tar.gz"; | |
1023 | sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn"; |
|
1023 | sha256 = "1ip4bfwcpwkq9hz2dai14k2cyabvwrnvcvrcmzxmqm04g8fnimwn"; | |
1024 | }; |
|
1024 | }; | |
1025 | meta = { |
|
1025 | meta = { | |
1026 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1026 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
1027 | }; |
|
1027 | }; | |
1028 | }; |
|
1028 | }; | |
1029 | "pexpect" = super.buildPythonPackage { |
|
1029 | "pexpect" = super.buildPythonPackage { | |
1030 | name = "pexpect-4.6.0"; |
|
1030 | name = "pexpect-4.6.0"; | |
1031 | doCheck = false; |
|
1031 | doCheck = false; | |
1032 | propagatedBuildInputs = [ |
|
1032 | propagatedBuildInputs = [ | |
1033 | self."ptyprocess" |
|
1033 | self."ptyprocess" | |
1034 | ]; |
|
1034 | ]; | |
1035 | src = fetchurl { |
|
1035 | src = fetchurl { | |
1036 | url = "https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz"; |
|
1036 | url = "https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz"; | |
1037 | sha256 = "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia"; |
|
1037 | sha256 = "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia"; | |
1038 | }; |
|
1038 | }; | |
1039 | meta = { |
|
1039 | meta = { | |
1040 | license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ]; |
|
1040 | license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ]; | |
1041 | }; |
|
1041 | }; | |
1042 | }; |
|
1042 | }; | |
1043 | "pickleshare" = super.buildPythonPackage { |
|
1043 | "pickleshare" = super.buildPythonPackage { | |
1044 | name = "pickleshare-0.7.5"; |
|
1044 | name = "pickleshare-0.7.5"; | |
1045 | doCheck = false; |
|
1045 | doCheck = false; | |
1046 | propagatedBuildInputs = [ |
|
1046 | propagatedBuildInputs = [ | |
1047 | self."pathlib2" |
|
1047 | self."pathlib2" | |
1048 | ]; |
|
1048 | ]; | |
1049 | src = fetchurl { |
|
1049 | src = fetchurl { | |
1050 | url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz"; |
|
1050 | url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz"; | |
1051 | sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47"; |
|
1051 | sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47"; | |
1052 | }; |
|
1052 | }; | |
1053 | meta = { |
|
1053 | meta = { | |
1054 | license = [ pkgs.lib.licenses.mit ]; |
|
1054 | license = [ pkgs.lib.licenses.mit ]; | |
1055 | }; |
|
1055 | }; | |
1056 | }; |
|
1056 | }; | |
1057 | "plaster" = super.buildPythonPackage { |
|
1057 | "plaster" = super.buildPythonPackage { | |
1058 | name = "plaster-1.0"; |
|
1058 | name = "plaster-1.0"; | |
1059 | doCheck = false; |
|
1059 | doCheck = false; | |
1060 | propagatedBuildInputs = [ |
|
1060 | propagatedBuildInputs = [ | |
1061 | self."setuptools" |
|
1061 | self."setuptools" | |
1062 | ]; |
|
1062 | ]; | |
1063 | src = fetchurl { |
|
1063 | src = fetchurl { | |
1064 | url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz"; |
|
1064 | url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz"; | |
1065 | sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3"; |
|
1065 | sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3"; | |
1066 | }; |
|
1066 | }; | |
1067 | meta = { |
|
1067 | meta = { | |
1068 | license = [ pkgs.lib.licenses.mit ]; |
|
1068 | license = [ pkgs.lib.licenses.mit ]; | |
1069 | }; |
|
1069 | }; | |
1070 | }; |
|
1070 | }; | |
1071 | "plaster-pastedeploy" = super.buildPythonPackage { |
|
1071 | "plaster-pastedeploy" = super.buildPythonPackage { | |
1072 | name = "plaster-pastedeploy-0.6"; |
|
1072 | name = "plaster-pastedeploy-0.6"; | |
1073 | doCheck = false; |
|
1073 | doCheck = false; | |
1074 | propagatedBuildInputs = [ |
|
1074 | propagatedBuildInputs = [ | |
1075 | self."pastedeploy" |
|
1075 | self."pastedeploy" | |
1076 | self."plaster" |
|
1076 | self."plaster" | |
1077 | ]; |
|
1077 | ]; | |
1078 | src = fetchurl { |
|
1078 | src = fetchurl { | |
1079 | url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz"; |
|
1079 | url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz"; | |
1080 | sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2"; |
|
1080 | sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2"; | |
1081 | }; |
|
1081 | }; | |
1082 | meta = { |
|
1082 | meta = { | |
1083 | license = [ pkgs.lib.licenses.mit ]; |
|
1083 | license = [ pkgs.lib.licenses.mit ]; | |
1084 | }; |
|
1084 | }; | |
1085 | }; |
|
1085 | }; | |
1086 | "pluggy" = super.buildPythonPackage { |
|
1086 | "pluggy" = super.buildPythonPackage { | |
1087 | name = "pluggy-0.8.0"; |
|
1087 | name = "pluggy-0.8.0"; | |
1088 | doCheck = false; |
|
1088 | doCheck = false; | |
1089 | src = fetchurl { |
|
1089 | src = fetchurl { | |
1090 | url = "https://files.pythonhosted.org/packages/65/25/81d0de17cd00f8ca994a4e74e3c4baf7cd25072c0b831dad5c7d9d6138f8/pluggy-0.8.0.tar.gz"; |
|
1090 | url = "https://files.pythonhosted.org/packages/65/25/81d0de17cd00f8ca994a4e74e3c4baf7cd25072c0b831dad5c7d9d6138f8/pluggy-0.8.0.tar.gz"; | |
1091 | sha256 = "1580p47l2zqzsza8jcnw1h2wh3vvmygk6ly8bvi4w0g8j14sjys4"; |
|
1091 | sha256 = "1580p47l2zqzsza8jcnw1h2wh3vvmygk6ly8bvi4w0g8j14sjys4"; | |
1092 | }; |
|
1092 | }; | |
1093 | meta = { |
|
1093 | meta = { | |
1094 | license = [ pkgs.lib.licenses.mit ]; |
|
1094 | license = [ pkgs.lib.licenses.mit ]; | |
1095 | }; |
|
1095 | }; | |
1096 | }; |
|
1096 | }; | |
1097 | "prompt-toolkit" = super.buildPythonPackage { |
|
1097 | "prompt-toolkit" = super.buildPythonPackage { | |
1098 | name = "prompt-toolkit-1.0.15"; |
|
1098 | name = "prompt-toolkit-1.0.15"; | |
1099 | doCheck = false; |
|
1099 | doCheck = false; | |
1100 | propagatedBuildInputs = [ |
|
1100 | propagatedBuildInputs = [ | |
1101 | self."six" |
|
1101 | self."six" | |
1102 | self."wcwidth" |
|
1102 | self."wcwidth" | |
1103 | ]; |
|
1103 | ]; | |
1104 | src = fetchurl { |
|
1104 | src = fetchurl { | |
1105 | url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz"; |
|
1105 | url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz"; | |
1106 | sha256 = "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5"; |
|
1106 | sha256 = "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5"; | |
1107 | }; |
|
1107 | }; | |
1108 | meta = { |
|
1108 | meta = { | |
1109 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1109 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1110 | }; |
|
1110 | }; | |
1111 | }; |
|
1111 | }; | |
1112 | "psutil" = super.buildPythonPackage { |
|
1112 | "psutil" = super.buildPythonPackage { | |
1113 | name = "psutil-5.4.7"; |
|
1113 | name = "psutil-5.4.7"; | |
1114 | doCheck = false; |
|
1114 | doCheck = false; | |
1115 | src = fetchurl { |
|
1115 | src = fetchurl { | |
1116 | url = "https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz"; |
|
1116 | url = "https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz"; | |
1117 | sha256 = "0fsgmvzwbdbszkwfnqhib8jcxm4w6zyhvlxlcda0rfm5cyqj4qsv"; |
|
1117 | sha256 = "0fsgmvzwbdbszkwfnqhib8jcxm4w6zyhvlxlcda0rfm5cyqj4qsv"; | |
1118 | }; |
|
1118 | }; | |
1119 | meta = { |
|
1119 | meta = { | |
1120 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1120 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1121 | }; |
|
1121 | }; | |
1122 | }; |
|
1122 | }; | |
1123 | "psycopg2" = super.buildPythonPackage { |
|
1123 | "psycopg2" = super.buildPythonPackage { | |
1124 | name = "psycopg2-2.7.5"; |
|
1124 | name = "psycopg2-2.7.5"; | |
1125 | doCheck = false; |
|
1125 | doCheck = false; | |
1126 | src = fetchurl { |
|
1126 | src = fetchurl { | |
1127 | url = "https://files.pythonhosted.org/packages/b2/c1/7bf6c464e903ffc4f3f5907c389e5a4199666bf57f6cd6bf46c17912a1f9/psycopg2-2.7.5.tar.gz"; |
|
1127 | url = "https://files.pythonhosted.org/packages/b2/c1/7bf6c464e903ffc4f3f5907c389e5a4199666bf57f6cd6bf46c17912a1f9/psycopg2-2.7.5.tar.gz"; | |
1128 | sha256 = "17klx964gw8z0znl0raz3by8vdc7cq5gxj4pdcrfcina84nrdkzc"; |
|
1128 | sha256 = "17klx964gw8z0znl0raz3by8vdc7cq5gxj4pdcrfcina84nrdkzc"; | |
1129 | }; |
|
1129 | }; | |
1130 | meta = { |
|
1130 | meta = { | |
1131 | license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ]; |
|
1131 | license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ]; | |
1132 | }; |
|
1132 | }; | |
1133 | }; |
|
1133 | }; | |
1134 | "ptyprocess" = super.buildPythonPackage { |
|
1134 | "ptyprocess" = super.buildPythonPackage { | |
1135 | name = "ptyprocess-0.6.0"; |
|
1135 | name = "ptyprocess-0.6.0"; | |
1136 | doCheck = false; |
|
1136 | doCheck = false; | |
1137 | src = fetchurl { |
|
1137 | src = fetchurl { | |
1138 | url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz"; |
|
1138 | url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz"; | |
1139 | sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj"; |
|
1139 | sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj"; | |
1140 | }; |
|
1140 | }; | |
1141 | meta = { |
|
1141 | meta = { | |
1142 | license = [ ]; |
|
1142 | license = [ ]; | |
1143 | }; |
|
1143 | }; | |
1144 | }; |
|
1144 | }; | |
1145 | "py" = super.buildPythonPackage { |
|
1145 | "py" = super.buildPythonPackage { | |
1146 | name = "py-1.6.0"; |
|
1146 | name = "py-1.6.0"; | |
1147 | doCheck = false; |
|
1147 | doCheck = false; | |
1148 | src = fetchurl { |
|
1148 | src = fetchurl { | |
1149 | url = "https://files.pythonhosted.org/packages/4f/38/5f427d1eedae73063ce4da680d2bae72014995f9fdeaa57809df61c968cd/py-1.6.0.tar.gz"; |
|
1149 | url = "https://files.pythonhosted.org/packages/4f/38/5f427d1eedae73063ce4da680d2bae72014995f9fdeaa57809df61c968cd/py-1.6.0.tar.gz"; | |
1150 | sha256 = "1wcs3zv9wl5m5x7p16avqj2gsrviyb23yvc3pr330isqs0sh98q6"; |
|
1150 | sha256 = "1wcs3zv9wl5m5x7p16avqj2gsrviyb23yvc3pr330isqs0sh98q6"; | |
1151 | }; |
|
1151 | }; | |
1152 | meta = { |
|
1152 | meta = { | |
1153 | license = [ pkgs.lib.licenses.mit ]; |
|
1153 | license = [ pkgs.lib.licenses.mit ]; | |
1154 | }; |
|
1154 | }; | |
1155 | }; |
|
1155 | }; | |
1156 | "py-bcrypt" = super.buildPythonPackage { |
|
1156 | "py-bcrypt" = super.buildPythonPackage { | |
1157 | name = "py-bcrypt-0.4"; |
|
1157 | name = "py-bcrypt-0.4"; | |
1158 | doCheck = false; |
|
1158 | doCheck = false; | |
1159 | src = fetchurl { |
|
1159 | src = fetchurl { | |
1160 | url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz"; |
|
1160 | url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz"; | |
1161 | sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az"; |
|
1161 | sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az"; | |
1162 | }; |
|
1162 | }; | |
1163 | meta = { |
|
1163 | meta = { | |
1164 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1164 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1165 | }; |
|
1165 | }; | |
1166 | }; |
|
1166 | }; | |
1167 | "py-gfm" = super.buildPythonPackage { |
|
1167 | "py-gfm" = super.buildPythonPackage { | |
1168 | name = "py-gfm-0.1.4"; |
|
1168 | name = "py-gfm-0.1.4"; | |
1169 | doCheck = false; |
|
1169 | doCheck = false; | |
1170 | propagatedBuildInputs = [ |
|
1170 | propagatedBuildInputs = [ | |
1171 | self."setuptools" |
|
1171 | self."setuptools" | |
1172 | self."markdown" |
|
1172 | self."markdown" | |
1173 | ]; |
|
1173 | ]; | |
1174 | src = fetchurl { |
|
1174 | src = fetchurl { | |
1175 | url = "https://files.pythonhosted.org/packages/06/ee/004a03a1d92bb386dae44f6dd087db541bc5093374f1637d4d4ae5596cc2/py-gfm-0.1.4.tar.gz"; |
|
1175 | url = "https://files.pythonhosted.org/packages/06/ee/004a03a1d92bb386dae44f6dd087db541bc5093374f1637d4d4ae5596cc2/py-gfm-0.1.4.tar.gz"; | |
1176 | sha256 = "0zip06g2isivx8fzgqd4n9qzsa22c25jas1rsb7m2rnjg72m0rzg"; |
|
1176 | sha256 = "0zip06g2isivx8fzgqd4n9qzsa22c25jas1rsb7m2rnjg72m0rzg"; | |
1177 | }; |
|
1177 | }; | |
1178 | meta = { |
|
1178 | meta = { | |
1179 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1179 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1180 | }; |
|
1180 | }; | |
1181 | }; |
|
1181 | }; | |
1182 | "pyasn1" = super.buildPythonPackage { |
|
1182 | "pyasn1" = super.buildPythonPackage { | |
1183 | name = "pyasn1-0.4.4"; |
|
1183 | name = "pyasn1-0.4.4"; | |
1184 | doCheck = false; |
|
1184 | doCheck = false; | |
1185 | src = fetchurl { |
|
1185 | src = fetchurl { | |
1186 | url = "https://files.pythonhosted.org/packages/10/46/059775dc8e50f722d205452bced4b3cc965d27e8c3389156acd3b1123ae3/pyasn1-0.4.4.tar.gz"; |
|
1186 | url = "https://files.pythonhosted.org/packages/10/46/059775dc8e50f722d205452bced4b3cc965d27e8c3389156acd3b1123ae3/pyasn1-0.4.4.tar.gz"; | |
1187 | sha256 = "0drilmx5j25aplfr5wrml0030cs5fgxp9yp94fhllxgx28yjm3zm"; |
|
1187 | sha256 = "0drilmx5j25aplfr5wrml0030cs5fgxp9yp94fhllxgx28yjm3zm"; | |
1188 | }; |
|
1188 | }; | |
1189 | meta = { |
|
1189 | meta = { | |
1190 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1190 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1191 | }; |
|
1191 | }; | |
1192 | }; |
|
1192 | }; | |
1193 | "pyasn1-modules" = super.buildPythonPackage { |
|
1193 | "pyasn1-modules" = super.buildPythonPackage { | |
1194 | name = "pyasn1-modules-0.2.2"; |
|
1194 | name = "pyasn1-modules-0.2.2"; | |
1195 | doCheck = false; |
|
1195 | doCheck = false; | |
1196 | propagatedBuildInputs = [ |
|
1196 | propagatedBuildInputs = [ | |
1197 | self."pyasn1" |
|
1197 | self."pyasn1" | |
1198 | ]; |
|
1198 | ]; | |
1199 | src = fetchurl { |
|
1199 | src = fetchurl { | |
1200 | url = "https://files.pythonhosted.org/packages/37/33/74ebdc52be534e683dc91faf263931bc00ae05c6073909fde53999088541/pyasn1-modules-0.2.2.tar.gz"; |
|
1200 | url = "https://files.pythonhosted.org/packages/37/33/74ebdc52be534e683dc91faf263931bc00ae05c6073909fde53999088541/pyasn1-modules-0.2.2.tar.gz"; | |
1201 | sha256 = "0ivm850yi7ajjbi8j115qpsj95bgxdsx48nbjzg0zip788c3xkx0"; |
|
1201 | sha256 = "0ivm850yi7ajjbi8j115qpsj95bgxdsx48nbjzg0zip788c3xkx0"; | |
1202 | }; |
|
1202 | }; | |
1203 | meta = { |
|
1203 | meta = { | |
1204 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1204 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1205 | }; |
|
1205 | }; | |
1206 | }; |
|
1206 | }; | |
1207 | "pycrypto" = super.buildPythonPackage { |
|
1207 | "pycrypto" = super.buildPythonPackage { | |
1208 | name = "pycrypto-2.6.1"; |
|
1208 | name = "pycrypto-2.6.1"; | |
1209 | doCheck = false; |
|
1209 | doCheck = false; | |
1210 | src = fetchurl { |
|
1210 | src = fetchurl { | |
1211 | url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz"; |
|
1211 | url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz"; | |
1212 | sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj"; |
|
1212 | sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj"; | |
1213 | }; |
|
1213 | }; | |
1214 | meta = { |
|
1214 | meta = { | |
1215 | license = [ pkgs.lib.licenses.publicDomain ]; |
|
1215 | license = [ pkgs.lib.licenses.publicDomain ]; | |
1216 | }; |
|
1216 | }; | |
1217 | }; |
|
1217 | }; | |
1218 | "pycurl" = super.buildPythonPackage { |
|
1218 | "pycurl" = super.buildPythonPackage { | |
1219 | name = "pycurl-7.43.0.2"; |
|
1219 | name = "pycurl-7.43.0.2"; | |
1220 | doCheck = false; |
|
1220 | doCheck = false; | |
1221 | src = fetchurl { |
|
1221 | src = fetchurl { | |
1222 | url = "https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz"; |
|
1222 | url = "https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz"; | |
1223 | sha256 = "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g"; |
|
1223 | sha256 = "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g"; | |
1224 | }; |
|
1224 | }; | |
1225 | meta = { |
|
1225 | meta = { | |
1226 | license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ]; |
|
1226 | license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ]; | |
1227 | }; |
|
1227 | }; | |
1228 | }; |
|
1228 | }; | |
1229 | "pyflakes" = super.buildPythonPackage { |
|
1229 | "pyflakes" = super.buildPythonPackage { | |
1230 | name = "pyflakes-0.8.1"; |
|
1230 | name = "pyflakes-0.8.1"; | |
1231 | doCheck = false; |
|
1231 | doCheck = false; | |
1232 | src = fetchurl { |
|
1232 | src = fetchurl { | |
1233 | url = "https://files.pythonhosted.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz"; |
|
1233 | url = "https://files.pythonhosted.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz"; | |
1234 | sha256 = "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"; |
|
1234 | sha256 = "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z"; | |
1235 | }; |
|
1235 | }; | |
1236 | meta = { |
|
1236 | meta = { | |
1237 | license = [ pkgs.lib.licenses.mit ]; |
|
1237 | license = [ pkgs.lib.licenses.mit ]; | |
1238 | }; |
|
1238 | }; | |
1239 | }; |
|
1239 | }; | |
1240 | "pygments" = super.buildPythonPackage { |
|
1240 | "pygments" = super.buildPythonPackage { | |
1241 | name = "pygments-2.3.0"; |
|
1241 | name = "pygments-2.3.0"; | |
1242 | doCheck = false; |
|
1242 | doCheck = false; | |
1243 | src = fetchurl { |
|
1243 | src = fetchurl { | |
1244 | url = "https://files.pythonhosted.org/packages/63/a2/91c31c4831853dedca2a08a0f94d788fc26a48f7281c99a303769ad2721b/Pygments-2.3.0.tar.gz"; |
|
1244 | url = "https://files.pythonhosted.org/packages/63/a2/91c31c4831853dedca2a08a0f94d788fc26a48f7281c99a303769ad2721b/Pygments-2.3.0.tar.gz"; | |
1245 | sha256 = "1z34ms51dh4jq4h3cizp7vd1dmsxcbvffkjsd2xxfav22nn6lrl2"; |
|
1245 | sha256 = "1z34ms51dh4jq4h3cizp7vd1dmsxcbvffkjsd2xxfav22nn6lrl2"; | |
1246 | }; |
|
1246 | }; | |
1247 | meta = { |
|
1247 | meta = { | |
1248 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1248 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1249 | }; |
|
1249 | }; | |
1250 | }; |
|
1250 | }; | |
1251 | "pygments-markdown-lexer" = super.buildPythonPackage { |
|
|||
1252 | name = "pygments-markdown-lexer-0.1.0.dev39"; |
|
|||
1253 | doCheck = false; |
|
|||
1254 | propagatedBuildInputs = [ |
|
|||
1255 | self."pygments" |
|
|||
1256 | ]; |
|
|||
1257 | src = fetchurl { |
|
|||
1258 | url = "https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip"; |
|
|||
1259 | sha256 = "1pzb5wy23q3fhs0rqzasjnw6hdzwjngpakb73i98cn0b8lk8q4jc"; |
|
|||
1260 | }; |
|
|||
1261 | meta = { |
|
|||
1262 | license = [ pkgs.lib.licenses.asl20 ]; |
|
|||
1263 | }; |
|
|||
1264 | }; |
|
|||
1265 | "pymysql" = super.buildPythonPackage { |
|
1251 | "pymysql" = super.buildPythonPackage { | |
1266 | name = "pymysql-0.8.1"; |
|
1252 | name = "pymysql-0.8.1"; | |
1267 | doCheck = false; |
|
1253 | doCheck = false; | |
1268 | src = fetchurl { |
|
1254 | src = fetchurl { | |
1269 | url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz"; |
|
1255 | url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz"; | |
1270 | sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l"; |
|
1256 | sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l"; | |
1271 | }; |
|
1257 | }; | |
1272 | meta = { |
|
1258 | meta = { | |
1273 | license = [ pkgs.lib.licenses.mit ]; |
|
1259 | license = [ pkgs.lib.licenses.mit ]; | |
1274 | }; |
|
1260 | }; | |
1275 | }; |
|
1261 | }; | |
1276 | "pyotp" = super.buildPythonPackage { |
|
1262 | "pyotp" = super.buildPythonPackage { | |
1277 | name = "pyotp-2.2.7"; |
|
1263 | name = "pyotp-2.2.7"; | |
1278 | doCheck = false; |
|
1264 | doCheck = false; | |
1279 | src = fetchurl { |
|
1265 | src = fetchurl { | |
1280 | url = "https://files.pythonhosted.org/packages/b1/ab/477cda97b6ca7baced5106471cb1ac1fe698d1b035983b9f8ee3422989eb/pyotp-2.2.7.tar.gz"; |
|
1266 | url = "https://files.pythonhosted.org/packages/b1/ab/477cda97b6ca7baced5106471cb1ac1fe698d1b035983b9f8ee3422989eb/pyotp-2.2.7.tar.gz"; | |
1281 | sha256 = "00p69nw431f0s2ilg0hnd77p1l22m06p9rq4f8zfapmavnmzw3xy"; |
|
1267 | sha256 = "00p69nw431f0s2ilg0hnd77p1l22m06p9rq4f8zfapmavnmzw3xy"; | |
1282 | }; |
|
1268 | }; | |
1283 | meta = { |
|
1269 | meta = { | |
1284 | license = [ pkgs.lib.licenses.mit ]; |
|
1270 | license = [ pkgs.lib.licenses.mit ]; | |
1285 | }; |
|
1271 | }; | |
1286 | }; |
|
1272 | }; | |
1287 | "pyparsing" = super.buildPythonPackage { |
|
1273 | "pyparsing" = super.buildPythonPackage { | |
1288 | name = "pyparsing-1.5.7"; |
|
1274 | name = "pyparsing-1.5.7"; | |
1289 | doCheck = false; |
|
1275 | doCheck = false; | |
1290 | src = fetchurl { |
|
1276 | src = fetchurl { | |
1291 | url = "https://files.pythonhosted.org/packages/6f/2c/47457771c02a8ff0f302b695e094ec309e30452232bd79198ee94fda689f/pyparsing-1.5.7.tar.gz"; |
|
1277 | url = "https://files.pythonhosted.org/packages/6f/2c/47457771c02a8ff0f302b695e094ec309e30452232bd79198ee94fda689f/pyparsing-1.5.7.tar.gz"; | |
1292 | sha256 = "17z7ws076z977sclj628fvwrp8y9j2rvdjcsq42v129n1gwi8vk4"; |
|
1278 | sha256 = "17z7ws076z977sclj628fvwrp8y9j2rvdjcsq42v129n1gwi8vk4"; | |
1293 | }; |
|
1279 | }; | |
1294 | meta = { |
|
1280 | meta = { | |
1295 | license = [ pkgs.lib.licenses.mit ]; |
|
1281 | license = [ pkgs.lib.licenses.mit ]; | |
1296 | }; |
|
1282 | }; | |
1297 | }; |
|
1283 | }; | |
1298 | "pyramid" = super.buildPythonPackage { |
|
1284 | "pyramid" = super.buildPythonPackage { | |
1299 | name = "pyramid-1.9.2"; |
|
1285 | name = "pyramid-1.9.2"; | |
1300 | doCheck = false; |
|
1286 | doCheck = false; | |
1301 | propagatedBuildInputs = [ |
|
1287 | propagatedBuildInputs = [ | |
1302 | self."setuptools" |
|
1288 | self."setuptools" | |
1303 | self."webob" |
|
1289 | self."webob" | |
1304 | self."repoze.lru" |
|
1290 | self."repoze.lru" | |
1305 | self."zope.interface" |
|
1291 | self."zope.interface" | |
1306 | self."zope.deprecation" |
|
1292 | self."zope.deprecation" | |
1307 | self."venusian" |
|
1293 | self."venusian" | |
1308 | self."translationstring" |
|
1294 | self."translationstring" | |
1309 | self."pastedeploy" |
|
1295 | self."pastedeploy" | |
1310 | self."plaster" |
|
1296 | self."plaster" | |
1311 | self."plaster-pastedeploy" |
|
1297 | self."plaster-pastedeploy" | |
1312 | self."hupper" |
|
1298 | self."hupper" | |
1313 | ]; |
|
1299 | ]; | |
1314 | src = fetchurl { |
|
1300 | src = fetchurl { | |
1315 | url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz"; |
|
1301 | url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz"; | |
1316 | sha256 = "09drsl0346nchgxp2j7sa5hlk7mkhfld9wvbd0wicacrp26a92fg"; |
|
1302 | sha256 = "09drsl0346nchgxp2j7sa5hlk7mkhfld9wvbd0wicacrp26a92fg"; | |
1317 | }; |
|
1303 | }; | |
1318 | meta = { |
|
1304 | meta = { | |
1319 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1305 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
1320 | }; |
|
1306 | }; | |
1321 | }; |
|
1307 | }; | |
1322 | "pyramid-beaker" = super.buildPythonPackage { |
|
1308 | "pyramid-beaker" = super.buildPythonPackage { | |
1323 | name = "pyramid-beaker-0.8"; |
|
1309 | name = "pyramid-beaker-0.8"; | |
1324 | doCheck = false; |
|
1310 | doCheck = false; | |
1325 | propagatedBuildInputs = [ |
|
1311 | propagatedBuildInputs = [ | |
1326 | self."pyramid" |
|
1312 | self."pyramid" | |
1327 | self."beaker" |
|
1313 | self."beaker" | |
1328 | ]; |
|
1314 | ]; | |
1329 | src = fetchurl { |
|
1315 | src = fetchurl { | |
1330 | url = "https://files.pythonhosted.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz"; |
|
1316 | url = "https://files.pythonhosted.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz"; | |
1331 | sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p"; |
|
1317 | sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p"; | |
1332 | }; |
|
1318 | }; | |
1333 | meta = { |
|
1319 | meta = { | |
1334 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1320 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
1335 | }; |
|
1321 | }; | |
1336 | }; |
|
1322 | }; | |
1337 | "pyramid-debugtoolbar" = super.buildPythonPackage { |
|
1323 | "pyramid-debugtoolbar" = super.buildPythonPackage { | |
1338 | name = "pyramid-debugtoolbar-4.4"; |
|
1324 | name = "pyramid-debugtoolbar-4.4"; | |
1339 | doCheck = false; |
|
1325 | doCheck = false; | |
1340 | propagatedBuildInputs = [ |
|
1326 | propagatedBuildInputs = [ | |
1341 | self."pyramid" |
|
1327 | self."pyramid" | |
1342 | self."pyramid-mako" |
|
1328 | self."pyramid-mako" | |
1343 | self."repoze.lru" |
|
1329 | self."repoze.lru" | |
1344 | self."pygments" |
|
1330 | self."pygments" | |
1345 | self."ipaddress" |
|
1331 | self."ipaddress" | |
1346 | ]; |
|
1332 | ]; | |
1347 | src = fetchurl { |
|
1333 | src = fetchurl { | |
1348 | url = "https://files.pythonhosted.org/packages/00/6f/c04eb4e715a7a5a4b24079ab7ffd1dceb1f70b2e24fc17686a2922dbac0a/pyramid_debugtoolbar-4.4.tar.gz"; |
|
1334 | url = "https://files.pythonhosted.org/packages/00/6f/c04eb4e715a7a5a4b24079ab7ffd1dceb1f70b2e24fc17686a2922dbac0a/pyramid_debugtoolbar-4.4.tar.gz"; | |
1349 | sha256 = "17p7nxvapvy2hab1rah3ndq2kbs4v83pixj8x2n4m7008ai9lxsz"; |
|
1335 | sha256 = "17p7nxvapvy2hab1rah3ndq2kbs4v83pixj8x2n4m7008ai9lxsz"; | |
1350 | }; |
|
1336 | }; | |
1351 | meta = { |
|
1337 | meta = { | |
1352 | license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ]; |
|
1338 | license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ]; | |
1353 | }; |
|
1339 | }; | |
1354 | }; |
|
1340 | }; | |
1355 | "pyramid-jinja2" = super.buildPythonPackage { |
|
1341 | "pyramid-jinja2" = super.buildPythonPackage { | |
1356 | name = "pyramid-jinja2-2.7"; |
|
1342 | name = "pyramid-jinja2-2.7"; | |
1357 | doCheck = false; |
|
1343 | doCheck = false; | |
1358 | propagatedBuildInputs = [ |
|
1344 | propagatedBuildInputs = [ | |
1359 | self."pyramid" |
|
1345 | self."pyramid" | |
1360 | self."zope.deprecation" |
|
1346 | self."zope.deprecation" | |
1361 | self."jinja2" |
|
1347 | self."jinja2" | |
1362 | self."markupsafe" |
|
1348 | self."markupsafe" | |
1363 | ]; |
|
1349 | ]; | |
1364 | src = fetchurl { |
|
1350 | src = fetchurl { | |
1365 | url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz"; |
|
1351 | url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz"; | |
1366 | sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw"; |
|
1352 | sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw"; | |
1367 | }; |
|
1353 | }; | |
1368 | meta = { |
|
1354 | meta = { | |
1369 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1355 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
1370 | }; |
|
1356 | }; | |
1371 | }; |
|
1357 | }; | |
1372 | "pyramid-mailer" = super.buildPythonPackage { |
|
1358 | "pyramid-mailer" = super.buildPythonPackage { | |
1373 | name = "pyramid-mailer-0.15.1"; |
|
1359 | name = "pyramid-mailer-0.15.1"; | |
1374 | doCheck = false; |
|
1360 | doCheck = false; | |
1375 | propagatedBuildInputs = [ |
|
1361 | propagatedBuildInputs = [ | |
1376 | self."pyramid" |
|
1362 | self."pyramid" | |
1377 | self."repoze.sendmail" |
|
1363 | self."repoze.sendmail" | |
1378 | self."transaction" |
|
1364 | self."transaction" | |
1379 | ]; |
|
1365 | ]; | |
1380 | src = fetchurl { |
|
1366 | src = fetchurl { | |
1381 | url = "https://files.pythonhosted.org/packages/a0/f2/6febf5459dff4d7e653314d575469ad2e11b9d2af2c3606360e1c67202f2/pyramid_mailer-0.15.1.tar.gz"; |
|
1367 | url = "https://files.pythonhosted.org/packages/a0/f2/6febf5459dff4d7e653314d575469ad2e11b9d2af2c3606360e1c67202f2/pyramid_mailer-0.15.1.tar.gz"; | |
1382 | sha256 = "16vg8jb203jgb7b0hd6wllfqvp542qh2ry1gjai2m6qpv5agy2pc"; |
|
1368 | sha256 = "16vg8jb203jgb7b0hd6wllfqvp542qh2ry1gjai2m6qpv5agy2pc"; | |
1383 | }; |
|
1369 | }; | |
1384 | meta = { |
|
1370 | meta = { | |
1385 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1371 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1386 | }; |
|
1372 | }; | |
1387 | }; |
|
1373 | }; | |
1388 | "pyramid-mako" = super.buildPythonPackage { |
|
1374 | "pyramid-mako" = super.buildPythonPackage { | |
1389 | name = "pyramid-mako-1.0.2"; |
|
1375 | name = "pyramid-mako-1.0.2"; | |
1390 | doCheck = false; |
|
1376 | doCheck = false; | |
1391 | propagatedBuildInputs = [ |
|
1377 | propagatedBuildInputs = [ | |
1392 | self."pyramid" |
|
1378 | self."pyramid" | |
1393 | self."mako" |
|
1379 | self."mako" | |
1394 | ]; |
|
1380 | ]; | |
1395 | src = fetchurl { |
|
1381 | src = fetchurl { | |
1396 | url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz"; |
|
1382 | url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz"; | |
1397 | sha256 = "18gk2vliq8z4acblsl6yzgbvnr9rlxjlcqir47km7kvlk1xri83d"; |
|
1383 | sha256 = "18gk2vliq8z4acblsl6yzgbvnr9rlxjlcqir47km7kvlk1xri83d"; | |
1398 | }; |
|
1384 | }; | |
1399 | meta = { |
|
1385 | meta = { | |
1400 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1386 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
1401 | }; |
|
1387 | }; | |
1402 | }; |
|
1388 | }; | |
1403 | "pysqlite" = super.buildPythonPackage { |
|
1389 | "pysqlite" = super.buildPythonPackage { | |
1404 | name = "pysqlite-2.8.3"; |
|
1390 | name = "pysqlite-2.8.3"; | |
1405 | doCheck = false; |
|
1391 | doCheck = false; | |
1406 | src = fetchurl { |
|
1392 | src = fetchurl { | |
1407 | url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz"; |
|
1393 | url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz"; | |
1408 | sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp"; |
|
1394 | sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp"; | |
1409 | }; |
|
1395 | }; | |
1410 | meta = { |
|
1396 | meta = { | |
1411 | license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ]; |
|
1397 | license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ]; | |
1412 | }; |
|
1398 | }; | |
1413 | }; |
|
1399 | }; | |
1414 | "pytest" = super.buildPythonPackage { |
|
1400 | "pytest" = super.buildPythonPackage { | |
1415 | name = "pytest-3.8.2"; |
|
1401 | name = "pytest-3.8.2"; | |
1416 | doCheck = false; |
|
1402 | doCheck = false; | |
1417 | propagatedBuildInputs = [ |
|
1403 | propagatedBuildInputs = [ | |
1418 | self."py" |
|
1404 | self."py" | |
1419 | self."six" |
|
1405 | self."six" | |
1420 | self."setuptools" |
|
1406 | self."setuptools" | |
1421 | self."attrs" |
|
1407 | self."attrs" | |
1422 | self."more-itertools" |
|
1408 | self."more-itertools" | |
1423 | self."atomicwrites" |
|
1409 | self."atomicwrites" | |
1424 | self."pluggy" |
|
1410 | self."pluggy" | |
1425 | self."funcsigs" |
|
1411 | self."funcsigs" | |
1426 | self."pathlib2" |
|
1412 | self."pathlib2" | |
1427 | ]; |
|
1413 | ]; | |
1428 | src = fetchurl { |
|
1414 | src = fetchurl { | |
1429 | url = "https://files.pythonhosted.org/packages/5f/d2/7f77f406ac505abda02ab4afb50d06ebf304f6ea42fca34f8f37529106b2/pytest-3.8.2.tar.gz"; |
|
1415 | url = "https://files.pythonhosted.org/packages/5f/d2/7f77f406ac505abda02ab4afb50d06ebf304f6ea42fca34f8f37529106b2/pytest-3.8.2.tar.gz"; | |
1430 | sha256 = "18nrwzn61kph2y6gxwfz9ms68rfvr9d4vcffsxng9p7jk9z18clk"; |
|
1416 | sha256 = "18nrwzn61kph2y6gxwfz9ms68rfvr9d4vcffsxng9p7jk9z18clk"; | |
1431 | }; |
|
1417 | }; | |
1432 | meta = { |
|
1418 | meta = { | |
1433 | license = [ pkgs.lib.licenses.mit ]; |
|
1419 | license = [ pkgs.lib.licenses.mit ]; | |
1434 | }; |
|
1420 | }; | |
1435 | }; |
|
1421 | }; | |
1436 | "pytest-cov" = super.buildPythonPackage { |
|
1422 | "pytest-cov" = super.buildPythonPackage { | |
1437 | name = "pytest-cov-2.6.0"; |
|
1423 | name = "pytest-cov-2.6.0"; | |
1438 | doCheck = false; |
|
1424 | doCheck = false; | |
1439 | propagatedBuildInputs = [ |
|
1425 | propagatedBuildInputs = [ | |
1440 | self."pytest" |
|
1426 | self."pytest" | |
1441 | self."coverage" |
|
1427 | self."coverage" | |
1442 | ]; |
|
1428 | ]; | |
1443 | src = fetchurl { |
|
1429 | src = fetchurl { | |
1444 | url = "https://files.pythonhosted.org/packages/d9/e2/58f90a316fbd94dd50bf5c826a23f3f5d079fb3cc448c1e9f0e3c33a3d2a/pytest-cov-2.6.0.tar.gz"; |
|
1430 | url = "https://files.pythonhosted.org/packages/d9/e2/58f90a316fbd94dd50bf5c826a23f3f5d079fb3cc448c1e9f0e3c33a3d2a/pytest-cov-2.6.0.tar.gz"; | |
1445 | sha256 = "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73"; |
|
1431 | sha256 = "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73"; | |
1446 | }; |
|
1432 | }; | |
1447 | meta = { |
|
1433 | meta = { | |
1448 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ]; |
|
1434 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ]; | |
1449 | }; |
|
1435 | }; | |
1450 | }; |
|
1436 | }; | |
1451 | "pytest-profiling" = super.buildPythonPackage { |
|
1437 | "pytest-profiling" = super.buildPythonPackage { | |
1452 | name = "pytest-profiling-1.3.0"; |
|
1438 | name = "pytest-profiling-1.3.0"; | |
1453 | doCheck = false; |
|
1439 | doCheck = false; | |
1454 | propagatedBuildInputs = [ |
|
1440 | propagatedBuildInputs = [ | |
1455 | self."six" |
|
1441 | self."six" | |
1456 | self."pytest" |
|
1442 | self."pytest" | |
1457 | self."gprof2dot" |
|
1443 | self."gprof2dot" | |
1458 | ]; |
|
1444 | ]; | |
1459 | src = fetchurl { |
|
1445 | src = fetchurl { | |
1460 | url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz"; |
|
1446 | url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz"; | |
1461 | sha256 = "08r5afx5z22yvpmsnl91l4amsy1yxn8qsmm61mhp06mz8zjs51kb"; |
|
1447 | sha256 = "08r5afx5z22yvpmsnl91l4amsy1yxn8qsmm61mhp06mz8zjs51kb"; | |
1462 | }; |
|
1448 | }; | |
1463 | meta = { |
|
1449 | meta = { | |
1464 | license = [ pkgs.lib.licenses.mit ]; |
|
1450 | license = [ pkgs.lib.licenses.mit ]; | |
1465 | }; |
|
1451 | }; | |
1466 | }; |
|
1452 | }; | |
1467 | "pytest-runner" = super.buildPythonPackage { |
|
1453 | "pytest-runner" = super.buildPythonPackage { | |
1468 | name = "pytest-runner-4.2"; |
|
1454 | name = "pytest-runner-4.2"; | |
1469 | doCheck = false; |
|
1455 | doCheck = false; | |
1470 | src = fetchurl { |
|
1456 | src = fetchurl { | |
1471 | url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz"; |
|
1457 | url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz"; | |
1472 | sha256 = "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj"; |
|
1458 | sha256 = "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj"; | |
1473 | }; |
|
1459 | }; | |
1474 | meta = { |
|
1460 | meta = { | |
1475 | license = [ pkgs.lib.licenses.mit ]; |
|
1461 | license = [ pkgs.lib.licenses.mit ]; | |
1476 | }; |
|
1462 | }; | |
1477 | }; |
|
1463 | }; | |
1478 | "pytest-sugar" = super.buildPythonPackage { |
|
1464 | "pytest-sugar" = super.buildPythonPackage { | |
1479 | name = "pytest-sugar-0.9.1"; |
|
1465 | name = "pytest-sugar-0.9.1"; | |
1480 | doCheck = false; |
|
1466 | doCheck = false; | |
1481 | propagatedBuildInputs = [ |
|
1467 | propagatedBuildInputs = [ | |
1482 | self."pytest" |
|
1468 | self."pytest" | |
1483 | self."termcolor" |
|
1469 | self."termcolor" | |
1484 | ]; |
|
1470 | ]; | |
1485 | src = fetchurl { |
|
1471 | src = fetchurl { | |
1486 | url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz"; |
|
1472 | url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz"; | |
1487 | sha256 = "0b4av40dv30727m54v211r0nzwjp2ajkjgxix6j484qjmwpw935b"; |
|
1473 | sha256 = "0b4av40dv30727m54v211r0nzwjp2ajkjgxix6j484qjmwpw935b"; | |
1488 | }; |
|
1474 | }; | |
1489 | meta = { |
|
1475 | meta = { | |
1490 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1476 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1491 | }; |
|
1477 | }; | |
1492 | }; |
|
1478 | }; | |
1493 | "pytest-timeout" = super.buildPythonPackage { |
|
1479 | "pytest-timeout" = super.buildPythonPackage { | |
1494 | name = "pytest-timeout-1.3.2"; |
|
1480 | name = "pytest-timeout-1.3.2"; | |
1495 | doCheck = false; |
|
1481 | doCheck = false; | |
1496 | propagatedBuildInputs = [ |
|
1482 | propagatedBuildInputs = [ | |
1497 | self."pytest" |
|
1483 | self."pytest" | |
1498 | ]; |
|
1484 | ]; | |
1499 | src = fetchurl { |
|
1485 | src = fetchurl { | |
1500 | url = "https://files.pythonhosted.org/packages/8c/3e/1b6a319d12ae7baa3acb7c18ff2c8630a09471a0319d43535c683b4d03eb/pytest-timeout-1.3.2.tar.gz"; |
|
1486 | url = "https://files.pythonhosted.org/packages/8c/3e/1b6a319d12ae7baa3acb7c18ff2c8630a09471a0319d43535c683b4d03eb/pytest-timeout-1.3.2.tar.gz"; | |
1501 | sha256 = "09wnmzvnls2mnsdz7x3c3sk2zdp6jl4dryvyj5i8hqz16q2zq5qi"; |
|
1487 | sha256 = "09wnmzvnls2mnsdz7x3c3sk2zdp6jl4dryvyj5i8hqz16q2zq5qi"; | |
1502 | }; |
|
1488 | }; | |
1503 | meta = { |
|
1489 | meta = { | |
1504 | license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ]; |
|
1490 | license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ]; | |
1505 | }; |
|
1491 | }; | |
1506 | }; |
|
1492 | }; | |
1507 | "python-dateutil" = super.buildPythonPackage { |
|
1493 | "python-dateutil" = super.buildPythonPackage { | |
1508 | name = "python-dateutil-2.7.5"; |
|
1494 | name = "python-dateutil-2.7.5"; | |
1509 | doCheck = false; |
|
1495 | doCheck = false; | |
1510 | propagatedBuildInputs = [ |
|
1496 | propagatedBuildInputs = [ | |
1511 | self."six" |
|
1497 | self."six" | |
1512 | ]; |
|
1498 | ]; | |
1513 | src = fetchurl { |
|
1499 | src = fetchurl { | |
1514 | url = "https://files.pythonhosted.org/packages/0e/01/68747933e8d12263d41ce08119620d9a7e5eb72c876a3442257f74490da0/python-dateutil-2.7.5.tar.gz"; |
|
1500 | url = "https://files.pythonhosted.org/packages/0e/01/68747933e8d12263d41ce08119620d9a7e5eb72c876a3442257f74490da0/python-dateutil-2.7.5.tar.gz"; | |
1515 | sha256 = "00ngwcdw36w5b37b51mdwn3qxid9zdf3kpffv2q6n9kl05y2iyc8"; |
|
1501 | sha256 = "00ngwcdw36w5b37b51mdwn3qxid9zdf3kpffv2q6n9kl05y2iyc8"; | |
1516 | }; |
|
1502 | }; | |
1517 | meta = { |
|
1503 | meta = { | |
1518 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ]; |
|
1504 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ]; | |
1519 | }; |
|
1505 | }; | |
1520 | }; |
|
1506 | }; | |
1521 | "python-editor" = super.buildPythonPackage { |
|
1507 | "python-editor" = super.buildPythonPackage { | |
1522 | name = "python-editor-1.0.3"; |
|
1508 | name = "python-editor-1.0.3"; | |
1523 | doCheck = false; |
|
1509 | doCheck = false; | |
1524 | src = fetchurl { |
|
1510 | src = fetchurl { | |
1525 | url = "https://files.pythonhosted.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz"; |
|
1511 | url = "https://files.pythonhosted.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz"; | |
1526 | sha256 = "0rf5xz8vw93v7mhdcvind7fkykipzga430wkcd7wk892xsn6dh53"; |
|
1512 | sha256 = "0rf5xz8vw93v7mhdcvind7fkykipzga430wkcd7wk892xsn6dh53"; | |
1527 | }; |
|
1513 | }; | |
1528 | meta = { |
|
1514 | meta = { | |
1529 | license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ]; |
|
1515 | license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ]; | |
1530 | }; |
|
1516 | }; | |
1531 | }; |
|
1517 | }; | |
1532 | "python-ldap" = super.buildPythonPackage { |
|
1518 | "python-ldap" = super.buildPythonPackage { | |
1533 | name = "python-ldap-3.1.0"; |
|
1519 | name = "python-ldap-3.1.0"; | |
1534 | doCheck = false; |
|
1520 | doCheck = false; | |
1535 | propagatedBuildInputs = [ |
|
1521 | propagatedBuildInputs = [ | |
1536 | self."pyasn1" |
|
1522 | self."pyasn1" | |
1537 | self."pyasn1-modules" |
|
1523 | self."pyasn1-modules" | |
1538 | ]; |
|
1524 | ]; | |
1539 | src = fetchurl { |
|
1525 | src = fetchurl { | |
1540 | url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz"; |
|
1526 | url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz"; | |
1541 | sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1"; |
|
1527 | sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1"; | |
1542 | }; |
|
1528 | }; | |
1543 | meta = { |
|
1529 | meta = { | |
1544 | license = [ pkgs.lib.licenses.psfl ]; |
|
1530 | license = [ pkgs.lib.licenses.psfl ]; | |
1545 | }; |
|
1531 | }; | |
1546 | }; |
|
1532 | }; | |
1547 | "python-memcached" = super.buildPythonPackage { |
|
1533 | "python-memcached" = super.buildPythonPackage { | |
1548 | name = "python-memcached-1.59"; |
|
1534 | name = "python-memcached-1.59"; | |
1549 | doCheck = false; |
|
1535 | doCheck = false; | |
1550 | propagatedBuildInputs = [ |
|
1536 | propagatedBuildInputs = [ | |
1551 | self."six" |
|
1537 | self."six" | |
1552 | ]; |
|
1538 | ]; | |
1553 | src = fetchurl { |
|
1539 | src = fetchurl { | |
1554 | url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz"; |
|
1540 | url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz"; | |
1555 | sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2"; |
|
1541 | sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2"; | |
1556 | }; |
|
1542 | }; | |
1557 | meta = { |
|
1543 | meta = { | |
1558 | license = [ pkgs.lib.licenses.psfl ]; |
|
1544 | license = [ pkgs.lib.licenses.psfl ]; | |
1559 | }; |
|
1545 | }; | |
1560 | }; |
|
1546 | }; | |
1561 | "python-pam" = super.buildPythonPackage { |
|
1547 | "python-pam" = super.buildPythonPackage { | |
1562 | name = "python-pam-1.8.4"; |
|
1548 | name = "python-pam-1.8.4"; | |
1563 | doCheck = false; |
|
1549 | doCheck = false; | |
1564 | src = fetchurl { |
|
1550 | src = fetchurl { | |
1565 | url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz"; |
|
1551 | url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz"; | |
1566 | sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8"; |
|
1552 | sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8"; | |
1567 | }; |
|
1553 | }; | |
1568 | meta = { |
|
1554 | meta = { | |
1569 | license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ]; |
|
1555 | license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ]; | |
1570 | }; |
|
1556 | }; | |
1571 | }; |
|
1557 | }; | |
1572 | "python-saml" = super.buildPythonPackage { |
|
1558 | "python-saml" = super.buildPythonPackage { | |
1573 | name = "python-saml-2.4.2"; |
|
1559 | name = "python-saml-2.4.2"; | |
1574 | doCheck = false; |
|
1560 | doCheck = false; | |
1575 | propagatedBuildInputs = [ |
|
1561 | propagatedBuildInputs = [ | |
1576 | self."dm.xmlsec.binding" |
|
1562 | self."dm.xmlsec.binding" | |
1577 | self."isodate" |
|
1563 | self."isodate" | |
1578 | self."defusedxml" |
|
1564 | self."defusedxml" | |
1579 | ]; |
|
1565 | ]; | |
1580 | src = fetchurl { |
|
1566 | src = fetchurl { | |
1581 | url = "https://files.pythonhosted.org/packages/79/a8/a6611017e0883102fd5e2b73c9d90691b8134e38247c04ee1531d3dc647c/python-saml-2.4.2.tar.gz"; |
|
1567 | url = "https://files.pythonhosted.org/packages/79/a8/a6611017e0883102fd5e2b73c9d90691b8134e38247c04ee1531d3dc647c/python-saml-2.4.2.tar.gz"; | |
1582 | sha256 = "0dls4hwvf13yg7x5yfjrghbywg8g38vn5vr0rsf70hli3ydbfm43"; |
|
1568 | sha256 = "0dls4hwvf13yg7x5yfjrghbywg8g38vn5vr0rsf70hli3ydbfm43"; | |
1583 | }; |
|
1569 | }; | |
1584 | meta = { |
|
1570 | meta = { | |
1585 | license = [ pkgs.lib.licenses.mit ]; |
|
1571 | license = [ pkgs.lib.licenses.mit ]; | |
1586 | }; |
|
1572 | }; | |
1587 | }; |
|
1573 | }; | |
1588 | "pytz" = super.buildPythonPackage { |
|
1574 | "pytz" = super.buildPythonPackage { | |
1589 | name = "pytz-2018.4"; |
|
1575 | name = "pytz-2018.4"; | |
1590 | doCheck = false; |
|
1576 | doCheck = false; | |
1591 | src = fetchurl { |
|
1577 | src = fetchurl { | |
1592 | url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz"; |
|
1578 | url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz"; | |
1593 | sha256 = "0jgpqx3kk2rhv81j1izjxvmx8d0x7hzs1857pgqnixic5wq2ar60"; |
|
1579 | sha256 = "0jgpqx3kk2rhv81j1izjxvmx8d0x7hzs1857pgqnixic5wq2ar60"; | |
1594 | }; |
|
1580 | }; | |
1595 | meta = { |
|
1581 | meta = { | |
1596 | license = [ pkgs.lib.licenses.mit ]; |
|
1582 | license = [ pkgs.lib.licenses.mit ]; | |
1597 | }; |
|
1583 | }; | |
1598 | }; |
|
1584 | }; | |
1599 | "pyzmq" = super.buildPythonPackage { |
|
1585 | "pyzmq" = super.buildPythonPackage { | |
1600 | name = "pyzmq-14.6.0"; |
|
1586 | name = "pyzmq-14.6.0"; | |
1601 | doCheck = false; |
|
1587 | doCheck = false; | |
1602 | src = fetchurl { |
|
1588 | src = fetchurl { | |
1603 | url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz"; |
|
1589 | url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz"; | |
1604 | sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp"; |
|
1590 | sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp"; | |
1605 | }; |
|
1591 | }; | |
1606 | meta = { |
|
1592 | meta = { | |
1607 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ]; |
|
1593 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ]; | |
1608 | }; |
|
1594 | }; | |
1609 | }; |
|
1595 | }; | |
1610 | "redis" = super.buildPythonPackage { |
|
1596 | "redis" = super.buildPythonPackage { | |
1611 | name = "redis-2.10.6"; |
|
1597 | name = "redis-2.10.6"; | |
1612 | doCheck = false; |
|
1598 | doCheck = false; | |
1613 | src = fetchurl { |
|
1599 | src = fetchurl { | |
1614 | url = "https://files.pythonhosted.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz"; |
|
1600 | url = "https://files.pythonhosted.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz"; | |
1615 | sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52"; |
|
1601 | sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52"; | |
1616 | }; |
|
1602 | }; | |
1617 | meta = { |
|
1603 | meta = { | |
1618 | license = [ pkgs.lib.licenses.mit ]; |
|
1604 | license = [ pkgs.lib.licenses.mit ]; | |
1619 | }; |
|
1605 | }; | |
1620 | }; |
|
1606 | }; | |
1621 | "repoze.lru" = super.buildPythonPackage { |
|
1607 | "repoze.lru" = super.buildPythonPackage { | |
1622 | name = "repoze.lru-0.7"; |
|
1608 | name = "repoze.lru-0.7"; | |
1623 | doCheck = false; |
|
1609 | doCheck = false; | |
1624 | src = fetchurl { |
|
1610 | src = fetchurl { | |
1625 | url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz"; |
|
1611 | url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz"; | |
1626 | sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84"; |
|
1612 | sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84"; | |
1627 | }; |
|
1613 | }; | |
1628 | meta = { |
|
1614 | meta = { | |
1629 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1615 | license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
1630 | }; |
|
1616 | }; | |
1631 | }; |
|
1617 | }; | |
1632 | "repoze.sendmail" = super.buildPythonPackage { |
|
1618 | "repoze.sendmail" = super.buildPythonPackage { | |
1633 | name = "repoze.sendmail-4.4.1"; |
|
1619 | name = "repoze.sendmail-4.4.1"; | |
1634 | doCheck = false; |
|
1620 | doCheck = false; | |
1635 | propagatedBuildInputs = [ |
|
1621 | propagatedBuildInputs = [ | |
1636 | self."setuptools" |
|
1622 | self."setuptools" | |
1637 | self."zope.interface" |
|
1623 | self."zope.interface" | |
1638 | self."transaction" |
|
1624 | self."transaction" | |
1639 | ]; |
|
1625 | ]; | |
1640 | src = fetchurl { |
|
1626 | src = fetchurl { | |
1641 | url = "https://files.pythonhosted.org/packages/12/4e/8ef1fd5c42765d712427b9c391419a77bd48877886d2cbc5e9f23c8cad9b/repoze.sendmail-4.4.1.tar.gz"; |
|
1627 | url = "https://files.pythonhosted.org/packages/12/4e/8ef1fd5c42765d712427b9c391419a77bd48877886d2cbc5e9f23c8cad9b/repoze.sendmail-4.4.1.tar.gz"; | |
1642 | sha256 = "096ln02jr2afk7ab9j2czxqv2ryqq7m86ah572nqplx52iws73ks"; |
|
1628 | sha256 = "096ln02jr2afk7ab9j2czxqv2ryqq7m86ah572nqplx52iws73ks"; | |
1643 | }; |
|
1629 | }; | |
1644 | meta = { |
|
1630 | meta = { | |
1645 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
1631 | license = [ pkgs.lib.licenses.zpl21 ]; | |
1646 | }; |
|
1632 | }; | |
1647 | }; |
|
1633 | }; | |
1648 | "requests" = super.buildPythonPackage { |
|
1634 | "requests" = super.buildPythonPackage { | |
1649 | name = "requests-2.9.1"; |
|
1635 | name = "requests-2.9.1"; | |
1650 | doCheck = false; |
|
1636 | doCheck = false; | |
1651 | src = fetchurl { |
|
1637 | src = fetchurl { | |
1652 | url = "https://files.pythonhosted.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz"; |
|
1638 | url = "https://files.pythonhosted.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz"; | |
1653 | sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"; |
|
1639 | sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5"; | |
1654 | }; |
|
1640 | }; | |
1655 | meta = { |
|
1641 | meta = { | |
1656 | license = [ pkgs.lib.licenses.asl20 ]; |
|
1642 | license = [ pkgs.lib.licenses.asl20 ]; | |
1657 | }; |
|
1643 | }; | |
1658 | }; |
|
1644 | }; | |
1659 | "rhodecode-enterprise-ce" = super.buildPythonPackage { |
|
1645 | "rhodecode-enterprise-ce" = super.buildPythonPackage { | |
1660 | name = "rhodecode-enterprise-ce-4.15.0"; |
|
1646 | name = "rhodecode-enterprise-ce-4.15.0"; | |
1661 | buildInputs = [ |
|
1647 | buildInputs = [ | |
1662 | self."pytest" |
|
1648 | self."pytest" | |
1663 | self."py" |
|
1649 | self."py" | |
1664 | self."pytest-cov" |
|
1650 | self."pytest-cov" | |
1665 | self."pytest-sugar" |
|
1651 | self."pytest-sugar" | |
1666 | self."pytest-runner" |
|
1652 | self."pytest-runner" | |
1667 | self."pytest-profiling" |
|
1653 | self."pytest-profiling" | |
1668 | self."pytest-timeout" |
|
1654 | self."pytest-timeout" | |
1669 | self."gprof2dot" |
|
1655 | self."gprof2dot" | |
1670 | self."mock" |
|
1656 | self."mock" | |
1671 | self."webtest" |
|
1657 | self."webtest" | |
1672 | self."cov-core" |
|
1658 | self."cov-core" | |
1673 | self."coverage" |
|
1659 | self."coverage" | |
1674 | self."configobj" |
|
1660 | self."configobj" | |
1675 | ]; |
|
1661 | ]; | |
1676 | doCheck = true; |
|
1662 | doCheck = true; | |
1677 | propagatedBuildInputs = [ |
|
1663 | propagatedBuildInputs = [ | |
1678 | self."setuptools-scm" |
|
1664 | self."setuptools-scm" | |
1679 | self."amqp" |
|
1665 | self."amqp" | |
1680 | self."authomatic" |
|
1666 | self."authomatic" | |
1681 | self."atomicwrites" |
|
1667 | self."atomicwrites" | |
1682 | self."attrs" |
|
1668 | self."attrs" | |
1683 | self."babel" |
|
1669 | self."babel" | |
1684 | self."beaker" |
|
1670 | self."beaker" | |
1685 | self."bleach" |
|
1671 | self."bleach" | |
1686 | self."celery" |
|
1672 | self."celery" | |
1687 | self."chameleon" |
|
1673 | self."chameleon" | |
1688 | self."channelstream" |
|
1674 | self."channelstream" | |
1689 | self."click" |
|
1675 | self."click" | |
1690 | self."colander" |
|
1676 | self."colander" | |
1691 | self."configobj" |
|
1677 | self."configobj" | |
1692 | self."cssselect" |
|
1678 | self."cssselect" | |
1693 | self."decorator" |
|
1679 | self."decorator" | |
1694 | self."deform" |
|
1680 | self."deform" | |
1695 | self."docutils" |
|
1681 | self."docutils" | |
1696 | self."dogpile.cache" |
|
1682 | self."dogpile.cache" | |
1697 | self."dogpile.core" |
|
1683 | self."dogpile.core" | |
1698 | self."ecdsa" |
|
1684 | self."ecdsa" | |
1699 | self."formencode" |
|
1685 | self."formencode" | |
1700 | self."future" |
|
1686 | self."future" | |
1701 | self."futures" |
|
1687 | self."futures" | |
1702 | self."gnureadline" |
|
1688 | self."gnureadline" | |
1703 | self."infrae.cache" |
|
1689 | self."infrae.cache" | |
1704 | self."iso8601" |
|
1690 | self."iso8601" | |
1705 | self."itsdangerous" |
|
1691 | self."itsdangerous" | |
1706 | self."jinja2" |
|
1692 | self."jinja2" | |
1707 | self."billiard" |
|
1693 | self."billiard" | |
1708 | self."kombu" |
|
1694 | self."kombu" | |
1709 | self."lxml" |
|
1695 | self."lxml" | |
1710 | self."mako" |
|
1696 | self."mako" | |
1711 | self."markdown" |
|
1697 | self."markdown" | |
1712 | self."markupsafe" |
|
1698 | self."markupsafe" | |
1713 | self."msgpack-python" |
|
1699 | self."msgpack-python" | |
1714 | self."pyotp" |
|
1700 | self."pyotp" | |
1715 | self."packaging" |
|
1701 | self."packaging" | |
1716 | self."paste" |
|
1702 | self."paste" | |
1717 | self."pastedeploy" |
|
1703 | self."pastedeploy" | |
1718 | self."pastescript" |
|
1704 | self."pastescript" | |
1719 | self."pathlib2" |
|
1705 | self."pathlib2" | |
1720 | self."peppercorn" |
|
1706 | self."peppercorn" | |
1721 | self."psutil" |
|
1707 | self."psutil" | |
1722 | self."py-bcrypt" |
|
1708 | self."py-bcrypt" | |
1723 | self."pycrypto" |
|
1709 | self."pycrypto" | |
1724 | self."pycurl" |
|
1710 | self."pycurl" | |
1725 | self."pyflakes" |
|
1711 | self."pyflakes" | |
1726 | self."pygments-markdown-lexer" |
|
|||
1727 | self."pygments" |
|
1712 | self."pygments" | |
1728 | self."pyparsing" |
|
1713 | self."pyparsing" | |
1729 | self."pyramid-beaker" |
|
1714 | self."pyramid-beaker" | |
1730 | self."pyramid-debugtoolbar" |
|
1715 | self."pyramid-debugtoolbar" | |
1731 | self."pyramid-jinja2" |
|
1716 | self."pyramid-jinja2" | |
1732 | self."pyramid-mako" |
|
1717 | self."pyramid-mako" | |
1733 | self."pyramid" |
|
1718 | self."pyramid" | |
1734 | self."pyramid-mailer" |
|
1719 | self."pyramid-mailer" | |
1735 | self."python-dateutil" |
|
1720 | self."python-dateutil" | |
1736 | self."python-ldap" |
|
1721 | self."python-ldap" | |
1737 | self."python-memcached" |
|
1722 | self."python-memcached" | |
1738 | self."python-pam" |
|
1723 | self."python-pam" | |
1739 | self."python-saml" |
|
1724 | self."python-saml" | |
1740 | self."pytz" |
|
1725 | self."pytz" | |
1741 | self."tzlocal" |
|
1726 | self."tzlocal" | |
1742 | self."pyzmq" |
|
1727 | self."pyzmq" | |
1743 | self."py-gfm" |
|
1728 | self."py-gfm" | |
1744 | self."redis" |
|
1729 | self."redis" | |
1745 | self."repoze.lru" |
|
1730 | self."repoze.lru" | |
1746 | self."requests" |
|
1731 | self."requests" | |
1747 | self."routes" |
|
1732 | self."routes" | |
1748 | self."simplejson" |
|
1733 | self."simplejson" | |
1749 | self."six" |
|
1734 | self."six" | |
1750 | self."sqlalchemy" |
|
1735 | self."sqlalchemy" | |
1751 | self."sshpubkeys" |
|
1736 | self."sshpubkeys" | |
1752 | self."subprocess32" |
|
1737 | self."subprocess32" | |
1753 | self."supervisor" |
|
1738 | self."supervisor" | |
1754 | self."tempita" |
|
1739 | self."tempita" | |
1755 | self."translationstring" |
|
1740 | self."translationstring" | |
1756 | self."urllib3" |
|
1741 | self."urllib3" | |
1757 | self."urlobject" |
|
1742 | self."urlobject" | |
1758 | self."venusian" |
|
1743 | self."venusian" | |
1759 | self."weberror" |
|
1744 | self."weberror" | |
1760 | self."webhelpers2" |
|
1745 | self."webhelpers2" | |
1761 | self."webhelpers" |
|
1746 | self."webhelpers" | |
1762 | self."webob" |
|
1747 | self."webob" | |
1763 | self."whoosh" |
|
1748 | self."whoosh" | |
1764 | self."wsgiref" |
|
1749 | self."wsgiref" | |
1765 | self."zope.cachedescriptors" |
|
1750 | self."zope.cachedescriptors" | |
1766 | self."zope.deprecation" |
|
1751 | self."zope.deprecation" | |
1767 | self."zope.event" |
|
1752 | self."zope.event" | |
1768 | self."zope.interface" |
|
1753 | self."zope.interface" | |
1769 | self."mysql-python" |
|
1754 | self."mysql-python" | |
1770 | self."pymysql" |
|
1755 | self."pymysql" | |
1771 | self."pysqlite" |
|
1756 | self."pysqlite" | |
1772 | self."psycopg2" |
|
1757 | self."psycopg2" | |
1773 | self."nbconvert" |
|
1758 | self."nbconvert" | |
1774 | self."nbformat" |
|
1759 | self."nbformat" | |
1775 | self."jupyter-client" |
|
1760 | self."jupyter-client" | |
1776 | self."alembic" |
|
1761 | self."alembic" | |
1777 | self."invoke" |
|
1762 | self."invoke" | |
1778 | self."bumpversion" |
|
1763 | self."bumpversion" | |
1779 | self."gevent" |
|
1764 | self."gevent" | |
1780 | self."greenlet" |
|
1765 | self."greenlet" | |
1781 | self."gunicorn" |
|
1766 | self."gunicorn" | |
1782 | self."waitress" |
|
1767 | self."waitress" | |
1783 | self."setproctitle" |
|
1768 | self."setproctitle" | |
1784 | self."ipdb" |
|
1769 | self."ipdb" | |
1785 | self."ipython" |
|
1770 | self."ipython" | |
1786 | self."rhodecode-tools" |
|
1771 | self."rhodecode-tools" | |
1787 | self."appenlight-client" |
|
1772 | self."appenlight-client" | |
1788 | self."pytest" |
|
1773 | self."pytest" | |
1789 | self."py" |
|
1774 | self."py" | |
1790 | self."pytest-cov" |
|
1775 | self."pytest-cov" | |
1791 | self."pytest-sugar" |
|
1776 | self."pytest-sugar" | |
1792 | self."pytest-runner" |
|
1777 | self."pytest-runner" | |
1793 | self."pytest-profiling" |
|
1778 | self."pytest-profiling" | |
1794 | self."pytest-timeout" |
|
1779 | self."pytest-timeout" | |
1795 | self."gprof2dot" |
|
1780 | self."gprof2dot" | |
1796 | self."mock" |
|
1781 | self."mock" | |
1797 | self."webtest" |
|
1782 | self."webtest" | |
1798 | self."cov-core" |
|
1783 | self."cov-core" | |
1799 | self."coverage" |
|
1784 | self."coverage" | |
1800 | ]; |
|
1785 | ]; | |
1801 | src = ./.; |
|
1786 | src = ./.; | |
1802 | meta = { |
|
1787 | meta = { | |
1803 | license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ]; |
|
1788 | license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ]; | |
1804 | }; |
|
1789 | }; | |
1805 | }; |
|
1790 | }; | |
1806 | "rhodecode-tools" = super.buildPythonPackage { |
|
1791 | "rhodecode-tools" = super.buildPythonPackage { | |
1807 | name = "rhodecode-tools-1.0.1"; |
|
1792 | name = "rhodecode-tools-1.0.1"; | |
1808 | doCheck = false; |
|
1793 | doCheck = false; | |
1809 | propagatedBuildInputs = [ |
|
1794 | propagatedBuildInputs = [ | |
1810 | self."click" |
|
1795 | self."click" | |
1811 | self."future" |
|
1796 | self."future" | |
1812 | self."six" |
|
1797 | self."six" | |
1813 | self."mako" |
|
1798 | self."mako" | |
1814 | self."markupsafe" |
|
1799 | self."markupsafe" | |
1815 | self."requests" |
|
1800 | self."requests" | |
1816 | self."elasticsearch" |
|
1801 | self."elasticsearch" | |
1817 | self."elasticsearch-dsl" |
|
1802 | self."elasticsearch-dsl" | |
1818 | self."urllib3" |
|
1803 | self."urllib3" | |
1819 | self."whoosh" |
|
1804 | self."whoosh" | |
1820 | ]; |
|
1805 | ]; | |
1821 | src = fetchurl { |
|
1806 | src = fetchurl { | |
1822 | url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.0.1.tar.gz?md5=ffb5d6bcb855305b93cfe23ad42e500b"; |
|
1807 | url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.0.1.tar.gz?md5=ffb5d6bcb855305b93cfe23ad42e500b"; | |
1823 | sha256 = "0nr300s4sg685qs4wgbwlplwriawrwi6jq79z37frcnpyc89gpvm"; |
|
1808 | sha256 = "0nr300s4sg685qs4wgbwlplwriawrwi6jq79z37frcnpyc89gpvm"; | |
1824 | }; |
|
1809 | }; | |
1825 | meta = { |
|
1810 | meta = { | |
1826 | license = [ { fullName = "Apache 2.0 and Proprietary"; } ]; |
|
1811 | license = [ { fullName = "Apache 2.0 and Proprietary"; } ]; | |
1827 | }; |
|
1812 | }; | |
1828 | }; |
|
1813 | }; | |
1829 | "routes" = super.buildPythonPackage { |
|
1814 | "routes" = super.buildPythonPackage { | |
1830 | name = "routes-2.4.1"; |
|
1815 | name = "routes-2.4.1"; | |
1831 | doCheck = false; |
|
1816 | doCheck = false; | |
1832 | propagatedBuildInputs = [ |
|
1817 | propagatedBuildInputs = [ | |
1833 | self."six" |
|
1818 | self."six" | |
1834 | self."repoze.lru" |
|
1819 | self."repoze.lru" | |
1835 | ]; |
|
1820 | ]; | |
1836 | src = fetchurl { |
|
1821 | src = fetchurl { | |
1837 | url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz"; |
|
1822 | url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz"; | |
1838 | sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6"; |
|
1823 | sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6"; | |
1839 | }; |
|
1824 | }; | |
1840 | meta = { |
|
1825 | meta = { | |
1841 | license = [ pkgs.lib.licenses.mit ]; |
|
1826 | license = [ pkgs.lib.licenses.mit ]; | |
1842 | }; |
|
1827 | }; | |
1843 | }; |
|
1828 | }; | |
1844 | "scandir" = super.buildPythonPackage { |
|
1829 | "scandir" = super.buildPythonPackage { | |
1845 | name = "scandir-1.9.0"; |
|
1830 | name = "scandir-1.9.0"; | |
1846 | doCheck = false; |
|
1831 | doCheck = false; | |
1847 | src = fetchurl { |
|
1832 | src = fetchurl { | |
1848 | url = "https://files.pythonhosted.org/packages/16/2a/557af1181e6b4e30254d5a6163b18f5053791ca66e251e77ab08887e8fe3/scandir-1.9.0.tar.gz"; |
|
1833 | url = "https://files.pythonhosted.org/packages/16/2a/557af1181e6b4e30254d5a6163b18f5053791ca66e251e77ab08887e8fe3/scandir-1.9.0.tar.gz"; | |
1849 | sha256 = "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4"; |
|
1834 | sha256 = "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4"; | |
1850 | }; |
|
1835 | }; | |
1851 | meta = { |
|
1836 | meta = { | |
1852 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ]; |
|
1837 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ]; | |
1853 | }; |
|
1838 | }; | |
1854 | }; |
|
1839 | }; | |
1855 | "setproctitle" = super.buildPythonPackage { |
|
1840 | "setproctitle" = super.buildPythonPackage { | |
1856 | name = "setproctitle-1.1.10"; |
|
1841 | name = "setproctitle-1.1.10"; | |
1857 | doCheck = false; |
|
1842 | doCheck = false; | |
1858 | src = fetchurl { |
|
1843 | src = fetchurl { | |
1859 | url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz"; |
|
1844 | url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz"; | |
1860 | sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2"; |
|
1845 | sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2"; | |
1861 | }; |
|
1846 | }; | |
1862 | meta = { |
|
1847 | meta = { | |
1863 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1848 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1864 | }; |
|
1849 | }; | |
1865 | }; |
|
1850 | }; | |
1866 | "setuptools" = super.buildPythonPackage { |
|
1851 | "setuptools" = super.buildPythonPackage { | |
1867 | name = "setuptools-40.6.2"; |
|
1852 | name = "setuptools-40.6.2"; | |
1868 | doCheck = false; |
|
1853 | doCheck = false; | |
1869 | src = fetchurl { |
|
1854 | src = fetchurl { | |
1870 | url = "https://files.pythonhosted.org/packages/b0/d1/8acb42f391cba52e35b131e442e80deffbb8d0676b93261d761b1f0ef8fb/setuptools-40.6.2.zip"; |
|
1855 | url = "https://files.pythonhosted.org/packages/b0/d1/8acb42f391cba52e35b131e442e80deffbb8d0676b93261d761b1f0ef8fb/setuptools-40.6.2.zip"; | |
1871 | sha256 = "0r2c5hapirlzm34h7pl1lgkm6gk7bcrlrdj28qgsvaqg3f74vfw6"; |
|
1856 | sha256 = "0r2c5hapirlzm34h7pl1lgkm6gk7bcrlrdj28qgsvaqg3f74vfw6"; | |
1872 | }; |
|
1857 | }; | |
1873 | meta = { |
|
1858 | meta = { | |
1874 | license = [ pkgs.lib.licenses.mit ]; |
|
1859 | license = [ pkgs.lib.licenses.mit ]; | |
1875 | }; |
|
1860 | }; | |
1876 | }; |
|
1861 | }; | |
1877 | "setuptools-scm" = super.buildPythonPackage { |
|
1862 | "setuptools-scm" = super.buildPythonPackage { | |
1878 | name = "setuptools-scm-2.1.0"; |
|
1863 | name = "setuptools-scm-2.1.0"; | |
1879 | doCheck = false; |
|
1864 | doCheck = false; | |
1880 | src = fetchurl { |
|
1865 | src = fetchurl { | |
1881 | url = "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz"; |
|
1866 | url = "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz"; | |
1882 | sha256 = "0yb364cgk15sfw3x8ln4ssh98z1dj6n8iiz4r2rw1cfsxhgi8rx7"; |
|
1867 | sha256 = "0yb364cgk15sfw3x8ln4ssh98z1dj6n8iiz4r2rw1cfsxhgi8rx7"; | |
1883 | }; |
|
1868 | }; | |
1884 | meta = { |
|
1869 | meta = { | |
1885 | license = [ pkgs.lib.licenses.mit ]; |
|
1870 | license = [ pkgs.lib.licenses.mit ]; | |
1886 | }; |
|
1871 | }; | |
1887 | }; |
|
1872 | }; | |
1888 | "simplegeneric" = super.buildPythonPackage { |
|
1873 | "simplegeneric" = super.buildPythonPackage { | |
1889 | name = "simplegeneric-0.8.1"; |
|
1874 | name = "simplegeneric-0.8.1"; | |
1890 | doCheck = false; |
|
1875 | doCheck = false; | |
1891 | src = fetchurl { |
|
1876 | src = fetchurl { | |
1892 | url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip"; |
|
1877 | url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip"; | |
1893 | sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"; |
|
1878 | sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw"; | |
1894 | }; |
|
1879 | }; | |
1895 | meta = { |
|
1880 | meta = { | |
1896 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
1881 | license = [ pkgs.lib.licenses.zpl21 ]; | |
1897 | }; |
|
1882 | }; | |
1898 | }; |
|
1883 | }; | |
1899 | "simplejson" = super.buildPythonPackage { |
|
1884 | "simplejson" = super.buildPythonPackage { | |
1900 | name = "simplejson-3.11.1"; |
|
1885 | name = "simplejson-3.11.1"; | |
1901 | doCheck = false; |
|
1886 | doCheck = false; | |
1902 | src = fetchurl { |
|
1887 | src = fetchurl { | |
1903 | url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz"; |
|
1888 | url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz"; | |
1904 | sha256 = "1rr58dppsq73p0qcd9bsw066cdd3v63sqv7j6sqni8frvm4jv8h1"; |
|
1889 | sha256 = "1rr58dppsq73p0qcd9bsw066cdd3v63sqv7j6sqni8frvm4jv8h1"; | |
1905 | }; |
|
1890 | }; | |
1906 | meta = { |
|
1891 | meta = { | |
1907 | license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ]; |
|
1892 | license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ]; | |
1908 | }; |
|
1893 | }; | |
1909 | }; |
|
1894 | }; | |
1910 | "six" = super.buildPythonPackage { |
|
1895 | "six" = super.buildPythonPackage { | |
1911 | name = "six-1.11.0"; |
|
1896 | name = "six-1.11.0"; | |
1912 | doCheck = false; |
|
1897 | doCheck = false; | |
1913 | src = fetchurl { |
|
1898 | src = fetchurl { | |
1914 | url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"; |
|
1899 | url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"; | |
1915 | sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"; |
|
1900 | sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h"; | |
1916 | }; |
|
1901 | }; | |
1917 | meta = { |
|
1902 | meta = { | |
1918 | license = [ pkgs.lib.licenses.mit ]; |
|
1903 | license = [ pkgs.lib.licenses.mit ]; | |
1919 | }; |
|
1904 | }; | |
1920 | }; |
|
1905 | }; | |
1921 | "sqlalchemy" = super.buildPythonPackage { |
|
1906 | "sqlalchemy" = super.buildPythonPackage { | |
1922 | name = "sqlalchemy-1.1.18"; |
|
1907 | name = "sqlalchemy-1.1.18"; | |
1923 | doCheck = false; |
|
1908 | doCheck = false; | |
1924 | src = fetchurl { |
|
1909 | src = fetchurl { | |
1925 | url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz"; |
|
1910 | url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz"; | |
1926 | sha256 = "1ab4ysip6irajfbxl9wy27kv76miaz8h6759hfx92499z4dcf3lb"; |
|
1911 | sha256 = "1ab4ysip6irajfbxl9wy27kv76miaz8h6759hfx92499z4dcf3lb"; | |
1927 | }; |
|
1912 | }; | |
1928 | meta = { |
|
1913 | meta = { | |
1929 | license = [ pkgs.lib.licenses.mit ]; |
|
1914 | license = [ pkgs.lib.licenses.mit ]; | |
1930 | }; |
|
1915 | }; | |
1931 | }; |
|
1916 | }; | |
1932 | "sshpubkeys" = super.buildPythonPackage { |
|
1917 | "sshpubkeys" = super.buildPythonPackage { | |
1933 | name = "sshpubkeys-2.2.0"; |
|
1918 | name = "sshpubkeys-2.2.0"; | |
1934 | doCheck = false; |
|
1919 | doCheck = false; | |
1935 | propagatedBuildInputs = [ |
|
1920 | propagatedBuildInputs = [ | |
1936 | self."pycrypto" |
|
1921 | self."pycrypto" | |
1937 | self."ecdsa" |
|
1922 | self."ecdsa" | |
1938 | ]; |
|
1923 | ]; | |
1939 | src = fetchurl { |
|
1924 | src = fetchurl { | |
1940 | url = "https://files.pythonhosted.org/packages/27/da/337fabeb3dca6b62039a93ceaa636f25065e0ae92b575b1235342076cf0a/sshpubkeys-2.2.0.tar.gz"; |
|
1925 | url = "https://files.pythonhosted.org/packages/27/da/337fabeb3dca6b62039a93ceaa636f25065e0ae92b575b1235342076cf0a/sshpubkeys-2.2.0.tar.gz"; | |
1941 | sha256 = "0r4kpwzmg96a2x56pllik7dmc3fnqk189v3sfgsi07q2ryrhr6xm"; |
|
1926 | sha256 = "0r4kpwzmg96a2x56pllik7dmc3fnqk189v3sfgsi07q2ryrhr6xm"; | |
1942 | }; |
|
1927 | }; | |
1943 | meta = { |
|
1928 | meta = { | |
1944 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1929 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1945 | }; |
|
1930 | }; | |
1946 | }; |
|
1931 | }; | |
1947 | "subprocess32" = super.buildPythonPackage { |
|
1932 | "subprocess32" = super.buildPythonPackage { | |
1948 | name = "subprocess32-3.5.2"; |
|
1933 | name = "subprocess32-3.5.2"; | |
1949 | doCheck = false; |
|
1934 | doCheck = false; | |
1950 | src = fetchurl { |
|
1935 | src = fetchurl { | |
1951 | url = "https://files.pythonhosted.org/packages/c3/5f/7117737fc7114061837a4f51670d863dd7f7f9c762a6546fa8a0dcfe61c8/subprocess32-3.5.2.tar.gz"; |
|
1936 | url = "https://files.pythonhosted.org/packages/c3/5f/7117737fc7114061837a4f51670d863dd7f7f9c762a6546fa8a0dcfe61c8/subprocess32-3.5.2.tar.gz"; | |
1952 | sha256 = "11v62shwmdys48g7ncs3a8jwwnkcl8d4zcwy6dk73z1zy2f9hazb"; |
|
1937 | sha256 = "11v62shwmdys48g7ncs3a8jwwnkcl8d4zcwy6dk73z1zy2f9hazb"; | |
1953 | }; |
|
1938 | }; | |
1954 | meta = { |
|
1939 | meta = { | |
1955 | license = [ pkgs.lib.licenses.psfl ]; |
|
1940 | license = [ pkgs.lib.licenses.psfl ]; | |
1956 | }; |
|
1941 | }; | |
1957 | }; |
|
1942 | }; | |
1958 | "supervisor" = super.buildPythonPackage { |
|
1943 | "supervisor" = super.buildPythonPackage { | |
1959 | name = "supervisor-3.3.4"; |
|
1944 | name = "supervisor-3.3.4"; | |
1960 | doCheck = false; |
|
1945 | doCheck = false; | |
1961 | propagatedBuildInputs = [ |
|
1946 | propagatedBuildInputs = [ | |
1962 | self."meld3" |
|
1947 | self."meld3" | |
1963 | ]; |
|
1948 | ]; | |
1964 | src = fetchurl { |
|
1949 | src = fetchurl { | |
1965 | url = "https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz"; |
|
1950 | url = "https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz"; | |
1966 | sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1"; |
|
1951 | sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1"; | |
1967 | }; |
|
1952 | }; | |
1968 | meta = { |
|
1953 | meta = { | |
1969 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
1954 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
1970 | }; |
|
1955 | }; | |
1971 | }; |
|
1956 | }; | |
1972 | "tempita" = super.buildPythonPackage { |
|
1957 | "tempita" = super.buildPythonPackage { | |
1973 | name = "tempita-0.5.2"; |
|
1958 | name = "tempita-0.5.2"; | |
1974 | doCheck = false; |
|
1959 | doCheck = false; | |
1975 | src = fetchurl { |
|
1960 | src = fetchurl { | |
1976 | url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz"; |
|
1961 | url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz"; | |
1977 | sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna"; |
|
1962 | sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna"; | |
1978 | }; |
|
1963 | }; | |
1979 | meta = { |
|
1964 | meta = { | |
1980 | license = [ pkgs.lib.licenses.mit ]; |
|
1965 | license = [ pkgs.lib.licenses.mit ]; | |
1981 | }; |
|
1966 | }; | |
1982 | }; |
|
1967 | }; | |
1983 | "termcolor" = super.buildPythonPackage { |
|
1968 | "termcolor" = super.buildPythonPackage { | |
1984 | name = "termcolor-1.1.0"; |
|
1969 | name = "termcolor-1.1.0"; | |
1985 | doCheck = false; |
|
1970 | doCheck = false; | |
1986 | src = fetchurl { |
|
1971 | src = fetchurl { | |
1987 | url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz"; |
|
1972 | url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz"; | |
1988 | sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x"; |
|
1973 | sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x"; | |
1989 | }; |
|
1974 | }; | |
1990 | meta = { |
|
1975 | meta = { | |
1991 | license = [ pkgs.lib.licenses.mit ]; |
|
1976 | license = [ pkgs.lib.licenses.mit ]; | |
1992 | }; |
|
1977 | }; | |
1993 | }; |
|
1978 | }; | |
1994 | "testpath" = super.buildPythonPackage { |
|
1979 | "testpath" = super.buildPythonPackage { | |
1995 | name = "testpath-0.4.2"; |
|
1980 | name = "testpath-0.4.2"; | |
1996 | doCheck = false; |
|
1981 | doCheck = false; | |
1997 | src = fetchurl { |
|
1982 | src = fetchurl { | |
1998 | url = "https://files.pythonhosted.org/packages/06/30/9a7e917066d851d8b4117e85794b5f14516419ea714a8a2681ec6aa8a981/testpath-0.4.2.tar.gz"; |
|
1983 | url = "https://files.pythonhosted.org/packages/06/30/9a7e917066d851d8b4117e85794b5f14516419ea714a8a2681ec6aa8a981/testpath-0.4.2.tar.gz"; | |
1999 | sha256 = "1y40hywscnnyb734pnzm55nd8r8kp1072bjxbil83gcd53cv755n"; |
|
1984 | sha256 = "1y40hywscnnyb734pnzm55nd8r8kp1072bjxbil83gcd53cv755n"; | |
2000 | }; |
|
1985 | }; | |
2001 | meta = { |
|
1986 | meta = { | |
2002 | license = [ ]; |
|
1987 | license = [ ]; | |
2003 | }; |
|
1988 | }; | |
2004 | }; |
|
1989 | }; | |
2005 | "traitlets" = super.buildPythonPackage { |
|
1990 | "traitlets" = super.buildPythonPackage { | |
2006 | name = "traitlets-4.3.2"; |
|
1991 | name = "traitlets-4.3.2"; | |
2007 | doCheck = false; |
|
1992 | doCheck = false; | |
2008 | propagatedBuildInputs = [ |
|
1993 | propagatedBuildInputs = [ | |
2009 | self."ipython-genutils" |
|
1994 | self."ipython-genutils" | |
2010 | self."six" |
|
1995 | self."six" | |
2011 | self."decorator" |
|
1996 | self."decorator" | |
2012 | self."enum34" |
|
1997 | self."enum34" | |
2013 | ]; |
|
1998 | ]; | |
2014 | src = fetchurl { |
|
1999 | src = fetchurl { | |
2015 | url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz"; |
|
2000 | url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz"; | |
2016 | sha256 = "0dbq7sx26xqz5ixs711k5nc88p8a0nqyz6162pwks5dpcz9d4jww"; |
|
2001 | sha256 = "0dbq7sx26xqz5ixs711k5nc88p8a0nqyz6162pwks5dpcz9d4jww"; | |
2017 | }; |
|
2002 | }; | |
2018 | meta = { |
|
2003 | meta = { | |
2019 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
2004 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
2020 | }; |
|
2005 | }; | |
2021 | }; |
|
2006 | }; | |
2022 | "transaction" = super.buildPythonPackage { |
|
2007 | "transaction" = super.buildPythonPackage { | |
2023 | name = "transaction-2.4.0"; |
|
2008 | name = "transaction-2.4.0"; | |
2024 | doCheck = false; |
|
2009 | doCheck = false; | |
2025 | propagatedBuildInputs = [ |
|
2010 | propagatedBuildInputs = [ | |
2026 | self."zope.interface" |
|
2011 | self."zope.interface" | |
2027 | ]; |
|
2012 | ]; | |
2028 | src = fetchurl { |
|
2013 | src = fetchurl { | |
2029 | url = "https://files.pythonhosted.org/packages/9d/7d/0e8af0d059e052b9dcf2bb5a08aad20ae3e238746bdd3f8701a60969b363/transaction-2.4.0.tar.gz"; |
|
2014 | url = "https://files.pythonhosted.org/packages/9d/7d/0e8af0d059e052b9dcf2bb5a08aad20ae3e238746bdd3f8701a60969b363/transaction-2.4.0.tar.gz"; | |
2030 | sha256 = "17wz1y524ca07vr03yddy8dv0gbscs06dbdywmllxv5rc725jq3j"; |
|
2015 | sha256 = "17wz1y524ca07vr03yddy8dv0gbscs06dbdywmllxv5rc725jq3j"; | |
2031 | }; |
|
2016 | }; | |
2032 | meta = { |
|
2017 | meta = { | |
2033 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
2018 | license = [ pkgs.lib.licenses.zpl21 ]; | |
2034 | }; |
|
2019 | }; | |
2035 | }; |
|
2020 | }; | |
2036 | "translationstring" = super.buildPythonPackage { |
|
2021 | "translationstring" = super.buildPythonPackage { | |
2037 | name = "translationstring-1.3"; |
|
2022 | name = "translationstring-1.3"; | |
2038 | doCheck = false; |
|
2023 | doCheck = false; | |
2039 | src = fetchurl { |
|
2024 | src = fetchurl { | |
2040 | url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz"; |
|
2025 | url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz"; | |
2041 | sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f"; |
|
2026 | sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f"; | |
2042 | }; |
|
2027 | }; | |
2043 | meta = { |
|
2028 | meta = { | |
2044 | license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ]; |
|
2029 | license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ]; | |
2045 | }; |
|
2030 | }; | |
2046 | }; |
|
2031 | }; | |
2047 | "tzlocal" = super.buildPythonPackage { |
|
2032 | "tzlocal" = super.buildPythonPackage { | |
2048 | name = "tzlocal-1.5.1"; |
|
2033 | name = "tzlocal-1.5.1"; | |
2049 | doCheck = false; |
|
2034 | doCheck = false; | |
2050 | propagatedBuildInputs = [ |
|
2035 | propagatedBuildInputs = [ | |
2051 | self."pytz" |
|
2036 | self."pytz" | |
2052 | ]; |
|
2037 | ]; | |
2053 | src = fetchurl { |
|
2038 | src = fetchurl { | |
2054 | url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz"; |
|
2039 | url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz"; | |
2055 | sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf"; |
|
2040 | sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf"; | |
2056 | }; |
|
2041 | }; | |
2057 | meta = { |
|
2042 | meta = { | |
2058 | license = [ pkgs.lib.licenses.mit ]; |
|
2043 | license = [ pkgs.lib.licenses.mit ]; | |
2059 | }; |
|
2044 | }; | |
2060 | }; |
|
2045 | }; | |
2061 | "urllib3" = super.buildPythonPackage { |
|
2046 | "urllib3" = super.buildPythonPackage { | |
2062 | name = "urllib3-1.21"; |
|
2047 | name = "urllib3-1.21"; | |
2063 | doCheck = false; |
|
2048 | doCheck = false; | |
2064 | src = fetchurl { |
|
2049 | src = fetchurl { | |
2065 | url = "https://files.pythonhosted.org/packages/34/95/7b28259d0006ed681c424cd71a668363265eac92b67dddd018eb9a22bff8/urllib3-1.21.tar.gz"; |
|
2050 | url = "https://files.pythonhosted.org/packages/34/95/7b28259d0006ed681c424cd71a668363265eac92b67dddd018eb9a22bff8/urllib3-1.21.tar.gz"; | |
2066 | sha256 = "0irnj4wvh2y36s4q3l2vas9qr9m766w6w418nb490j3mf8a8zw6h"; |
|
2051 | sha256 = "0irnj4wvh2y36s4q3l2vas9qr9m766w6w418nb490j3mf8a8zw6h"; | |
2067 | }; |
|
2052 | }; | |
2068 | meta = { |
|
2053 | meta = { | |
2069 | license = [ pkgs.lib.licenses.mit ]; |
|
2054 | license = [ pkgs.lib.licenses.mit ]; | |
2070 | }; |
|
2055 | }; | |
2071 | }; |
|
2056 | }; | |
2072 | "urlobject" = super.buildPythonPackage { |
|
2057 | "urlobject" = super.buildPythonPackage { | |
2073 | name = "urlobject-2.4.3"; |
|
2058 | name = "urlobject-2.4.3"; | |
2074 | doCheck = false; |
|
2059 | doCheck = false; | |
2075 | src = fetchurl { |
|
2060 | src = fetchurl { | |
2076 | url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz"; |
|
2061 | url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz"; | |
2077 | sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7"; |
|
2062 | sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7"; | |
2078 | }; |
|
2063 | }; | |
2079 | meta = { |
|
2064 | meta = { | |
2080 | license = [ pkgs.lib.licenses.publicDomain ]; |
|
2065 | license = [ pkgs.lib.licenses.publicDomain ]; | |
2081 | }; |
|
2066 | }; | |
2082 | }; |
|
2067 | }; | |
2083 | "venusian" = super.buildPythonPackage { |
|
2068 | "venusian" = super.buildPythonPackage { | |
2084 | name = "venusian-1.1.0"; |
|
2069 | name = "venusian-1.1.0"; | |
2085 | doCheck = false; |
|
2070 | doCheck = false; | |
2086 | src = fetchurl { |
|
2071 | src = fetchurl { | |
2087 | url = "https://files.pythonhosted.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz"; |
|
2072 | url = "https://files.pythonhosted.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz"; | |
2088 | sha256 = "0zapz131686qm0gazwy8bh11vr57pr89jbwbl50s528sqy9f80lr"; |
|
2073 | sha256 = "0zapz131686qm0gazwy8bh11vr57pr89jbwbl50s528sqy9f80lr"; | |
2089 | }; |
|
2074 | }; | |
2090 | meta = { |
|
2075 | meta = { | |
2091 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
|
2076 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; | |
2092 | }; |
|
2077 | }; | |
2093 | }; |
|
2078 | }; | |
2094 | "vine" = super.buildPythonPackage { |
|
2079 | "vine" = super.buildPythonPackage { | |
2095 | name = "vine-1.1.4"; |
|
2080 | name = "vine-1.1.4"; | |
2096 | doCheck = false; |
|
2081 | doCheck = false; | |
2097 | src = fetchurl { |
|
2082 | src = fetchurl { | |
2098 | url = "https://files.pythonhosted.org/packages/32/23/36284986e011f3c130d802c3c66abd8f1aef371eae110ddf80c5ae22e1ff/vine-1.1.4.tar.gz"; |
|
2083 | url = "https://files.pythonhosted.org/packages/32/23/36284986e011f3c130d802c3c66abd8f1aef371eae110ddf80c5ae22e1ff/vine-1.1.4.tar.gz"; | |
2099 | sha256 = "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj"; |
|
2084 | sha256 = "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj"; | |
2100 | }; |
|
2085 | }; | |
2101 | meta = { |
|
2086 | meta = { | |
2102 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
2087 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
2103 | }; |
|
2088 | }; | |
2104 | }; |
|
2089 | }; | |
2105 | "waitress" = super.buildPythonPackage { |
|
2090 | "waitress" = super.buildPythonPackage { | |
2106 | name = "waitress-1.1.0"; |
|
2091 | name = "waitress-1.1.0"; | |
2107 | doCheck = false; |
|
2092 | doCheck = false; | |
2108 | src = fetchurl { |
|
2093 | src = fetchurl { | |
2109 | url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz"; |
|
2094 | url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz"; | |
2110 | sha256 = "1a85gyji0kajc3p0s1pwwfm06w4wfxjkvvl4rnrz3h164kbd6g6k"; |
|
2095 | sha256 = "1a85gyji0kajc3p0s1pwwfm06w4wfxjkvvl4rnrz3h164kbd6g6k"; | |
2111 | }; |
|
2096 | }; | |
2112 | meta = { |
|
2097 | meta = { | |
2113 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
2098 | license = [ pkgs.lib.licenses.zpl21 ]; | |
2114 | }; |
|
2099 | }; | |
2115 | }; |
|
2100 | }; | |
2116 | "wcwidth" = super.buildPythonPackage { |
|
2101 | "wcwidth" = super.buildPythonPackage { | |
2117 | name = "wcwidth-0.1.7"; |
|
2102 | name = "wcwidth-0.1.7"; | |
2118 | doCheck = false; |
|
2103 | doCheck = false; | |
2119 | src = fetchurl { |
|
2104 | src = fetchurl { | |
2120 | url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz"; |
|
2105 | url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz"; | |
2121 | sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx"; |
|
2106 | sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx"; | |
2122 | }; |
|
2107 | }; | |
2123 | meta = { |
|
2108 | meta = { | |
2124 | license = [ pkgs.lib.licenses.mit ]; |
|
2109 | license = [ pkgs.lib.licenses.mit ]; | |
2125 | }; |
|
2110 | }; | |
2126 | }; |
|
2111 | }; | |
2127 | "webencodings" = super.buildPythonPackage { |
|
2112 | "webencodings" = super.buildPythonPackage { | |
2128 | name = "webencodings-0.5.1"; |
|
2113 | name = "webencodings-0.5.1"; | |
2129 | doCheck = false; |
|
2114 | doCheck = false; | |
2130 | src = fetchurl { |
|
2115 | src = fetchurl { | |
2131 | url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz"; |
|
2116 | url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz"; | |
2132 | sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk"; |
|
2117 | sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk"; | |
2133 | }; |
|
2118 | }; | |
2134 | meta = { |
|
2119 | meta = { | |
2135 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
2120 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
2136 | }; |
|
2121 | }; | |
2137 | }; |
|
2122 | }; | |
2138 | "weberror" = super.buildPythonPackage { |
|
2123 | "weberror" = super.buildPythonPackage { | |
2139 | name = "weberror-0.10.3"; |
|
2124 | name = "weberror-0.10.3"; | |
2140 | doCheck = false; |
|
2125 | doCheck = false; | |
2141 | propagatedBuildInputs = [ |
|
2126 | propagatedBuildInputs = [ | |
2142 | self."webob" |
|
2127 | self."webob" | |
2143 | self."tempita" |
|
2128 | self."tempita" | |
2144 | self."pygments" |
|
2129 | self."pygments" | |
2145 | self."paste" |
|
2130 | self."paste" | |
2146 | ]; |
|
2131 | ]; | |
2147 | src = fetchurl { |
|
2132 | src = fetchurl { | |
2148 | url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz"; |
|
2133 | url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz"; | |
2149 | sha256 = "0frg4kvycqpj5bi8asfqfs6bxsr2cvjvb6b56c4d1ai1z57kbjx6"; |
|
2134 | sha256 = "0frg4kvycqpj5bi8asfqfs6bxsr2cvjvb6b56c4d1ai1z57kbjx6"; | |
2150 | }; |
|
2135 | }; | |
2151 | meta = { |
|
2136 | meta = { | |
2152 | license = [ pkgs.lib.licenses.mit ]; |
|
2137 | license = [ pkgs.lib.licenses.mit ]; | |
2153 | }; |
|
2138 | }; | |
2154 | }; |
|
2139 | }; | |
2155 | "webhelpers" = super.buildPythonPackage { |
|
2140 | "webhelpers" = super.buildPythonPackage { | |
2156 | name = "webhelpers-1.3"; |
|
2141 | name = "webhelpers-1.3"; | |
2157 | doCheck = false; |
|
2142 | doCheck = false; | |
2158 | propagatedBuildInputs = [ |
|
2143 | propagatedBuildInputs = [ | |
2159 | self."markupsafe" |
|
2144 | self."markupsafe" | |
2160 | ]; |
|
2145 | ]; | |
2161 | src = fetchurl { |
|
2146 | src = fetchurl { | |
2162 | url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz"; |
|
2147 | url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz"; | |
2163 | sha256 = "10x5i82qdkrvyw18gsybwggfhfpl869siaab89vnndi9x62g51pa"; |
|
2148 | sha256 = "10x5i82qdkrvyw18gsybwggfhfpl869siaab89vnndi9x62g51pa"; | |
2164 | }; |
|
2149 | }; | |
2165 | meta = { |
|
2150 | meta = { | |
2166 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
2151 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
2167 | }; |
|
2152 | }; | |
2168 | }; |
|
2153 | }; | |
2169 | "webhelpers2" = super.buildPythonPackage { |
|
2154 | "webhelpers2" = super.buildPythonPackage { | |
2170 | name = "webhelpers2-2.0"; |
|
2155 | name = "webhelpers2-2.0"; | |
2171 | doCheck = false; |
|
2156 | doCheck = false; | |
2172 | propagatedBuildInputs = [ |
|
2157 | propagatedBuildInputs = [ | |
2173 | self."markupsafe" |
|
2158 | self."markupsafe" | |
2174 | self."six" |
|
2159 | self."six" | |
2175 | ]; |
|
2160 | ]; | |
2176 | src = fetchurl { |
|
2161 | src = fetchurl { | |
2177 | url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz"; |
|
2162 | url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz"; | |
2178 | sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs"; |
|
2163 | sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs"; | |
2179 | }; |
|
2164 | }; | |
2180 | meta = { |
|
2165 | meta = { | |
2181 | license = [ pkgs.lib.licenses.mit ]; |
|
2166 | license = [ pkgs.lib.licenses.mit ]; | |
2182 | }; |
|
2167 | }; | |
2183 | }; |
|
2168 | }; | |
2184 | "webob" = super.buildPythonPackage { |
|
2169 | "webob" = super.buildPythonPackage { | |
2185 | name = "webob-1.7.4"; |
|
2170 | name = "webob-1.7.4"; | |
2186 | doCheck = false; |
|
2171 | doCheck = false; | |
2187 | src = fetchurl { |
|
2172 | src = fetchurl { | |
2188 | url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz"; |
|
2173 | url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz"; | |
2189 | sha256 = "1na01ljg04z40il7vcrn8g29vaw7nvg1xvhk64cr4jys5wcay44d"; |
|
2174 | sha256 = "1na01ljg04z40il7vcrn8g29vaw7nvg1xvhk64cr4jys5wcay44d"; | |
2190 | }; |
|
2175 | }; | |
2191 | meta = { |
|
2176 | meta = { | |
2192 | license = [ pkgs.lib.licenses.mit ]; |
|
2177 | license = [ pkgs.lib.licenses.mit ]; | |
2193 | }; |
|
2178 | }; | |
2194 | }; |
|
2179 | }; | |
2195 | "webtest" = super.buildPythonPackage { |
|
2180 | "webtest" = super.buildPythonPackage { | |
2196 | name = "webtest-2.0.29"; |
|
2181 | name = "webtest-2.0.29"; | |
2197 | doCheck = false; |
|
2182 | doCheck = false; | |
2198 | propagatedBuildInputs = [ |
|
2183 | propagatedBuildInputs = [ | |
2199 | self."six" |
|
2184 | self."six" | |
2200 | self."webob" |
|
2185 | self."webob" | |
2201 | self."waitress" |
|
2186 | self."waitress" | |
2202 | self."beautifulsoup4" |
|
2187 | self."beautifulsoup4" | |
2203 | ]; |
|
2188 | ]; | |
2204 | src = fetchurl { |
|
2189 | src = fetchurl { | |
2205 | url = "https://files.pythonhosted.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz"; |
|
2190 | url = "https://files.pythonhosted.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz"; | |
2206 | sha256 = "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v"; |
|
2191 | sha256 = "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v"; | |
2207 | }; |
|
2192 | }; | |
2208 | meta = { |
|
2193 | meta = { | |
2209 | license = [ pkgs.lib.licenses.mit ]; |
|
2194 | license = [ pkgs.lib.licenses.mit ]; | |
2210 | }; |
|
2195 | }; | |
2211 | }; |
|
2196 | }; | |
2212 | "whoosh" = super.buildPythonPackage { |
|
2197 | "whoosh" = super.buildPythonPackage { | |
2213 | name = "whoosh-2.7.4"; |
|
2198 | name = "whoosh-2.7.4"; | |
2214 | doCheck = false; |
|
2199 | doCheck = false; | |
2215 | src = fetchurl { |
|
2200 | src = fetchurl { | |
2216 | url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz"; |
|
2201 | url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz"; | |
2217 | sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw"; |
|
2202 | sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw"; | |
2218 | }; |
|
2203 | }; | |
2219 | meta = { |
|
2204 | meta = { | |
2220 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ]; |
|
2205 | license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ]; | |
2221 | }; |
|
2206 | }; | |
2222 | }; |
|
2207 | }; | |
2223 | "ws4py" = super.buildPythonPackage { |
|
2208 | "ws4py" = super.buildPythonPackage { | |
2224 | name = "ws4py-0.5.1"; |
|
2209 | name = "ws4py-0.5.1"; | |
2225 | doCheck = false; |
|
2210 | doCheck = false; | |
2226 | src = fetchurl { |
|
2211 | src = fetchurl { | |
2227 | url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz"; |
|
2212 | url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz"; | |
2228 | sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19"; |
|
2213 | sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19"; | |
2229 | }; |
|
2214 | }; | |
2230 | meta = { |
|
2215 | meta = { | |
2231 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
2216 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
2232 | }; |
|
2217 | }; | |
2233 | }; |
|
2218 | }; | |
2234 | "wsgiref" = super.buildPythonPackage { |
|
2219 | "wsgiref" = super.buildPythonPackage { | |
2235 | name = "wsgiref-0.1.2"; |
|
2220 | name = "wsgiref-0.1.2"; | |
2236 | doCheck = false; |
|
2221 | doCheck = false; | |
2237 | src = fetchurl { |
|
2222 | src = fetchurl { | |
2238 | url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip"; |
|
2223 | url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip"; | |
2239 | sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7"; |
|
2224 | sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7"; | |
2240 | }; |
|
2225 | }; | |
2241 | meta = { |
|
2226 | meta = { | |
2242 | license = [ { fullName = "PSF or ZPL"; } ]; |
|
2227 | license = [ { fullName = "PSF or ZPL"; } ]; | |
2243 | }; |
|
2228 | }; | |
2244 | }; |
|
2229 | }; | |
2245 | "zope.cachedescriptors" = super.buildPythonPackage { |
|
2230 | "zope.cachedescriptors" = super.buildPythonPackage { | |
2246 | name = "zope.cachedescriptors-4.3.1"; |
|
2231 | name = "zope.cachedescriptors-4.3.1"; | |
2247 | doCheck = false; |
|
2232 | doCheck = false; | |
2248 | propagatedBuildInputs = [ |
|
2233 | propagatedBuildInputs = [ | |
2249 | self."setuptools" |
|
2234 | self."setuptools" | |
2250 | ]; |
|
2235 | ]; | |
2251 | src = fetchurl { |
|
2236 | src = fetchurl { | |
2252 | url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz"; |
|
2237 | url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz"; | |
2253 | sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z"; |
|
2238 | sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z"; | |
2254 | }; |
|
2239 | }; | |
2255 | meta = { |
|
2240 | meta = { | |
2256 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
2241 | license = [ pkgs.lib.licenses.zpl21 ]; | |
2257 | }; |
|
2242 | }; | |
2258 | }; |
|
2243 | }; | |
2259 | "zope.deprecation" = super.buildPythonPackage { |
|
2244 | "zope.deprecation" = super.buildPythonPackage { | |
2260 | name = "zope.deprecation-4.3.0"; |
|
2245 | name = "zope.deprecation-4.3.0"; | |
2261 | doCheck = false; |
|
2246 | doCheck = false; | |
2262 | propagatedBuildInputs = [ |
|
2247 | propagatedBuildInputs = [ | |
2263 | self."setuptools" |
|
2248 | self."setuptools" | |
2264 | ]; |
|
2249 | ]; | |
2265 | src = fetchurl { |
|
2250 | src = fetchurl { | |
2266 | url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz"; |
|
2251 | url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz"; | |
2267 | sha256 = "095jas41wbxgmw95kwdxqhbc3bgihw2hzj9b3qpdg85apcsf2lkx"; |
|
2252 | sha256 = "095jas41wbxgmw95kwdxqhbc3bgihw2hzj9b3qpdg85apcsf2lkx"; | |
2268 | }; |
|
2253 | }; | |
2269 | meta = { |
|
2254 | meta = { | |
2270 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
2255 | license = [ pkgs.lib.licenses.zpl21 ]; | |
2271 | }; |
|
2256 | }; | |
2272 | }; |
|
2257 | }; | |
2273 | "zope.event" = super.buildPythonPackage { |
|
2258 | "zope.event" = super.buildPythonPackage { | |
2274 | name = "zope.event-4.3.0"; |
|
2259 | name = "zope.event-4.3.0"; | |
2275 | doCheck = false; |
|
2260 | doCheck = false; | |
2276 | propagatedBuildInputs = [ |
|
2261 | propagatedBuildInputs = [ | |
2277 | self."setuptools" |
|
2262 | self."setuptools" | |
2278 | ]; |
|
2263 | ]; | |
2279 | src = fetchurl { |
|
2264 | src = fetchurl { | |
2280 | url = "https://files.pythonhosted.org/packages/9e/d0/54ba59f19a0635f6591b74be259cf6fbf67e73f4edda27b5cd0cf4d26efa/zope.event-4.3.0.tar.gz"; |
|
2265 | url = "https://files.pythonhosted.org/packages/9e/d0/54ba59f19a0635f6591b74be259cf6fbf67e73f4edda27b5cd0cf4d26efa/zope.event-4.3.0.tar.gz"; | |
2281 | sha256 = "1rrkyx42bcq8dkpj23c2v99kczlrg8d39c06q5qpr0vs4hjfmv70"; |
|
2266 | sha256 = "1rrkyx42bcq8dkpj23c2v99kczlrg8d39c06q5qpr0vs4hjfmv70"; | |
2282 | }; |
|
2267 | }; | |
2283 | meta = { |
|
2268 | meta = { | |
2284 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
2269 | license = [ pkgs.lib.licenses.zpl21 ]; | |
2285 | }; |
|
2270 | }; | |
2286 | }; |
|
2271 | }; | |
2287 | "zope.interface" = super.buildPythonPackage { |
|
2272 | "zope.interface" = super.buildPythonPackage { | |
2288 | name = "zope.interface-4.5.0"; |
|
2273 | name = "zope.interface-4.5.0"; | |
2289 | doCheck = false; |
|
2274 | doCheck = false; | |
2290 | propagatedBuildInputs = [ |
|
2275 | propagatedBuildInputs = [ | |
2291 | self."setuptools" |
|
2276 | self."setuptools" | |
2292 | ]; |
|
2277 | ]; | |
2293 | src = fetchurl { |
|
2278 | src = fetchurl { | |
2294 | url = "https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz"; |
|
2279 | url = "https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz"; | |
2295 | sha256 = "0k67m60ij06wkg82n15qgyn96waf4pmrkhv0njpkfzpmv5q89hsp"; |
|
2280 | sha256 = "0k67m60ij06wkg82n15qgyn96waf4pmrkhv0njpkfzpmv5q89hsp"; | |
2296 | }; |
|
2281 | }; | |
2297 | meta = { |
|
2282 | meta = { | |
2298 | license = [ pkgs.lib.licenses.zpl21 ]; |
|
2283 | license = [ pkgs.lib.licenses.zpl21 ]; | |
2299 | }; |
|
2284 | }; | |
2300 | }; |
|
2285 | }; | |
2301 |
|
2286 | |||
2302 | ### Test requirements |
|
2287 | ### Test requirements | |
2303 |
|
2288 | |||
2304 |
|
2289 | |||
2305 | } |
|
2290 | } |
@@ -1,136 +1,135 b'' | |||||
1 | ## dependencies |
|
1 | ## dependencies | |
2 |
|
2 | |||
3 | setuptools-scm==2.1.0 |
|
3 | setuptools-scm==2.1.0 | |
4 | amqp==2.3.1 |
|
4 | amqp==2.3.1 | |
5 | # not released authomatic that has updated some oauth providers |
|
5 | # not released authomatic that has updated some oauth providers | |
6 | https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1 |
|
6 | https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1 | |
7 | atomicwrites==1.2.1 |
|
7 | atomicwrites==1.2.1 | |
8 | attrs==18.2.0 |
|
8 | attrs==18.2.0 | |
9 | babel==1.3 |
|
9 | babel==1.3 | |
10 | beaker==1.9.1 |
|
10 | beaker==1.9.1 | |
11 | bleach==3.0.2 |
|
11 | bleach==3.0.2 | |
12 | celery==4.1.1 |
|
12 | celery==4.1.1 | |
13 | chameleon==2.24 |
|
13 | chameleon==2.24 | |
14 | channelstream==0.5.2 |
|
14 | channelstream==0.5.2 | |
15 | click==6.6 |
|
15 | click==6.6 | |
16 | colander==1.5.1 |
|
16 | colander==1.5.1 | |
17 | # our custom configobj |
|
17 | # our custom configobj | |
18 | https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6 |
|
18 | https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6 | |
19 | cssselect==1.0.3 |
|
19 | cssselect==1.0.3 | |
20 | decorator==4.1.2 |
|
20 | decorator==4.1.2 | |
21 | deform==2.0.7 |
|
21 | deform==2.0.7 | |
22 | docutils==0.14.0 |
|
22 | docutils==0.14.0 | |
23 | dogpile.cache==0.6.7 |
|
23 | dogpile.cache==0.6.7 | |
24 | dogpile.core==0.4.1 |
|
24 | dogpile.core==0.4.1 | |
25 | ecdsa==0.13 |
|
25 | ecdsa==0.13 | |
26 | formencode==1.2.4 |
|
26 | formencode==1.2.4 | |
27 | future==0.14.3 |
|
27 | future==0.14.3 | |
28 | futures==3.0.2 |
|
28 | futures==3.0.2 | |
29 | gnureadline==6.3.8 |
|
29 | gnureadline==6.3.8 | |
30 | infrae.cache==1.0.1 |
|
30 | infrae.cache==1.0.1 | |
31 | iso8601==0.1.11 |
|
31 | iso8601==0.1.11 | |
32 | itsdangerous==0.24 |
|
32 | itsdangerous==0.24 | |
33 | jinja2==2.9.6 |
|
33 | jinja2==2.9.6 | |
34 | billiard==3.5.0.3 |
|
34 | billiard==3.5.0.3 | |
35 | kombu==4.2.0 |
|
35 | kombu==4.2.0 | |
36 | lxml==4.2.5 |
|
36 | lxml==4.2.5 | |
37 | mako==1.0.7 |
|
37 | mako==1.0.7 | |
38 | markdown==2.6.11 |
|
38 | markdown==2.6.11 | |
39 | markupsafe==1.0.0 |
|
39 | markupsafe==1.0.0 | |
40 | msgpack-python==0.5.6 |
|
40 | msgpack-python==0.5.6 | |
41 | pyotp==2.2.7 |
|
41 | pyotp==2.2.7 | |
42 | packaging==15.2 |
|
42 | packaging==15.2 | |
43 | paste==2.0.3 |
|
43 | paste==2.0.3 | |
44 | pastedeploy==1.5.2 |
|
44 | pastedeploy==1.5.2 | |
45 | pastescript==2.0.2 |
|
45 | pastescript==2.0.2 | |
46 | pathlib2==2.3.2 |
|
46 | pathlib2==2.3.2 | |
47 | peppercorn==0.6 |
|
47 | peppercorn==0.6 | |
48 | psutil==5.4.7 |
|
48 | psutil==5.4.7 | |
49 | py-bcrypt==0.4 |
|
49 | py-bcrypt==0.4 | |
50 | pycrypto==2.6.1 |
|
50 | pycrypto==2.6.1 | |
51 | pycurl==7.43.0.2 |
|
51 | pycurl==7.43.0.2 | |
52 | pyflakes==0.8.1 |
|
52 | pyflakes==0.8.1 | |
53 | pygments-markdown-lexer==0.1.0.dev39 |
|
|||
54 | pygments==2.3.0 |
|
53 | pygments==2.3.0 | |
55 | pyparsing==1.5.7 |
|
54 | pyparsing==1.5.7 | |
56 | pyramid-beaker==0.8 |
|
55 | pyramid-beaker==0.8 | |
57 | pyramid-debugtoolbar==4.4.0 |
|
56 | pyramid-debugtoolbar==4.4.0 | |
58 | pyramid-jinja2==2.7 |
|
57 | pyramid-jinja2==2.7 | |
59 | pyramid-mako==1.0.2 |
|
58 | pyramid-mako==1.0.2 | |
60 | pyramid==1.9.2 |
|
59 | pyramid==1.9.2 | |
61 | pyramid_mailer==0.15.1 |
|
60 | pyramid_mailer==0.15.1 | |
62 | python-dateutil |
|
61 | python-dateutil | |
63 | python-ldap==3.1.0 |
|
62 | python-ldap==3.1.0 | |
64 | python-memcached==1.59 |
|
63 | python-memcached==1.59 | |
65 | python-pam==1.8.4 |
|
64 | python-pam==1.8.4 | |
66 | python-saml |
|
65 | python-saml | |
67 | pytz==2018.4 |
|
66 | pytz==2018.4 | |
68 | tzlocal==1.5.1 |
|
67 | tzlocal==1.5.1 | |
69 | pyzmq==14.6.0 |
|
68 | pyzmq==14.6.0 | |
70 | py-gfm==0.1.4 |
|
69 | py-gfm==0.1.4 | |
71 | redis==2.10.6 |
|
70 | redis==2.10.6 | |
72 | repoze.lru==0.7 |
|
71 | repoze.lru==0.7 | |
73 | requests==2.9.1 |
|
72 | requests==2.9.1 | |
74 | routes==2.4.1 |
|
73 | routes==2.4.1 | |
75 | simplejson==3.11.1 |
|
74 | simplejson==3.11.1 | |
76 | six==1.11.0 |
|
75 | six==1.11.0 | |
77 | sqlalchemy==1.1.18 |
|
76 | sqlalchemy==1.1.18 | |
78 | sshpubkeys==2.2.0 |
|
77 | sshpubkeys==2.2.0 | |
79 | subprocess32==3.5.2 |
|
78 | subprocess32==3.5.2 | |
80 | supervisor==3.3.4 |
|
79 | supervisor==3.3.4 | |
81 | tempita==0.5.2 |
|
80 | tempita==0.5.2 | |
82 | translationstring==1.3 |
|
81 | translationstring==1.3 | |
83 | urllib3==1.21 |
|
82 | urllib3==1.21 | |
84 | urlobject==2.4.3 |
|
83 | urlobject==2.4.3 | |
85 | venusian==1.1.0 |
|
84 | venusian==1.1.0 | |
86 | weberror==0.10.3 |
|
85 | weberror==0.10.3 | |
87 | webhelpers2==2.0 |
|
86 | webhelpers2==2.0 | |
88 | webhelpers==1.3 |
|
87 | webhelpers==1.3 | |
89 | webob==1.7.4 |
|
88 | webob==1.7.4 | |
90 | whoosh==2.7.4 |
|
89 | whoosh==2.7.4 | |
91 | wsgiref==0.1.2 |
|
90 | wsgiref==0.1.2 | |
92 | zope.cachedescriptors==4.3.1 |
|
91 | zope.cachedescriptors==4.3.1 | |
93 | zope.deprecation==4.3.0 |
|
92 | zope.deprecation==4.3.0 | |
94 | zope.event==4.3.0 |
|
93 | zope.event==4.3.0 | |
95 | zope.interface==4.5.0 |
|
94 | zope.interface==4.5.0 | |
96 |
|
95 | |||
97 | # DB drivers |
|
96 | # DB drivers | |
98 | mysql-python==1.2.5 |
|
97 | mysql-python==1.2.5 | |
99 | pymysql==0.8.1 |
|
98 | pymysql==0.8.1 | |
100 | pysqlite==2.8.3 |
|
99 | pysqlite==2.8.3 | |
101 | psycopg2==2.7.5 |
|
100 | psycopg2==2.7.5 | |
102 |
|
101 | |||
103 | # IPYTHON RENDERING |
|
102 | # IPYTHON RENDERING | |
104 | # entrypoints backport, pypi version doesn't support egg installs |
|
103 | # entrypoints backport, pypi version doesn't support egg installs | |
105 | https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1 |
|
104 | https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1 | |
106 | nbconvert==5.3.1 |
|
105 | nbconvert==5.3.1 | |
107 | nbformat==4.4.0 |
|
106 | nbformat==4.4.0 | |
108 | jupyter_client==5.0.0 |
|
107 | jupyter_client==5.0.0 | |
109 |
|
108 | |||
110 | ## cli tools |
|
109 | ## cli tools | |
111 | alembic==1.0.5 |
|
110 | alembic==1.0.5 | |
112 | invoke==0.13.0 |
|
111 | invoke==0.13.0 | |
113 | bumpversion==0.5.3 |
|
112 | bumpversion==0.5.3 | |
114 |
|
113 | |||
115 | ## http servers |
|
114 | ## http servers | |
116 | gevent==1.3.7 |
|
115 | gevent==1.3.7 | |
117 | greenlet==0.4.15 |
|
116 | greenlet==0.4.15 | |
118 | gunicorn==19.9.0 |
|
117 | gunicorn==19.9.0 | |
119 | waitress==1.1.0 |
|
118 | waitress==1.1.0 | |
120 | setproctitle==1.1.10 |
|
119 | setproctitle==1.1.10 | |
121 |
|
120 | |||
122 | ## debug |
|
121 | ## debug | |
123 | ipdb==0.11.0 |
|
122 | ipdb==0.11.0 | |
124 | ipython==5.1.0 |
|
123 | ipython==5.1.0 | |
125 |
|
124 | |||
126 | ## rhodecode-tools, special case |
|
125 | ## rhodecode-tools, special case | |
127 | https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.0.1.tar.gz?md5=ffb5d6bcb855305b93cfe23ad42e500b#egg=rhodecode-tools==1.0.1 |
|
126 | https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.0.1.tar.gz?md5=ffb5d6bcb855305b93cfe23ad42e500b#egg=rhodecode-tools==1.0.1 | |
128 |
|
127 | |||
129 | ## appenlight |
|
128 | ## appenlight | |
130 | appenlight-client==0.6.26 |
|
129 | appenlight-client==0.6.26 | |
131 |
|
130 | |||
132 | ## test related requirements |
|
131 | ## test related requirements | |
133 | -r requirements_test.txt |
|
132 | -r requirements_test.txt | |
134 |
|
133 | |||
135 | ## uncomment to add the debug libraries |
|
134 | ## uncomment to add the debug libraries | |
136 | #-r requirements_debug.txt |
|
135 | #-r requirements_debug.txt |
General Comments 0
You need to be logged in to leave comments.
Login now