dev-python/django-baker: Remove Py2
authorDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:57 +0000 (17:11 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 28 Dec 2019 16:11:57 +0000 (17:11 +0100)
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/django-baker/django-baker-0.11-r2.ebuild

index 94ac541baad3ab53d1e035bd3900a07927b9c39e..916408a112981c615024ae2bf304010003d1cab4 100644 (file)
@@ -3,11 +3,11 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
 
 inherit distutils-r1
 
-DESCRIPTION="Management command that generates views, forms, urls, admin, and templates for models"
+DESCRIPTION="Management command that generates views, forms, urls, and templates for models"
 HOMEPAGE="https://pypi.org/project/django-baker/ https://github.com/krisfields/django-baker"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"