[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2024-03-06 Thread Zac Medico
commit: aebb8f3f05d06fe931816c40d5880ff7357552e0
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Mar  6 16:56:03 2024 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Mar  6 17:32:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aebb8f3f

app-misc/filebus: enable PEP517 build

Closes: https://bugs.gentoo.org/909879
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/filebus-0.3.5.ebuild | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-misc/filebus/filebus-0.3.5.ebuild 
b/app-misc/filebus/filebus-0.3.5.ebuild
index c8eae8478dcd..71ab1c8994b0 100644
--- a/app-misc/filebus/filebus-0.3.5.ebuild
+++ b/app-misc/filebus/filebus-0.3.5.ebuild
@@ -1,9 +1,10 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 pypi
 
@@ -23,7 +24,7 @@ RDEPEND="
dev-python/filelock[${PYTHON_USEDEP}]
inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
)"
-BDEPEND="${RDEPEND}"
+BDEPEND="${DISTUTILS_DEPS} ${RDEPEND}"
 
 src_prepare() {
default



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2022-11-12 Thread Zac Medico
commit: 9174fa696d92a5565b2d1e702ceab3a5c92daf60
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 01:44:26 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 01:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9174fa69

app-misc/filebus: drop 0.3.2, 0.3.4

Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  2 --
 app-misc/filebus/filebus-0.3.2.ebuild | 67 ---
 app-misc/filebus/filebus-0.3.4.ebuild | 67 ---
 3 files changed, 136 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 011bf6f8..01a5f498c9e0 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1,3 +1 @@
-DIST filebus-0.3.2.tar.gz 17310 BLAKE2B 
0f30aabcd316f52ea12d12b136befe643085dff5e283f65edf2a459b127cd3e2d48c472ae0dd8f302bb7211e4da5541a6fc7ac274573631ab03fc246bc8b566f
 SHA512 
88ce3cd2d8aec7afd30d16315a6a8a37dee1b21d882571ef87c7dca56251e737d6500a5fad0124c62aea6383aae5ec30abd8abf86c2fac5d582f8fe96049eaa6
-DIST filebus-0.3.4.tar.gz 17404 BLAKE2B 
cf6a3fef2e7f3d69fb73df3f9134666e5d1d09d02cc94cd73c2818b1fc92132fafeb8b3b6f904316ab57a3aab4fa01ba00e0e5bfabf9a9c5194de3d6a8666417
 SHA512 
0619eda926ca77730558600d29a1b7811972b411b86d6c5374f1ccbcd0a4901f70eb87df7577690d72bb7eec4a4191f3b7b4bca237317352bdc0f0ce0f36f120
 DIST filebus-0.3.5.tar.gz 17373 BLAKE2B 
bd49f86e658bcc8dcdcc7cc0c5ca1a3c354a716137157753417b9b57294c14f058292650092e7e8bdb5563e041c009f36474508fb121e14487075cfc41b223bb
 SHA512 
639b047be8fd3eba9cf97e57d7234f590aeb28e6e321195b435480ce0b334e14c236b888e79d14a824b16505e1c2d2c1fc04dd5d75b6f7ac1c8e9fbae6bf562f

diff --git a/app-misc/filebus/filebus-0.3.2.ebuild 
b/app-misc/filebus/filebus-0.3.2.ebuild
deleted file mode 100644
index c0d2c74f5bc0..
--- a/app-misc/filebus/filebus-0.3.2.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DISTUTILS_OPTIONAL=1
-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/pipebus/filebus";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="+inotify python test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
-   )"
-BDEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   if use python; then
-   distutils-r1_src_prepare
-   fi
-}
-
-src_compile() {
-   if use python; then
-   distutils-r1_src_compile
-   fi
-}
-
-src_test() {
-   "${BASH}" ./lib/bash/filebus-test.bash test || die
-
-   if use python; then
-   distutils-r1_src_test
-   fi
-}
-
-python_test() {
-   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
-}
-
-src_install() {
-   if use python; then
-   distutils-r1_src_install
-   else
-   insinto /usr/libexec/filebus
-   doins lib/bash/*.bash
-   cat <<-EOF > "${T}/filebus"
-   #!/bin/sh
-   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
-   EOF
-   dobin "${T}/filebus"
-   dosym filebus /usr/bin/pipebus
-   fi
-}

diff --git a/app-misc/filebus/filebus-0.3.4.ebuild 
b/app-misc/filebus/filebus-0.3.4.ebuild
deleted file mode 100644
index b79175ae49cb..
--- a/app-misc/filebus/filebus-0.3.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9,10} )
-
-inherit distutils-r1
-
-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"
-SLOT="0"
-IUSE="+inotify python test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
-   )"
-BDEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   if use python; then
-   distutils-r1_src_prepare
-   fi
-}
-
-src_compile() {
-   if use python; then
-   distutils-r1_src_compile
-   fi
-}
-
-src_test() {
-   "${BASH}" ./lib/

[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2022-11-12 Thread Zac Medico
commit: 5b5933d4bdd8d52a39d8cb1bd5e5318dfeb6e195
Author: Zac Medico  gentoo  org>
AuthorDate: Sun Nov 13 01:47:39 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sun Nov 13 01:48:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5933d4

app-misc/filebus: enable py3.11

Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/filebus-0.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/filebus/filebus-0.3.5.ebuild 
b/app-misc/filebus/filebus-0.3.5.ebuild
index b79175ae49cb..8c0200d3cddb 100644
--- a/app-misc/filebus/filebus-0.3.5.ebuild
+++ b/app-misc/filebus/filebus-0.3.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2022-02-01 Thread Michał Górny
commit: 156d436c0d3bbc3f3f666018ac6a3b4611b63689
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  1 18:38:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  1 18:40:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156d436c

app-misc/filebus: Remove DISTUTILS_USE_SETUPTOOLS

DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, and now it
triggers a QA warning.  Remove it.

Signed-off-by: Michał Górny  gentoo.org>

 app-misc/filebus/filebus-0.3.2.ebuild | 3 +--
 app-misc/filebus/filebus-0.3.4.ebuild | 3 +--
 app-misc/filebus/filebus-0.3.5.ebuild | 3 +--
 3 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/app-misc/filebus/filebus-0.3.2.ebuild 
b/app-misc/filebus/filebus-0.3.2.ebuild
index cfa1df91be48..c0d2c74f5bc0 100644
--- a/app-misc/filebus/filebus-0.3.2.ebuild
+++ b/app-misc/filebus/filebus-0.3.2.ebuild
@@ -1,9 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1

diff --git a/app-misc/filebus/filebus-0.3.4.ebuild 
b/app-misc/filebus/filebus-0.3.4.ebuild
index aa9148dd2099..b79175ae49cb 100644
--- a/app-misc/filebus/filebus-0.3.4.ebuild
+++ b/app-misc/filebus/filebus-0.3.4.ebuild
@@ -1,9 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 inherit distutils-r1

diff --git a/app-misc/filebus/filebus-0.3.5.ebuild 
b/app-misc/filebus/filebus-0.3.5.ebuild
index aa9148dd2099..b79175ae49cb 100644
--- a/app-misc/filebus/filebus-0.3.5.ebuild
+++ b/app-misc/filebus/filebus-0.3.5.ebuild
@@ -1,9 +1,8 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
 PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-11-19 Thread Zac Medico
commit: f0ceac2e296cc5b0d3890953bfc6de6ad77da901
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Nov 20 01:38:31 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Nov 20 01:40:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ceac2e

app-misc/filebus: Bump to version 0.3.5

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 +
 app-misc/filebus/filebus-0.3.5.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 90771dc8bffe..011bf6f8 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1,2 +1,3 @@
 DIST filebus-0.3.2.tar.gz 17310 BLAKE2B 
0f30aabcd316f52ea12d12b136befe643085dff5e283f65edf2a459b127cd3e2d48c472ae0dd8f302bb7211e4da5541a6fc7ac274573631ab03fc246bc8b566f
 SHA512 
88ce3cd2d8aec7afd30d16315a6a8a37dee1b21d882571ef87c7dca56251e737d6500a5fad0124c62aea6383aae5ec30abd8abf86c2fac5d582f8fe96049eaa6
 DIST filebus-0.3.4.tar.gz 17404 BLAKE2B 
cf6a3fef2e7f3d69fb73df3f9134666e5d1d09d02cc94cd73c2818b1fc92132fafeb8b3b6f904316ab57a3aab4fa01ba00e0e5bfabf9a9c5194de3d6a8666417
 SHA512 
0619eda926ca77730558600d29a1b7811972b411b86d6c5374f1ccbcd0a4901f70eb87df7577690d72bb7eec4a4191f3b7b4bca237317352bdc0f0ce0f36f120
+DIST filebus-0.3.5.tar.gz 17373 BLAKE2B 
bd49f86e658bcc8dcdcc7cc0c5ca1a3c354a716137157753417b9b57294c14f058292650092e7e8bdb5563e041c009f36474508fb121e14487075cfc41b223bb
 SHA512 
639b047be8fd3eba9cf97e57d7234f590aeb28e6e321195b435480ce0b334e14c236b888e79d14a824b16505e1c2d2c1fc04dd5d75b6f7ac1c8e9fbae6bf562f

diff --git a/app-misc/filebus/filebus-0.3.5.ebuild 
b/app-misc/filebus/filebus-0.3.5.ebuild
new file mode 100644
index ..aa9148dd2099
--- /dev/null
+++ b/app-misc/filebus/filebus-0.3.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+
+inherit distutils-r1
+
+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"
+SLOT="0"
+IUSE="+inotify python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
+   )"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   if use python; then
+   distutils-r1_src_prepare
+   fi
+}
+
+src_compile() {
+   if use python; then
+   distutils-r1_src_compile
+   fi
+}
+
+src_test() {
+   "${BASH}" ./lib/bash/filebus-test.bash test || die
+
+   if use python; then
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
+}
+
+src_install() {
+   if use python; then
+   distutils-r1_src_install
+   else
+   insinto /usr/libexec/filebus
+   doins lib/bash/*.bash
+   cat <<-EOF > "${T}/filebus"
+   #!/bin/sh
+   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
+   EOF
+   dobin "${T}/filebus"
+   dosym filebus /usr/bin/pipebus
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-11-18 Thread Zac Medico
commit: 042b4f4c193c43e79bfccb202a07faa8f0fe56c6
Author: Zac Medico  gentoo  org>
AuthorDate: Fri Nov 19 04:21:25 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri Nov 19 04:23:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042b4f4c

app-misc/filebus: Bump to version 0.3.4

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 +
 app-misc/filebus/filebus-0.3.4.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index c6e57ed284a7..90771dc8bffe 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1,2 @@
 DIST filebus-0.3.2.tar.gz 17310 BLAKE2B 
0f30aabcd316f52ea12d12b136befe643085dff5e283f65edf2a459b127cd3e2d48c472ae0dd8f302bb7211e4da5541a6fc7ac274573631ab03fc246bc8b566f
 SHA512 
88ce3cd2d8aec7afd30d16315a6a8a37dee1b21d882571ef87c7dca56251e737d6500a5fad0124c62aea6383aae5ec30abd8abf86c2fac5d582f8fe96049eaa6
+DIST filebus-0.3.4.tar.gz 17404 BLAKE2B 
cf6a3fef2e7f3d69fb73df3f9134666e5d1d09d02cc94cd73c2818b1fc92132fafeb8b3b6f904316ab57a3aab4fa01ba00e0e5bfabf9a9c5194de3d6a8666417
 SHA512 
0619eda926ca77730558600d29a1b7811972b411b86d6c5374f1ccbcd0a4901f70eb87df7577690d72bb7eec4a4191f3b7b4bca237317352bdc0f0ce0f36f120

diff --git a/app-misc/filebus/filebus-0.3.4.ebuild 
b/app-misc/filebus/filebus-0.3.4.ebuild
new file mode 100644
index ..aa9148dd2099
--- /dev/null
+++ b/app-misc/filebus/filebus-0.3.4.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_SETUPTOOLS=manual
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+
+inherit distutils-r1
+
+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"
+SLOT="0"
+IUSE="+inotify python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
+   )"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   if use python; then
+   distutils-r1_src_prepare
+   fi
+}
+
+src_compile() {
+   if use python; then
+   distutils-r1_src_compile
+   fi
+}
+
+src_test() {
+   "${BASH}" ./lib/bash/filebus-test.bash test || die
+
+   if use python; then
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
+}
+
+src_install() {
+   if use python; then
+   distutils-r1_src_install
+   else
+   insinto /usr/libexec/filebus
+   doins lib/bash/*.bash
+   cat <<-EOF > "${T}/filebus"
+   #!/bin/sh
+   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
+   EOF
+   dobin "${T}/filebus"
+   dosym filebus /usr/bin/pipebus
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-09 Thread Zac Medico
commit: eb0a40cda0724ca4cfbc92eb0aa0bd58def0f740
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun  9 07:09:48 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun  9 07:10:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0a40cd

app-misc/filebus: Remove old version 0.3.1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 -
 app-misc/filebus/filebus-0.3.1.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index f3d9ec635d0..c6e57ed284a 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1,2 +1 @@
-DIST filebus-0.3.1.tar.gz 16926 BLAKE2B 
87eea36a58895a89a70e236f505af09efabf37ce04ce58c713dc99222e415f0ecd9a55fc921a9b6336f4dea04c5e3860252425e257706f0e37be3d43d76668c0
 SHA512 
e0d4e30f478c9ae95b520122b5aa70bc792d7caad9f9dbde6a72dec9eff314ca884b0291ed9ad662998d1e0e91679dc96ec749b33f55188fab61e7b2b5baa792
 DIST filebus-0.3.2.tar.gz 17310 BLAKE2B 
0f30aabcd316f52ea12d12b136befe643085dff5e283f65edf2a459b127cd3e2d48c472ae0dd8f302bb7211e4da5541a6fc7ac274573631ab03fc246bc8b566f
 SHA512 
88ce3cd2d8aec7afd30d16315a6a8a37dee1b21d882571ef87c7dca56251e737d6500a5fad0124c62aea6383aae5ec30abd8abf86c2fac5d582f8fe96049eaa6

diff --git a/app-misc/filebus/filebus-0.3.1.ebuild 
b/app-misc/filebus/filebus-0.3.1.ebuild
deleted file mode 100644
index 7df930651d1..000
--- a/app-misc/filebus/filebus-0.3.1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=manual
-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 python test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RDEPEND="
-   python? (
-   ${PYTHON_DEPS}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/filelock[${PYTHON_USEDEP}]
-   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
-   )"
-BDEPEND="${RDEPEND}"
-
-src_prepare() {
-   default
-   if use python; then
-   distutils-r1_src_prepare
-   fi
-}
-
-src_compile() {
-   if use python; then
-   distutils-r1_src_compile
-   fi
-}
-
-src_test() {
-   "${BASH}" ./lib/bash/filebus-test.bash test || die
-
-   if use python; then
-   distutils-r1_src_test
-   fi
-}
-
-python_test() {
-   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
-}
-
-src_install() {
-   if use python; then
-   distutils-r1_src_install
-   else
-   insinto /usr/libexec/filebus
-   doins lib/bash/*.bash
-   cat <<-EOF > "${T}/filebus"
-   #!/bin/sh
-   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
-   EOF
-   dobin "${T}/filebus"
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-08 Thread Zac Medico
commit: a13401f8653267f6bc6607aeaab3a92987f52867
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun  9 06:06:39 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun  9 06:09:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13401f8

app-misc/filebus: Bump to version 0.3.2

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 +
 app-misc/filebus/filebus-0.3.2.ebuild | 68 +++
 app-misc/filebus/metadata.xml |  2 +-
 3 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 11546b7cb6b..f3d9ec635d0 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1,2 @@
 DIST filebus-0.3.1.tar.gz 16926 BLAKE2B 
87eea36a58895a89a70e236f505af09efabf37ce04ce58c713dc99222e415f0ecd9a55fc921a9b6336f4dea04c5e3860252425e257706f0e37be3d43d76668c0
 SHA512 
e0d4e30f478c9ae95b520122b5aa70bc792d7caad9f9dbde6a72dec9eff314ca884b0291ed9ad662998d1e0e91679dc96ec749b33f55188fab61e7b2b5baa792
+DIST filebus-0.3.2.tar.gz 17310 BLAKE2B 
0f30aabcd316f52ea12d12b136befe643085dff5e283f65edf2a459b127cd3e2d48c472ae0dd8f302bb7211e4da5541a6fc7ac274573631ab03fc246bc8b566f
 SHA512 
88ce3cd2d8aec7afd30d16315a6a8a37dee1b21d882571ef87c7dca56251e737d6500a5fad0124c62aea6383aae5ec30abd8abf86c2fac5d582f8fe96049eaa6

diff --git a/app-misc/filebus/filebus-0.3.2.ebuild 
b/app-misc/filebus/filebus-0.3.2.ebuild
new file mode 100644
index 000..cfa1df91be4
--- /dev/null
+++ b/app-misc/filebus/filebus-0.3.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_SETUPTOOLS=manual
+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/pipebus/filebus";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="+inotify python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
+   )"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   if use python; then
+   distutils-r1_src_prepare
+   fi
+}
+
+src_compile() {
+   if use python; then
+   distutils-r1_src_compile
+   fi
+}
+
+src_test() {
+   "${BASH}" ./lib/bash/filebus-test.bash test || die
+
+   if use python; then
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
+}
+
+src_install() {
+   if use python; then
+   distutils-r1_src_install
+   else
+   insinto /usr/libexec/filebus
+   doins lib/bash/*.bash
+   cat <<-EOF > "${T}/filebus"
+   #!/bin/sh
+   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
+   EOF
+   dobin "${T}/filebus"
+   dosym filebus /usr/bin/pipebus
+   fi
+}

diff --git a/app-misc/filebus/metadata.xml b/app-misc/filebus/metadata.xml
index e83dcf85167..063cf040c7b 100644
--- a/app-misc/filebus/metadata.xml
+++ b/app-misc/filebus/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 

-   zmedico/filebus
+   pipebus/filebus
filebus





[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-08 Thread Zac Medico
commit: d9056f494fe1c7ca9fe43f9c282af56732bc6e76
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun  9 00:54:10 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun  9 00:54:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9056f49

app-misc/filebus: Remove old version 0.2.0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 -
 app-misc/filebus/filebus-0.2.0.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 08d3395a5b4..11546b7cb6b 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1,2 +1 @@
-DIST filebus-0.2.0.tar.gz 7895 BLAKE2B 
d113ab7e57ee24371dc9adbeb4767f533007d36cee2a3f55ee7bbcf13c31980355cfee2db748ef6c485bad3cb8c68ba1c31f9829b0c6365fa3b63c4899fb8b02
 SHA512 
fc7083444a67e36778d15a8af38487024ab661d32b891cfc735fd31cce2ddecfff3ef63c591106d97250373dac9aeef8dd0e8cf0ec260b2d67031018fe66249f
 DIST filebus-0.3.1.tar.gz 16926 BLAKE2B 
87eea36a58895a89a70e236f505af09efabf37ce04ce58c713dc99222e415f0ecd9a55fc921a9b6336f4dea04c5e3860252425e257706f0e37be3d43d76668c0
 SHA512 
e0d4e30f478c9ae95b520122b5aa70bc792d7caad9f9dbde6a72dec9eff314ca884b0291ed9ad662998d1e0e91679dc96ec749b33f55188fab61e7b2b5baa792

diff --git a/app-misc/filebus/filebus-0.2.0.ebuild 
b/app-misc/filebus/filebus-0.2.0.ebuild
deleted file mode 100644
index 77f93fa0d64..000
--- a/app-misc/filebus/filebus-0.2.0.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 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}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-07 Thread Zac Medico
commit: 2577de307c954877c51b83daeea39fac187f5748
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun  7 23:09:22 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun  7 23:15:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2577de30

app-misc/filebus: Bump to version 0.3.1

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest   | 2 +-
 app-misc/filebus/{filebus-0.3.0.ebuild => filebus-0.3.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index ba72570b6db..08d3395a5b4 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1,2 +1,2 @@
 DIST filebus-0.2.0.tar.gz 7895 BLAKE2B 
d113ab7e57ee24371dc9adbeb4767f533007d36cee2a3f55ee7bbcf13c31980355cfee2db748ef6c485bad3cb8c68ba1c31f9829b0c6365fa3b63c4899fb8b02
 SHA512 
fc7083444a67e36778d15a8af38487024ab661d32b891cfc735fd31cce2ddecfff3ef63c591106d97250373dac9aeef8dd0e8cf0ec260b2d67031018fe66249f
-DIST filebus-0.3.0.tar.gz 16921 BLAKE2B 
60ec7eb3fb584c053f00301898b914ba9034e3aaa79a79eecdc31f8e1abd1db5c473486e02761adee537faca6725916cf327e38376bdbbeac2c8548be427089b
 SHA512 
a7dd4cbe96e6e691794ea21b23f79caee518855235c1ee35f857fe2938f437095a9199eb9bf309087cef523b6dfa963f3635d94e9b7ece15bbe1b4284fca793c
+DIST filebus-0.3.1.tar.gz 16926 BLAKE2B 
87eea36a58895a89a70e236f505af09efabf37ce04ce58c713dc99222e415f0ecd9a55fc921a9b6336f4dea04c5e3860252425e257706f0e37be3d43d76668c0
 SHA512 
e0d4e30f478c9ae95b520122b5aa70bc792d7caad9f9dbde6a72dec9eff314ca884b0291ed9ad662998d1e0e91679dc96ec749b33f55188fab61e7b2b5baa792

diff --git a/app-misc/filebus/filebus-0.3.0.ebuild 
b/app-misc/filebus/filebus-0.3.1.ebuild
similarity index 100%
rename from app-misc/filebus/filebus-0.3.0.ebuild
rename to app-misc/filebus/filebus-0.3.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-07 Thread Zac Medico
commit: f426020abb94df394a7b1680ea445f99e2f38d1b
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Jun  7 07:03:01 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Jun  7 07:17:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f426020a

app-misc/filebus: Bump to version 0.3.0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 +
 app-misc/filebus/filebus-0.3.0.ebuild | 67 +++
 2 files changed, 68 insertions(+)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index deea6326c41..ba72570b6db 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1,2 @@
 DIST filebus-0.2.0.tar.gz 7895 BLAKE2B 
d113ab7e57ee24371dc9adbeb4767f533007d36cee2a3f55ee7bbcf13c31980355cfee2db748ef6c485bad3cb8c68ba1c31f9829b0c6365fa3b63c4899fb8b02
 SHA512 
fc7083444a67e36778d15a8af38487024ab661d32b891cfc735fd31cce2ddecfff3ef63c591106d97250373dac9aeef8dd0e8cf0ec260b2d67031018fe66249f
+DIST filebus-0.3.0.tar.gz 16921 BLAKE2B 
60ec7eb3fb584c053f00301898b914ba9034e3aaa79a79eecdc31f8e1abd1db5c473486e02761adee537faca6725916cf327e38376bdbbeac2c8548be427089b
 SHA512 
a7dd4cbe96e6e691794ea21b23f79caee518855235c1ee35f857fe2938f437095a9199eb9bf309087cef523b6dfa963f3635d94e9b7ece15bbe1b4284fca793c

diff --git a/app-misc/filebus/filebus-0.3.0.ebuild 
b/app-misc/filebus/filebus-0.3.0.ebuild
new file mode 100644
index 000..7df930651d1
--- /dev/null
+++ b/app-misc/filebus/filebus-0.3.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DISTUTILS_OPTIONAL=1
+DISTUTILS_USE_SETUPTOOLS=manual
+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 python test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+RDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/filelock[${PYTHON_USEDEP}]
+   inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )
+   )"
+BDEPEND="${RDEPEND}"
+
+src_prepare() {
+   default
+   if use python; then
+   distutils-r1_src_prepare
+   fi
+}
+
+src_compile() {
+   if use python; then
+   distutils-r1_src_compile
+   fi
+}
+
+src_test() {
+   "${BASH}" ./lib/bash/filebus-test.bash test || die
+
+   if use python; then
+   distutils-r1_src_test
+   fi
+}
+
+python_test() {
+   python test/test_filebus.py || die "tests failed for ${EPYTHON}"
+}
+
+src_install() {
+   if use python; then
+   distutils-r1_src_install
+   else
+   insinto /usr/libexec/filebus
+   doins lib/bash/*.bash
+   cat <<-EOF > "${T}/filebus"
+   #!/bin/sh
+   exec bash "${EPREFIX}/usr/libexec/filebus/filebus.bash" "\$@"
+   EOF
+   dobin "${T}/filebus"
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-03 Thread Zac Medico
commit: 0bd7cb9ce2d0b253d0bb1841a3030c64d58f184e
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Jun  3 07:24:00 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Jun  3 07:24:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd7cb9c

app-misc/filebus: Bump to version 0.2.0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest   | 2 +-
 app-misc/filebus/{filebus-0.1.0.ebuild => filebus-0.2.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index e1a1c4b48c7..deea6326c41 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1 @@
-DIST filebus-0.1.0.tar.gz 6904 BLAKE2B 
5553ed7969f64d9795ed638c1c0be188e41db740c815f2c87cf6991fa4fd66eb39aa227199e8abfd6d462d394819d85f9e454292193bc76582e794e1f2baeff6
 SHA512 
546dc390e5d14f7ba3801c44de5b43ba1a29b750e1fc30cae84385aaf516da73623e0a357dd1276a7ccbdb7279cb8fc66129b38b5db3a90f6c1765113d24d7a0
+DIST filebus-0.2.0.tar.gz 7895 BLAKE2B 
d113ab7e57ee24371dc9adbeb4767f533007d36cee2a3f55ee7bbcf13c31980355cfee2db748ef6c485bad3cb8c68ba1c31f9829b0c6365fa3b63c4899fb8b02
 SHA512 
fc7083444a67e36778d15a8af38487024ab661d32b891cfc735fd31cce2ddecfff3ef63c591106d97250373dac9aeef8dd0e8cf0ec260b2d67031018fe66249f

diff --git a/app-misc/filebus/filebus-0.1.0.ebuild 
b/app-misc/filebus/filebus-0.2.0.ebuild
similarity index 100%
rename from app-misc/filebus/filebus-0.1.0.ebuild
rename to app-misc/filebus/filebus-0.2.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-02 Thread Zac Medico
commit: 164a99b26eb773e4cd0fb4dcb204f6af08a79479
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun  2 13:37:08 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun  2 13:37:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164a99b2

app-misc/filebus: Bump to version 0.1.0

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest   | 2 +-
 app-misc/filebus/{filebus-0.0.5.ebuild => filebus-0.1.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 488baf882ac..e1a1c4b48c7 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1 @@
-DIST filebus-0.0.5.tar.gz 7030 BLAKE2B 
93b9918295800e572894406178d3ceaedc4e8b259a8cd91a87be9f9aab93a7a3476d826adbd6bf996bac3a80d4aca08ab002cd2df482a016ae6fc67e44d60480
 SHA512 
68f9e3f95621da4ccf0cc30bcd969220622ff5c54bef2db5b2a7cdddc68be6f6af1b63a3a95692e32b6ce44f26f391966af1ad369fd18a40474f265695591520
+DIST filebus-0.1.0.tar.gz 6904 BLAKE2B 
5553ed7969f64d9795ed638c1c0be188e41db740c815f2c87cf6991fa4fd66eb39aa227199e8abfd6d462d394819d85f9e454292193bc76582e794e1f2baeff6
 SHA512 
546dc390e5d14f7ba3801c44de5b43ba1a29b750e1fc30cae84385aaf516da73623e0a357dd1276a7ccbdb7279cb8fc66129b38b5db3a90f6c1765113d24d7a0

diff --git a/app-misc/filebus/filebus-0.0.5.ebuild 
b/app-misc/filebus/filebus-0.1.0.ebuild
similarity index 100%
rename from app-misc/filebus/filebus-0.0.5.ebuild
rename to app-misc/filebus/filebus-0.1.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-02 Thread Zac Medico
commit: bb86635cc609a0fda8cfb2dcb8180ff3e818b8b8
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun  2 10:05:21 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun  2 10:05:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb86635c

app-misc/filebus: Bump to version 0.0.5

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest   | 2 +-
 app-misc/filebus/{filebus-0.0.4.ebuild => filebus-0.0.5.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index d58c4966ace..488baf882ac 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.5.ebuild
similarity index 87%
rename from app-misc/filebus/filebus-0.0.4.ebuild
rename to app-misc/filebus/filebus-0.0.5.ebuild
index 6fc182eaa2d..77f93fa0d64 100644
--- a/app-misc/filebus/filebus-0.0.4.ebuild
+++ b/app-misc/filebus/filebus-0.0.5.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
-DESCRIPTION="A userspace multicast named pipe implementation backed by a 
regular file"
+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"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-01 Thread Zac Medico
commit: c23d1fc60de9a5b89d45cafbfb13912413706bac
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Jun  2 00:47:34 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Jun  2 00:56:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23d1fc6

app-misc/filebus: Update DESCRIPTION

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/filebus-0.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/filebus/filebus-0.0.4.ebuild 
b/app-misc/filebus/filebus-0.0.4.ebuild
index 828f61eeb15..6fc182eaa2d 100644
--- a/app-misc/filebus/filebus-0.0.4.ebuild
+++ b/app-misc/filebus/filebus-0.0.4.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
-DESCRIPTION="Multicast communication channels based on regular files"
+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"
 



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-01 Thread Zac Medico
commit: a69b9af9f52531a345cf43cfe3f59e75d173dde6
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jun  1 10:22:04 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun  1 10:22:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69b9af9

app-misc/filebus: Bump to version 0.0.4

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest   | 2 +-
 app-misc/filebus/{filebus-0.0.3.ebuild => filebus-0.0.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 5475c50c568..d58c4966ace 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1 @@
-DIST filebus-0.0.3.tar.gz 6428 BLAKE2B 
16f172c8da15458c47ed9651b65eee7bfcb4161c70ff1d9e917c0eb816cfaf964e4306f9e95b2c269b7da63b0c78237f326c501b0bcd1c03c0b3adb6b1742743
 SHA512 
150ee6ba272cfa1fee22a73b2bedf892265409cba0d182dc0ef300911b4548c6dde0e795b250e3f024c464e96ec2debc3796896106fc944279f52d76f973a3d4
+DIST filebus-0.0.4.tar.gz 6528 BLAKE2B 
047b3f04105da03785868aa32fdb5fb53b2aa57b0aea81f65440c57ade8d0571327782ed2c4019be576abab5a44781ab454f0d47ea795cf39c4d0a34bf8db85d
 SHA512 
0cb313ea81b93708a09e89a62f33f9e7b4bbb1254e74a6b0757e898c9cb6ffebdfec107a780acff25da31c8761c515826ae6e19fccbc4e0ce6326e4909f1cfd2

diff --git a/app-misc/filebus/filebus-0.0.3.ebuild 
b/app-misc/filebus/filebus-0.0.4.ebuild
similarity index 100%
rename from app-misc/filebus/filebus-0.0.3.ebuild
rename to app-misc/filebus/filebus-0.0.4.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-01 Thread Zac Medico
commit: 3ec2cf7ae7be92113e85e23ccd680ea8b7d06817
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jun  1 09:26:55 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun  1 09:28:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec2cf7a

app-misc/filebus: Bump to version 0.0.3

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest   | 2 +-
 app-misc/filebus/{filebus-0.0.2.ebuild => filebus-0.0.3.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index ca53869ebcb..5475c50c568 100644
--- a/app-misc/filebus/Manifest
+++ b/app-misc/filebus/Manifest
@@ -1 +1 @@
-DIST filebus-0.0.2.tar.gz 6415 BLAKE2B 
a6de288dfd3e3ea8f6c068c800eea9cb30c3fc3b4d0ac8b960a3ebfb0354bcb2b68507e2460772a4a2928b86f975d979e6928d826b2fdfbd3f3790e64908
 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.3.ebuild
similarity index 96%
rename from app-misc/filebus/filebus-0.0.2.ebuild
rename to app-misc/filebus/filebus-0.0.3.ebuild
index cb0b7dda999..828f61eeb15 100644
--- a/app-misc/filebus/filebus-0.0.2.ebuild
+++ b/app-misc/filebus/filebus-0.0.3.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 KEYWORDS="~amd64"
 SLOT="0"
 IUSE="+inotify test"
-RESTRICT="test"
+RESTRICT="!test? ( test )"
 RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/filelock[${PYTHON_USEDEP}]
inotify? ( dev-python/watchdog[${PYTHON_USEDEP}] )"



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-06-01 Thread Zac Medico
commit: c9a106db0d172105abbd8613b485dbff99b08a2f
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jun  1 07:17:22 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun  1 07:18:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a106db

app-misc/filebus: Bump to version 0.0.2

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest   | 2 +-
 app-misc/filebus/{filebus-0.0.1.ebuild => filebus-0.0.2.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
index 1aa0e6b6080..ca53869ebcb 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 
a6de288dfd3e3ea8f6c068c800eea9cb30c3fc3b4d0ac8b960a3ebfb0354bcb2b68507e2460772a4a2928b86f975d979e6928d826b2fdfbd3f3790e64908
 SHA512 
5277a446953766d17c789e0556cc6050e18159807ff1490200d85c4c395d5904993ffe4631bb6bb6b6bf2e74ba823f416a3c145a972908466c1fb8cb3a782bdf

diff --git a/app-misc/filebus/filebus-0.0.1.ebuild 
b/app-misc/filebus/filebus-0.0.2.ebuild
similarity index 87%
rename from app-misc/filebus/filebus-0.0.1.ebuild
rename to app-misc/filebus/filebus-0.0.2.ebuild
index e92d77e8729..cb0b7dda999 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}"
 }



[gentoo-commits] repo/gentoo:master commit in: app-misc/filebus/

2021-05-31 Thread Zac Medico
commit: 259fc4b16932e16760aba01554ca501060e7a632
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Jun  1 05:47:48 2021 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Jun  1 05:47:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=259fc4b1

app-misc/filebus: Initial import

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Zac Medico  gentoo.org>

 app-misc/filebus/Manifest |  1 +
 app-misc/filebus/filebus-0.0.1.ebuild | 25 +
 app-misc/filebus/metadata.xml | 11 +++
 3 files changed, 37 insertions(+)

diff --git a/app-misc/filebus/Manifest b/app-misc/filebus/Manifest
new file mode 100644
index 000..1aa0e6b6080
--- /dev/null
+++ b/app-misc/filebus/Manifest
@@ -0,0 +1 @@
+DIST filebus-0.0.1.tar.gz 6472 BLAKE2B 
5c6a86e0bd7e879e64cef6b590401b7c5e6c093df65c9154aa20ee4f9f4a47d340730dda5c6139fcd34c7d6e393c94fc18c915de8fecbe6903be30513d396431
 SHA512 
26221db5e5d1e2f23aed5aa7522af46470ea828618e961333befb95c114eab216efd8c8d5fbebccfffaa316c5518a4c103c79a2379744a43010bd93f66cd7145

diff --git a/app-misc/filebus/filebus-0.0.1.ebuild 
b/app-misc/filebus/filebus-0.0.1.ebuild
new file mode 100644
index 000..e92d77e8729
--- /dev/null
+++ b/app-misc/filebus/filebus-0.0.1.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() {
+   esetup.py test || die "tests failed for ${EPYTHON}"
+}

diff --git a/app-misc/filebus/metadata.xml b/app-misc/filebus/metadata.xml
new file mode 100644
index 000..e83dcf85167
--- /dev/null
+++ b/app-misc/filebus/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   zmedico/filebus
+   filebus
+   
+   
+   zmed...@gentoo.org
+   
+