commit:     36694c116fe52a5e051f03c84c689fc651514959
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Sat Sep  3 21:55:02 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 14:02:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36694c11

dev-python/tqdm: fetching source from current repo

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2207

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/tqdm/Manifest                                         | 2 +-
 dev-python/tqdm/metadata.xml                                     | 2 +-
 dev-python/tqdm/{tqdm-0_pre20140115.ebuild => tqdm-4.8.4.ebuild} | 7 +++----
 dev-python/tqdm/tqdm-9999.ebuild                                 | 4 ++--
 4 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 8c05471..554de81 100644
--- a/dev-python/tqdm/Manifest
+++ b/dev-python/tqdm/Manifest
@@ -1 +1 @@
-DIST tqdm-0_pre20140115.tar.gz 3073 SHA256 
4caed4edc4fab72972cc2f71611abbb1595ef817752d74ffdd787ed6d75467a9 SHA512 
62cb08418bec6f231022f806f54b8c4d9bdc56c23eb9e446e221f9a45aa568e72cfa99f13e811b9ac570c46baac22e7801cbbe9ef0a5aff264332b04768083f5
 WHIRLPOOL 
b4fe6a5b524611a1c7b1126eedd2186c13e9f7b15a3e653f5fe2be0b768462752bf155cb254a3d6bf3b776ef4d01132e1abd011c151c652f794cca8452ad64ce
+DIST tqdm-4.8.4.tar.gz 609527 SHA256 
8be8712eb5c8476d50acda96cd799fd336261e59886ba31da8255e47533d3910 SHA512 
21a43e1cdfae5ce9c1db386043391c0d32f0d0ce7b3337054296cfffbbc68a57deef77efd597a0be6805023052e84724649cb29116fd8614a21a2f28440a5889
 WHIRLPOOL 
734e5ef0a2174131a8298d2964346deac4011d7e37614540ee301c50335cd6a28425edbb25d563e60de593eb481774d3a7663b29860b1efa90778c5b282a4642

diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml
index 125d009..39c0d0d 100644
--- a/dev-python/tqdm/metadata.xml
+++ b/dev-python/tqdm/metadata.xml
@@ -14,6 +14,6 @@
                any iterator with "tqdm(iterator)", and you're done!
        </longdescription>
        <upstream>
-               <remote-id type="github">noamraph/tqdm</remote-id>
+               <remote-id type="github">tqdm/tqdm</remote-id>
        </upstream>
 </pkgmetadata>

diff --git a/dev-python/tqdm/tqdm-0_pre20140115.ebuild 
b/dev-python/tqdm/tqdm-4.8.4.ebuild
similarity index 62%
rename from dev-python/tqdm/tqdm-0_pre20140115.ebuild
rename to dev-python/tqdm/tqdm-4.8.4.ebuild
index e60bec1..ae61e0a 100644
--- a/dev-python/tqdm/tqdm-0_pre20140115.ebuild
+++ b/dev-python/tqdm/tqdm-4.8.4.ebuild
@@ -6,12 +6,11 @@ EAPI=6
 
 PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
-inherit distutils-r1 vcs-snapshot
+inherit distutils-r1
 
 DESCRIPTION="Add a progress meter to your loops in a second."
-HOMEPAGE="https://github.com/noamraph/tqdm";
-COMMIT="da5fdbf7c05a9127f04ac5887292457e8335f480"
-SRC_URI="https://github.com/noamraph/${PN}/tarball/${COMMIT} -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/tqdm/tqdm";
+SRC_URI="https://github.com/tqdm/tqdm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/dev-python/tqdm/tqdm-9999.ebuild b/dev-python/tqdm/tqdm-9999.ebuild
index 98fb54f..117bae1 100644
--- a/dev-python/tqdm/tqdm-9999.ebuild
+++ b/dev-python/tqdm/tqdm-9999.ebuild
@@ -9,9 +9,9 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 inherit distutils-r1 git-r3
 
 DESCRIPTION="Add a progress meter to your loops in a second."
-HOMEPAGE="https://github.com/noamraph/tqdm";
+HOMEPAGE="https://github.com/tqdm/tqdm";
 SRC_URI=""
-EGIT_REPO_URI="https://github.com/noamraph/tqdm";
+EGIT_REPO_URI="https://github.com/tqdm/tqdm";
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to