ports/databases/py-sqlalchemy06/pkg-plist
Alexander Botero-Lowry 7d4b7018b8 - Update to 0.3.3
PR:		106778
Submitted by:	Dryice Liu <dryice@dryice.name> (maintainer)
2006-12-17 09:49:46 +00:00

22 lines
839 B
Text

%%PYTHON_SITELIBDIR%%/SQLAlchemy-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
%%EXAMPLEDIR%%/adjacencytree/basic_tree.py
%%EXAMPLEDIR%%/adjacencytree/byroot_tree.py
%%EXAMPLEDIR%%/association/basic_association.py
%%EXAMPLEDIR%%/association/proxied_association.py
%%EXAMPLEDIR%%/backref/backref_tree.py
%%EXAMPLEDIR%%/collections/large_collection.py
%%EXAMPLEDIR%%/graphs/graph1.py
%%EXAMPLEDIR%%/pickle/custom_pickler.py
%%EXAMPLEDIR%%/polymorph/concrete.py
%%EXAMPLEDIR%%/polymorph/polymorph.py
%%EXAMPLEDIR%%/polymorph/single.py
%%EXAMPLEDIR%%/vertical/vertical.py
@dirrm %%EXAMPLEDIR%%/adjacencytree
@dirrm %%EXAMPLEDIR%%/association
@dirrm %%EXAMPLEDIR%%/backref
@dirrm %%EXAMPLEDIR%%/collections
@dirrm %%EXAMPLEDIR%%/graphs
@dirrm %%EXAMPLEDIR%%/pickle
@dirrm %%EXAMPLEDIR%%/polymorph
@dirrm %%EXAMPLEDIR%%/vertical
@dirrm %%EXAMPLEDIR%%