Created attachment 172061 [details] py-subliminal update to 2.0.3 There's a new release, 2.0.3 (https://github.com/Diaoul/subliminal/releases/tag/2.0.3) I have been able to build, install and run it successfully on my system, svn diff attached (i didn't change any comments, etc in the makefile, as i don't know what the proper format/etiquette is) New dependencies: devel/py-appdirs, archivers/py-rarfile, devel/pytz and devel/py-futures There are a few caveats: It needs a newer dogpile.cache, see my patch here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210776 It needs a newer guessit Version, see my patch for the port here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210775 For Python < 3.2 it depends on devel/py-futures, I don't know ho to properly condition it in the makefile. It builds, installs, deinstalls and works fine on my system:FreeBSD 10.3-BETA3 #0 r296162 amd64 and also passes portlint.
Created attachment 172354 [details] update to 2.0.3 made py-futures dependency conditional on Python version
Created attachment 172355 [details] poudriere log
Created attachment 172356 [details] poudriere-portlint log
A commit references this bug: Author: jbeich Date: Mon Jul 18 19:12:58 UTC 2016 New revision: 418736 URL: https://svnweb.freebsd.org/changeset/ports/418736 Log: multimedia/py-subliminal: update to 2.0.3 Changes: https://pypi.python.org/pypi/subliminal#changelog PR: 210778 Submitted by: Andrej Ebert <andrej@ebert.su> Approved by: maintainer timeout (2 weeks) Changes: head/multimedia/py-subliminal/Makefile head/multimedia/py-subliminal/distinfo
Thanks. Landed.