*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / django-tagging / django-tagging-0.4.1.ebuild
index 6282aaef01216aefbf5c3e37eb3e4a91c3b8dbad..936277e845c7d75f26a4d9fdf5ca3290fc18c1d4 100644 (file)
@@ -1,14 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_6} )
 
 inherit distutils-r1
 
 DESCRIPTION="Generic tagging application for Django"
-HOMEPAGE="https://code.google.com/p/django-tagging/"
+HOMEPAGE="https://pypi.org/project/django-tagging/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"