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