diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2020-11-14 08:19:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-14 09:53:31 +0100 |
commit | 3e2e46ea7d63fb5084e4736738eae40e1412fba1 (patch) | |
tree | bc8d4ef60a86665441f3f1bf1430e90b45833737 /dev-python/pid | |
parent | dev-python/aiohttp-socks: Remove old (diff) | |
download | gentoo-3e2e46ea7d63fb5084e4736738eae40e1412fba1.tar.gz gentoo-3e2e46ea7d63fb5084e4736738eae40e1412fba1.tar.bz2 gentoo-3e2e46ea7d63fb5084e4736738eae40e1412fba1.zip |
dev-python/pid: version bump to 3.0.4, add PYTHON_COMPAT 3_9
- dev-python/mock not required anymore
- let distutils handle setuptools dep
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18257
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pid')
-rw-r--r-- | dev-python/pid/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pid/pid-3.0.4.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/pid/Manifest b/dev-python/pid/Manifest index cd36f02f6f4d..24b80bb18291 100644 --- a/dev-python/pid/Manifest +++ b/dev-python/pid/Manifest @@ -1 +1,2 @@ DIST pid-2.2.5.tar.gz 12151 BLAKE2B e681ad7e1d92ca1468f02dc258f12f6ae4899c775108e39c85488d8427132050d34ee79cad979a65d1bbee4cdb3d12b1a851d313547caf28c1f06dec4d0a81b6 SHA512 01cb6af9a81b216af3b2e02c336589f4f1fb29b12dbdbefb817b78255157e175b16862c2bc01412460f9f754f2c7a073c9ec2a907e3290569af8bd9a2ee7081f +DIST pid-3.0.4.tar.gz 16228 BLAKE2B 386565071646ff5b5152c52a8a0881f54369540abaf34a82be399d5e579c763df81553393a6d9a9659beeec5f6b531c74eef7cd13f6dc6f56ee76783863c52e9 SHA512 71656511a12a27fe0c7106cd82459484071fd7a0d34f187bfd2f59dc484b6a86f2ae840eb04609c5ffb2c1f18dafd831b02c0fee5015cf840e6a1f26f95ec495 diff --git a/dev-python/pid/pid-3.0.4.ebuild b/dev-python/pid/pid-3.0.4.ebuild new file mode 100644 index 000000000000..ad484405ebbd --- /dev/null +++ b/dev-python/pid/pid-3.0.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Pidfile featuring stale detection and file-locking" +HOMEPAGE="https://pypi.org/project/pid/ https://github.com/trbs/pid/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest |