1 |
commit: 0ecc704b01ecfa57595b409e0561dbb443cad636 |
2 |
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> |
3 |
AuthorDate: Wed Jan 13 21:05:11 2021 +0000 |
4 |
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> |
5 |
CommitDate: Wed Jan 13 21:05:11 2021 +0000 |
6 |
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ecc704b |
7 |
|
8 |
dev-python/traits: use https for homepage |
9 |
|
10 |
Package-Manager: Portage-3.0.13, Repoman-3.0.2 |
11 |
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> |
12 |
|
13 |
dev-python/traits/traits-6.0.0.ebuild | 2 +- |
14 |
dev-python/traits/traits-6.1.1.ebuild | 4 ++-- |
15 |
2 files changed, 3 insertions(+), 3 deletions(-) |
16 |
|
17 |
diff --git a/dev-python/traits/traits-6.0.0.ebuild b/dev-python/traits/traits-6.0.0.ebuild |
18 |
index f686ff071..5719323de 100644 |
19 |
--- a/dev-python/traits/traits-6.0.0.ebuild |
20 |
+++ b/dev-python/traits/traits-6.0.0.ebuild |
21 |
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8,9} ) |
22 |
inherit distutils-r1 virtualx |
23 |
|
24 |
DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python" |
25 |
-HOMEPAGE="http://docs.enthought.com/traits/ |
26 |
+HOMEPAGE="https://docs.enthought.com/traits/ |
27 |
https://github.com/enthought/traits |
28 |
https://pypi.org/project/traits/" |
29 |
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |
30 |
|
31 |
diff --git a/dev-python/traits/traits-6.1.1.ebuild b/dev-python/traits/traits-6.1.1.ebuild |
32 |
index a5258b8a5..ac4465fe9 100644 |
33 |
--- a/dev-python/traits/traits-6.1.1.ebuild |
34 |
+++ b/dev-python/traits/traits-6.1.1.ebuild |
35 |
@@ -1,4 +1,4 @@ |
36 |
-# Copyright 1999-2020 Gentoo Authors |
37 |
+# Copyright 1999-2021 Gentoo Authors |
38 |
# Distributed under the terms of the GNU General Public License v2 |
39 |
|
40 |
EAPI=7 |
41 |
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7,8,9} ) |
42 |
inherit distutils-r1 virtualx |
43 |
|
44 |
DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python" |
45 |
-HOMEPAGE="http://docs.enthought.com/traits/ |
46 |
+HOMEPAGE="https://docs.enthought.com/traits/ |
47 |
https://github.com/enthought/traits |
48 |
https://pypi.org/project/traits/" |
49 |
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |