Gentoo Archives: gentoo-commits

From: Viorel Munteanu <ceamac.paragon@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/sdnotify/
Date: Fri, 24 Dec 2021 18:03:20
Message-Id: 1640368961.acfeb50577c93e8b730282363a3016be6b313e5c.viorel_munteanu@gentoo
1 commit: acfeb50577c93e8b730282363a3016be6b313e5c
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 24 17:56:48 2021 +0000
4 Commit: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
5 CommitDate: Fri Dec 24 18:02:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=acfeb505
7
8 dev-python/sdnotify: add new v0.3.2
9
10 dependency of net-misc/maestral
11
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
14
15 dev-python/sdnotify/Manifest | 1 +
16 dev-python/sdnotify/metadata.xml | 12 ++++++++++++
17 dev-python/sdnotify/sdnotify-0.3.2.ebuild | 21 +++++++++++++++++++++
18 3 files changed, 34 insertions(+)
19
20 diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
21 new file mode 100644
22 index 000000000..73384e074
23 --- /dev/null
24 +++ b/dev-python/sdnotify/Manifest
25 @@ -0,0 +1 @@
26 +DIST sdnotify-0.3.2.tar.gz 2459 BLAKE2B 1d1846e37889c36cfa7242d14e4040ebb9b73d3e53f5a3423447ae1a4912373e4249faa7803ac212e3c7d64371d1fe9e1be2d56f8604791cead2cbe22e422053 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3
27
28 diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml
29 new file mode 100644
30 index 000000000..c633830a6
31 --- /dev/null
32 +++ b/dev-python/sdnotify/metadata.xml
33 @@ -0,0 +1,12 @@
34 +<?xml version="1.0" encoding="UTF-8"?>
35 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
36 +<pkgmetadata>
37 +<maintainer type="person">
38 + <email>ceamac.paragon@×××××.com</email>
39 + <description>Primary maintainer</description>
40 +</maintainer>
41 +<upstream>
42 + <remote-id type="github">bb4242/sdnotify</remote-id>
43 + <remote-id type="pypi">sdnotify</remote-id>
44 +</upstream>
45 +</pkgmetadata>
46
47 diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
48 new file mode 100644
49 index 000000000..02e183b91
50 --- /dev/null
51 +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild
52 @@ -0,0 +1,21 @@
53 +# Copyright 2021 Gentoo Authors
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=8
57 +
58 +PYTHON_COMPAT=( python3_{8,9,10} )
59 +DISTUTILS_USE_SETUPTOOLS=no
60 +
61 +inherit distutils-r1
62 +
63 +DESCRIPTION="Python implementation of the systemd sd_notify protocol"
64 +HOMEPAGE="https://github.com/bb4242/sdnotify"
65 +SRC_URI="https://github.com/bb4242/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
66 +
67 +LICENSE="MIT"
68 +SLOT="0"
69 +KEYWORDS="~amd64"
70 +
71 +DEPEND=""
72 +RDEPEND="${DEPEND}"
73 +BDEPEND=""