Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 198152 Details for
Bug 278030
dev-python/sqlalchemy-0.5.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild for sqlalchemy. tested on amd64
sqlalchemy-0.5.5.ebuild (text/plain), 1.31 KB, created by
Bjoern Thorwirth
on 2009-07-16 10:30:36 UTC
(
hide
)
Description:
Modified ebuild for sqlalchemy. tested on amd64
Filename:
MIME Type:
Creator:
Bjoern Thorwirth
Created:
2009-07-16 10:30:36 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/sqlalchemy/sqlalchemy-0.5.3.ebuild,v 1.1 2009/04/23 12:51:05 patrick Exp $ > >EAPI="2" > >NEED_PYTHON=2.4 > >inherit distutils > >MY_P=SQLAlchemy-${PV/_} > >DESCRIPTION="Python SQL toolkit and Object Relational Mapper." >HOMEPAGE="http://www.sqlalchemy.org/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >IUSE="doc examples firebird mssql mysql postgres +sqlite test" >KEYWORDS="~amd64 ~ppc ~x86" > ># note: if you use psycopg-1, then you need egenix-mx-base >RDEPEND="firebird? ( dev-python/kinterbasdb ) > mssql? ( dev-python/pymssql ) > mysql? ( dev-python/mysql-python ) > postgres? ( > || ( > ( >=dev-python/psycopg-2 ) > ( <dev-python/psycopg-2 dev-python/egenix-mx-base ) > ) > ) > sqlite? ( > >=dev-db/sqlite-3.3.13 > || ( dev-python/pysqlite >=dev-lang/python-2.5 ) > )" > >DEPEND="dev-python/setuptools > test? ( > >=dev-db/sqlite-3.3.13 > || ( dev-python/pysqlite >=dev-lang/python-2.5[sqlite] ) > dev-python/nose > > )" > >S="${WORKDIR}/${MY_P}" > >src_install() { > distutils_src_install > > use doc && dohtml doc/* > > if use examples; then > insinto /usr/share/doc/${PF} > doins -r examples > fi >} > >src_test() { > cd test > PYTHONPATH="./test/" nosetests || die "tests failed" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 278030
: 198152 |
198154
|
198158
|
198160