dev-python/pytools: update metadata, use https for HOMEPAGE
authorLouis Sautier <sautier.louis@gmail.com>
Sat, 21 Jan 2017 00:56:31 +0000 (01:56 +0100)
committerDavid Seifert <soap@gentoo.org>
Sat, 21 Jan 2017 01:41:00 +0000 (02:41 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3572

dev-python/pytools/metadata.xml
dev-python/pytools/pytools-2014.3.5.ebuild
dev-python/pytools/pytools-2016.1.ebuild

index 8fabef72dddef21faf9252411ac74fb938908c36..b7577277a95a7a12386f5757c135b30bfe875ad0 100644 (file)
@@ -1,11 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>python@gentoo.org</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">pytools</remote-id>
-  </upstream>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="pypi">pytools</remote-id>
+               <remote-id type="github">inducer/pytools</remote-id>
+       </upstream>
 </pkgmetadata>
index 7469c2a3d5d4b386c1def4a29742d9c1deac8763..710b114579a49f47b3b275630bb06a7a534299d8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_4 )
 inherit distutils-r1
 
 DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
+HOMEPAGE="https://mathema.tician.de/software/pytools/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
index 8942b0f4205f138feb91d886bdca1dc638ac2741..896ae651d5eb89ddd5192a98e5820e26916e98f3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} )
 inherit distutils-r1
 
 DESCRIPTION="A collection of tools missing from the Python standard library"
-HOMEPAGE="http://mathema.tician.de/software/pytools"
+HOMEPAGE="https://mathema.tician.de/software/pytools/"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"