diff options
author | Zac Medico <zmedico@gentoo.org> | 2021-06-01 00:17:22 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2021-06-01 00:18:00 -0700 |
commit | c9a106db0d172105abbd8613b485dbff99b08a2f (patch) | |
tree | e4209a71dba4ea669c443332c63f2466e1d4bcfb /app-misc/filebus | |
parent | www-misc/urlwatch: drop 2.17 (diff) | |
download | gentoo-c9a106db0d172105abbd8613b485dbff99b08a2f.tar.gz gentoo-c9a106db0d172105abbd8613b485dbff99b08a2f.tar.bz2 gentoo-c9a106db0d172105abbd8613b485dbff99b08a2f.zip |
app-misc/filebus: Bump to version 0.0.2
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'app-misc/filebus')
-rw-r--r-- | app-misc/filebus/Manifest | 2 | ||||
-rw-r--r-- | app-misc/filebus/filebus-0.0.2.ebuild (renamed from app-misc/filebus/filebus-0.0.1.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest index 1aa0e6b6080f..ca53869ebcb5 100644 --- a/app-misc/filebus/Manifest +++ b/app-misc/filebus/Manifest @@ -1 +1 @@ -DIST filebus-0.0.1.tar.gz 6472 BLAKE2B 5c6a86e0bd7e879e64cef6b590401b7c5e6c093df65c9154aa20ee4f9f4a47d340730dda5c6139fcd34c7d6e393c94fc18c915de8fecbe6903be30513d396431 SHA512 26221db5e5d1e2f23aed5aa7522af46470ea828618e961333befb95c114eab216efd8c8d5fbebccfffaa316c5518a4c103c79a2379744a43010bd93f66cd7145 +DIST filebus-0.0.2.tar.gz 6415 BLAKE2B a6de288dfd3e3ea8f6c068c800eea9cb30c3fc3b4d0ac8b960a3ebfb0354bcb2b68507e2460772a4a2928b86f975d979e6928d826b2fdfbd35555f3790e64908 SHA512 5277a446953766d17c789e0556cc6050e18159807ff1490200d85c4c395d5904993ffe4631bb6bb6b6bf2e74ba823f416a3c145a972908466c1fb8cb3a782bdf diff --git a/app-misc/filebus/filebus-0.0.1.ebuild b/app-misc/filebus/filebus-0.0.2.ebuild index e92d77e87298..cb0b7dda9993 100644 --- a/app-misc/filebus/filebus-0.0.1.ebuild +++ b/app-misc/filebus/filebus-0.0.2.ebuild @@ -14,12 +14,12 @@ LICENSE="Apache-2.0" KEYWORDS="~amd64" SLOT="0" IUSE="+inotify test" -RESTRICT="!test? ( test )" +RESTRICT="test" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/filelock[${PYTHON_USEDEP}] inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )" BDEPEND="${RDEPEND}" python_test() { - esetup.py test || die "tests failed for ${EPYTHON}" + python test/test_filebus.py || die "tests failed for ${EPYTHON}" } |