Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 217186 Details for
Bug 301662
Ebuild for dev-python/schemabot
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed ebuild
schemabot-0.1.0_alpha4.ebuild (text/plain), 761 bytes, created by
Søren Dalby Larsen
on 2010-01-22 18:30:23 UTC
(
hide
)
Description:
Proposed ebuild
Filename:
MIME Type:
Creator:
Søren Dalby Larsen
Created:
2010-01-22 18:30:23 UTC
Size:
761 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" >SUPPORT_PYTHON_ABIS="1" > >inherit distutils > >MY_PN="SchemaBot" >MY_P="${MY_PN}-${PV/_alpha/a}" > >DESCRIPTION="Automatically manage database schema version control when using SQLAlchemy" >HOMEPAGE="http://pypi.python.org/pypi/SchemaBot" >SRC_URI="http://pypi.python.org/packages/source/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="~amd64" >IUSE="test" > >DEPEND="dev-python/setuptools > test? ( dev-python/nose )" >RDEPEND="" >RESTRICT_PYTHON_ABIS="3.*" > >S="${WORKDIR}/${MY_P}" > >src_test() { > testing() { > PYTHONPATH="build-${PYTHON_ABI}/lib" LC_ALL="C" nosetests-${PYTHON_ABI} > } > python_execute_function testing >}
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 301662
: 217186