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/python-pidfile/Manifest | 1 + dev-python/python-pidfile/metadata.xml | 8 ++++++++ .../python-pidfile/python-pidfile-3.0.0.ebuild | 24 ++++++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/python-pidfile/Manifest create mode 100644 dev-python/python-pidfile/metadata.xml create mode 100644 dev-python/python-pidfile/python-pidfile-3.0.0.ebuild (limited to 'dev-python/python-pidfile') diff --git a/dev-python/python-pidfile/Manifest b/dev-python/python-pidfile/Manifest new file mode 100644 index 000000000000..10bfee13cfd6 --- /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 000000000000..cbe3c6a539f0 --- /dev/null +++ b/dev-python/python-pidfile/metadata.xml @@ -0,0 +1,8 @@ + + + + + smaniotto.nicola@gmail.com + Nicola Smaniotto + + 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 000000000000..5408441a3361 --- /dev/null +++ b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +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" + +RESTRICT="test" # https://github.com/mosquito/python-pidfile/issues/7 + +distutils_enable_tests unittest + +python_test() { + eunittest tests/ +} -- cgit v1.3.1