Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 507366 - dev-python/django-3.0 bump
Summary: dev-python/django-3.0 bump
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 05:40 UTC by Patrick Lauer
Modified: 2015-02-28 11:11 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2014-04-11 05:40:19 UTC
Massive tarball retardation, this is able to fetch and unpack, then fails in various places:

> UGLY_GITHUB_CRAP="divio-django-cms-df07ee2"
16c17
< SRC_URI="https://www.djangoproject.com/m/releases/$(get_version_component_range 1-2)/${MY_P}.tar.gz"
---
> SRC_URI="https://github.com/divio/django-cms/tarball/3.0 -> ${MY_P}.tar.gz"
31c32
< S="${WORKDIR}/${MY_P}"
---
> S="${WORKDIR}/${UGLY_GITHUB_CRAP}"
34,36d34
< 
< PATCHES=( "${FILESDIR}"/${PN}-1.5-py3tests.patch \
<               "${FILESDIR}"/${PN}-1.6-objects.patch )
Comment 1 Dirkjan Ochtman (RETIRED) gentoo-dev 2014-04-11 07:41:37 UTC
This doesn't make sense to me. Is this about django, or django-cms?
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2015-02-28 11:11:24 UTC
Latest beta release of django is 1.8 series. Version 3 makes no sense.