dev-python/APScheduler: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 14 Apr 2018 16:52:59 +0000 (18:52 +0200)
committerZac Medico <zmedico@gentoo.org>
Sat, 14 Apr 2018 17:42:16 +0000 (10:42 -0700)
Closes: https://github.com/gentoo/gentoo/pull/7998

dev-python/APScheduler/APScheduler-3.1.0.ebuild
dev-python/APScheduler/APScheduler-3.2.0.ebuild
dev-python/APScheduler/APScheduler-3.3.1.ebuild
dev-python/APScheduler/metadata.xml

index fd9bb5cf0110c4e44f9997b99998df9e40edea61..5413a75c8508bdbdc95fb206d400fd9928c2e4e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="https://bitbucket.org/agronholm/apscheduler"
+HOMEPAGE="https://github.com/agronholm/apscheduler"
 SRC_URI="mirror://pypi/A/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index fd9bb5cf0110c4e44f9997b99998df9e40edea61..5413a75c8508bdbdc95fb206d400fd9928c2e4e8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="https://bitbucket.org/agronholm/apscheduler"
+HOMEPAGE="https://github.com/agronholm/apscheduler"
 SRC_URI="mirror://pypi/A/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index f6de479066c2651603ad460f6888a95ef0f27bbf..c4f2cbbc9d716f4ada350fd7d81063ab7fb216e6 100644 (file)
@@ -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=6
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="https://bitbucket.org/agronholm/apscheduler"
+HOMEPAGE="https://github.com/agronholm/apscheduler"
 SRC_URI="mirror://pypi/A/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index eaa1b36d6b09f17ddaa7761dde1d077f4374cf16..345688745de9fe734082c7328e892c4ea586bb55 100644 (file)
@@ -3,7 +3,7 @@
 <pkgmetadata>
        <upstream>
                <remote-id type="pypi">APScheduler</remote-id>
-               <remote-id type="bitbucket">agronholm/apscheduler</remote-id>
+               <remote-id type="github">agronholm/apscheduler</remote-id>
        </upstream>
        <maintainer type="person">
                <email>zmedico@gentoo.org</email>