From 3ec2cf7ae7be92113e85e23ccd680ea8b7d06817 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 1 Jun 2021 02:26:55 -0700 Subject: app-misc/filebus: Bump to version 0.0.3 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.2.ebuild | 25 ------------------------- app-misc/filebus/filebus-0.0.3.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 app-misc/filebus/filebus-0.0.2.ebuild create mode 100644 app-misc/filebus/filebus-0.0.3.ebuild (limited to 'app-misc') diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest index ca53869ebcb5..5475c50c568e 100644 --- a/app-misc/filebus/Manifest +++ b/app-misc/filebus/Manifest @@ -1 +1 @@ -DIST filebus-0.0.2.tar.gz 6415 BLAKE2B a6de288dfd3e3ea8f6c068c800eea9cb30c3fc3b4d0ac8b960a3ebfb0354bcb2b68507e2460772a4a2928b86f975d979e6928d826b2fdfbd35555f3790e64908 SHA512 5277a446953766d17c789e0556cc6050e18159807ff1490200d85c4c395d5904993ffe4631bb6bb6b6bf2e74ba823f416a3c145a972908466c1fb8cb3a782bdf +DIST filebus-0.0.3.tar.gz 6428 BLAKE2B 16f172c8da15458c47ed9651b65eee7bfcb4161c70ff1d9e917c0eb816cfaf964e4306f9e95b2c269b7da63b0c78237f326c501b0bcd1c03c0b3adb6b1742743 SHA512 150ee6ba272cfa1fee22a73b2bedf892265409cba0d182dc0ef300911b4548c6dde0e795b250e3f024c464e96ec2debc3796896106fc944279f52d76f973a3d4 diff --git a/app-misc/filebus/filebus-0.0.2.ebuild b/app-misc/filebus/filebus-0.0.2.ebuild deleted file mode 100644 index cb0b7dda9993..000000000000 --- a/app-misc/filebus/filebus-0.0.2.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="Multicast communication channels based on regular files" -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" -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.3.ebuild b/app-misc/filebus/filebus-0.0.3.ebuild new file mode 100644 index 000000000000..828f61eeb15d --- /dev/null +++ b/app-misc/filebus/filebus-0.0.3.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="Multicast communication channels based on regular files" +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