diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-15 18:47:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 05:04:00 +0100 |
commit | 023828bb352912d3994f4509c01a2792be026bb9 (patch) | |
tree | 4980bfd6e5ddc3626d97c086dcc54bcba9bdf9f2 /dev-python | |
parent | dev-python/pyftpdlib: Use pypi.eclass (diff) | |
download | gentoo-023828bb352912d3994f4509c01a2792be026bb9.tar.gz gentoo-023828bb352912d3994f4509c01a2792be026bb9.tar.bz2 gentoo-023828bb352912d3994f4509c01a2792be026bb9.zip |
dev-python/pyfuse3: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyfuse3/pyfuse3-3.2.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild b/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild index 513e89e60afa..fdac07917f7d 100644 --- a/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild +++ b/dev-python/pyfuse3/pyfuse3-3.2.2.ebuild @@ -6,14 +6,13 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="Python 3 bindings for libfuse 3 with asynchronous API" HOMEPAGE=" https://github.com/libfuse/pyfuse3/ https://pypi.org/project/pyfuse3/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" |