dev-python/persist-queue: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova 2023-03-17 18:06:22 +05:00
parent 99ced47a75
commit 4af764278c
No known key found for this signature in database
GPG Key ID: E7B76EDC50864BB1

View File

@ -4,15 +4,15 @@
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..10}) PYTHON_COMPAT=( python3_{9..10})
inherit distutils-r1 inherit distutils-r1 pypi
DESCRIPTION="A thread-safe disk based persistent queue in Python" DESCRIPTION="A thread-safe disk based persistent queue in Python"
HOMEPAGE="https://github.com/peter-wangxu/persist-queue" HOMEPAGE="https://github.com/peter-wangxu/persist-queue"
LICENSE="BSD" LICENSE="BSD"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64" KEYWORDS="~amd64"
SLOT="0" SLOT="0"