diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-08 06:47:12 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-08 06:47:12 +0000 |
| commit | 79221f479ca76438ecdd27202e094dedda952143 (patch) | |
| tree | 554aed077c08cc34a9d49f5938ba4ad29dd7266d /dev-python | |
| parent | fecb8bc46a05f20f8543e1576c4b9f1b508e4247 (diff) | |
| download | baldeagleos-repo-79221f479ca76438ecdd27202e094dedda952143.tar.gz baldeagleos-repo-79221f479ca76438ecdd27202e094dedda952143.tar.xz baldeagleos-repo-79221f479ca76438ecdd27202e094dedda952143.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/loguru/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/loguru/loguru-0.5.2.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest index c514b864af33..03afdf11ccbb 100644 --- a/dev-python/loguru/Manifest +++ b/dev-python/loguru/Manifest @@ -1 +1,2 @@ DIST loguru-0.5.1.tar.gz 412284 BLAKE2B c28fafd0c9871b56ea05648847d837e0a45c9c0452840c27cb966cc61d7010d41695066dd6723d0987af600cb90fbca499b99354aec2bbe6f1542fd5f7bbe2e9 SHA512 62e53d9a6ec9d6f9b305f1522f0149d22931782d485d21df3e6dbceea9dada269c77de8f69629fb07f28c2afd0b743b4e8d4afb54381b03933a07667a14fb356 +DIST loguru-0.5.2.tar.gz 413504 BLAKE2B 5ded9ade8998bec5a3074cd39b1501a764f141eeb9f389aef50f337f69934ed7902636c4f3d82b5396953750960bb97bf9919ee0361fb77a77c4dbb5607bc8ec SHA512 8a2032a5fbff3c3e2f076eb879462eaca5c8bf12356658583a9877b14a9ce28bce88c7eb8d99fb3224745d59d90dc82e967bda699b95a3c95d748f08613a8fbc diff --git a/dev-python/loguru/loguru-0.5.2.ebuild b/dev-python/loguru/loguru-0.5.2.ebuild new file mode 100644 index 000000000000..869d38e23d34 --- /dev/null +++ b/dev-python/loguru/loguru-0.5.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{5,6,7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="Python logging made (stupidly) simple" +HOMEPAGE="https://github.com/Delgan/loguru" +SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND="$(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 'python3_6')" +BDEPEND="test? ( >=dev-python/colorama-0.3.4[${PYTHON_USEDEP}] )" +# filesystem buffering tests may fail +# on tmpfs with 64k PAGESZ, but pass fine on ext4 +distutils_enable_tests pytest |
