From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/sdnotify/Manifest | 1 + dev-python/sdnotify/metadata.xml | 12 ++++++++++++ dev-python/sdnotify/sdnotify-0.3.2.ebuild | 20 ++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/sdnotify/Manifest create mode 100644 dev-python/sdnotify/metadata.xml create mode 100644 dev-python/sdnotify/sdnotify-0.3.2.ebuild (limited to 'dev-python/sdnotify') 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 @@ + + + + + ceamac.paragon@gmail.com + Primary maintainer + + + bb4242/sdnotify + sdnotify + + 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" -- cgit v1.3.1