diff options
| -rw-r--r-- | dev-python/flufl-lock/flufl-lock-7.1.1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild b/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild index 3233d01bca88..333f2c933dd3 100644 --- a/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild +++ b/dev-python/flufl-lock/flufl-lock-7.1.1.ebuild @@ -4,12 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) + inherit distutils-r1 MY_P=${P/-/.} DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems" -HOMEPAGE="https://gitlab.com/warsaw/flufl.lock" +HOMEPAGE=" + https://gitlab.com/warsaw/flufl.lock/ + https://pypi.org/project/flufl.lock/ +" SRC_URI="mirror://pypi/${PN::1}/${PN/-/.}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} @@ -19,7 +23,8 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" dev-python/atpublic[${PYTHON_USEDEP}] - >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}]" + >=dev-python/psutil-5.9.0[${PYTHON_USEDEP}] +" BDEPEND=" test? ( dev-python/sybil[${PYTHON_USEDEP}] |
