* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2021-07-22 12:34 Nicola Smaniotto
0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2021-07-22 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 226b7df2ad4029cbfac9bc68f2773fc71bf9752f
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Thu Jul 22 09:58:42 2021 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Thu Jul 22 09:58:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=226b7df2
dev-python/python-pidfile: new package (3.0.0)
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/python-pidfile/Manifest | 1 +
dev-python/python-pidfile/metadata.xml | 8 ++++++++
dev-python/python-pidfile/python-pidfile-3.0.0.ebuild | 16 ++++++++++++++++
3 files changed, 25 insertions(+)
diff --git a/dev-python/python-pidfile/Manifest b/dev-python/python-pidfile/Manifest
new file mode 100644
index 000000000..10bfee13c
--- /dev/null
+++ b/dev-python/python-pidfile/Manifest
@@ -0,0 +1 @@
+DIST python-pidfile-3.0.0.tar.gz 2943 BLAKE2B aa56e04c22784fd35da236807d5ab3c472047983d7ad76ff6fc65e46133f36ac900dfd30b609a17fb3c4dd8589c4d4aa0f97eef5ced13095e49d82850f164f2e SHA512 82f87a2b3ac733ced78a87216f42b7fdc91f956fa9ec7e64f67ea5d53caf38652dc8b6e0518f6cfacf6bfe662c5d732f632b8f469af60555a8e6a43dbb99afbe
diff --git a/dev-python/python-pidfile/metadata.xml b/dev-python/python-pidfile/metadata.xml
new file mode 100644
index 000000000..cbe3c6a53
--- /dev/null
+++ b/dev-python/python-pidfile/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>smaniotto.nicola@gmail.com</email>
+ <name>Nicola Smaniotto</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
new file mode 100644
index 000000000..fb211d0bc
--- /dev/null
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="PIDFile context processor. Supported py2 and py3"
+HOMEPAGE="https://github.com/mosquito/python-pidfile"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2021-07-24 16:01 Nicola Smaniotto
0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2021-07-24 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 963e3dcd40cca8b16302f7d4d4c899d0257be9d1
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sat Jul 24 15:58:58 2021 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sat Jul 24 16:01:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=963e3dcd
dev-python/python-pidfile: fix python versions
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/python-pidfile/python-pidfile-3.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
index fb211d0bc..7c2b17450 100644
--- a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2021-07-28 15:17 Nicola Smaniotto
0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2021-07-28 15:17 UTC (permalink / raw
To: gentoo-commits
commit: de81541114ed6a0b3cc3e4e28159ec9458c4e617
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Jul 28 15:16:56 2021 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Jul 28 15:16:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de815411
dev-python/python-pidfile: add 3.0.0 tests, restricted
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/python-pidfile/python-pidfile-3.0.0.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
index 7c2b17450..1eee8940c 100644
--- a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
@@ -14,3 +14,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
+
+RESTRICT="test" # https://github.com/mosquito/python-pidfile/issues/7
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest tests/
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2022-08-16 15:39 Nicola Smaniotto
0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2022-08-16 15:39 UTC (permalink / raw
To: gentoo-commits
commit: f214fbc266251a8f2b6a75a80efb2488b6855ec8
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Aug 16 15:38:48 2022 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Aug 16 15:38:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f214fbc2
dev-python/python-pidfile: fix missing dependency
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
.../{python-pidfile-3.0.0.ebuild => python-pidfile-3.0.0-r1.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
similarity index 91%
rename from dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
rename to dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
index 1eee8940c..a54347430 100644
--- a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
@@ -17,6 +17,10 @@ KEYWORDS="~amd64"
RESTRICT="test" # https://github.com/mosquito/python-pidfile/issues/7
+RDEPEND="
+ dev-python/psutil[${PYTHON_USEDEP}]
+"
+
distutils_enable_tests unittest
python_test() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2023-02-27 15:19 Nicola Smaniotto
0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-02-27 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 12fe9809125f3dad058cde7cb694c2ba3137874b
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 14:38:37 2023 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 15:13:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12fe9809
dev-python/python-pidfile: enable py3.11
Closes: https://bugs.gentoo.org/897552
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
index a54347430..bffb91d8f 100644
--- a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2023-03-17 13:32 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 4f08c2d466f9189b90684d0b00268663e15646d4
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 13:28:03 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 13:28:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f08c2d4
dev-python/python-pidfile: Use pypi.eclass
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
index 516a222f9..010177845 100644
--- a/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.0.0-r1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="PIDFile context processor. Supported py2 and py3"
HOMEPAGE="https://github.com/mosquito/python-pidfile"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2023-04-16 9:46 Nicola Smaniotto
0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2023-04-16 9:46 UTC (permalink / raw
To: gentoo-commits
commit: 52595086d475b8bc306a276a29255408e42821b1
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sun Apr 16 09:31:24 2023 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sun Apr 16 09:46:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52595086
dev-python/python-pidfile: add 3.1.1
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/python-pidfile/Manifest | 1 +
.../python-pidfile/python-pidfile-3.1.1.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/python-pidfile/Manifest b/dev-python/python-pidfile/Manifest
index 10bfee13c..5ab596510 100644
--- a/dev-python/python-pidfile/Manifest
+++ b/dev-python/python-pidfile/Manifest
@@ -1 +1,2 @@
DIST python-pidfile-3.0.0.tar.gz 2943 BLAKE2B aa56e04c22784fd35da236807d5ab3c472047983d7ad76ff6fc65e46133f36ac900dfd30b609a17fb3c4dd8589c4d4aa0f97eef5ced13095e49d82850f164f2e SHA512 82f87a2b3ac733ced78a87216f42b7fdc91f956fa9ec7e64f67ea5d53caf38652dc8b6e0518f6cfacf6bfe662c5d732f632b8f469af60555a8e6a43dbb99afbe
+DIST python-pidfile-3.1.1.tar.gz 4501 BLAKE2B d3587d581d008e4248e6a56169b32f1523da37e30f9a9ba96955a60998d5b095e13d51a673327c09d5c582fb37518c6d4ceb5ba94109d5e93e69d318ef0bb489 SHA512 314a2e670d2a6baae786b8aa7639a1384bd177b8006b221e46caf297140d840b72ff23629aac22648b41072274dd44cbfc454444ffcfe64c7cf6fd24fae15c1d
diff --git a/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild b/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild
new file mode 100644
index 000000000..3e0f5b790
--- /dev/null
+++ b/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYPI_NO_NORMALIZE=1
+inherit distutils-r1 pypi
+
+DESCRIPTION="PIDFile context processor. Supported py2 and py3"
+HOMEPAGE="https://github.com/mosquito/python-pidfile"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test" # https://github.com/mosquito/python-pidfile/issues/7
+
+RDEPEND="
+ dev-python/psutil[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+ eunittest tests/
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2023-07-05 13:59 Anna Vyalkova
0 siblings, 0 replies; 9+ messages in thread
From: Anna Vyalkova @ 2023-07-05 13:59 UTC (permalink / raw
To: gentoo-commits
commit: 0b378b1765db7dff2ccdd099e033c919a47880f1
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jul 5 13:30:42 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Jul 5 13:57:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b378b17
dev-python/python-pidfile: update upstream metadata
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/python-pidfile/metadata.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-pidfile/metadata.xml b/dev-python/python-pidfile/metadata.xml
index 1727f1ffa..8d2ff43ef 100644
--- a/dev-python/python-pidfile/metadata.xml
+++ b/dev-python/python-pidfile/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
@@ -8,5 +8,9 @@
<upstream>
<remote-id type="github">mosquito/python-pidfile</remote-id>
<remote-id type="pypi">python-pidfile</remote-id>
+ <maintainer>
+ <name>Dmitry Orlov</name>
+ <email>me@mosquito.su</email>
+ </maintainer>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
@ 2024-05-13 9:01 Nicola Smaniotto
0 siblings, 0 replies; 9+ messages in thread
From: Nicola Smaniotto @ 2024-05-13 9:01 UTC (permalink / raw
To: gentoo-commits
commit: 684c528b57d7ed4bbb0f4aed0ebbd47208631f17
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon May 13 08:47:21 2024 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon May 13 09:00:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=684c528b
dev-python/python-pidfile: enable py3.12
Closes: https://bugs.gentoo.org/931416
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/python-pidfile/python-pidfile-3.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild b/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild
index c35e1bf1cc..387d6f3c35 100644
--- a/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild
+++ b/dev-python/python-pidfile/python-pidfile-3.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-13 9:01 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 15:39 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/ Nicola Smaniotto
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 9:01 Nicola Smaniotto
2023-07-05 13:59 Anna Vyalkova
2023-04-16 9:46 Nicola Smaniotto
2023-03-17 13:32 Anna Vyalkova
2023-02-27 15:19 Nicola Smaniotto
2021-07-28 15:17 Nicola Smaniotto
2021-07-24 16:01 Nicola Smaniotto
2021-07-22 12:34 Nicola Smaniotto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox