[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 1fe7aab610409b97e39203a7f9a1e7f16c538bc3 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 21 11:18:22 2024 + Commit: Michał Górny gentoo org> CommitDate: Sat Dec 21 11:18:22 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe7aab6 dev-python/python-daemon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 2 - .../python-daemon/python-daemon-3.1.0.ebuild | 51 .../python-daemon/python-daemon-3.1.1.ebuild | 54 -- 3 files changed, 107 deletions(-) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index ee2c30ce17d6..211642cb9e02 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,3 +1 @@ -DIST python_daemon-3.1.0.tar.gz 61947 BLAKE2B d6f24cb72a033401a2eb1149c359ec49e044b0d549ae8ccb337dc60525f3ad80efd8646a50a51e6ba0768a5e8e77a3a5bd5b1a5aea3b54c5546769a5599d49ad SHA512 d7641baba841af8724dd37b66db605d07a62c947f01ff6328c44aca56deaa5a0891b8fe3bbbf5840e16c7080402776676892f105aac900944a8d2921a12edba4 -DIST python_daemon-3.1.1.tar.gz 71104 BLAKE2B 56ab3f178233f4fffe64413d34046297f1a136b9e6843e5f90a05e2634bb6cad49dec39ec66d85bf3edd003127ee57a0ed772b192d073e8d7a935956b0992cc2 SHA512 faf074e8ef07b5cda32cbdd66f613d2830569d6a0316b8048e0173b65c45b5472a42a90edacecb811c4cd7daf1d239f898f8a939c4dfb807ef88455f2dc27a9b DIST python_daemon-3.1.2.tar.gz 71576 BLAKE2B 605b84271935e5c8bf54aee64f4a4a4dfec06e87acb7d2edd2c7676c67f0b1b933bceec29ab91debad8745e501744cf507f745e1aa0b159f7b600257ed68815c SHA512 3901b9f14f11b8765eb31874fdb9410cbda1425ce70d2702827fe4745b5b8fb93f23e9f71faa6b0ca001745aeea03c186c4e29d973cb12a5912340dae6aa2ee0 diff --git a/dev-python/python-daemon/python-daemon-3.1.0.ebuild b/dev-python/python-daemon/python-daemon-3.1.0.ebuild deleted file mode 100644 index addd4821792e.. --- a/dev-python/python-daemon/python-daemon-3.1.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE=" - https://pagure.io/python-daemon/ - https://pypi.org/project/python-daemon/ -" - -# build system and tests use GPL-3.0+ but none of these files are installed -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ppc64 ~sparc x86" - -RDEPEND=" - >=dev-python/lockfile-0.10[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - test? ( - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # overengineered logic with NIH deps - rm setup.py || die - cat > setup.cfg <<-EOF || die - [metadata] - version = ${PV} - description = ${DESCRIPTION} - maintainer = - long_description = - EOF - - # tests for their overengineered setup - rm test/test_{setup,util_metadata}.py || die -} diff --git a/dev-python/python-daemon/python-daemon-3.1.1.ebuild b/dev-python/python-daemon/python-daemon-3.1.1.ebuild deleted file mode 100644 index 4352b0c42459.. --- a/dev-python/python-daemon/python-daemon-3.1.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE=" - https://pagure.io/python-daemon/ - https://pypi.org/project/python-daemon/ -" - -# build system and tests use GPL-3.0+ but none of these files are installed -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND=" - >=dev-python/lockfile-0.10[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - test? ( - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest - -src_prepare() { - distutils-r1_src_prepare - - # overengineered logic with NIH deps - rm setup.py || die - cat > setup.cfg <<-EOF || die - [metadata] - version = ${PV} - description = ${DESCRIPTION} - maintainer = - long_description = - exclude = doc - EOF - - # tests for their overengineered setup - rm test/test_{setup,util_metadata
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: ebd5c5b6635fab73d2a1997a7aa2ab982217 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 21 11:17:29 2024 + Commit: Michał Górny gentoo org> CommitDate: Sat Dec 21 11:17:29 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd5c5b6 dev-python/python-daemon: Stabilize 3.1.2 ALLARCHES, #946742 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/python-daemon-3.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-3.1.2.ebuild b/dev-python/python-daemon/python-daemon-3.1.2.ebuild index ebe4f04ad45e..948a110dc775 100644 --- a/dev-python/python-daemon/python-daemon-3.1.2.ebuild +++ b/dev-python/python-daemon/python-daemon-3.1.2.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ppc64 ~sparc x86" RDEPEND=" >=dev-python/lockfile-0.10[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 7f46fc199426a3f3ea4e772d2a72776452804ecd Author: Michał Górny gentoo org> AuthorDate: Wed Dec 4 06:47:52 2024 + Commit: Michał Górny gentoo org> CommitDate: Wed Dec 4 06:47:52 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f46fc19 dev-python/python-daemon: Bump to 3.1.2 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-3.1.2.ebuild | 52 ++ 2 files changed, 53 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index df8de7b158f9..ee2c30ce17d6 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,2 +1,3 @@ DIST python_daemon-3.1.0.tar.gz 61947 BLAKE2B d6f24cb72a033401a2eb1149c359ec49e044b0d549ae8ccb337dc60525f3ad80efd8646a50a51e6ba0768a5e8e77a3a5bd5b1a5aea3b54c5546769a5599d49ad SHA512 d7641baba841af8724dd37b66db605d07a62c947f01ff6328c44aca56deaa5a0891b8fe3bbbf5840e16c7080402776676892f105aac900944a8d2921a12edba4 DIST python_daemon-3.1.1.tar.gz 71104 BLAKE2B 56ab3f178233f4fffe64413d34046297f1a136b9e6843e5f90a05e2634bb6cad49dec39ec66d85bf3edd003127ee57a0ed772b192d073e8d7a935956b0992cc2 SHA512 faf074e8ef07b5cda32cbdd66f613d2830569d6a0316b8048e0173b65c45b5472a42a90edacecb811c4cd7daf1d239f898f8a939c4dfb807ef88455f2dc27a9b +DIST python_daemon-3.1.2.tar.gz 71576 BLAKE2B 605b84271935e5c8bf54aee64f4a4a4dfec06e87acb7d2edd2c7676c67f0b1b933bceec29ab91debad8745e501744cf507f745e1aa0b159f7b600257ed68815c SHA512 3901b9f14f11b8765eb31874fdb9410cbda1425ce70d2702827fe4745b5b8fb93f23e9f71faa6b0ca001745aeea03c186c4e29d973cb12a5912340dae6aa2ee0 diff --git a/dev-python/python-daemon/python-daemon-3.1.2.ebuild b/dev-python/python-daemon/python-daemon-3.1.2.ebuild new file mode 100644 index ..ebe4f04ad45e --- /dev/null +++ b/dev-python/python-daemon/python-daemon-3.1.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE=" + https://pagure.io/python-daemon/ + https://pypi.org/project/python-daemon/ +" + +# build system and tests use GPL-3.0+ but none of these files are installed +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=dev-python/lockfile-0.10[${PYTHON_USEDEP}] +" + +BDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest + +src_prepare() { + distutils-r1_src_prepare + + # overengineered logic with NIH deps + rm setup.py || die + cat > setup.cfg <<-EOF || die + [metadata] + version = ${PV} + description = ${DESCRIPTION} + maintainer = + long_description = + exclude = doc + EOF + + # tests for their overengineered setup + rm test/test_{setup,util_metadata}.py || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: a2e5357639e4050d56029560ad298ad57cf988d2 Author: Michał Górny gentoo org> AuthorDate: Mon Dec 2 06:23:03 2024 + Commit: Michał Górny gentoo org> CommitDate: Mon Dec 2 06:54:37 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e53576 dev-python/python-daemon: Bump to 3.1.1 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-3.1.1.ebuild | 54 ++ 2 files changed, 55 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 11e3571dbca4..df8de7b158f9 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1 +1,2 @@ DIST python_daemon-3.1.0.tar.gz 61947 BLAKE2B d6f24cb72a033401a2eb1149c359ec49e044b0d549ae8ccb337dc60525f3ad80efd8646a50a51e6ba0768a5e8e77a3a5bd5b1a5aea3b54c5546769a5599d49ad SHA512 d7641baba841af8724dd37b66db605d07a62c947f01ff6328c44aca56deaa5a0891b8fe3bbbf5840e16c7080402776676892f105aac900944a8d2921a12edba4 +DIST python_daemon-3.1.1.tar.gz 71104 BLAKE2B 56ab3f178233f4fffe64413d34046297f1a136b9e6843e5f90a05e2634bb6cad49dec39ec66d85bf3edd003127ee57a0ed772b192d073e8d7a935956b0992cc2 SHA512 faf074e8ef07b5cda32cbdd66f613d2830569d6a0316b8048e0173b65c45b5472a42a90edacecb811c4cd7daf1d239f898f8a939c4dfb807ef88455f2dc27a9b diff --git a/dev-python/python-daemon/python-daemon-3.1.1.ebuild b/dev-python/python-daemon/python-daemon-3.1.1.ebuild new file mode 100644 index ..4352b0c42459 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-3.1.1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE=" + https://pagure.io/python-daemon/ + https://pypi.org/project/python-daemon/ +" + +# build system and tests use GPL-3.0+ but none of these files are installed +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=dev-python/lockfile-0.10[${PYTHON_USEDEP}] +" + +BDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest + +src_prepare() { + distutils-r1_src_prepare + + # overengineered logic with NIH deps + rm setup.py || die + cat > setup.cfg <<-EOF || die + [metadata] + version = ${PV} + description = ${DESCRIPTION} + maintainer = + long_description = + exclude = doc + EOF + + # tests for their overengineered setup + rm test/test_{setup,util_metadata}.py || die + # setuptools insists on installing it, sigh + rm -r doc || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 81485eab513ec1918e2d74e5db88e0394c0bc3ef Author: Michał Górny gentoo org> AuthorDate: Sat Nov 9 09:57:29 2024 + Commit: Michał Górny gentoo org> CommitDate: Sat Nov 9 10:02:38 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81485eab dev-python/python-daemon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 - .../python-daemon/python-daemon-2.3.2.ebuild | 35 -- 2 files changed, 36 deletions(-) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 3fdf73ffc291..11e3571dbca4 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,2 +1 @@ -DIST python-daemon-2.3.2.tar.gz 83127 BLAKE2B bce00867850e8451bcaf5a51864bdd751fa3b5e7be8ae1d36d724a915680713fc66c0fc6c8499bce03e0eb86465f5806fb8645376e600b8eac579fee3c24a087 SHA512 d9f6e6c376a496fae96bd9efed0a56d00a137617a3d1d5ef74802ef176bc813bb1d49bbb9164cdbec03213529f944b32b257bcc64283abfa4a3522ff00826bfd DIST python_daemon-3.1.0.tar.gz 61947 BLAKE2B d6f24cb72a033401a2eb1149c359ec49e044b0d549ae8ccb337dc60525f3ad80efd8646a50a51e6ba0768a5e8e77a3a5bd5b1a5aea3b54c5546769a5599d49ad SHA512 d7641baba841af8724dd37b66db605d07a62c947f01ff6328c44aca56deaa5a0891b8fe3bbbf5840e16c7080402776676892f105aac900944a8d2921a12edba4 diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild deleted file mode 100644 index c2e21e8608b4.. --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE=" - https://pagure.io/python-daemon/ - https://pypi.org/project/python-daemon/ -" - -# build system and tests use GPL-3.0+ but none of these files are installed -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ppc64 ~sparc x86" - -RDEPEND=" - dev-python/lockfile[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - test? ( - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 442f7b0418cb1c1598a6337fc7f9fc46fd4adb07 Author: Sam James gentoo org> AuthorDate: Sat Nov 9 09:49:56 2024 + Commit: Sam James gentoo org> CommitDate: Sat Nov 9 09:49:56 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442f7b04 dev-python/python-daemon: Stabilize 3.1.0 ALLARCHES, #943081 Signed-off-by: Sam James gentoo.org> dev-python/python-daemon/python-daemon-3.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-3.1.0.ebuild b/dev-python/python-daemon/python-daemon-3.1.0.ebuild index a0b03d674d2a..addd4821792e 100644 --- a/dev-python/python-daemon/python-daemon-3.1.0.ebuild +++ b/dev-python/python-daemon/python-daemon-3.1.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ppc64 ~sparc x86" RDEPEND=" >=dev-python/lockfile-0.10[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 5e36179a5705eb4af0c3388299b68b03fb8b10bd Author: Michał Górny gentoo org> AuthorDate: Fri Oct 25 04:02:36 2024 + Commit: Michał Górny gentoo org> CommitDate: Fri Oct 25 04:03:22 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e36179a dev-python/python-daemon: Bump to 3.1.0 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-3.1.0.ebuild | 51 ++ 2 files changed, 52 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 2fa6ce8f7a06..3fdf73ffc291 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1 +1,2 @@ DIST python-daemon-2.3.2.tar.gz 83127 BLAKE2B bce00867850e8451bcaf5a51864bdd751fa3b5e7be8ae1d36d724a915680713fc66c0fc6c8499bce03e0eb86465f5806fb8645376e600b8eac579fee3c24a087 SHA512 d9f6e6c376a496fae96bd9efed0a56d00a137617a3d1d5ef74802ef176bc813bb1d49bbb9164cdbec03213529f944b32b257bcc64283abfa4a3522ff00826bfd +DIST python_daemon-3.1.0.tar.gz 61947 BLAKE2B d6f24cb72a033401a2eb1149c359ec49e044b0d549ae8ccb337dc60525f3ad80efd8646a50a51e6ba0768a5e8e77a3a5bd5b1a5aea3b54c5546769a5599d49ad SHA512 d7641baba841af8724dd37b66db605d07a62c947f01ff6328c44aca56deaa5a0891b8fe3bbbf5840e16c7080402776676892f105aac900944a8d2921a12edba4 diff --git a/dev-python/python-daemon/python-daemon-3.1.0.ebuild b/dev-python/python-daemon/python-daemon-3.1.0.ebuild new file mode 100644 index ..a0b03d674d2a --- /dev/null +++ b/dev-python/python-daemon/python-daemon-3.1.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE=" + https://pagure.io/python-daemon/ + https://pypi.org/project/python-daemon/ +" + +# build system and tests use GPL-3.0+ but none of these files are installed +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=dev-python/lockfile-0.10[${PYTHON_USEDEP}] +" + +BDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest + +src_prepare() { + distutils-r1_src_prepare + + # overengineered logic with NIH deps + rm setup.py || die + cat > setup.cfg <<-EOF || die + [metadata] + version = ${PV} + description = ${DESCRIPTION} + maintainer = + long_description = + EOF + + # tests for their overengineered setup + rm test/test_{setup,util_metadata}.py || die +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 296dcbd7f9251fb4831c65cabef2f00eff6f8b84 Author: Michał Górny gentoo org> AuthorDate: Fri Oct 20 13:58:49 2023 + Commit: Michał Górny gentoo org> CommitDate: Fri Oct 20 13:58:49 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296dcbd7 dev-python/python-daemon: Enable py3.12 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/python-daemon-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index 1e5e70723db1..abecbafe5a7e 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 65e8a897b5493c0ed7081f34632c27d9ad54f4eb Author: Matoro Mahri users noreply github com> AuthorDate: Thu Mar 2 01:11:53 2023 + Commit: Viorel Munteanu gentoo org> CommitDate: Fri Mar 3 06:25:05 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e8a897 dev-python/python-daemon: Keyword 2.3.2 sparc, #889292 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Viorel Munteanu gentoo.org> dev-python/python-daemon/python-daemon-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index 4d5e584703d1..d1a4abe34253 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 4361cf917914d6e6ed4150c69a0cc928b62fa37a Author: Matoro Mahri users noreply github com> AuthorDate: Mon Feb 27 03:01:17 2023 + Commit: Sam James gentoo org> CommitDate: Tue Feb 28 01:30:10 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4361cf91 dev-python/python-daemon: Keyword 2.3.2 hppa, #889292 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Sam James gentoo.org> dev-python/python-daemon/python-daemon-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index f6ac9f0b2f6d..4d5e584703d1 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~ia64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~hppa ~ia64 ~ppc ~ppc64 x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: ca45302bf9ac16d6af26815b9ae2aa23840d254c Author: Matoro Mahri users noreply github com> AuthorDate: Fri Feb 24 19:41:28 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Sun Feb 26 18:15:43 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca45302b dev-python/python-daemon: Keyword 2.3.2 ia64, #889292 Signed-off-by: Matoro Mahri users.noreply.github.com> Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-daemon/python-daemon-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index 63029125b3a8..f6ac9f0b2f6d 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~ia64 ~ppc ~ppc64 x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: b745abd3248e5d4451930d1a9eaa74cf917c13cc Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 13 12:39:29 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 13 12:39:29 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b745abd3 dev-python/python-daemon: Keyword 2.3.2 ppc64, #889292 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-daemon/python-daemon-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index 10a179fd2965..15be50478487 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm ~ppc x86" +KEYWORDS="amd64 arm ~ppc ~ppc64 x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 629bf5963ae0bdbea2b61dc8420aad7a48f07571 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Jan 13 12:39:26 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Jan 13 12:39:26 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629bf596 dev-python/python-daemon: Keyword 2.3.2 ppc, #889292 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-daemon/python-daemon-2.3.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index baca2ea8c7d9..10a179fd2965 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 arm x86" +KEYWORDS="amd64 arm ~ppc x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: a645e2790b1158043dc7667f88fd9240f3c7c26c Author: Michał Górny gentoo org> AuthorDate: Fri Nov 25 13:58:46 2022 + Commit: Michał Górny gentoo org> CommitDate: Fri Nov 25 14:03:55 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a645e279 dev-python/python-daemon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 - .../python-daemon/python-daemon-2.3.1.ebuild | 33 -- 2 files changed, 34 deletions(-) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index f4e0b6656b1a..2fa6ce8f7a06 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,2 +1 @@ -DIST python-daemon-2.3.1.tar.gz 82856 BLAKE2B d1ede5fde50f179b0bf3e3ed89bd988469bae1f57667ab601d44452706a84264f55fc9beb89226e5fb1bb6d92f88fc2a5c2497628de16990407a0e01cfbacd84 SHA512 128fd8ac125eac613936668bb555635c8cec576d5c23513210f0956983c70720dd93906adeee581b192b57480a3df93dc1e08f6f7b62e38b2404fa00aba4805a DIST python-daemon-2.3.2.tar.gz 83127 BLAKE2B bce00867850e8451bcaf5a51864bdd751fa3b5e7be8ae1d36d724a915680713fc66c0fc6c8499bce03e0eb86465f5806fb8645376e600b8eac579fee3c24a087 SHA512 d9f6e6c376a496fae96bd9efed0a56d00a137617a3d1d5ef74802ef176bc813bb1d49bbb9164cdbec03213529f944b32b257bcc64283abfa4a3522ff00826bfd diff --git a/dev-python/python-daemon/python-daemon-2.3.1.ebuild b/dev-python/python-daemon/python-daemon-2.3.1.ebuild deleted file mode 100644 index 8d30e7774310.. --- a/dev-python/python-daemon/python-daemon-2.3.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE="https://pypi.org/project/python-daemon/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -# build system and tests use GPL-3.0+ but none of these files are installed -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm x86" - -RDEPEND=" - dev-python/lockfile[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/twine[${PYTHON_USEDEP}] - test? ( - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 57df72ca34cbaab4df2935051413895b35f7ce6e Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 25 13:53:56 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 25 13:53:56 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57df72ca dev-python/python-daemon: Stabilize 2.3.2 ALLARCHES, #882959 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-daemon/python-daemon-2.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild index 559c6c2abcbc..baca2ea8c7d9 100644 --- a/dev-python/python-daemon/python-daemon-2.3.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: e79623c9f23d97a55385146abfa1914e20e2c1dc Author: Michał Górny gentoo org> AuthorDate: Sun Oct 23 04:54:21 2022 + Commit: Michał Górny gentoo org> CommitDate: Sun Oct 23 04:54:21 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79623c9 dev-python/python-daemon: Bump to 2.3.2 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.3.2.ebuild | 35 ++ 2 files changed, 36 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 2d825d7ddf5b..f4e0b6656b1a 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1 +1,2 @@ DIST python-daemon-2.3.1.tar.gz 82856 BLAKE2B d1ede5fde50f179b0bf3e3ed89bd988469bae1f57667ab601d44452706a84264f55fc9beb89226e5fb1bb6d92f88fc2a5c2497628de16990407a0e01cfbacd84 SHA512 128fd8ac125eac613936668bb555635c8cec576d5c23513210f0956983c70720dd93906adeee581b192b57480a3df93dc1e08f6f7b62e38b2404fa00aba4805a +DIST python-daemon-2.3.2.tar.gz 83127 BLAKE2B bce00867850e8451bcaf5a51864bdd751fa3b5e7be8ae1d36d724a915680713fc66c0fc6c8499bce03e0eb86465f5806fb8645376e600b8eac579fee3c24a087 SHA512 d9f6e6c376a496fae96bd9efed0a56d00a137617a3d1d5ef74802ef176bc813bb1d49bbb9164cdbec03213529f944b32b257bcc64283abfa4a3522ff00826bfd diff --git a/dev-python/python-daemon/python-daemon-2.3.2.ebuild b/dev-python/python-daemon/python-daemon-2.3.2.ebuild new file mode 100644 index ..559c6c2abcbc --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.3.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE=" + https://pagure.io/python-daemon/ + https://pypi.org/project/python-daemon/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +# build system and tests use GPL-3.0+ but none of these files are installed +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +RDEPEND=" + dev-python/lockfile[${PYTHON_USEDEP}] +" + +BDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/files/, dev-python/python-daemon/
commit: 90f819dd9bbdcd275fae71e8b9005713e276b901 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 19 09:04:54 2022 + Commit: Michał Górny gentoo org> CommitDate: Fri Aug 19 09:27:33 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f819dd dev-python/python-daemon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 - .../files/python-daemon-2.3.0-fix-py3.10.patch | 28 -- .../python-daemon/python-daemon-2.3.0-r2.ebuild| 43 -- 3 files changed, 72 deletions(-) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 3e6801efb6fb..2d825d7ddf5b 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,2 +1 @@ -DIST python-daemon-2.3.0.tar.gz 82831 BLAKE2B 6e7fa082a513827283f46044347dfd445633db0d1781a33aa1bc5b14c340da784310ae6bd07d6cf3673cd05cb14a9d090ab51857d26cca52d09bc8c3b195360f SHA512 30bb70821aae720d09032c8c666524fa9a1a48631473eb161231a1f2b954914295b4ad41f9c8529bc045fb6d0f89256bc59f8979a4f8a6698e9bd4d7441a DIST python-daemon-2.3.1.tar.gz 82856 BLAKE2B d1ede5fde50f179b0bf3e3ed89bd988469bae1f57667ab601d44452706a84264f55fc9beb89226e5fb1bb6d92f88fc2a5c2497628de16990407a0e01cfbacd84 SHA512 128fd8ac125eac613936668bb555635c8cec576d5c23513210f0956983c70720dd93906adeee581b192b57480a3df93dc1e08f6f7b62e38b2404fa00aba4805a diff --git a/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch b/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch deleted file mode 100644 index 4fd082dc8f77.. --- a/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://pagure.io/python-daemon/c/0c67a3c6407fbf4483ccfc94a7a0d78cf3379296 - -From: Miro Hrončok -Date: Sep 29 2021 10:05:27 + -Subject: Remove incorrect double-patch of objects in test cases. - -The specific test cases relying on the patches, already are decorated -to patch the specific attributes needed. We don't need a general patch -of the attributes in the test case setup. - -Signed-off-by: Ben Finney - a/test/test_pidfile.py -+++ b/test/test_pidfile.py -@@ -367,12 +367,6 @@ class TimeoutPIDLockFile_TestCase(scaffold.TestCase): - pidlockfile_scenarios = make_pidlockfile_scenarios() - self.pidlockfile_scenario = pidlockfile_scenarios['simple'] - --for func_name in ['__init__', 'acquire']: --func_patcher = unittest.mock.patch.object( --lockfile.pidlockfile.PIDLockFile, func_name) --func_patcher.start() --self.addCleanup(func_patcher.stop) -- - self.scenario = { - 'pidfile_path': self.pidlockfile_scenario['pidfile_path'], - 'acquire_timeout': self.getUniqueInteger(), - diff --git a/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild b/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild deleted file mode 100644 index 31025d91ad90.. --- a/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE="https://pypi.org/project/python-daemon/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 arm x86" - -RDEPEND=" - dev-python/lockfile[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/twine[${PYTHON_USEDEP}] - test? ( - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/${P}-fix-py3.10.patch" -) - -distutils_enable_tests unittest - -src_prepare() { - # fix for >=testtools-2.5.0 - sed -e 's/testtools.helpers.safe_hasattr/hasattr/' \ - -i test/test_metadata.py || die - distutils-r1_src_prepare -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 3130e60f1639a10bd6f9a376768193d583cf4e4e Author: Arthur Zamarin gentoo org> AuthorDate: Fri Aug 19 08:32:56 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri Aug 19 08:32:56 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3130e60f dev-python/python-daemon: Stabilize 2.3.1 ALLARCHES, #865759 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-daemon/python-daemon-2.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.1.ebuild b/dev-python/python-daemon/python-daemon-2.3.1.ebuild index 61b277f6fec1..8d30e7774310 100644 --- a/dev-python/python-daemon/python-daemon-2.3.1.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" # build system and tests use GPL-3.0+ but none of these files are installed LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 33ee092cb8ec01678206e1ce0b4ac6749bdce035 Author: Michał Górny gentoo org> AuthorDate: Wed Jul 20 05:20:51 2022 + Commit: Michał Górny gentoo org> CommitDate: Wed Jul 20 05:38:58 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ee092c dev-python/python-daemon: Bump to 2.3.1 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.3.1.ebuild | 33 ++ 2 files changed, 34 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 376cbac9a72b..3e6801efb6fb 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1 +1,2 @@ DIST python-daemon-2.3.0.tar.gz 82831 BLAKE2B 6e7fa082a513827283f46044347dfd445633db0d1781a33aa1bc5b14c340da784310ae6bd07d6cf3673cd05cb14a9d090ab51857d26cca52d09bc8c3b195360f SHA512 30bb70821aae720d09032c8c666524fa9a1a48631473eb161231a1f2b954914295b4ad41f9c8529bc045fb6d0f89256bc59f8979a4f8a6698e9bd4d7441a +DIST python-daemon-2.3.1.tar.gz 82856 BLAKE2B d1ede5fde50f179b0bf3e3ed89bd988469bae1f57667ab601d44452706a84264f55fc9beb89226e5fb1bb6d92f88fc2a5c2497628de16990407a0e01cfbacd84 SHA512 128fd8ac125eac613936668bb555635c8cec576d5c23513210f0956983c70720dd93906adeee581b192b57480a3df93dc1e08f6f7b62e38b2404fa00aba4805a diff --git a/dev-python/python-daemon/python-daemon-2.3.1.ebuild b/dev-python/python-daemon/python-daemon-2.3.1.ebuild new file mode 100644 index ..61b277f6fec1 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.3.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.org/project/python-daemon/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +# build system and tests use GPL-3.0+ but none of these files are installed +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +RDEPEND=" + dev-python/lockfile[${PYTHON_USEDEP}] +" + +BDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/twine[${PYTHON_USEDEP}] + test? ( + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests unittest
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: f487d26fbec88157d48b648e7412d1ed5c2be91a Author: Michał Górny gentoo org> AuthorDate: Tue Jun 28 03:56:53 2022 + Commit: Michał Górny gentoo org> CommitDate: Tue Jun 28 04:03:48 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f487d26f dev-python/python-daemon: Remove old Signed-off-by: Michał Górny gentoo.org> .../python-daemon/python-daemon-2.3.0-r1.ebuild| 43 -- 1 file changed, 43 deletions(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild b/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild deleted file mode 100644 index 6cb93f1a8363.. --- a/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE="https://pypi.org/project/python-daemon/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 arm x86" - -RDEPEND=" - dev-python/lockfile[${PYTHON_USEDEP}] -" - -BDEPEND=" - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/twine[${PYTHON_USEDEP}] - test? ( - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}/${P}-fix-py3.10.patch" -) - -distutils_enable_tests unittest - -src_prepare() { - # fix for >=testtools-2.5.0 - sed -e 's/testtools.helpers.safe_hasattr/hasattr/' \ - -i test/test_metadata.py || die - distutils-r1_src_prepare -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 25a68012ec07df09cd6e610e1c8508422015288a Author: Sam James gentoo org> AuthorDate: Mon Jun 27 23:31:59 2022 + Commit: Sam James gentoo org> CommitDate: Mon Jun 27 23:31:59 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a68012 dev-python/python-daemon: Stabilize 2.3.0-r2 ALLARCHES, #854645 Signed-off-by: Sam James gentoo.org> dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild b/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild index 6146ac0fb6d8..31025d91ad90 100644 --- a/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 940ea81772aacaaea282b4bdfbbcb22eb8bfa747 Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 27 18:45:53 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 27 18:45:53 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=940ea817 dev-python/python-daemon: enable py3.11 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild b/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild index e474e92e7326..6146ac0fb6d8 100644 --- a/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 5c13ebc5e503dac815d4be878c100740af7f7acd Author: Arthur Zamarin gentoo org> AuthorDate: Fri May 27 18:42:26 2022 + Commit: Arthur Zamarin gentoo org> CommitDate: Fri May 27 18:42:26 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c13ebc5 dev-python/python-daemon: EAPI=8, PEP517 Signed-off-by: Arthur Zamarin gentoo.org> .../python-daemon/python-daemon-2.3.0-r2.ebuild| 43 ++ 1 file changed, 43 insertions(+) diff --git a/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild b/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild new file mode 100644 index ..e474e92e7326 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.3.0-r2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{8..10} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.org/project/python-daemon/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +RDEPEND=" + dev-python/lockfile[${PYTHON_USEDEP}] +" + +BDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/twine[${PYTHON_USEDEP}] + test? ( + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +PATCHES=( + "${FILESDIR}/${P}-fix-py3.10.patch" +) + +distutils_enable_tests unittest + +src_prepare() { + # fix for >=testtools-2.5.0 + sed -e 's/testtools.helpers.safe_hasattr/hasattr/' \ + -i test/test_metadata.py || die + distutils-r1_src_prepare +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/files/, dev-python/python-daemon/
commit: 3bec2f93f9bb88abcc5e3a952b12e62281cc52d9 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 6 19:44:52 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 6 19:59:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bec2f93 dev-python/python-daemon: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> .../files/python-daemon-2.3.0-fix-py3.10.patch | 28 ++ .../python-daemon/python-daemon-2.3.0-r1.ebuild| 6 - 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch b/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch new file mode 100644 index 000..4fd082dc8f7 --- /dev/null +++ b/dev-python/python-daemon/files/python-daemon-2.3.0-fix-py3.10.patch @@ -0,0 +1,28 @@ +https://pagure.io/python-daemon/c/0c67a3c6407fbf4483ccfc94a7a0d78cf3379296 + +From: Miro Hrončok +Date: Sep 29 2021 10:05:27 + +Subject: Remove incorrect double-patch of objects in test cases. + +The specific test cases relying on the patches, already are decorated +to patch the specific attributes needed. We don't need a general patch +of the attributes in the test case setup. + +Signed-off-by: Ben Finney + +--- a/test/test_pidfile.py b/test/test_pidfile.py +@@ -367,12 +367,6 @@ class TimeoutPIDLockFile_TestCase(scaffold.TestCase): + pidlockfile_scenarios = make_pidlockfile_scenarios() + self.pidlockfile_scenario = pidlockfile_scenarios['simple'] + +-for func_name in ['__init__', 'acquire']: +-func_patcher = unittest.mock.patch.object( +-lockfile.pidlockfile.PIDLockFile, func_name) +-func_patcher.start() +-self.addCleanup(func_patcher.stop) +- + self.scenario = { + 'pidfile_path': self.pidlockfile_scenario['pidfile_path'], + 'acquire_timeout': self.getUniqueInteger(), + diff --git a/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild b/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild index ebd89363d0b..6cb93f1a836 100644 --- a/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{8..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -29,6 +29,10 @@ BDEPEND=" ) " +PATCHES=( + "${FILESDIR}/${P}-fix-py3.10.patch" +) + distutils_enable_tests unittest src_prepare() {
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: b3be3aa0686a5c192b4f9c1f28c52fc45a970658 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Sep 6 06:39:15 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Mon Sep 6 06:39:52 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3be3aa0 dev-python/python-daemon: fix testing without coverage Also fix for >=testtools-3.5.0 Closes: https://bugs.gentoo.org/743781 Signed-off-by: Arthur Zamarin gentoo.org> ...thon-daemon-2.3.0.ebuild => python-daemon-2.3.0-r1.ebuild} | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.0.ebuild b/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild similarity index 73% rename from dev-python/python-daemon/python-daemon-2.3.0.ebuild rename to dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild index dd172f9cc2e..ebd89363d0b 100644 --- a/dev-python/python-daemon/python-daemon-2.3.0.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..9} pypy3 ) inherit distutils-r1 @@ -29,4 +29,11 @@ BDEPEND=" ) " -distutils_enable_tests setup.py +distutils_enable_tests unittest + +src_prepare() { + # fix for >=testtools-2.5.0 + sed -e 's/testtools.helpers.safe_hasattr/hasattr/' \ + -i test/test_metadata.py || die + distutils-r1_src_prepare +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: f33090fd4dc970e4a2bd1fbb09679a2e0cc01fff Author: Michał Górny gentoo org> AuthorDate: Thu Mar 25 16:52:20 2021 + Commit: Michał Górny gentoo org> CommitDate: Thu Mar 25 19:09:24 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33090fd dev-python/python-daemon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 - .../python-daemon/python-daemon-2.2.4.ebuild | 35 -- 2 files changed, 36 deletions(-) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 00ae93aa937..376cbac9a72 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,2 +1 @@ -DIST python-daemon-2.2.4.tar.gz 80775 BLAKE2B 3f260993a2207e6467db03c456d9f8621d1f3252236b6d49432ff14c1039416db901feb5d405620106d02ae2ea186fd0b10183156f31d17f9f4fa62964fbd333 SHA512 9a7a4e23e126f05e4c1c503f15401cddd758c5f9195c370997060ca1bbfe71cc51d82d3ae16bcf0023c28fa50b0b8d6cd406e515b27725ffa9fec10fde3ed64a DIST python-daemon-2.3.0.tar.gz 82831 BLAKE2B 6e7fa082a513827283f46044347dfd445633db0d1781a33aa1bc5b14c340da784310ae6bd07d6cf3673cd05cb14a9d090ab51857d26cca52d09bc8c3b195360f SHA512 30bb70821aae720d09032c8c666524fa9a1a48631473eb161231a1f2b954914295b4ad41f9c8529bc045fb6d0f89256bc59f8979a4f8a6698e9bd4d7441a diff --git a/dev-python/python-daemon/python-daemon-2.2.4.ebuild b/dev-python/python-daemon/python-daemon-2.2.4.ebuild deleted file mode 100644 index 4aa631e40cc..000 --- a/dev-python/python-daemon/python-daemon-2.2.4.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE="https://pypi.org/project/python-daemon/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="test" - -RDEPEND=" - dev-python/lockfile[${PYTHON_USEDEP}] -" - -BDEPEND="${RDEPEND} - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/twine[${PYTHON_USEDEP}] - test? ( - dev-python/unittest2[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests setup.py
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 1dc291a9cb3e927582408cbc4323ee9a537edc02 Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Mar 25 16:16:52 2021 + Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Mar 25 16:19:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc291a9 dev-python/python-daemon: amd64/arm/x86 stable (ALLARCHES policy) wrt bug #778128 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/python-daemon/python-daemon-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.3.0.ebuild b/dev-python/python-daemon/python-daemon-2.3.0.ebuild index 89993f12996..dd172f9cc2e 100644 --- a/dev-python/python-daemon/python-daemon-2.3.0.ebuild +++ b/dev-python/python-daemon/python-daemon-2.3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm x86" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 679d47d2d2362c7d8fe1b7122dad424ee953be75 Author: Michał Górny gentoo org> AuthorDate: Sun Feb 21 09:32:14 2021 + Commit: Michał Górny gentoo org> CommitDate: Sun Feb 21 10:07:40 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679d47d2 dev-python/python-daemon: Bump to 2.3.0 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.3.0.ebuild | 32 ++ 2 files changed, 33 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 36ec99a687b..00ae93aa937 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1 +1,2 @@ DIST python-daemon-2.2.4.tar.gz 80775 BLAKE2B 3f260993a2207e6467db03c456d9f8621d1f3252236b6d49432ff14c1039416db901feb5d405620106d02ae2ea186fd0b10183156f31d17f9f4fa62964fbd333 SHA512 9a7a4e23e126f05e4c1c503f15401cddd758c5f9195c370997060ca1bbfe71cc51d82d3ae16bcf0023c28fa50b0b8d6cd406e515b27725ffa9fec10fde3ed64a +DIST python-daemon-2.3.0.tar.gz 82831 BLAKE2B 6e7fa082a513827283f46044347dfd445633db0d1781a33aa1bc5b14c340da784310ae6bd07d6cf3673cd05cb14a9d090ab51857d26cca52d09bc8c3b195360f SHA512 30bb70821aae720d09032c8c666524fa9a1a48631473eb161231a1f2b954914295b4ad41f9c8529bc045fb6d0f89256bc59f8979a4f8a6698e9bd4d7441a diff --git a/dev-python/python-daemon/python-daemon-2.3.0.ebuild b/dev-python/python-daemon/python-daemon-2.3.0.ebuild new file mode 100644 index 000..89993f12996 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.3.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.org/project/python-daemon/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +RDEPEND=" + dev-python/lockfile[${PYTHON_USEDEP}] +" + +BDEPEND=" + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/twine[${PYTHON_USEDEP}] + test? ( + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests setup.py
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 91f82f4a57a3ff2c661f6e2e78469437ee15ee10 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 16 08:02:00 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon Nov 16 08:21:56 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f82f4a dev-python/python-daemon: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/Manifest | 1 - .../python-daemon/python-daemon-2.1.2.ebuild | 36 -- 2 files changed, 37 deletions(-) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 902d8697a66..36ec99a687b 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,2 +1 @@ -DIST python-daemon-2.1.2.tar.gz 76176 BLAKE2B f8252bb3ee23b9d2a4ac33057df98720708b2a7e10c38c188c537d3c90ad641e33ba73e39f1bbfca10655e2ebd5d550179ed55d09a2f767832fa1d26accc9e21 SHA512 28ae118fd652a0a26524215568df0b16264e3a844640fe47f0a08c45c7a16be1b60d78293c2fc13edfe1402a8b5dcd72ec11101c3b53e5b66f232b7e21d5d346 DIST python-daemon-2.2.4.tar.gz 80775 BLAKE2B 3f260993a2207e6467db03c456d9f8621d1f3252236b6d49432ff14c1039416db901feb5d405620106d02ae2ea186fd0b10183156f31d17f9f4fa62964fbd333 SHA512 9a7a4e23e126f05e4c1c503f15401cddd758c5f9195c370997060ca1bbfe71cc51d82d3ae16bcf0023c28fa50b0b8d6cd406e515b27725ffa9fec10fde3ed64a diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild deleted file mode 100644 index bc1e39863cb..000 --- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE="https://pypi.org/project/python-daemon/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/lockfile[${PYTHON_USEDEP}]" - -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - test? ( - dev-python/unittest2[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - dev-python/testscenarios[${PYTHON_USEDEP}] - )" - -python_test() { - esetup.py test -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: cf9d9aae33c643f166784fba22f17695287414e6 Author: Sam James gentoo org> AuthorDate: Mon Nov 16 01:14:04 2020 + Commit: Sam James gentoo org> CommitDate: Mon Nov 16 01:14:04 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9d9aae dev-python/python-daemon: Stabilize 2.2.4 ALLARCHES, #754801 Signed-off-by: Sam James gentoo.org> dev-python/python-daemon/python-daemon-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.2.4.ebuild b/dev-python/python-daemon/python-daemon-2.2.4.ebuild index c732f2ebbde..30bac6cf459 100644 --- a/dev-python/python-daemon/python-daemon-2.2.4.ebuild +++ b/dev-python/python-daemon/python-daemon-2.2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm x86" IUSE="test" RDEPEND="
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: db90b322ea143e8f5329e8272a9065c6c14803f2 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 16 00:17:10 2020 + Commit: Michał Górny gentoo org> CommitDate: Mon Nov 16 00:20:33 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db90b322 dev-python/python-daemon: Mark ALLARCHES Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/metadata.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-daemon/metadata.xml b/dev-python/python-daemon/metadata.xml index 19019cc44c0..abe3281e942 100644 --- a/dev-python/python-daemon/metadata.xml +++ b/dev-python/python-daemon/metadata.xml @@ -5,6 +5,7 @@ pyt...@gentoo.org Python + python-daemon
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: d2a9a910ac41acfe2765dba558e720ffa3fd44f4 Author: Jakov Smolic sartura hr> AuthorDate: Thu Oct 15 06:12:49 2020 + Commit: Michał Górny gentoo org> CommitDate: Fri Oct 16 18:21:18 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a9a910 dev-python/python-daemon: correct DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/748657 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/python-daemon-2.2.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/python-daemon/python-daemon-2.2.4.ebuild b/dev-python/python-daemon/python-daemon-2.2.4.ebuild index c056689964c..c732f2ebbde 100644 --- a/dev-python/python-daemon/python-daemon-2.2.4.ebuild +++ b/dev-python/python-daemon/python-daemon-2.2.4.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: ac826cb8118ea19f9ccbdfdf978c0bae61bee78d Author: Patrick McLean gentoo org> AuthorDate: Fri Sep 4 21:14:10 2020 + Commit: Patrick McLean gentoo org> CommitDate: Sat Sep 5 00:07:30 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac826cb8 Revert "dev-python/python-daemon-2.2.4: Remove pypy3 due to missing twine" This reverts commit 8d78af1980acb22b9101cb4d660be0cf90d4e4ae. Signed-off-by: Patrick McLean gentoo.org> dev-python/python-daemon/python-daemon-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.2.4.ebuild b/dev-python/python-daemon/python-daemon-2.2.4.ebuild index a1e952df95b..c056689964c 100644 --- a/dev-python/python-daemon/python-daemon-2.2.4.ebuild +++ b/dev-python/python-daemon/python-daemon-2.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 8d78af1980acb22b9101cb4d660be0cf90d4e4ae Author: Patrick McLean sony com> AuthorDate: Fri Sep 4 21:12:06 2020 + Commit: Patrick McLean gentoo org> CommitDate: Fri Sep 4 21:12:30 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d78af19 dev-python/python-daemon-2.2.4: Remove pypy3 due to missing twine Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> dev-python/python-daemon/python-daemon-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.2.4.ebuild b/dev-python/python-daemon/python-daemon-2.2.4.ebuild index c056689964c..a1e952df95b 100644 --- a/dev-python/python-daemon/python-daemon-2.2.4.ebuild +++ b/dev-python/python-daemon/python-daemon-2.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 0e8604f773c04990dc4eeb4455d85ee34847e3d7 Author: Patrick McLean gentoo org> AuthorDate: Fri Sep 4 20:55:42 2020 + Commit: Patrick McLean gentoo org> CommitDate: Fri Sep 4 21:03:02 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8604f7 dev-python/python-daemon-2.2.4: Bump, add new python impls Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Patrick McLean gentoo.org> dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.2.4.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 1dbada90ee3..902d8697a66 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1 +1,2 @@ DIST python-daemon-2.1.2.tar.gz 76176 BLAKE2B f8252bb3ee23b9d2a4ac33057df98720708b2a7e10c38c188c537d3c90ad641e33ba73e39f1bbfca10655e2ebd5d550179ed55d09a2f767832fa1d26accc9e21 SHA512 28ae118fd652a0a26524215568df0b16264e3a844640fe47f0a08c45c7a16be1b60d78293c2fc13edfe1402a8b5dcd72ec11101c3b53e5b66f232b7e21d5d346 +DIST python-daemon-2.2.4.tar.gz 80775 BLAKE2B 3f260993a2207e6467db03c456d9f8621d1f3252236b6d49432ff14c1039416db901feb5d405620106d02ae2ea186fd0b10183156f31d17f9f4fa62964fbd333 SHA512 9a7a4e23e126f05e4c1c503f15401cddd758c5f9195c370997060ca1bbfe71cc51d82d3ae16bcf0023c28fa50b0b8d6cd406e515b27725ffa9fec10fde3ed64a diff --git a/dev-python/python-daemon/python-daemon-2.2.4.ebuild b/dev-python/python-daemon/python-daemon-2.2.4.ebuild new file mode 100644 index 000..c056689964c --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.2.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6..9} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.org/project/python-daemon/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND=" + dev-python/lockfile[${PYTHON_USEDEP}] +" + +BDEPEND="${RDEPEND} + dev-python/docutils[${PYTHON_USEDEP}] + dev-python/twine[${PYTHON_USEDEP}] + test? ( + dev-python/unittest2[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests setup.py
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 7e1e5c05e81757ac0a4beea38013b3b1c1a58c34 Author: Michał Górny gentoo org> AuthorDate: Sat Apr 25 20:09:37 2020 + Commit: Michał Górny gentoo org> CommitDate: Sat Apr 25 20:10:14 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1e5c05 dev-python/python-daemon: Enable py3.7 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/python-daemon-2.1.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild index 172faf108e2..bc1e39863cb 100644 --- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 @@ -15,8 +15,7 @@ LICENSE="PSF-2" SLOT="0" KEYWORDS="amd64 arm x86" IUSE="test" - -RESTRICT="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/lockfile[${PYTHON_USEDEP}]"
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 00a08b52bf67c2d44b22a2494c67409c681c51da Author: Michał Górny gentoo org> AuthorDate: Tue Mar 17 09:10:02 2020 + Commit: Michał Górny gentoo org> CommitDate: Tue Mar 17 09:18:17 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a08b52 dev-python/python-daemon: Drop py2 Signed-off-by: Michał Górny gentoo.org> dev-python/python-daemon/python-daemon-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild index 79e2dd610a5..172faf108e2 100644 --- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 0a0a632f373d72dbab0a303dbef427246663cc81 Author: Matthew Thode gentoo org> AuthorDate: Mon Mar 16 17:50:23 2020 + Commit: Matthew Thode gentoo org> CommitDate: Mon Mar 16 17:58:11 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0a632f dev-python/python-daemon: cleanup Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> dev-python/python-daemon/Manifest | 2 -- .../python-daemon/python-daemon-1.6-r1.ebuild | 28 -- .../python-daemon/python-daemon-2.1.1.ebuild | 34 -- 3 files changed, 64 deletions(-) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 581aa978f54..1dbada90ee3 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,3 +1 @@ -DIST python-daemon-1.6.tar.gz 41564 BLAKE2B 6ed3dcced0deef859efc733be38d807726ad89c405a2b83bbc05d0e22f8bba64521a82f1127d28b6f69c6553c375f3607d1904e5b6ff190741b0b3c399054953 SHA512 ff9480844d8f57a09f27067aaa78669c167f66b2cc05f9b3baa660bc0aa21228d4894eeaeb3440611c1e0f0d5633b1c60eac60893da4a86d1db4b94d99961299 -DIST python-daemon-2.1.1.tar.gz 74276 BLAKE2B c2ca4d1680555a559009224391151cdffbaf49ee03c0a2985184b336a3d1a8c8372423b3b527199daa5f38a29d52fc879f18a719531afeb18642f7d6cb59df51 SHA512 e2abb9fafea32fe5bc7d239387e3c22aa99f63df31cc4f57908ffdb5dc7f2768358df6ba5f3e827b4f83163628649f58a973b548066e8c79ab3c6c6ce09d8007 DIST python-daemon-2.1.2.tar.gz 76176 BLAKE2B f8252bb3ee23b9d2a4ac33057df98720708b2a7e10c38c188c537d3c90ad641e33ba73e39f1bbfca10655e2ebd5d550179ed55d09a2f767832fa1d26accc9e21 SHA512 28ae118fd652a0a26524215568df0b16264e3a844640fe47f0a08c45c7a16be1b60d78293c2fc13edfe1402a8b5dcd72ec11101c3b53e5b66f232b7e21d5d346 diff --git a/dev-python/python-daemon/python-daemon-1.6-r1.ebuild b/dev-python/python-daemon/python-daemon-1.6-r1.ebuild deleted file mode 100644 index a5ea5015d0e..000 --- a/dev-python/python-daemon/python-daemon-1.6-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE="https://pypi.org/project/python-daemon/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="amd64 arm x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/minimock[${PYTHON_USEDEP}] )" - -DOCS=( ChangeLog ) - -python_test() { - esetup.py test -} diff --git a/dev-python/python-daemon/python-daemon-2.1.1.ebuild b/dev-python/python-daemon/python-daemon-2.1.1.ebuild deleted file mode 100644 index fa30e37c2d1..000 --- a/dev-python/python-daemon/python-daemon-2.1.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Library to implement a well-behaved Unix daemon process" -HOMEPAGE="https://pypi.org/project/python-daemon/"; -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - test? ( - >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}] - >=dev-python/mock-1.0[${PYTHON_USEDEP}] - dev-python/testtools[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - )" - -DOCS=( ChangeLog ) - -python_test() { - esetup.py test -}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: e3b74e77c84e7410a78cc82f788d88a3eea0ce32 Author: Matthew Thode gentoo org> AuthorDate: Mon Mar 16 17:47:32 2020 + Commit: Matthew Thode gentoo org> CommitDate: Mon Mar 16 17:58:10 2020 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b74e77 dev-python/python-daemon: 2.1.2 stable for nss-pam-ldapd Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode gentoo.org> dev-python/python-daemon/python-daemon-2.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild index 5e81e4bb934..79e2dd610a5 100644 --- a/dev-python/python-daemon/python-daemon-2.1.2.ebuild +++ b/dev-python/python-daemon/python-daemon-2.1.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 arm x86" IUSE="test" RESTRICT="test"
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: ab06fefb5582eac9e1682b03ddcd304bd5bca662 Author: Patrice Clement gentoo org> AuthorDate: Tue Jul 31 07:36:19 2018 + Commit: Patrice Clement gentoo org> CommitDate: Tue Jul 31 08:00:39 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab06fefb dev-python/python-daemon: version bump. Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.1.2.ebuild | 37 ++ 2 files changed, 38 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index d446b997da2..581aa978f54 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,2 +1,3 @@ DIST python-daemon-1.6.tar.gz 41564 BLAKE2B 6ed3dcced0deef859efc733be38d807726ad89c405a2b83bbc05d0e22f8bba64521a82f1127d28b6f69c6553c375f3607d1904e5b6ff190741b0b3c399054953 SHA512 ff9480844d8f57a09f27067aaa78669c167f66b2cc05f9b3baa660bc0aa21228d4894eeaeb3440611c1e0f0d5633b1c60eac60893da4a86d1db4b94d99961299 DIST python-daemon-2.1.1.tar.gz 74276 BLAKE2B c2ca4d1680555a559009224391151cdffbaf49ee03c0a2985184b336a3d1a8c8372423b3b527199daa5f38a29d52fc879f18a719531afeb18642f7d6cb59df51 SHA512 e2abb9fafea32fe5bc7d239387e3c22aa99f63df31cc4f57908ffdb5dc7f2768358df6ba5f3e827b4f83163628649f58a973b548066e8c79ab3c6c6ce09d8007 +DIST python-daemon-2.1.2.tar.gz 76176 BLAKE2B f8252bb3ee23b9d2a4ac33057df98720708b2a7e10c38c188c537d3c90ad641e33ba73e39f1bbfca10655e2ebd5d550179ed55d09a2f767832fa1d26accc9e21 SHA512 28ae118fd652a0a26524215568df0b16264e3a844640fe47f0a08c45c7a16be1b60d78293c2fc13edfe1402a8b5dcd72ec11101c3b53e5b66f232b7e21d5d346 diff --git a/dev-python/python-daemon/python-daemon-2.1.2.ebuild b/dev-python/python-daemon/python-daemon-2.1.2.ebuild new file mode 100644 index 000..ae66b2d9571 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.1.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.org/project/python-daemon/"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RESTRICT="test" + +RDEPEND=" + dev-python/lockfile[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + dev-python/unittest2[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + dev-python/testscenarios[${PYTHON_USEDEP}] + )" + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: a93ef274d825abff432c4d28a7e9eec9a5520f43 Author: Mike Gilbert gentoo org> AuthorDate: Sun Apr 23 16:18:06 2017 + Commit: Mike Gilbert gentoo org> CommitDate: Mon Apr 24 21:21:55 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a93ef274 dev-python/python-daemon: add python 3.5, 3.6 Package-Manager: Portage-2.3.5_p31, Repoman-2.3.2_p61 dev-python/python-daemon/python-daemon-2.1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-daemon/python-daemon-2.1.1.ebuild b/dev-python/python-daemon/python-daemon-2.1.1.ebuild index 94453acd349..138f1abc2e5 100644 --- a/dev-python/python-daemon/python-daemon-2.1.1.ebuild +++ b/dev-python/python-daemon/python-daemon-2.1.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 977d5eea246401dd0dd6689cab0ac17511837397 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Feb 20 10:52:19 2016 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Feb 20 10:52:19 2016 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=977d5eea dev-python/python-daemon: version bump to 2.1.1 Package-Manager: portage-2.2.26 dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.1.1.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index 306b049..61d1bf4 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -2,3 +2,4 @@ DIST python-daemon-1.6.tar.gz 41564 SHA256 1665fb16bfeae72f16aa2de40bc75661458bd DIST python-daemon-2.0.4.tar.gz 71162 SHA256 07ca8c037d85bd365ef42ad7786d9d5866e636ede8e21da695a9ab4dc8c4dc19 SHA512 923680198616ffd17bc86f92c6639afe97a13d9a8d6658fb09011ddc57dabd0bcc4009abdd0be837ab092153f22ce535796705091d0785ce6845bf1919a419b3 WHIRLPOOL 2bdf2eeef58288f7df7f96fdb667b69d8b55f702bce376acc9a260a0e07f7541970834e9db3eb5effc9d37cb3df99a05979b4ac22bfb9ff72efa869fabfeb69e DIST python-daemon-2.0.5.tar.gz 71298 SHA256 afde4fa433d94d007206ee31a0941d55b5eb232a5422b670aad628547b46bf68 SHA512 6bac000e304e0828dd54cfa3c7972c07dedb07684f98e5f7e05815df2cf2f25c43ddf4f121e8d282519bdfcca0990fab585f18e43b2578123bc7fbe5f5f8b73e WHIRLPOOL db39b107f7c96cf5fd1c62262ed33bb6e53e8f79836be6d12dabd6b05ec59457df4fea70cd7fa2c38548fc0b60b22d01a62895251b6f26bfa0d9fe5577cdf55f DIST python-daemon-2.0.6.tar.gz 72668 SHA256 1730b8e80773379857bf4a792ea2cda05c151fbee986b909ceddafa27309 SHA512 0900c16cea90d8708fed22fdfb413e23a46d35a04a550535646b37063c6f5763de8653991ba600e5bf1ee29942cbc91ba8a9ec69413eea7dece407329fe4eb50 WHIRLPOOL f9684036f6aebb0b3f84bad2f48bc48f2a33e30f28af751a9f37dc95e0cae64cc7c19e4a17bd948e5401a23b920b7b6fa261bc028c87227ae6eb6090fbffb956 +DIST python-daemon-2.1.1.tar.gz 74276 SHA256 58a8c187ee37c3a28913bef00f83240c9ecd4a59dce09a24d92f5c941606689f SHA512 e2abb9fafea32fe5bc7d239387e3c22aa99f63df31cc4f57908ffdb5dc7f2768358df6ba5f3e827b4f83163628649f58a973b548066e8c79ab3c6c6ce09d8007 WHIRLPOOL 066509bccc63719553749446863996e592cbc28c23ffb6226044ff027c934396c6605938b4554048475dec3cd0fd6a965de5db50ac6c4e4952880abc13ee0c3a diff --git a/dev-python/python-daemon/python-daemon-2.1.1.ebuild b/dev-python/python-daemon/python-daemon-2.1.1.ebuild new file mode 100644 index 000..12dd258 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.python.org/pypi/python-daemon"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + )" + +DOCS=( ChangeLog ) + +python_test() { + esetup.py test +}
[gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
commit: 65e8e65cac5daf378ae37576bd322dbfd8950312 Author: Dirkjan Ochtman gentoo org> AuthorDate: Sat Sep 19 11:46:15 2015 + Commit: Dirkjan Ochtman gentoo org> CommitDate: Sat Sep 19 11:48:14 2015 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e8e65c dev-python/python-daemon: version bump to 2.0.6 Package-Manager: portage-2.2.20.1 dev-python/python-daemon/Manifest | 1 + .../python-daemon/python-daemon-2.0.6.ebuild | 34 ++ 2 files changed, 35 insertions(+) diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest index eea04a5..306b049 100644 --- a/dev-python/python-daemon/Manifest +++ b/dev-python/python-daemon/Manifest @@ -1,3 +1,4 @@ DIST python-daemon-1.6.tar.gz 41564 SHA256 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b SHA512 ff9480844d8f57a09f27067aaa78669c167f66b2cc05f9b3baa660bc0aa21228d4894eeaeb3440611c1e0f0d5633b1c60eac60893da4a86d1db4b94d99961299 WHIRLPOOL 35ec95c43b7822fa9abca9bb21442fe2b9f83b7171d8e8a87cc12a7e07a2653fbd5b4aea7adbba799c76d8b4cf3c844b665ae3b90d5b77afe4b33c88dce85ba4 DIST python-daemon-2.0.4.tar.gz 71162 SHA256 07ca8c037d85bd365ef42ad7786d9d5866e636ede8e21da695a9ab4dc8c4dc19 SHA512 923680198616ffd17bc86f92c6639afe97a13d9a8d6658fb09011ddc57dabd0bcc4009abdd0be837ab092153f22ce535796705091d0785ce6845bf1919a419b3 WHIRLPOOL 2bdf2eeef58288f7df7f96fdb667b69d8b55f702bce376acc9a260a0e07f7541970834e9db3eb5effc9d37cb3df99a05979b4ac22bfb9ff72efa869fabfeb69e DIST python-daemon-2.0.5.tar.gz 71298 SHA256 afde4fa433d94d007206ee31a0941d55b5eb232a5422b670aad628547b46bf68 SHA512 6bac000e304e0828dd54cfa3c7972c07dedb07684f98e5f7e05815df2cf2f25c43ddf4f121e8d282519bdfcca0990fab585f18e43b2578123bc7fbe5f5f8b73e WHIRLPOOL db39b107f7c96cf5fd1c62262ed33bb6e53e8f79836be6d12dabd6b05ec59457df4fea70cd7fa2c38548fc0b60b22d01a62895251b6f26bfa0d9fe5577cdf55f +DIST python-daemon-2.0.6.tar.gz 72668 SHA256 1730b8e80773379857bf4a792ea2cda05c151fbee986b909ceddafa27309 SHA512 0900c16cea90d8708fed22fdfb413e23a46d35a04a550535646b37063c6f5763de8653991ba600e5bf1ee29942cbc91ba8a9ec69413eea7dece407329fe4eb50 WHIRLPOOL f9684036f6aebb0b3f84bad2f48bc48f2a33e30f28af751a9f37dc95e0cae64cc7c19e4a17bd948e5401a23b920b7b6fa261bc028c87227ae6eb6090fbffb956 diff --git a/dev-python/python-daemon/python-daemon-2.0.6.ebuild b/dev-python/python-daemon/python-daemon-2.0.6.ebuild new file mode 100644 index 000..8e18ab7 --- /dev/null +++ b/dev-python/python-daemon/python-daemon-2.0.6.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Library to implement a well-behaved Unix daemon process" +HOMEPAGE="https://pypi.python.org/pypi/python-daemon"; +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="PSF-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="test" + +RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/docutils[${PYTHON_USEDEP}] + test? ( + >=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}] + >=dev-python/mock-1.0[${PYTHON_USEDEP}] + dev-python/testtools[${PYTHON_USEDEP}] + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] + )" + +DOCS=( ChangeLog ) + +python_test() { + esetup.py test +}