public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/BitVector/
Date: Sat,  3 Mar 2018 20:58:20 +0000 (UTC)	[thread overview]
Message-ID: <1520110577.40a461a9df8f318d5eba11135291b8ac66a41228.mgorny@gentoo> (raw)

commit:     40a461a9df8f318d5eba11135291b8ac66a41228
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Mar  3 19:25:40 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 20:56:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a461a9

dev-python/BitVector: use HTTPS, avoid redirection

Closes: https://github.com/gentoo/gentoo/pull/7342

 dev-python/BitVector/BitVector-3.4.4.ebuild | 6 +++---
 dev-python/BitVector/BitVector-3.4.6.ebuild | 6 +++---
 dev-python/BitVector/BitVector-3.4.7.ebuild | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/BitVector/BitVector-3.4.4.ebuild b/dev-python/BitVector/BitVector-3.4.4.ebuild
index 9bac10b4948..aa07104c408 100644
--- a/dev-python/BitVector/BitVector-3.4.4.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.4.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=6
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays"
-HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ https://pypi.python.org/pypi/BitVector"
-SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz"
+HOMEPAGE="https://engineering.purdue.edu/kak/dist/ https://pypi.python.org/pypi/BitVector"
+SRC_URI="https://engineering.purdue.edu/kak/dist/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"

diff --git a/dev-python/BitVector/BitVector-3.4.6.ebuild b/dev-python/BitVector/BitVector-3.4.6.ebuild
index 24ce353995d..8c8eccd5686 100644
--- a/dev-python/BitVector/BitVector-3.4.6.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.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=6
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1
 
 DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays"
-HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ https://pypi.python.org/pypi/BitVector"
-SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz"
+HOMEPAGE="https://engineering.purdue.edu/kak/dist/ https://pypi.python.org/pypi/BitVector"
+SRC_URI="https://engineering.purdue.edu/kak/dist/${P}.tar.gz"
 
 LICENSE="PSF-2"
 SLOT="0"

diff --git a/dev-python/BitVector/BitVector-3.4.7.ebuild b/dev-python/BitVector/BitVector-3.4.7.ebuild
index 015fc4ec811..c9a9689084c 100644
--- a/dev-python/BitVector/BitVector-3.4.7.ebuild
+++ b/dev-python/BitVector/BitVector-3.4.7.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=6
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_5,3_6} )
 inherit distutils-r1
 
 DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays"
-HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ https://pypi.python.org/pypi/BitVector"
-SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz"
+HOMEPAGE="https://engineering.purdue.edu/kak/dist/ https://pypi.python.org/pypi/BitVector"
+SRC_URI="https://engineering.purdue.edu/kak/dist/${P}.tar.gz"
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND=""
 LICENSE="PSF-2"


             reply	other threads:[~2018-03-03 20:58 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03 20:58 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-27  9:44 [gentoo-commits] repo/gentoo:master commit in: dev-python/BitVector/ Arthur Zamarin
2023-03-04  5:53 Michał Górny
2023-03-04  5:29 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2023-01-31 16:58 Michał Górny
2022-05-18 10:47 Andrew Ammerlaan
2021-07-03  6:29 Michał Górny
2021-07-03  6:17 Agostino Sarubbo
2021-07-03  3:08 Sam James
2021-05-30 20:47 Michał Górny
2021-04-06 20:39 Michał Górny
2021-04-06 19:49 Sam James
2021-04-06 19:47 Sam James
2021-03-04  9:16 Andrey Grozin
2020-05-11 16:48 Michał Górny
2020-05-11  9:44 Agostino Sarubbo
2020-03-26 13:49 Michał Górny
2020-03-26 13:49 Michał Górny
2020-02-29 10:52 Andrey Grozin
2019-12-29 13:06 David Seifert
2018-07-12 23:05 Patrice Clement
2018-07-12 23:05 Patrice Clement
2018-06-24 12:37 Jason Zaman
2017-12-16  5:56 Andrey Grozin
2017-12-15  9:26 Andrey Grozin
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2017-01-22 16:05 Andrey Grozin
2016-08-30 19:07 David Seifert
2016-08-08  7:50 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1520110577.40a461a9df8f318d5eba11135291b8ac66a41228.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox