freebsd-ports/databases/py-sqlalchemy/pkg-plist
Dryice Dong Liu 1f25cdcb80 - update to 0.3.4
- update my mail address
- add PYALCHEMY_EGG for future TurboGears update
- modify plist file to remove the egg entry when deinstall

Approved by:	itetcu (mentor)
2007-01-30 10:27:11 +00:00

23 lines
931 B
Text

@unexec %%PREFIX%%/bin/easy_install -q -N -m -x -S %%PREFIX%%/%%PYTHON_SITELIBDIR%% %%EGG%%
%%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%%