Page MenuHomeSolus

Initial working python-sdl2, resolves T4282
ClosedPublic

Authored by simniotiqu on Nov 26 2017, 12:42 AM.
Tags
None
Referenced Files
F11002390: D1448.diff
Mon, Jul 31, 1:17 AM
F10967433: D1448.diff
Thu, Jul 20, 9:21 AM
F10906695: D1448.diff
Jul 6 2023, 1:18 PM
F10896057: D1448.diff
Jul 1 2023, 9:24 PM
F10896030: D1448.diff
Jul 1 2023, 9:11 PM
F10834732: D1448.id.diff
Jun 7 2023, 3:57 PM
F10815085: D1448.id.diff
May 31 2023, 6:58 PM
F10790735: D1448.id3624.diff
May 27 2023, 12:22 AM
Subscribers

Details

Summary

Initial working python-sdl2, resolves T4282

Test Plan

Ran "python /usr/lib/python2.7/site-packages/sdl2/examples/pong.py" and "python3 /usr/lib/python3.5/site-packages/sdl2/examples/pong.py"

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Initial working wordgrinder,

But this has nothing to do with wordgrinder. Also this isn't going to resolve T4012.

This revision now requires changes to proceed.Nov 26 2017, 1:38 AM
simniotiqu retitled this revision from Initial working wordgrinder, resolves T4012 and T4282 to Initial working python-sdl, resolves T4012 and T4282.Nov 26 2017, 8:18 AM
simniotiqu edited the summary of this revision. (Show Details)
simniotiqu retitled this revision from Initial working python-sdl, resolves T4012 and T4282 to Initial working python-sdl, resolves T4282.Nov 26 2017, 8:25 AM
simniotiqu edited the summary of this revision. (Show Details)
simniotiqu retitled this revision from Initial working python-sdl, resolves T4282 to Initial working python-sdl2, resolves T4282.Nov 26 2017, 8:37 AM
simniotiqu edited the summary of this revision. (Show Details)
simniotiqu edited edge metadata.
This comment was removed by simniotiqu.

Updated licenses to include CC0-1.0 and Zlib

JoshStrobl added inline comments.
package.yml
7

License doc states:

you can consider this software being distributed under the CC0 Public Domain Dedication

Thus it shouldn't be mandatory to add this.

8

Should be Public-Domain

9

I'm seeing no indication of Zlib. Where is this from? doc/python.inv is licensed under Python-2.0

This revision now requires changes to proceed.Dec 4 2017, 9:43 PM
simniotiqu edited edge metadata.

Changed the license statement added a "-" to pubilc-domain. added python2 to license I don't know if necessary. removed ZLib misunderstood the license file.

This revision is now accepted and ready to land.Dec 28 2017, 6:04 PM
This revision was automatically updated to reflect the committed changes.