Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164525 Details for
Bug 236638
dev-python/django-1.0 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
django-1.0.ebuild
django-1.0.ebuild (text/plain), 1.34 KB, created by
michael@smith-li.com
on 2008-09-04 01:50:25 UTC
(
hide
)
Description:
django-1.0.ebuild
Filename:
MIME Type:
Creator:
michael@smith-li.com
Created:
2008-09-04 01:50:25 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit bash-completion distutils eutils versionator > >DESCRIPTION="high-level python web framework" >HOMEPAGE="http://www.djangoproject.com/" >SRC_URI="http://media.djangoproject.com/releases/${PV}/Django-${PV}.tar.gz" >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" >IUSE="examples mysql postgres sqlite test" > >RDEPEND="dev-python/imaging > sqlite? ( || ( > ( >=dev-python/pysqlite-2.0.3 <dev-lang/python-2.5 ) > >=dev-lang/python-2.5 ) ) > test? ( || ( > ( >=dev-python/pysqlite-2.0.3 <dev-lang/python-2.5 ) > >=dev-lang/python-2.5 ) ) > postgres? ( dev-python/psycopg ) > mysql? ( >=dev-python/mysql-python-1.2.1_p2 )" >DEPEND="${RDEPEND}" > >S="${WORKDIR}/${P/#d/D}" > >DOCS="docs/* AUTHORS" > >src_test() { > cat >> tests/settings.py << __EOF__ >DATABASE_ENGINE='sqlite3' >ROOT_URLCONF='tests/urls.py' >SITE_ID=1 >__EOF__ > PYTHONPATH="." ${python} tests/runtests.py --settings=settings -v1 || die "tests failed" >} > >src_install() { > distutils_python_version > > site_pkgs="/usr/$(get_libdir)/python${PYVER}/site-packages/" > export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}" > dodir ${site_pkgs} > > distutils_src_install > > dobashcompletion extras/django_bash_completion > > if use examples ; then > insinto /usr/share/doc/${PF} > doins -r examples > fi >}
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 236638
:
164523
| 164525 |
164526