Orphaned. I don't use gajim anymore.
Search Criteria
Package Details: python2-potr 1.0.1-3
Package Actions
| Package Base: | python2-potr |
|---|---|
| Description: | This is a pure Python2 OTR implementation; it does not bind to libotr. |
| Upstream URL: | https://github.com/afflux/pure-python-otr |
| Category: | lib |
| Licenses: | |
| Conflicts: | |
| Replaces: | |
| Submitter: | akurei |
| Maintainer: | ewhal4 |
| Last Packager: | akurei |
| Votes: | 19 |
| First Submitted: | 2012-10-18 12:32 |
| Last Updated: | 2014-11-10 18:39 |
Dependencies (2)
Required by (2)
Sources
Latest Comments
Comment by akurei
Comment by akurei
@abbradar
Thanks! I am going to fix this ASAP.
Comment by abbradar
Fixed pkgbuild: http://bpaste.net/show/291876/
Comment by mpan
SHA512 from PKGBUILD does not match one of the tarball downloaded. Tested on 3 separate machines: e1de0122f7fd92f0449cf891fa2f28bf0e03e8ca925cd4b20a5c38ff2e1ef9fc1b31cf86f48a2e869e8ec7775c2d8acedd4e0595c32fc15c4df26372ea7616b3.
Also even if this is patched the build fails immedietly in package(), becaus there is no `$srcdir/afflux*` directory. And it's unknown for me why `cd` is issued for a set of directories instead of one.
Comment by akurei
Updated to 1.0.0
Comment by akurei
Cannot update yet, because I'm waitng for a 1.0.0 release of gajim-plugin-otr.
Else it will break. Upstream has been contacted about this.
Comment by akurei
Updated to 1.0.0beta7
Comment by akurei
Done.
Comment by prettyvanilla
Thanks. By the way, it would be a good idea to bring this package in line with the recent naming standards for python packages.
python-potr -> python2-potr, since it explicitly depends on python2.
Comment by akurei
Included python2-crypto in depends. Thanks.
Comment by prettyvanilla
beta 6 has just been tagged.
Any reason why you don't have python2-crypto (formerly pycrypto) listed as dependency like in your corresponding git-package?
It's needed to be useable for gajim at least anyway...