summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:03:42 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:01 +0100
commitadc01bca9f222a4f5113da1ce31a955a117a26be (patch)
tree9443d7ca20b34c416bf8cc29f55d656498b22238 /app-misc/filebus
parentapp-emulation/glean: Use pypi.eclass (diff)
downloadgentoo-adc01bca9f222a4f5113da1ce31a955a117a26be.tar.gz
gentoo-adc01bca9f222a4f5113da1ce31a955a117a26be.tar.bz2
gentoo-adc01bca9f222a4f5113da1ce31a955a117a26be.zip
app-misc/filebus: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-misc/filebus')
-rw-r--r--app-misc/filebus/filebus-0.3.5.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/filebus/filebus-0.3.5.ebuild b/app-misc/filebus/filebus-0.3.5.ebuild
index 34dfd1e41abc..c8eae8478dcd 100644
--- a/app-misc/filebus/filebus-0.3.5.ebuild
+++ b/app-misc/filebus/filebus-0.3.5.ebuild
@@ -5,11 +5,10 @@ EAPI=7
DISTUTILS_OPTIONAL=1
PYTHON_COMPAT=( python3_{9,10,11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="A user space multicast named pipe implementation backed by a regular file"
HOMEPAGE="https://github.com/pipebus/filebus"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"