diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-18 06:19:04 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-18 06:19:04 +0100 |
commit | a8a44cbf52d6408a2d2579742eb474fea7a36dc3 (patch) | |
tree | 4ba87c120164f5ebae357873e98600cbecbe70d1 /dev-python/setproctitle | |
parent | dev-python/pikepdf: Bump to 9.4.2 (diff) | |
download | gentoo-a8a44cbf52d6408a2d2579742eb474fea7a36dc3.tar.gz gentoo-a8a44cbf52d6408a2d2579742eb474fea7a36dc3.tar.bz2 gentoo-a8a44cbf52d6408a2d2579742eb474fea7a36dc3.zip |
dev-python/setproctitle: Bump to 1.3.4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/setproctitle')
-rw-r--r-- | dev-python/setproctitle/Manifest | 1 | ||||
-rw-r--r-- | dev-python/setproctitle/setproctitle-1.3.4.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/setproctitle/Manifest b/dev-python/setproctitle/Manifest index a24ba4029d67..d22fe42ce44b 100644 --- a/dev-python/setproctitle/Manifest +++ b/dev-python/setproctitle/Manifest @@ -1 +1,2 @@ DIST setproctitle-1.3.3.tar.gz 27253 BLAKE2B 92a789ec5a132e7560e203ef185f914e3b26986da3b53992a1954d3db0ff0b213ffdec5a0db9bf57bd80b197e09481a23541b8979b54a445df1840f469810922 SHA512 daf9954beef0c28b5c9f71e1dbf713e655d2ea6b66387f6f47da5b3b6c679f3faaa26c74d2b7c3b5460468394e0582a1ff45e5d67ff2d85826317fc69c9eb828 +DIST setproctitle-1.3.4.tar.gz 26456 BLAKE2B c0be58c004c7a1834c0967ba4f90688aa668c3f6c8ab7c944891e7e4e78de65e14b829f8abf63c8490689d8cd6ab23f236ecfa7837fc4bbc28a45ef46dd3f24b SHA512 b1a8648a83648766eb9f88a15982568de6640692a39a1079455d8788996f73e313b879f567c82878450798b5755a8111a7965b3776e9238eebb59dfd09d41c4e diff --git a/dev-python/setproctitle/setproctitle-1.3.4.ebuild b/dev-python/setproctitle/setproctitle-1.3.4.ebuild new file mode 100644 index 000000000000..676d9eb2b19c --- /dev/null +++ b/dev-python/setproctitle/setproctitle-1.3.4.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# The package has a fallback implementation which is a noop but warns +# if the extensions weren't built, so we always build them. +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Allow customization of the process title" +HOMEPAGE=" + https://github.com/dvarrazzo/py-setproctitle/ + https://pypi.org/project/setproctitle/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +distutils_enable_tests pytest |