diff options
Diffstat (limited to 'dev-python/sdnotify')
| -rw-r--r-- | dev-python/sdnotify/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/sdnotify/metadata.xml | 12 | ||||
| -rw-r--r-- | dev-python/sdnotify/sdnotify-0.3.2.ebuild | 20 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest new file mode 100644 index 000000000000..72673d54e124 --- /dev/null +++ b/dev-python/sdnotify/Manifest @@ -0,0 +1 @@ +DIST bb4242-sdnotify-0.3.2.tar.gz 3302 BLAKE2B add938bb947d8834abc9cbfaae28dfd85d9e9580d130f6dac0660a1f06f291723b909eac61eb39023d999566568985f93ab07587ab235bdfe79fe09efca28874 SHA512 08fbbd2865ac075f0faa4ee3c1a9e5afb824318a4863cc603bc544ebb173d9f1caf4941df19470c0c506b4f518cc1f30ec1d8be70b03a46afadf490765af2e55 diff --git a/dev-python/sdnotify/metadata.xml b/dev-python/sdnotify/metadata.xml new file mode 100644 index 000000000000..c633830a6c99 --- /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 000000000000..8a20c962abcc --- /dev/null +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,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 + 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" +SLOT="0" +KEYWORDS="~amd64 ~x86" |
