Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 313211 Details for
Bug 417713
dev-python/south-0.7.5 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ebuild patch
south.patch (text/plain), 1.62 KB, created by
Ian Delaney (RETIRED)
on 2012-05-27 06:47:09 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Ian Delaney (RETIRED)
Created:
2012-05-27 06:47:09 UTC
Size:
1.62 KB
patch
obsolete
>diff -ur south.orig/south-0.7.5.ebuild south/south-0.7.5.ebuild >--- south.orig/south-0.7.5.ebuild 2012-04-19 18:00:41.000000000 +0800 >+++ south/south-0.7.5.ebuild 2012-05-27 14:16:35.723880787 +0800 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-python/south/south-0.7.4.ebuild,v 1.1 2012/04/19 10:00:41 patrick Exp $ > >-EAPI="3" >+EAPI="4" > > PYTHON_DEPEND="2" > SUPPORT_PYTHON_ABIS="1" >@@ -10,9 +10,13 @@ > > inherit distutils > >+# I should leave a very angry comment here >+MY_P="andrewgodwin-south-3f6f2066c47c" > DESCRIPTION="Intelligent schema migrations for Django apps." > HOMEPAGE="http://south.aeracode.org/" >-SRC_URI="http://www.aeracode.org/releases/${PN}/${P}.tar.gz" >+SRC_URI="https://bitbucket.org/andrewgodwin/south/get/${PV}.tar.gz -> {P}.tar.gz" >+# The tarball @aeracode.org is completely missing the docs >+#SRC_URI="http://www.aeracode.org/releases/${PN}/${P}.tar.gz" > > LICENSE="Apache-2.0" > SLOT="0" >@@ -22,16 +26,16 @@ > RDEPEND="dev-python/django" > DEPEND="${RDEPEND} > dev-python/setuptools >- doc? ( dev-python/sphinx )" >+ doc? ( dev-python/sphinx >+ dev-python/jinja )" > >-# I should leave a very angry comment here >-S="${WORKDIR}/andrewgodwin-south-738417d7a8ab/" >+S="${WORKDIR}/${MY_P}/" > > src_compile() { > distutils_src_compile > > if use doc ; then >- emake -C docs html || die "building docs failed" >+ emake -C docs html > fi > } > >@@ -47,3 +51,4 @@ > elog "just add 'south' to your INSTALLED_APPS in the settings.py file." > elog "manage.py will now automagically offer the new functions." > } >+# tests are a no go; http://south.aeracode.org/ticket/1090
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417713
: 313211