wtk-overlay.git
6 years agopyvows-2.1.0.ebuild: Fix broken symlink to point to 9999 dev-python/pyvows
W. Trevor King [Wed, 25 Apr 2018 19:46:23 +0000 (12:46 -0700)]
pyvows-2.1.0.ebuild: Fix broken symlink to point to 9999

The broken, self-referencing symlink was from 5360ac7c
(pyvows-9999.ebuild: Bump to EAPI 6 and git-r3, 2016-08-12).

7 years agopyvows-9999.ebuild: Bump to EAPI 6 and git-r3
W. Trevor King [Fri, 12 Aug 2016 19:12:15 +0000 (12:12 -0700)]
pyvows-9999.ebuild: Bump to EAPI 6 and git-r3

There were no changes impacting this ebuild [1].

I've also compared pyVows's setup.py since I last checked (59e6737,
2.0.6) to the current tip (a26b59a, 2.1.0), and there were no
dependency changes.

[1]: https://devmanual.gentoo.org/ebuild-writing/eapi/#eapi=6

9 years agopyvows-2.0.3.ebuild: Add a versioned package for tornado-pyvows
W. Trevor King [Tue, 30 Sep 2014 17:23:14 +0000 (10:23 -0700)]
pyvows-2.0.3.ebuild: Add a versioned package for tornado-pyvows

Which claims it requires pyvows <= 2.0.3.

9 years agopyvows-9999.ebuild: Fix 'pyvows' -> 'pyVows' for PyPI page
W. Trevor King [Tue, 30 Sep 2014 17:22:55 +0000 (10:22 -0700)]
pyvows-9999.ebuild: Fix 'pyvows' -> 'pyVows' for PyPI page

9 years agodev-python/pyvows: Add this (indirect) thumbor test dependency
W. Trevor King [Mon, 29 Sep 2014 23:06:31 +0000 (16:06 -0700)]
dev-python/pyvows: Add this (indirect) thumbor test dependency

I've submitted the find_packages sed upstream [1].  I don't know if
the package itself is compatible with Python 3, but the test suite
isn't so I'm sticking with 2.7 in PYTHON_COMPAT [2].  The test suite
also depends on gevent, because the fallback VowsSequentialRunner is
broken [3].

[1]: https://github.com/heynemann/pyvows/pull/109
[2]: https://github.com/heynemann/pyvows/issues/110#issuecomment-57243488
[3]: https://github.com/heynemann/pyvows/issues/111