public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2021-12-24 18:03 Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2021-12-24 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     acfeb50577c93e8b730282363a3016be6b313e5c
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 17:56:48 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Fri Dec 24 18:02:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acfeb505

dev-python/sdnotify: add new v0.3.2

dependency of net-misc/maestral

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/sdnotify/Manifest              |  1 +
 dev-python/sdnotify/metadata.xml          | 12 ++++++++++++
 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 21 +++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
new file mode 100644
index 000000000..73384e074
--- /dev/null
+++ b/dev-python/sdnotify/Manifest
@@ -0,0 +1 @@
+DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3

diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml
new file mode 100644
index 000000000..c633830a6
--- /dev/null
+++ b/dev-python/sdnotify/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>ceamac.paragon@gmail.com</email>
+	<description>Primary maintainer</description>
+</maintainer>
+<upstream>
+	<remote-id type="github">bb4242/sdnotify</remote-id>
+	<remote-id type="pypi">sdnotify</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
new file mode 100644
index 000000000..02e183b91
--- /dev/null
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9,10} )
+DISTUTILS_USE_SETUPTOOLS=no
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the systemd sd_notify protocol"
+HOMEPAGE="https://github.com/bb4242/sdnotify"
+SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2021-12-28 10:58 Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2021-12-28 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3381b1d7c2059f8a98717a05761374672ee12150
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Dec 28 10:55:39 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Tue Dec 28 10:56:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3381b1d7

dev-python/sdnotify: update SRC_URI

At least one gentoo mirror has a different package with the same name
cf http://tux.rainside.sk/gentoo/distfiles/sdnotify-0.3.2.tar.gz

Closes: https://bugs.gentoo.org/830148
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/sdnotify/Manifest              | 2 +-
 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
index 73384e074..72673d54e 100644
--- a/dev-python/sdnotify/Manifest
+++ b/dev-python/sdnotify/Manifest
@@ -1 +1 @@
-DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3
+DIST bb4242-sdnotify-0.3.2.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index 02e183b91..ed6c2d2d7 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -10,7 +10,7 @@ inherit distutils-r1
 
 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
 HOMEPAGE="https://github.com/bb4242/sdnotify"
-SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2022-01-04  9:15 Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2022-01-04  9:15 UTC (permalink / raw
  To: gentoo-commits

commit:     45cae5abb63cbaf0941622f5c7f1e3d6251f2191
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Jan  4 08:16:43 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Tue Jan  4 08:16:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45cae5ab

dev-python/sdnotify: update HOMEPAGE

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index 999e56e93..ac1cc9169 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -1,15 +1,18 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8,9,10} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 
 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
-HOMEPAGE="https://github.com/bb4242/sdnotify"
+HOMEPAGE="
+	https://github.com/bb4242/sdnotify
+	https://pypi.org/project/sdnotify
+"
 SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.tar.gz"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2022-01-09 11:32 Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2022-01-09 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c3362fca591be1445e89b16eac9f99893f0e8850
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Jan  9 11:26:27 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Jan  9 11:26:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3362fca

dev-python/sdnotify: rewrite deps

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index ac1cc9169..fc94d3502 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -18,7 +18,3 @@ SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb42
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2022-09-11 17:41 Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2022-09-11 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     12afee5b7220309e6bff9eec7e67cf39f4df9638
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 17:22:39 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Sep 11 17:41:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12afee5b

dev-python/sdnotify: enable py3.11

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/sdnotify/Manifest              | 2 +-
 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
index 72673d54e..b2758b520 100644
--- a/dev-python/sdnotify/Manifest
+++ b/dev-python/sdnotify/Manifest
@@ -1 +1 @@
-DIST bb4242-sdnotify-0.3.2.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55
+DIST bb4242-sdnotify-0.3.2.gh.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index 205e496c9..8db5658f5 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
@@ -13,7 +13,7 @@ HOMEPAGE="
 	https://github.com/bb4242/sdnotify
 	https://pypi.org/project/sdnotify/
 "
-SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.tar.gz"
+SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2022-11-02 16:23 Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2022-11-02 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     332cad504f380d9b96efa3caa191e5a4dd0854f6
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 16:23:05 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 16:23:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=332cad50

dev-python/sdnotify: add myself as a maintainer

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/sdnotify/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml
index c633830a6..768e83c1b 100644
--- a/dev-python/sdnotify/metadata.xml
+++ b/dev-python/sdnotify/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <maintainer type="person">
-	<email>ceamac.paragon@gmail.com</email>
+	<email>ceamac@gentoo.org</email>
 	<description>Primary maintainer</description>
 </maintainer>
 <upstream>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2023-01-25 10:56 Viorel Munteanu
  2023-01-25 10:57 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
  0 siblings, 1 reply; 10+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     499e87172626abad429d1af52360d2d8619b105b
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:15:07 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=499e8717

dev-python/sdnotify: disable py3.8

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index 8db5658f5..a15bda889 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_SETUPTOOLS=no
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
@@ -18,3 +17,10 @@ SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb42
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
+python_prepare_all() {
+	# Fix QA warning.  No point in reporting upstream, the project seems abandoned
+	sed 's/description-file/description_file/' -i setup.cfg
+
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sdnotify/
  2023-01-25 10:56 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/ Viorel Munteanu
@ 2023-01-25 10:57 ` Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     499e87172626abad429d1af52360d2d8619b105b
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:15:07 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=499e8717

dev-python/sdnotify: disable py3.8

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index 8db5658f5..a15bda889 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -3,9 +3,8 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_SETUPTOOLS=no
-
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
@@ -18,3 +17,10 @@ SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb42
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+
+python_prepare_all() {
+	# Fix QA warning.  No point in reporting upstream, the project seems abandoned
+	sed 's/description-file/description_file/' -i setup.cfg
+
+	distutils-r1_python_prepare_all
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
  2023-03-12  9:14 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-03-12  9:08 ` Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2023-03-12  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     12fb3ef278e662d4ee415abcbdf87e389404ed8e
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:55:14 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 08:55:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12fb3ef2

dev-python/sdnotify: update SRC_URI

Switch from gh to pypi.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/sdnotify/Manifest              | 2 +-
 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
index b2758b520..73384e074 100644
--- a/dev-python/sdnotify/Manifest
+++ b/dev-python/sdnotify/Manifest
@@ -1 +1 @@
-DIST bb4242-sdnotify-0.3.2.gh.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55
+DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
index a15bda889..d2f521ff8 100644
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
@@ -1,18 +1,17 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python implementation of the systemd sd_notify protocol"
 HOMEPAGE="
 	https://github.com/bb4242/sdnotify
 	https://pypi.org/project/sdnotify/
 "
-SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> bb4242-${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
@ 2024-06-10  5:57 Viorel Munteanu
  0 siblings, 0 replies; 10+ messages in thread
From: Viorel Munteanu @ 2024-06-10  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     65406183c23ff99126ab733612325e9c6aad3cc9
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 05:54:17 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 05:56:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65406183

dev-python/sdnotify: treeclean

Bug: https://bugs.gentoo.org/931420
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/sdnotify/Manifest              |  1 -
 dev-python/sdnotify/metadata.xml          | 12 ------------
 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 25 -------------------------
 3 files changed, 38 deletions(-)

diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
deleted file mode 100644
index 73384e074..000000000
--- a/dev-python/sdnotify/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3

diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml
deleted file mode 100644
index 768e83c1b..000000000
--- a/dev-python/sdnotify/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-	<email>ceamac@gentoo.org</email>
-	<description>Primary maintainer</description>
-</maintainer>
-<upstream>
-	<remote-id type="github">bb4242/sdnotify</remote-id>
-	<remote-id type="pypi">sdnotify</remote-id>
-</upstream>
-</pkgmetadata>

diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
deleted file mode 100644
index 49b840923..000000000
--- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python implementation of the systemd sd_notify protocol"
-HOMEPAGE="
-	https://github.com/bb4242/sdnotify
-	https://pypi.org/project/sdnotify/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_prepare_all() {
-	# Fix QA warning.  No point in reporting upstream, the project seems abandoned
-	sed 's/description-file/description_file/' -i setup.cfg
-
-	distutils-r1_python_prepare_all
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-06-10  5:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-25 10:56 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/ Viorel Munteanu
2023-01-25 10:57 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10  5:57 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-03-12  9:14 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-03-12  9:08 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2022-11-02 16:23 Viorel Munteanu
2022-09-11 17:41 Viorel Munteanu
2022-01-09 11:32 Viorel Munteanu
2022-01-04  9:15 Viorel Munteanu
2021-12-28 10:58 Viorel Munteanu
2021-12-24 18:03 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox