The package has only one reverse dependency: dev-python/pyjade, which
in turn is only required by buildbot. The current version is stale
but bumping it would probably break the only reverse dependency.
The open bug also indicates that the last version bump was probably
done without properly updating the ebuild.
dol-sen has volunteered to take it.
New implementations are to be added to the *newest* version, not
the oldest, *after* testing. Adding a new implementation to the old
stable version that lacks tests is surely a very bad idea, especially
that next stable candidate lacks the same implementation. In other
words, it is pure noise which temporarily confuses dependency graph.
Reverts: 5d0b3af93ea8941355914316ff30fd536a0de02f
Correct the package dependencies, and enable tests. The former includes:
1. putting dev-python/setuptools in RDEPEND since the package uses
entry_points (pkg_resources),
2. adding dev-python/zope-deprecation to RDEPEND since the package
states that as a runtime dependency,
3. removing nose & coverage from test dependencies since they are not
used for testing upstream (it is extra dep for post-install testing
but setup.py and the tests use plain unittest),
4. adding missing py2-conditional dependency on dev-python/zope-component
for tests.
Appropriately switch python_test() to use 'setup.py test'.
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed