[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2024-06-14 Thread Michał Górny
commit: 082b5c06873911aedd4b6dcaca7d4aca2d9e260e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 14 15:25:59 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 14 15:54:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082b5c06

dev-python/daemonize: Enable py3.13

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

 dev-python/daemonize/daemonize-2.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild 
b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
index e051c0dab630..a7099962acf4 100644
--- a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2023-05-31 Thread Michał Górny
commit: d39c4b2af40391067b657c4ad982a698478a49e1
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 31 15:34:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 31 15:34:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39c4b2a

dev-python/daemonize: Enable py3.12

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

 dev-python/daemonize/daemonize-2.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild 
b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
index 9ea2fed9c429..e051c0dab630 100644
--- a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2023-02-14 Thread Sergey Popov
commit: 307219a03bcf744f4dbe304fb2b10beead754069
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Feb 14 11:04:36 2023 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Feb 14 11:04:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307219a0

dev-python/daemonize: remove myself from maintainers

Signed-off-by: Sergey Popov  gentoo.org>

 dev-python/daemonize/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/daemonize/metadata.xml 
b/dev-python/daemonize/metadata.xml
index d510fea9869a..013f04abca85 100644
--- a/dev-python/daemonize/metadata.xml
+++ b/dev-python/daemonize/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   
+   

thesharp/daemonize
daemonize



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2023-01-21 Thread Arthur Zamarin
commit: 468231ffd7d6ec8958ff75c004e7c50002f760e4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 09:26:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 09:26:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468231ff

dev-python/daemonize: Stabilize 2.5.0-r1 amd64, #891563

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/daemonize/daemonize-2.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild 
b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
index e814727fabbc..9ea2fed9c429 100644
--- a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 
 python_test() {
"${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2022-06-16 Thread Michał Górny
commit: 16df3a7b76ac36457bbc8582d11b07f9373c1764
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:01:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:01:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16df3a7b

dev-python/daemonize: Remove old

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

 dev-python/daemonize/Manifest   |  1 -
 dev-python/daemonize/daemonize-2.5.0.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
index 624c65c29221..29a6fdd78645 100644
--- a/dev-python/daemonize/Manifest
+++ b/dev-python/daemonize/Manifest
@@ -1,2 +1 @@
 DIST daemonize-2.5.0.gh.tar.gz 10126 BLAKE2B 
10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558
 SHA512 
c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65
-DIST daemonize-2.5.0.tar.gz 10126 BLAKE2B 
10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558
 SHA512 
c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65

diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild 
b/dev-python/daemonize/daemonize-2.5.0.ebuild
deleted file mode 100644
index c284be800ff3..
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Library for writing system daemons in Python"
-HOMEPAGE="https://github.com/thesharp/daemonize;
-SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-python_test() {
-   "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2022-06-13 Thread Michał Górny
commit: 63227c14091989e351ef29fb5793a81caf9c292c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 13 06:01:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 13 07:18:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63227c14

dev-python/daemonize: Enable py3.11

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

 dev-python/daemonize/daemonize-2.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild 
b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
index 9e0a531af794..a9b9724e7e9d 100644
--- a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2022-06-13 Thread Michał Górny
commit: 6b245566c1a244292473ce68b24014decdee6457
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 13 06:00:57 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 13 07:18:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b245566

dev-python/daemonize: Use PEP517 build

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

 dev-python/daemonize/Manifest  |  1 +
 dev-python/daemonize/daemonize-2.5.0-r1.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
index 3fc408b334ac..624c65c29221 100644
--- a/dev-python/daemonize/Manifest
+++ b/dev-python/daemonize/Manifest
@@ -1 +1,2 @@
+DIST daemonize-2.5.0.gh.tar.gz 10126 BLAKE2B 
10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558
 SHA512 
c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65
 DIST daemonize-2.5.0.tar.gz 10126 BLAKE2B 
10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558
 SHA512 
c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65

diff --git a/dev-python/daemonize/daemonize-2.5.0-r1.ebuild 
b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
new file mode 100644
index ..9e0a531af794
--- /dev/null
+++ b/dev-python/daemonize/daemonize-2.5.0-r1.ebuild
@@ -0,0 +1,27 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for writing system daemons in Python"
+HOMEPAGE="
+   https://github.com/thesharp/daemonize/
+   https://pypi.org/project/daemonize/
+"
+SRC_URI="
+   https://github.com/thesharp/daemonize/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+python_test() {
+   "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2022-04-24 Thread Jakov Smolić
commit: 5fad6d608d4fa03a5cf9581fee12418ed2b0a129
Author: Yu Gu  gmail  com>
AuthorDate: Sun Apr 24 12:41:28 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr 24 18:35:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fad6d60

dev-python/daemonize: Keyword 2.5.0 riscv, #839768

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/daemonize/daemonize-2.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild 
b/dev-python/daemonize/daemonize-2.5.0.ebuild
index c173bf76ab7d..c284be800ff3 100644
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 
 python_test() {
"${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2021-08-17 Thread Louis Sautier
commit: 0a2e5bdc00160c10e79ec06b53b0ba92cb0678cb
Author: Louis Sautier  gentoo  org>
AuthorDate: Tue Aug 17 23:14:35 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Tue Aug 17 23:16:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2e5bdc

dev-python/daemonize: enable py3.10 and tests

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/daemonize/daemonize-2.5.0.ebuild | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild 
b/dev-python/daemonize/daemonize-2.5.0.ebuild
index ace9fe951e9..c173bf76ab7 100644
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -14,3 +14,7 @@ 
SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
+python_test() {
+   "${EPYTHON}" tests/test.py -v || die "Tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2020-07-08 Thread Sergey Popov
commit: bfed38eb6b631a921a30402060c4ab2c91fac26b
Author: Tomáš Mózes  gmail  com>
AuthorDate: Sat Jun 13 14:36:19 2020 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Jul  8 13:39:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfed38eb

dev-python/daemonize: add python3.{7..9} support

Reported-by: Tomáš Mózes  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16222
Closes: https://bugs.gentoo.org/718902
Signed-off-by: Tomáš Mózes  gmail.com>
Signed-off-by: Sergey Popov  gentoo.org>

 dev-python/daemonize/daemonize-2.5.0.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild 
b/dev-python/daemonize/daemonize-2.5.0.ebuild
index 1d2f4adefbf..49dc1dab74c 100644
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 
@@ -14,5 +14,3 @@ 
SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2020-02-04 Thread Michał Górny
commit: 5d615f40f487874051205ccf82c1d56108e94407
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  4 19:37:29 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  4 19:47:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d615f40

dev-python/daemonize: Remove py2

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

 dev-python/daemonize/daemonize-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/daemonize/daemonize-2.5.0.ebuild 
b/dev-python/daemonize/daemonize-2.5.0.ebuild
index ac079e318e8..1d2f4adefbf 100644
--- a/dev-python/daemonize/daemonize-2.5.0.ebuild
+++ b/dev-python/daemonize/daemonize-2.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2018-12-25 Thread Sergey Popov
commit: 8ce1ec75e7446e3882ec54cc6163de009a7b6e33
Author: matoro  users  noreply  github  com>
AuthorDate: Sat Dec 22 19:58:40 2018 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Dec 25 10:27:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce1ec75

dev-python/daemonize: Bump to version 2.5.0

Closes: https://github.com/gentoo/gentoo/pull/10682
Signed-off-by: Sergey Popov  gentoo.org>

 dev-python/daemonize/Manifest   | 2 +-
 dev-python/daemonize/{daemonize-2.4.7.ebuild => daemonize-2.5.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
index a2280ec257f..3fc408b334a 100644
--- a/dev-python/daemonize/Manifest
+++ b/dev-python/daemonize/Manifest
@@ -1 +1 @@
-DIST daemonize-2.4.7.tar.gz 10096 BLAKE2B 
aeac5b0c0ac3dc0a1a069f3b1bdcc81bc8cc6703c4650ee6b569f6ce9caf621655e41a94406b1ff22817ef2f64d7826ad9491cbe1b0591e357141f34f06f
 SHA512 
33c32893916b9bc45949bb4115bc8aee2eacd809535783eb7b07d3d3ee162ea969da5a739078f8b061e89da52e8da468f9d7fe916dd4f9d7dbea7012c2955e9d
+DIST daemonize-2.5.0.tar.gz 10126 BLAKE2B 
10e13f93825309d48ef67d0725ed53dcca2220b3940b3b81e1e7f29cf7b6d89af40f94488a2398bec74c0f6235ef8b1626871bda4fb33c233a872a9ccea47558
 SHA512 
c17a14c073e22fc98b3663da207238d183c12e95750f14cddcf90419c51c95ebc36251bb95d0bb4db84a2fb243499329473e7d14172d855d3ee204757a2a1a65

diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild 
b/dev-python/daemonize/daemonize-2.5.0.ebuild
similarity index 100%
rename from dev-python/daemonize/daemonize-2.4.7.ebuild
rename to dev-python/daemonize/daemonize-2.5.0.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2018-10-11 Thread Patrice Clement
commit: a2c00584615e69c3d3a06ad4bb0517605b481992
Author: Patrice Clement  gentoo  org>
AuthorDate: Thu Oct 11 21:37:29 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Oct 11 21:39:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c00584

dev-python/daemonize: add python2_7 support.

Closes: https://bugs.gentoo.org/667658
Signed-off-by: Patrice Clement  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/daemonize/daemonize-2.4.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild 
b/dev-python/daemonize/daemonize-2.4.7.ebuild
index e186dc2bcd2..8a120a67f65 100644
--- a/dev-python/daemonize/daemonize-2.4.7.ebuild
+++ b/dev-python/daemonize/daemonize-2.4.7.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/daemonize/

2018-08-01 Thread Sergey Popov
commit: 76ee312b49eeef2cc1da22a87390a5189960f62c
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Aug  1 12:55:44 2018 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Aug  1 12:55:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ee312b

dev-python/daemonize: new package

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/daemonize/Manifest   |  1 +
 dev-python/daemonize/daemonize-2.4.7.ebuild | 18 ++
 dev-python/daemonize/metadata.xml   | 12 
 3 files changed, 31 insertions(+)

diff --git a/dev-python/daemonize/Manifest b/dev-python/daemonize/Manifest
new file mode 100644
index 000..a2280ec257f
--- /dev/null
+++ b/dev-python/daemonize/Manifest
@@ -0,0 +1 @@
+DIST daemonize-2.4.7.tar.gz 10096 BLAKE2B 
aeac5b0c0ac3dc0a1a069f3b1bdcc81bc8cc6703c4650ee6b569f6ce9caf621655e41a94406b1ff22817ef2f64d7826ad9491cbe1b0591e357141f34f06f
 SHA512 
33c32893916b9bc45949bb4115bc8aee2eacd809535783eb7b07d3d3ee162ea969da5a739078f8b061e89da52e8da468f9d7fe916dd4f9d7dbea7012c2955e9d

diff --git a/dev-python/daemonize/daemonize-2.4.7.ebuild 
b/dev-python/daemonize/daemonize-2.4.7.ebuild
new file mode 100644
index 000..e186dc2bcd2
--- /dev/null
+++ b/dev-python/daemonize/daemonize-2.4.7.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library for writing system daemons in Python"
+HOMEPAGE="https://github.com/thesharp/daemonize;
+SRC_URI="https://github.com/thesharp/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/daemonize/metadata.xml 
b/dev-python/daemonize/metadata.xml
new file mode 100644
index 000..0f169dd5171
--- /dev/null
+++ b/dev-python/daemonize/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pinkb...@gentoo.org
+   Sergey Popov
+   
+   
+   thesharp/daemonize
+   daemonize
+   
+