Search Criteria
Package Details: python2-pypng 0.0.20-1
Git Clone URL: | https://aur.archlinux.org/python2-pypng.git (read-only, click to copy) |
---|---|
Package Base: | python2-pypng |
Description: | Python 2 module to decode and encode PNG files |
Upstream URL: | https://github.com/drj11/pypng |
Licenses: | |
Submitter: | The-Compiler |
Maintainer: | ad1217 |
Last Packager: | ad1217 |
Votes: | 16 |
Popularity: | 0.000004 |
First Submitted: | 2014-04-28 15:56 |
Last Updated: | 2019-07-17 05:57 |
Dependencies (3)
- python2
- python2 (make)
- python2-setuptools (make)
Required by (3)
- pebble-tool-git
- python2-pypkjs-git
- python2-pyqrcode (optional)
Latest Comments
The-Compiler commented on 2015-11-13 07:18
Disowning this because it was only needed for pebble-sdk and I don't have the time to develop for pebble (and maintaining those packages) anymore.
Please let ad1217 or marsoft (the co-maintainers of the pebble-sdk package) adopt it if they want to, i.e. wait a few days until you adopt.
Sorry for letting it linger so long!
Anonymous comment on 2013-07-24 13:55
New version available, 0.0.15. This package should probably be renamed too, to python-pypng.
beej commented on 2012-07-23 07:32
Devs moved source to github on 2012-06-01, but there are no tagged releases there yet. So for now I'm pulling 0.0.13 off the old site (it's the last versioned release AFAIK.)
td123 commented on 2011-04-07 18:04
I already created a python3-pypng package. Upstream said to use 2to3 on all the files and it seems to be working (I'm using the lib myself in python3).
beej commented on 2011-04-06 20:54
Still a couple python2-isms in there, so the python2 dep remains.
beej commented on 2010-10-22 08:24
Took a shot at patching to Python 3, but got hung up on the new string/data thing somewhere, and the PNGs weren't decoding correctly. Maybe later.