mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-python/persist-queue: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
99ced47a75
commit
4af764278c
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user