diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-05 21:15:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-05 22:53:47 +0100 |
commit | 01fdeceb5dc2020ac2352d179bb2e572c8fc8c8a (patch) | |
tree | 83ccfc5e31abe337c863c84d24494ccb499a5c4d /dev-python/funcparserlib | |
parent | dev-python/django-tagging: fix HOMEPAGE (diff) | |
download | gentoo-01fdeceb5dc2020ac2352d179bb2e572c8fc8c8a.tar.gz gentoo-01fdeceb5dc2020ac2352d179bb2e572c8fc8c8a.tar.bz2 gentoo-01fdeceb5dc2020ac2352d179bb2e572c8fc8c8a.zip |
dev-python/funcparserlib: remove dead HOMEPAGE
Diffstat (limited to 'dev-python/funcparserlib')
-rw-r--r-- | dev-python/funcparserlib/funcparserlib-0.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild index 42b86b323040..454dc7765702 100644 --- a/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild +++ b/dev-python/funcparserlib/funcparserlib-0.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 DESCRIPTION="Recursive descent parsing library based on functional combinators" -HOMEPAGE="https://code.google.com/p/funcparserlib/ https://pypi.python.org/pypi/funcparserlib" +HOMEPAGE="https://pypi.python.org/pypi/funcparserlib" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |