Gentoo Archives: gentoo-commits

From: Nicola Smaniotto <smaniotto.nicola@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-pidfile/
Date: Thu, 22 Jul 2021 12:34:06
Message-Id: 1626947922.226b7df2ad4029cbfac9bc68f2773fc71bf9752f.smaniotto.nicola@gentoo
1 commit: 226b7df2ad4029cbfac9bc68f2773fc71bf9752f
2 Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
3 AuthorDate: Thu Jul 22 09:58:42 2021 +0000
4 Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
5 CommitDate: Thu Jul 22 09:58:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=226b7df2
7
8 dev-python/python-pidfile: new package (3.0.0)
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
12
13 dev-python/python-pidfile/Manifest | 1 +
14 dev-python/python-pidfile/metadata.xml | 8 ++++++++
15 dev-python/python-pidfile/python-pidfile-3.0.0.ebuild | 16 ++++++++++++++++
16 3 files changed, 25 insertions(+)
17
18 diff --git a/dev-python/python-pidfile/Manifest b/dev-python/python-pidfile/Manifest
19 new file mode 100644
20 index 000000000..10bfee13c
21 --- /dev/null
22 +++ b/dev-python/python-pidfile/Manifest
23 @@ -0,0 +1 @@
24 +DIST python-pidfile-3.0.0.tar.gz 2943 BLAKE2B aa56e04c22784fd35da236807d5ab3c472047983d7ad76ff6fc65e46133f36ac900dfd30b609a17fb3c4dd8589c4d4aa0f97eef5ced13095e49d82850f164f2e SHA512 82f87a2b3ac733ced78a87216f42b7fdc91f956fa9ec7e64f67ea5d53caf38652dc8b6e0518f6cfacf6bfe662c5d732f632b8f469af60555a8e6a43dbb99afbe
25
26 diff --git a/dev-python/python-pidfile/metadata.xml b/dev-python/python-pidfile/metadata.xml
27 new file mode 100644
28 index 000000000..cbe3c6a53
29 --- /dev/null
30 +++ b/dev-python/python-pidfile/metadata.xml
31 @@ -0,0 +1,8 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
34 +<pkgmetadata>
35 + <maintainer type="person">
36 + <email>smaniotto.nicola@×××××.com</email>
37 + <name>Nicola Smaniotto</name>
38 + </maintainer>
39 +</pkgmetadata>
40
41 diff --git a/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
42 new file mode 100644
43 index 000000000..fb211d0bc
44 --- /dev/null
45 +++ b/dev-python/python-pidfile/python-pidfile-3.0.0.ebuild
46 @@ -0,0 +1,16 @@
47 +# Copyright 2021 Gentoo Authors
48 +# Distributed under the terms of the GNU General Public License v2
49 +
50 +EAPI=7
51 +
52 +PYTHON_COMPAT=( python3_{6..9} )
53 +
54 +inherit distutils-r1
55 +
56 +DESCRIPTION="PIDFile context processor. Supported py2 and py3"
57 +HOMEPAGE="https://github.com/mosquito/python-pidfile"
58 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
59 +
60 +LICENSE="MIT"
61 +SLOT="0"
62 +KEYWORDS="~amd64"