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@gentoo.org>
This commit is contained in:
Horea Christian
2016-09-03 23:55:02 +02:00
committed by David Seifert
parent 4fd31462a3
commit 36694c116f
4 changed files with 7 additions and 8 deletions

View 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

View 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>

View 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"

View 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"