summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <horea.christ@yandex.com>2016-09-03 23:55:02 +0200
committerDavid Seifert <soap@gentoo.org>2016-09-04 16:02:04 +0200
commit36694c116fe52a5e051f03c84c689fc651514959 (patch)
treee651694ffc9f2f7973ee55428a14310c80877e55 /dev-python/tqdm
parentdev-python/pathlib2: Initial version (diff)
downloadgentoo-36694c116fe52a5e051f03c84c689fc651514959.tar.gz
gentoo-36694c116fe52a5e051f03c84c689fc651514959.tar.bz2
gentoo-36694c116fe52a5e051f03c84c689fc651514959.zip
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>
Diffstat (limited to 'dev-python/tqdm')
-rw-r--r--dev-python/tqdm/Manifest2
-rw-r--r--dev-python/tqdm/metadata.xml2
-rw-r--r--dev-python/tqdm/tqdm-4.8.4.ebuild (renamed from dev-python/tqdm/tqdm-0_pre20140115.ebuild)7
-rw-r--r--dev-python/tqdm/tqdm-9999.ebuild4
4 files changed, 7 insertions, 8 deletions
diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest
index 8c05471e1c74..554de81592da 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 125d00966702..39c0d0d24421 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
index e60bec19cbf9..ae61e0a5e809 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 98fb54f7bb01..117bae141ccc 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"