From bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 2 Jun 2021 03:05:21 -0700 Subject: app-misc/filebus: Bump to version 0.0.5 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Zac Medico --- app-misc/filebus/Manifest | 2 +- app-misc/filebus/filebus-0.0.4.ebuild | 25 ------------------------- app-misc/filebus/filebus-0.0.5.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-misc/filebus/filebus-0.0.4.ebuild create mode 100644 app-misc/filebus/filebus-0.0.5.ebuild (limited to 'app-misc') diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest index d58c4966ace1..488baf882ace 100644 --- a/app-misc/filebus/Manifest +++ b/app-misc/filebus/Manifest @@ -1 +1 @@ -DIST filebus-0.0.4.tar.gz 6528 BLAKE2B 047b3f04105da03785868aa32fdb5fb53b2aa57b0aea81f65440c57ade8d0571327782ed2c4019be576abab5a44781ab454f0d47ea795cf39c4d0a34bf8db85d SHA512 0cb313ea81b93708a09e89a62f33f9e7b4bbb1254e74a6b0757e898c9cb6ffebdfec107a780acff25da31c8761c515826ae6e19fccbc4e0ce6326e4909f1cfd2 +DIST filebus-0.0.5.tar.gz 7030 BLAKE2B 93b9918295800e572894406178d3ceaedc4e8b259a8cd91a87be9f9aab93a7a3476d826adbd6bf996bac3a80d4aca08ab002cd2df482a016ae6fc67e44d60480 SHA512 68f9e3f95621da4ccf0cc30bcd969220622ff5c54bef2db5b2a7cdddc68be6f6af1b63a3a95692e32b6ce44f26f391966af1ad369fd18a40474f265695591520 diff --git a/app-misc/filebus/filebus-0.0.4.ebuild b/app-misc/filebus/filebus-0.0.4.ebuild deleted file mode 100644 index 6fc182eaa2da..000000000000 --- a/app-misc/filebus/filebus-0.0.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="A userspace multicast named pipe implementation backed by a regular file" -HOMEPAGE="https://github.com/zmedico/filebus" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -KEYWORDS="~amd64" -SLOT="0" -IUSE="+inotify test" -RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/filelock[${PYTHON_USEDEP}] - inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )" -BDEPEND="${RDEPEND}" - -python_test() { - python test/test_filebus.py || die "tests failed for ${EPYTHON}" -} diff --git a/app-misc/filebus/filebus-0.0.5.ebuild b/app-misc/filebus/filebus-0.0.5.ebuild new file mode 100644 index 000000000000..77f93fa0d64f --- /dev/null +++ b/app-misc/filebus/filebus-0.0.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} ) + +inherit distutils-r1 + +DESCRIPTION="A user space multicast named pipe implementation backed by a regular file" +HOMEPAGE="https://github.com/zmedico/filebus" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +KEYWORDS="~amd64" +SLOT="0" +IUSE="+inotify test" +RESTRICT="!test? ( test )" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/filelock[${PYTHON_USEDEP}] + inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )" +BDEPEND="${RDEPEND}" + +python_test() { + python test/test_filebus.py || die "tests failed for ${EPYTHON}" +} -- cgit v1.2.3-65-gdbad