diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-03-16 06:23:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-03-16 06:23:32 +0000 |
commit | f3784aee1f8e4d7971fd27543cb7490cb9f83649 (patch) | |
tree | 5bba1b092092f867ce0b57b29484e1da19442262 /dev-python/setproctitle | |
parent | b4c2aa4f33970ea2c862e0f7e57f01564bc63002 (diff) |
gentoo auto-resync : 16:03:2023 - 06:23:32
Diffstat (limited to 'dev-python/setproctitle')
-rw-r--r-- | dev-python/setproctitle/Manifest | 2 | ||||
-rw-r--r-- | dev-python/setproctitle/setproctitle-1.3.2.ebuild | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/setproctitle/Manifest b/dev-python/setproctitle/Manifest index 75dbbd1f9b5d..9db4c345d336 100644 --- a/dev-python/setproctitle/Manifest +++ b/dev-python/setproctitle/Manifest @@ -1,3 +1,3 @@ DIST setproctitle-1.3.2.tar.gz 27173 BLAKE2B 252ca0a4f71e1413e2474d6c4e9cebacb1642f8c7883709d03341ce1468441509dc54eb9d4191f2aefb65c9e76e130f76a51303a272bd34a6db781d3b2a86e92 SHA512 9c6d1748685e8b62f9542f73481a587dbe7b6ca157fdcecdd8d2f66bbb71169bf31e47da51867aa0ec9b620c39677ab9a936a7537769714bdc99ef0355c743e0 -EBUILD setproctitle-1.3.2.ebuild 659 BLAKE2B 3c2773a55cbee1a97d6747e0a05818380f5009e956631a9d91e49c367e1a403910cef2bba4f66e3b12a65015edd62df77f13383108da02296fce17919f95c3d1 SHA512 a159f4bb1c23655b0a462737479b313cdb69bdced2ee245c88d49d5b63fdd1946ecc64de403829e14ee9ecf0b82a7449bc527a27b0b5ff45d2136fd20c1e7e55 +EBUILD setproctitle-1.3.2.ebuild 612 BLAKE2B e440f72ee90bce2dfabfd3a04f482c69986cf3c2e6db3e56bd0d3be6c539f612646c89582ad298329ccb3067eb3e3bbc484c2ab9b0b63074aaad0eb34e592113 SHA512 d66769aedb340c34a2d2c1e70612ed6bc518bac7258211ef835f967af9b3ec60717bf1bb54160584edf7cd94d85dbe85f958a99c6bdc52748c265c4e32e376d2 MISC metadata.xml 381 BLAKE2B 3d670d00f8ea402ac4ddb3a4f92f341f9a983a6dbd7d077523a7ecfea4bcd6ba398e7ccc5866ac2650a765b25a0e83b735293963598ef404af1f106cc629d378 SHA512 49e506f7044fe2ad49ffe16c7070da7fba8768f3e79b4c32e539a65ea94c73c19c7592021434a4ac7e10b7f401c255ae276ce8caa599a14dadb9e512765202da diff --git a/dev-python/setproctitle/setproctitle-1.3.2.ebuild b/dev-python/setproctitle/setproctitle-1.3.2.ebuild index 5aa38339fa8a..42f99c0d178a 100644 --- a/dev-python/setproctitle/setproctitle-1.3.2.ebuild +++ b/dev-python/setproctitle/setproctitle-1.3.2.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Allow customization of the process title" HOMEPAGE=" https://github.com/dvarrazzo/py-setproctitle/ https://pypi.org/project/setproctitle/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" |