dev-python/django: bump to 2.1
authorVirgil Dupras <vdupras@gentoo.org>
Thu, 2 Aug 2018 03:03:10 +0000 (23:03 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Thu, 2 Aug 2018 03:04:43 +0000 (23:04 -0400)
commit8e19e0560b5a505cbbabda20240db0502263c219
treee7f16c1f131cad0364420e9bea6480a00f93fd15
parent74a91a215c97d62e0318477483268b0ab31fbeb2
dev-python/django: bump to 2.1

* EAPI 7
* Drop py34
* Add py37
* Drop webapps

Inheriting webapps doesn't make sense. This isn't a webapp, it's a
library. Because django was abandoned before I took over maintenance, I
highly doubt that the package was used for anything serious, so there
isn't much to break by this removal.

The only thing that webapps did was copy admin media in some place for
easy HTTP static serving, but that isn't even what you would want to do
in a django webapp. You would rather run "collectstatic" on the whole
app and serve the result, which would include admin media, over HTTP.

Package-Manager: Portage-2.3.44, Repoman-2.3.10
dev-python/django/Manifest
dev-python/django/django-2.1.ebuild [new file with mode: 0644]