ya.make 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. # Generated by devtools/yamaker (pypi).
  2. PY3_LIBRARY()
  3. VERSION(23.10.0)
  4. LICENSE(MIT)
  5. PEERDIR(
  6. contrib/python/Automat
  7. contrib/python/attrs
  8. contrib/python/constantly
  9. contrib/python/hyperlink
  10. contrib/python/incremental
  11. contrib/python/typing-extensions
  12. contrib/python/zope.interface
  13. )
  14. NO_LINT()
  15. NO_CHECK_IMPORTS(
  16. twisted.*
  17. )
  18. PY_SRCS(
  19. TOP_LEVEL
  20. twisted/__init__.py
  21. twisted/__main__.py
  22. twisted/_threads/__init__.py
  23. twisted/_threads/_convenience.py
  24. twisted/_threads/_ithreads.py
  25. twisted/_threads/_memory.py
  26. twisted/_threads/_pool.py
  27. twisted/_threads/_team.py
  28. twisted/_threads/_threadworker.py
  29. twisted/_version.py
  30. twisted/application/__init__.py
  31. twisted/application/app.py
  32. twisted/application/internet.py
  33. twisted/application/reactors.py
  34. twisted/application/runner/__init__.py
  35. twisted/application/runner/_exit.py
  36. twisted/application/runner/_pidfile.py
  37. twisted/application/runner/_runner.py
  38. twisted/application/service.py
  39. twisted/application/strports.py
  40. twisted/application/twist/__init__.py
  41. twisted/application/twist/_options.py
  42. twisted/application/twist/_twist.py
  43. twisted/conch/__init__.py
  44. twisted/conch/avatar.py
  45. twisted/conch/checkers.py
  46. twisted/conch/client/__init__.py
  47. twisted/conch/client/agent.py
  48. twisted/conch/client/connect.py
  49. twisted/conch/client/default.py
  50. twisted/conch/client/direct.py
  51. twisted/conch/client/knownhosts.py
  52. twisted/conch/client/options.py
  53. twisted/conch/endpoints.py
  54. twisted/conch/error.py
  55. twisted/conch/insults/__init__.py
  56. twisted/conch/insults/helper.py
  57. twisted/conch/insults/insults.py
  58. twisted/conch/insults/text.py
  59. twisted/conch/insults/window.py
  60. twisted/conch/interfaces.py
  61. twisted/conch/ls.py
  62. twisted/conch/manhole.py
  63. twisted/conch/manhole_ssh.py
  64. twisted/conch/manhole_tap.py
  65. twisted/conch/mixin.py
  66. twisted/conch/openssh_compat/__init__.py
  67. twisted/conch/openssh_compat/factory.py
  68. twisted/conch/openssh_compat/primes.py
  69. twisted/conch/recvline.py
  70. twisted/conch/scripts/__init__.py
  71. twisted/conch/scripts/cftp.py
  72. twisted/conch/scripts/ckeygen.py
  73. twisted/conch/scripts/conch.py
  74. twisted/conch/scripts/tkconch.py
  75. twisted/conch/ssh/__init__.py
  76. twisted/conch/ssh/_kex.py
  77. twisted/conch/ssh/address.py
  78. twisted/conch/ssh/agent.py
  79. twisted/conch/ssh/channel.py
  80. twisted/conch/ssh/common.py
  81. twisted/conch/ssh/connection.py
  82. twisted/conch/ssh/factory.py
  83. twisted/conch/ssh/filetransfer.py
  84. twisted/conch/ssh/forwarding.py
  85. twisted/conch/ssh/keys.py
  86. twisted/conch/ssh/service.py
  87. twisted/conch/ssh/session.py
  88. twisted/conch/ssh/sexpy.py
  89. twisted/conch/ssh/transport.py
  90. twisted/conch/ssh/userauth.py
  91. twisted/conch/stdio.py
  92. twisted/conch/tap.py
  93. twisted/conch/telnet.py
  94. twisted/conch/ttymodes.py
  95. twisted/conch/ui/__init__.py
  96. twisted/conch/ui/ansi.py
  97. twisted/conch/ui/tkvt100.py
  98. twisted/conch/unix.py
  99. twisted/copyright.py
  100. twisted/cred/__init__.py
  101. twisted/cred/_digest.py
  102. twisted/cred/checkers.py
  103. twisted/cred/credentials.py
  104. twisted/cred/error.py
  105. twisted/cred/portal.py
  106. twisted/cred/strcred.py
  107. twisted/enterprise/__init__.py
  108. twisted/enterprise/adbapi.py
  109. twisted/internet/__init__.py
  110. twisted/internet/_baseprocess.py
  111. twisted/internet/_deprecate.py
  112. twisted/internet/_dumbwin32proc.py
  113. twisted/internet/_glibbase.py
  114. twisted/internet/_idna.py
  115. twisted/internet/_newtls.py
  116. twisted/internet/_pollingfile.py
  117. twisted/internet/_posixserialport.py
  118. twisted/internet/_posixstdio.py
  119. twisted/internet/_producer_helpers.py
  120. twisted/internet/_resolver.py
  121. twisted/internet/_signals.py
  122. twisted/internet/_sslverify.py
  123. twisted/internet/_threadedselect.py
  124. twisted/internet/_win32serialport.py
  125. twisted/internet/_win32stdio.py
  126. twisted/internet/abstract.py
  127. twisted/internet/address.py
  128. twisted/internet/asyncioreactor.py
  129. twisted/internet/base.py
  130. twisted/internet/cfreactor.py
  131. twisted/internet/default.py
  132. twisted/internet/defer.py
  133. twisted/internet/endpoints.py
  134. twisted/internet/epollreactor.py
  135. twisted/internet/error.py
  136. twisted/internet/fdesc.py
  137. twisted/internet/gireactor.py
  138. twisted/internet/glib2reactor.py
  139. twisted/internet/gtk2reactor.py
  140. twisted/internet/gtk3reactor.py
  141. twisted/internet/inotify.py
  142. twisted/internet/interfaces.py
  143. twisted/internet/iocpreactor/__init__.py
  144. twisted/internet/iocpreactor/abstract.py
  145. twisted/internet/iocpreactor/const.py
  146. twisted/internet/iocpreactor/interfaces.py
  147. twisted/internet/iocpreactor/iocpsupport.py
  148. twisted/internet/iocpreactor/reactor.py
  149. twisted/internet/iocpreactor/tcp.py
  150. twisted/internet/iocpreactor/udp.py
  151. twisted/internet/kqreactor.py
  152. twisted/internet/main.py
  153. twisted/internet/pollreactor.py
  154. twisted/internet/posixbase.py
  155. twisted/internet/process.py
  156. twisted/internet/protocol.py
  157. twisted/internet/pyuisupport.py
  158. twisted/internet/reactor.py
  159. twisted/internet/selectreactor.py
  160. twisted/internet/serialport.py
  161. twisted/internet/ssl.py
  162. twisted/internet/stdio.py
  163. twisted/internet/task.py
  164. twisted/internet/tcp.py
  165. twisted/internet/testing.py
  166. twisted/internet/threads.py
  167. twisted/internet/tksupport.py
  168. twisted/internet/udp.py
  169. twisted/internet/unix.py
  170. twisted/internet/utils.py
  171. twisted/internet/win32eventreactor.py
  172. twisted/internet/wxreactor.py
  173. twisted/internet/wxsupport.py
  174. twisted/logger/__init__.py
  175. twisted/logger/_buffer.py
  176. twisted/logger/_capture.py
  177. twisted/logger/_file.py
  178. twisted/logger/_filter.py
  179. twisted/logger/_flatten.py
  180. twisted/logger/_format.py
  181. twisted/logger/_global.py
  182. twisted/logger/_interfaces.py
  183. twisted/logger/_io.py
  184. twisted/logger/_json.py
  185. twisted/logger/_legacy.py
  186. twisted/logger/_levels.py
  187. twisted/logger/_logger.py
  188. twisted/logger/_observer.py
  189. twisted/logger/_stdlib.py
  190. twisted/logger/_util.py
  191. twisted/mail/__init__.py
  192. twisted/mail/_cred.py
  193. twisted/mail/_except.py
  194. twisted/mail/_pop3client.py
  195. twisted/mail/alias.py
  196. twisted/mail/bounce.py
  197. twisted/mail/imap4.py
  198. twisted/mail/interfaces.py
  199. twisted/mail/mail.py
  200. twisted/mail/maildir.py
  201. twisted/mail/pb.py
  202. twisted/mail/pop3.py
  203. twisted/mail/pop3client.py
  204. twisted/mail/protocols.py
  205. twisted/mail/relay.py
  206. twisted/mail/relaymanager.py
  207. twisted/mail/scripts/__init__.py
  208. twisted/mail/scripts/mailmail.py
  209. twisted/mail/smtp.py
  210. twisted/mail/tap.py
  211. twisted/names/__init__.py
  212. twisted/names/_rfc1982.py
  213. twisted/names/authority.py
  214. twisted/names/cache.py
  215. twisted/names/client.py
  216. twisted/names/common.py
  217. twisted/names/dns.py
  218. twisted/names/error.py
  219. twisted/names/hosts.py
  220. twisted/names/resolve.py
  221. twisted/names/root.py
  222. twisted/names/secondary.py
  223. twisted/names/server.py
  224. twisted/names/srvconnect.py
  225. twisted/names/tap.py
  226. twisted/pair/__init__.py
  227. twisted/pair/ethernet.py
  228. twisted/pair/ip.py
  229. twisted/pair/raw.py
  230. twisted/pair/rawudp.py
  231. twisted/pair/testing.py
  232. twisted/pair/tuntap.py
  233. twisted/persisted/__init__.py
  234. twisted/persisted/_token.py
  235. twisted/persisted/_tokenize.py
  236. twisted/persisted/aot.py
  237. twisted/persisted/crefutil.py
  238. twisted/persisted/dirdbm.py
  239. twisted/persisted/sob.py
  240. twisted/persisted/styles.py
  241. twisted/plugin.py
  242. twisted/plugins/__init__.py
  243. twisted/plugins/cred_anonymous.py
  244. twisted/plugins/cred_file.py
  245. twisted/plugins/cred_memory.py
  246. twisted/plugins/cred_sshkeys.py
  247. twisted/plugins/cred_unix.py
  248. twisted/plugins/twisted_conch.py
  249. twisted/plugins/twisted_core.py
  250. twisted/plugins/twisted_ftp.py
  251. twisted/plugins/twisted_inet.py
  252. twisted/plugins/twisted_mail.py
  253. twisted/plugins/twisted_names.py
  254. twisted/plugins/twisted_portforward.py
  255. twisted/plugins/twisted_reactors.py
  256. twisted/plugins/twisted_runner.py
  257. twisted/plugins/twisted_socks.py
  258. twisted/plugins/twisted_trial.py
  259. twisted/plugins/twisted_web.py
  260. twisted/plugins/twisted_words.py
  261. twisted/positioning/__init__.py
  262. twisted/positioning/_sentence.py
  263. twisted/positioning/base.py
  264. twisted/positioning/ipositioning.py
  265. twisted/positioning/nmea.py
  266. twisted/protocols/__init__.py
  267. twisted/protocols/amp.py
  268. twisted/protocols/basic.py
  269. twisted/protocols/finger.py
  270. twisted/protocols/ftp.py
  271. twisted/protocols/haproxy/__init__.py
  272. twisted/protocols/haproxy/_exceptions.py
  273. twisted/protocols/haproxy/_info.py
  274. twisted/protocols/haproxy/_interfaces.py
  275. twisted/protocols/haproxy/_parser.py
  276. twisted/protocols/haproxy/_v1parser.py
  277. twisted/protocols/haproxy/_v2parser.py
  278. twisted/protocols/haproxy/_wrapper.py
  279. twisted/protocols/htb.py
  280. twisted/protocols/ident.py
  281. twisted/protocols/loopback.py
  282. twisted/protocols/memcache.py
  283. twisted/protocols/pcp.py
  284. twisted/protocols/policies.py
  285. twisted/protocols/portforward.py
  286. twisted/protocols/postfix.py
  287. twisted/protocols/shoutcast.py
  288. twisted/protocols/sip.py
  289. twisted/protocols/socks.py
  290. twisted/protocols/stateful.py
  291. twisted/protocols/tls.py
  292. twisted/protocols/wire.py
  293. twisted/python/__init__.py
  294. twisted/python/_appdirs.py
  295. twisted/python/_inotify.py
  296. twisted/python/_release.py
  297. twisted/python/_shellcomp.py
  298. twisted/python/_textattributes.py
  299. twisted/python/_tzhelper.py
  300. twisted/python/_url.py
  301. twisted/python/compat.py
  302. twisted/python/components.py
  303. twisted/python/constants.py
  304. twisted/python/context.py
  305. twisted/python/deprecate.py
  306. twisted/python/failure.py
  307. twisted/python/fakepwd.py
  308. twisted/python/filepath.py
  309. twisted/python/formmethod.py
  310. twisted/python/htmlizer.py
  311. twisted/python/lockfile.py
  312. twisted/python/log.py
  313. twisted/python/logfile.py
  314. twisted/python/modules.py
  315. twisted/python/monkey.py
  316. twisted/python/procutils.py
  317. twisted/python/randbytes.py
  318. twisted/python/rebuild.py
  319. twisted/python/reflect.py
  320. twisted/python/release.py
  321. twisted/python/roots.py
  322. twisted/python/runtime.py
  323. twisted/python/sendmsg.py
  324. twisted/python/shortcut.py
  325. twisted/python/syslog.py
  326. twisted/python/systemd.py
  327. twisted/python/text.py
  328. twisted/python/threadable.py
  329. twisted/python/threadpool.py
  330. twisted/python/url.py
  331. twisted/python/urlpath.py
  332. twisted/python/usage.py
  333. twisted/python/util.py
  334. twisted/python/versions.py
  335. twisted/python/win32.py
  336. twisted/python/zippath.py
  337. twisted/python/zipstream.py
  338. twisted/runner/__init__.py
  339. twisted/runner/inetd.py
  340. twisted/runner/inetdconf.py
  341. twisted/runner/inetdtap.py
  342. twisted/runner/procmon.py
  343. twisted/runner/procmontap.py
  344. twisted/scripts/__init__.py
  345. twisted/scripts/_twistd_unix.py
  346. twisted/scripts/_twistw.py
  347. twisted/scripts/htmlizer.py
  348. twisted/scripts/trial.py
  349. twisted/scripts/twistd.py
  350. twisted/spread/__init__.py
  351. twisted/spread/banana.py
  352. twisted/spread/flavors.py
  353. twisted/spread/interfaces.py
  354. twisted/spread/jelly.py
  355. twisted/spread/pb.py
  356. twisted/spread/publish.py
  357. twisted/spread/util.py
  358. twisted/tap/__init__.py
  359. twisted/tap/ftp.py
  360. twisted/tap/portforward.py
  361. twisted/tap/socks.py
  362. twisted/trial/__init__.py
  363. twisted/trial/__main__.py
  364. twisted/trial/_asyncrunner.py
  365. twisted/trial/_asynctest.py
  366. twisted/trial/_dist/__init__.py
  367. twisted/trial/_dist/distreporter.py
  368. twisted/trial/_dist/disttrial.py
  369. twisted/trial/_dist/functional.py
  370. twisted/trial/_dist/managercommands.py
  371. twisted/trial/_dist/options.py
  372. twisted/trial/_dist/stream.py
  373. twisted/trial/_dist/worker.py
  374. twisted/trial/_dist/workercommands.py
  375. twisted/trial/_dist/workerreporter.py
  376. twisted/trial/_dist/workertrial.py
  377. twisted/trial/_synctest.py
  378. twisted/trial/itrial.py
  379. twisted/trial/reporter.py
  380. twisted/trial/runner.py
  381. twisted/trial/unittest.py
  382. twisted/trial/util.py
  383. twisted/web/__init__.py
  384. twisted/web/_auth/__init__.py
  385. twisted/web/_auth/basic.py
  386. twisted/web/_auth/digest.py
  387. twisted/web/_auth/wrapper.py
  388. twisted/web/_element.py
  389. twisted/web/_flatten.py
  390. twisted/web/_http2.py
  391. twisted/web/_newclient.py
  392. twisted/web/_responses.py
  393. twisted/web/_stan.py
  394. twisted/web/_template_util.py
  395. twisted/web/client.py
  396. twisted/web/demo.py
  397. twisted/web/distrib.py
  398. twisted/web/domhelpers.py
  399. twisted/web/error.py
  400. twisted/web/guard.py
  401. twisted/web/html.py
  402. twisted/web/http.py
  403. twisted/web/http_headers.py
  404. twisted/web/iweb.py
  405. twisted/web/microdom.py
  406. twisted/web/pages.py
  407. twisted/web/proxy.py
  408. twisted/web/resource.py
  409. twisted/web/rewrite.py
  410. twisted/web/script.py
  411. twisted/web/server.py
  412. twisted/web/soap.py
  413. twisted/web/static.py
  414. twisted/web/sux.py
  415. twisted/web/tap.py
  416. twisted/web/template.py
  417. twisted/web/test/requesthelper.py
  418. twisted/web/twcgi.py
  419. twisted/web/util.py
  420. twisted/web/vhost.py
  421. twisted/web/wsgi.py
  422. twisted/web/xmlrpc.py
  423. twisted/words/__init__.py
  424. twisted/words/ewords.py
  425. twisted/words/im/__init__.py
  426. twisted/words/im/baseaccount.py
  427. twisted/words/im/basechat.py
  428. twisted/words/im/basesupport.py
  429. twisted/words/im/interfaces.py
  430. twisted/words/im/ircsupport.py
  431. twisted/words/im/locals.py
  432. twisted/words/im/pbsupport.py
  433. twisted/words/iwords.py
  434. twisted/words/protocols/__init__.py
  435. twisted/words/protocols/irc.py
  436. twisted/words/protocols/jabber/__init__.py
  437. twisted/words/protocols/jabber/client.py
  438. twisted/words/protocols/jabber/component.py
  439. twisted/words/protocols/jabber/error.py
  440. twisted/words/protocols/jabber/ijabber.py
  441. twisted/words/protocols/jabber/jid.py
  442. twisted/words/protocols/jabber/jstrports.py
  443. twisted/words/protocols/jabber/sasl.py
  444. twisted/words/protocols/jabber/sasl_mechanisms.py
  445. twisted/words/protocols/jabber/xmlstream.py
  446. twisted/words/protocols/jabber/xmpp_stringprep.py
  447. twisted/words/service.py
  448. twisted/words/tap.py
  449. twisted/words/xish/__init__.py
  450. twisted/words/xish/domish.py
  451. twisted/words/xish/utility.py
  452. twisted/words/xish/xmlstream.py
  453. twisted/words/xish/xpath.py
  454. twisted/words/xish/xpathparser.py
  455. twisted/words/xmpproutertap.py
  456. )
  457. RESOURCE_FILES(
  458. PREFIX contrib/python/Twisted/py3/
  459. .dist-info/METADATA
  460. .dist-info/entry_points.txt
  461. .dist-info/top_level.txt
  462. twisted/11715.misc
  463. twisted/application/newsfragments/10146.misc
  464. twisted/application/newsfragments/9746.misc
  465. twisted/conch/newsfragments/.gitignore
  466. twisted/internet/iocpreactor/notes.txt
  467. twisted/mail/newsfragments/.gitignore
  468. twisted/names/newsfragments/.gitignore
  469. twisted/newsfragments/.gitignore
  470. twisted/persisted/newsfragments/9831.misc
  471. twisted/py.typed
  472. twisted/python/_pydoctortemplates/subheader.html
  473. twisted/python/twisted-completion.zsh
  474. twisted/runner/newsfragments/11681.misc
  475. twisted/runner/newsfragments/9657.doc
  476. twisted/scripts/newsfragments/761.bugfix
  477. twisted/trial/newsfragments/.gitignore
  478. twisted/web/newsfragments/.gitignore
  479. twisted/words/im/instancemessenger.glade
  480. twisted/words/newsfragments/.gitignore
  481. twisted/words/xish/xpathparser.g
  482. )
  483. END()