- Add add-plist-post target to fix pkg-plist when
Python version is >= 3.2
- Add LICENSE (MIT)
- Add the option CEXTENSIONS (default on), which
enables/disables the C extension to speed up the
SQL layer
- Convert to the new options framework
- Remove PYDISTUTILS_PKGVERSION
Python version < 3.0, because such port does not
build with Py3k
- Replace POSTGRE with the standard PGSQL option listed
in ports/KNOB [1]
PR: ports/166513
Submitted by: olgeni [1]
- New MASTER_SITES
- Set USE_PYDISTUTILS to easy_install
- Use ${COPYTREE_SHARE} to install examples
PR: ports/130250
Submitted by: Wen Heping <wenheping at gmail.com>
- 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)
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that
gives application developers the full power and flexibility of SQL.
It provides a full suite of well known enterprise-level persistence
patterns, designed for efficient and high-performing database access,
adapted into a simple and Pythonic domain language.
WWW: http://www.sqlalchemy.org/
PR: ports/101920
Submitted by: Dryice Liu <dryice@dryice.name>
Approved by: krion (mentor)