dev-python/tqdm: fetching source from current repo
authorHorea Christian <horea.christ@yandex.com>
Sat, 3 Sep 2016 21:55:02 +0000 (23:55 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 4 Sep 2016 14:02:04 +0000 (16:02 +0200)
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2207

Signed-off-by: David Seifert <soap@gentoo.org>
dev-python/tqdm/Manifest
dev-python/tqdm/metadata.xml
dev-python/tqdm/tqdm-4.8.4.ebuild [moved from dev-python/tqdm/tqdm-0_pre20140115.ebuild with 62% similarity]
dev-python/tqdm/tqdm-9999.ebuild

index 8c05471e1c74ed5a2ebed42a08ac0354ecd3d707..554de81592da7eb2d0fcf998cd61c316ebbc101b 100644 (file)
@@ -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
index 125d00966702f64ae5dce4ef59e50ae5d216dd66..39c0d0d24421a289c4e265e943ccc1f84558ad2c 100644 (file)
@@ -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>
similarity index 62%
rename from dev-python/tqdm/tqdm-0_pre20140115.ebuild
rename to dev-python/tqdm/tqdm-4.8.4.ebuild
index e60bec19cbf9fce930175a1960ba7be9fd606113..ae61e0a5e809b3d21d8d62e49a781d5344cc9dc1 100644 (file)
@@ -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"
index 98fb54f7bb010b06c4e3b7433583aba46e5652c8..117bae141ccc75d037198439e4cfdb2088a29e91 100644 (file)
@@ -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"