diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:48:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:08:48 +0100 |
commit | 9d0cc77b7379ceffa644935f4667f705cb8d81de (patch) | |
tree | 440f75b9c7dedd3882254c445cdfc7d5facf3c4b /dev-python/sqlitedict | |
parent | dev-python/sphinxemoji: Use pypi.eclass (diff) | |
download | gentoo-9d0cc77b7379ceffa644935f4667f705cb8d81de.tar.gz gentoo-9d0cc77b7379ceffa644935f4667f705cb8d81de.tar.bz2 gentoo-9d0cc77b7379ceffa644935f4667f705cb8d81de.zip |
dev-python/sqlitedict: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sqlitedict')
-rw-r--r-- | dev-python/sqlitedict/sqlitedict-2.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild index 630cc9fb988b..043895213284 100644 --- a/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild +++ b/dev-python/sqlitedict/sqlitedict-2.1.0.ebuild @@ -7,14 +7,13 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite" -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Persistent dict in Python, backed by SQLite and pickle" HOMEPAGE=" https://github.com/RaRe-Technologies/sqlitedict/ https://pypi.org/project/sqlitedict/ " -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |