Skip to content

Commit

Permalink
app-misc/filebus: Bump to version 0.0.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Jun 1, 2021
1 parent e769e54 commit c9a106d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-misc/filebus/Manifest
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
}

0 comments on commit c9a106d

Please sign in to comment.