diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-22 07:58:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-22 08:48:37 +0100 |
commit | c48b3df051a0cf6cb2f58a74c9a6c4c510a133eb (patch) | |
tree | b7d19407441ae82cad8a2e83bb5abfc79924b091 /dev-python/pebble | |
parent | dev-python/humanize: Bump to 4.9.0 (diff) | |
download | gentoo-c48b3df051a0cf6cb2f58a74c9a6c4c510a133eb.tar.gz gentoo-c48b3df051a0cf6cb2f58a74c9a6c4c510a133eb.tar.bz2 gentoo-c48b3df051a0cf6cb2f58a74c9a6c4c510a133eb.zip |
dev-python/pebble: Bump to 5.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pebble')
-rw-r--r-- | dev-python/pebble/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pebble/pebble-5.0.4.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/pebble/Manifest b/dev-python/pebble/Manifest index e416ca1b2574..6f1164f7d67f 100644 --- a/dev-python/pebble/Manifest +++ b/dev-python/pebble/Manifest @@ -1 +1,2 @@ DIST Pebble-5.0.3.tar.gz 29076 BLAKE2B d140cc0abd08cb5d6031a3fb8ba6f573e273f865d23e8854e9e540e115b030cabd07d8517f94b542216294abd742960b3addda592f0e7d31662bd10b224c8d7b SHA512 324cba58905b0be76b2cd56e0ee5d3e51a36d46a7754fbccb1f9307af0747c2f02b81d137e2c4bce1c766706b70ce1a909c3b287676db147c202cab7445fc764 +DIST Pebble-5.0.4.tar.gz 28976 BLAKE2B 4a07fae1b186f658aad565d97837c204ce4c19f2478f179d9967f4770666eb243c26de54345332331ad85a4c34c842307be219b543c7f99e9f04ce5185841a32 SHA512 fec2aa4fad28dddc5987d010d341dd747d1056a9e75b3a81f5c6d1f40d07d139357472f0649d9b15f1fe22c5e018f533d616227faac10c1e06469af988cf2c8c diff --git a/dev-python/pebble/pebble-5.0.4.ebuild b/dev-python/pebble/pebble-5.0.4.ebuild new file mode 100644 index 000000000000..570400970374 --- /dev/null +++ b/dev-python/pebble/pebble-5.0.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 +PYPI_PN=${PN^} +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Threading and multiprocessing eye-candy" +HOMEPAGE=" + https://pebble.readthedocs.io/ + https://github.com/noxdafox/pebble/ + https://pypi.org/project/Pebble/ +" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +distutils_enable_tests pytest |