diff --git a/dev-python/tqdm/ChangeLog b/dev-python/tqdm/ChangeLog new file mode 100644 index 0000000..2eca592 --- /dev/null +++ b/dev-python/tqdm/ChangeLog @@ -0,0 +1,6 @@ +*tqdm-0_pre20140115 (29 Aug 2016) +*tqdm-9999 (29 Aug 2016) + + 29 Aug 2016; Horea Christian +metadata.xml, + +tqdm-0_pre20140115.ebuild, +tqdm-9999.ebuild: + dev-python/tqdm: new package diff --git a/dev-python/tqdm/Manifest b/dev-python/tqdm/Manifest new file mode 100644 index 0000000..8c05471 --- /dev/null +++ b/dev-python/tqdm/Manifest @@ -0,0 +1 @@ +DIST tqdm-0_pre20140115.tar.gz 3073 SHA256 4caed4edc4fab72972cc2f71611abbb1595ef817752d74ffdd787ed6d75467a9 SHA512 62cb08418bec6f231022f806f54b8c4d9bdc56c23eb9e446e221f9a45aa568e72cfa99f13e811b9ac570c46baac22e7801cbbe9ef0a5aff264332b04768083f5 WHIRLPOOL b4fe6a5b524611a1c7b1126eedd2186c13e9f7b15a3e653f5fe2be0b768462752bf155cb254a3d6bf3b776ef4d01132e1abd011c151c652f794cca8452ad64ce diff --git a/dev-python/tqdm/metadata.xml b/dev-python/tqdm/metadata.xml new file mode 100644 index 0000000..888b3b0 --- /dev/null +++ b/dev-python/tqdm/metadata.xml @@ -0,0 +1,19 @@ + + + + + horea.christ@gmail.com + Horea Christian + + + sci@gentoo.org + Gentoo Science Project + + + Instantly make your loops show a progress meter - just wrap + any iterator with "tqdm(iterator)", and you're done! + + + noamraph/tqdm + + diff --git a/dev-python/tqdm/tqdm-0_pre20140115.ebuild b/dev-python/tqdm/tqdm-0_pre20140115.ebuild new file mode 100644 index 0000000..6097c54 --- /dev/null +++ b/dev-python/tqdm/tqdm-0_pre20140115.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5) + +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + " +RDEPEND="" diff --git a/dev-python/tqdm/tqdm-9999.ebuild b/dev-python/tqdm/tqdm-9999.ebuild new file mode 100644 index 0000000..c2c4aaa --- /dev/null +++ b/dev-python/tqdm/tqdm-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_5) + +inherit distutils-r1 git-r3 + +DESCRIPTION="Add a progress meter to your loops in a second." +HOMEPAGE="https://github.com/noamraph/tqdm" +SRC_URI="" +EGIT_REPO_URI="https://github.com/noamraph/tqdm" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] + " +RDEPEND=""