- Add databases/py-pymysql to RUN_DEPENDS when the Python
version is >= 3.0. I have temporarily commented that code,
because PyMySQL requires a 2to3 step to build with Python3
- Add files/patch-setup.py
- Fix a typo in MYSQL option
PR: ports/166827
Submitted by: Olivier Duchateau <duchateau.olivier at gmail.com>
Python version < 3.0, because such port does not
build with Py3k [1]
- Add code to fix TMPPLIST when Python version >= 3.2,
so that the byte-code filenames conform to PEP 3147
(see http://www.python.org/dev/peps/pep-3147/ ).
PR: ports/163884
Submitted by: wen [1]
- Empty PYEASYINSTALL_OSARCH variable and the easyinstall-setopt target
when PYTHON_REL >= 300, because C extensions are not supported with
these Python versions
- 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>
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav
- 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)