Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyfiglet/
Date: Tue, 01 Sep 2020 13:05:04
Message-Id: 1598905855.64605ee7aa96f65815edcdda962b736adef08deb.andrewammerlaan@gentoo
1 commit: 64605ee7aa96f65815edcdda962b736adef08deb
2 Author: Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 31 07:55:09 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Aug 31 20:30:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64605ee7
7
8 dev-python/pyfiglet: New package
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
12
13 dev-python/pyfiglet/Manifest | 1 +
14 dev-python/pyfiglet/metadata.xml | 12 ++++++++++++
15 dev-python/pyfiglet/pyfiglet-0.8.0.ebuild | 25 +++++++++++++++++++++++++
16 dev-python/pyfiglet/pyfiglet-9999.ebuild | 25 +++++++++++++++++++++++++
17 4 files changed, 63 insertions(+)
18
19 diff --git a/dev-python/pyfiglet/Manifest b/dev-python/pyfiglet/Manifest
20 new file mode 100644
21 index 0000000..c8670c4
22 --- /dev/null
23 +++ b/dev-python/pyfiglet/Manifest
24 @@ -0,0 +1 @@
25 +DIST pyfiglet-0.8.0.tar.gz 1412945 BLAKE2B 601d8edd22d1cd3bb1999a1000717ac5074024c1511068f613a22c21663b6f62fa3671bc329a99a7527444f8694c9c6342a34ff0bef52c64daa4f66d18f5dfec SHA512 47cbe6f539d2559fb7c545d42cb0a085c85d7a18729453f0b3f62a735f580026b5c9fe40eef896c038cfc9a5400b6bc6dc382e7014c6733d2797bb03c2a9dc49
26
27 diff --git a/dev-python/pyfiglet/metadata.xml b/dev-python/pyfiglet/metadata.xml
28 new file mode 100644
29 index 0000000..ce41288
30 --- /dev/null
31 +++ b/dev-python/pyfiglet/metadata.xml
32 @@ -0,0 +1,12 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>coppens.matthias.abc@×××××.com</email>
38 + <name>Matthias Coppens</name>
39 + </maintainer>
40 + <upstream>
41 + <remote-id type="github">pwaller/pyfiglet</remote-id>
42 + <bugs-to>https://github.com/pwaller/pyfiglet/issues</bugs-to>
43 + </upstream>
44 +</pkgmetadata>
45
46 diff --git a/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild b/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild
47 new file mode 100644
48 index 0000000..7822410
49 --- /dev/null
50 +++ b/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild
51 @@ -0,0 +1,25 @@
52 +# Copyright 1999-2020 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=7
56 +
57 +PYTHON_COMPAT=( python3_{6,7} )
58 +DISTUTILS_USE_SETUPTOOLS=rdepend
59 +inherit distutils-r1
60 +
61 +DESCRIPTION="Pure-python FIGlet implementation"
62 +HOMEPAGE="https://pypi.org/project/pyfiglet/ https://github.com/pwaller/pyfiglet"
63 +
64 +if [[ "${PV}" == 9999 ]]
65 +then
66 + inherit git-r3
67 + EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git"
68 +else
69 + SRC_URI="https://github.com/pwaller/pyfiglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
70 + KEYWORDS="~amd64"
71 +fi
72 +
73 +LICENSE="MIT"
74 +SLOT="0"
75 +
76 +RESTRICT="mirror test"
77
78 diff --git a/dev-python/pyfiglet/pyfiglet-9999.ebuild b/dev-python/pyfiglet/pyfiglet-9999.ebuild
79 new file mode 100644
80 index 0000000..7822410
81 --- /dev/null
82 +++ b/dev-python/pyfiglet/pyfiglet-9999.ebuild
83 @@ -0,0 +1,25 @@
84 +# Copyright 1999-2020 Gentoo Authors
85 +# Distributed under the terms of the GNU General Public License v2
86 +
87 +EAPI=7
88 +
89 +PYTHON_COMPAT=( python3_{6,7} )
90 +DISTUTILS_USE_SETUPTOOLS=rdepend
91 +inherit distutils-r1
92 +
93 +DESCRIPTION="Pure-python FIGlet implementation"
94 +HOMEPAGE="https://pypi.org/project/pyfiglet/ https://github.com/pwaller/pyfiglet"
95 +
96 +if [[ "${PV}" == 9999 ]]
97 +then
98 + inherit git-r3
99 + EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git"
100 +else
101 + SRC_URI="https://github.com/pwaller/pyfiglet/archive/v${PV}.tar.gz -> ${P}.tar.gz"
102 + KEYWORDS="~amd64"
103 +fi
104 +
105 +LICENSE="MIT"
106 +SLOT="0"
107 +
108 +RESTRICT="mirror test"