diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-30 01:41:23 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-07-30 01:41:23 +0000 |
| commit | a20965c6f82e0f7bb67db7d2be8f89a7145d49dc (patch) | |
| tree | 8fadb5afd886e98070fe3b65fddb01b35b1caf9d /dev-python/progress | |
| parent | 17d604ac8d8ab4a007e77ab91242385af35ca659 (diff) | |
| download | baldeagleos-repo-a20965c6f82e0f7bb67db7d2be8f89a7145d49dc.tar.gz baldeagleos-repo-a20965c6f82e0f7bb67db7d2be8f89a7145d49dc.tar.xz baldeagleos-repo-a20965c6f82e0f7bb67db7d2be8f89a7145d49dc.zip | |
Adding metadata
Diffstat (limited to 'dev-python/progress')
| -rw-r--r-- | dev-python/progress/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/progress/progress-1.6.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/progress/Manifest b/dev-python/progress/Manifest index 1dd2bd1ddf00..8bf981ceac0f 100644 --- a/dev-python/progress/Manifest +++ b/dev-python/progress/Manifest @@ -1 +1,2 @@ DIST 1.5.tar.gz 620082 BLAKE2B 95f7479d10931367320e39a5dd08428324b18fd294d93bb4dcb6cf346273700fcc0c8f217068c570ca5503305b4164f124c5f5fcf174c9707b726b8dee8c8f10 SHA512 ca8f43c22294b16ea09fc05c2d8857509ed40e8fa02b0eb8db585e228add1fc8e67d45e22a9947b3be6ed0c317b07e86f16cf01e529767c80700c3ded61e80a0 +DIST 1.6.tar.gz 620964 BLAKE2B 3e5dc10bc83c1ed7ad77f0e4856fa6cc360f60452b39d7c62172ffad7e48ae1d9831ebb89e253a22deb6acea3cf3cda0ee6eaa2456241dd287c748ddb52fa830 SHA512 e6afd7ecda8cfbda578b53a8f9ced9a017bfa42d3ffe0fbefbcbb3715024983543c919e5d8276b5cd79bebe9e7d9c2b7234e6d8cd20b3142058c28ee4418ff3a diff --git a/dev-python/progress/progress-1.6.ebuild b/dev-python/progress/progress-1.6.ebuild new file mode 100644 index 000000000000..a0c8496baf84 --- /dev/null +++ b/dev-python/progress/progress-1.6.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2021 Liguros Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8,9,10} pypy3 ) + +inherit bash-completion-r1 distutils-r1 + +DESCRIPTION="Easy to use progress bars" +HOMEPAGE="https://pypi.org/project/progress/ https://github.com/verigak/progress/" +SRC_URI="https://github.com/verigak/progress/archive/${PV}.tar.gz" + +SLOT="0" +LICENSE="ISC" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +# Not bundled +RESTRICT="test" + +python_test() { + "${PYTHON}" test_progress.py || die +} |
