diff options
| author | Patrice Clement <monsieurp@gentoo.org> | 2016-07-16 16:01:40 +0200 |
|---|---|---|
| committer | Patrice Clement <monsieurp@gentoo.org> | 2016-07-16 16:01:40 +0200 |
| commit | f9466a60804dfd3a4b0319ef5a4199ac8ed91949 (patch) | |
| tree | 62e0e1cd82670908d0f8f90afd74ea177f65c3c8 /dev-python | |
| parent | d7d799af7b62b39ed22b7f6c80caa84a8c3b003e (diff) | |
| download | gentoo-f9466a60804dfd3a4b0319ef5a4199ac8ed91949.tar.gz gentoo-f9466a60804dfd3a4b0319ef5a4199ac8ed91949.tar.bz2 gentoo-f9466a60804dfd3a4b0319ef5a4199ac8ed91949.zip | |
dev-python/setproctitle: update HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/577084
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/setproctitle/setproctitle-1.1.8.ebuild | 4 | ||||
| -rw-r--r-- | dev-python/setproctitle/setproctitle-1.1.9.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/setproctitle/setproctitle-1.1.8.ebuild b/dev-python/setproctitle/setproctitle-1.1.8.ebuild index b028123889dd..fa00e72ebd36 100644 --- a/dev-python/setproctitle/setproctitle-1.1.8.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 toolchain-funcs DESCRIPTION="Allow customization of the process title" -HOMEPAGE="https://code.google.com/p/py-setproctitle/ https://pypi.python.org/pypi/setproctitle" +HOMEPAGE="https://github.com/dvarrazzo/py-setproctitle" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/setproctitle/setproctitle-1.1.9.ebuild b/dev-python/setproctitle/setproctitle-1.1.9.ebuild index e09507e56968..a2dc4344de48 100644 --- a/dev-python/setproctitle/setproctitle-1.1.9.ebuild +++ b/dev-python/setproctitle/setproctitle-1.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1 toolchain-funcs DESCRIPTION="Allow customization of the process title" -HOMEPAGE="https://code.google.com/p/py-setproctitle/ https://pypi.python.org/pypi/setproctitle" +HOMEPAGE="https://github.com/dvarrazzo/py-setproctitle" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" @@ -32,7 +32,7 @@ python_compile_all() { } python_test() { - # The suite via the Makefile appears to not cater to pypy + # The suite via the Makefile appears to not cater to pypy [[ ${EPYTHON} =~ pypy ]] && return # prepare embedded executable |
