dcallagh-exheres

My personal Exherbo repository
git clone https://code.djc.id.au/git/dcallagh-exheres/

packages/dev-python/SQLAlchemy/SQLAlchemy-0.6.6.exheres-0 (792B) - raw

      1 # Copyright 2011 Dan Callaghan <djc@djc.id.au>
      2 # Distributed under the terms of the GNU General Public License v2
      3 
      4 require sourceforge [ project=sqlalchemy ] pypi distutils [ python_dep=2.4 ]
      5 
      6 SUMMARY="Database abstraction library for Python"
      7 DESCRIPTION="
      8 A Python SQL toolkit and Object Relational Mapper that gives application developers the full power 
      9 and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence 
     10 patterns, designed for efficient and high-performing database access, adapted into a simple and 
     11 Pythonic domain language.
     12 "
     13 HOMEPAGE="http://www.sqlalchemy.org/"
     14 
     15 LICENCES="MIT"
     16 SLOT="0"
     17 PLATFORMS="~amd64 ~x86"
     18 
     19 DEPENDENCIES="
     20     test:
     21         dev-python/nose
     22 "
     23 
     24 BUGS_TO="djc@djc.id.au"
     25 
     26 src_test() {
     27     edo python setup.py test
     28 }