Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pygaljs/
Date: Sun, 29 Mar 2020 09:29:12
Message-Id: 1585474142.690faa6c38248406dfd254786049d8ae969c6f0b.Alessandro-Barbieri@gentoo
1 commit: 690faa6c38248406dfd254786049d8ae969c6f0b
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 29 09:13:05 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Mar 29 09:29:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=690faa6c
7
8 dev-python/pygaljs: new package
9
10 Package-Manager: Portage-2.3.96, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/pygaljs/Manifest | 1 +
14 dev-python/pygaljs/metadata.xml | 13 +++++++++++++
15 dev-python/pygaljs/pygaljs-1.0.0.ebuild | 24 ++++++++++++++++++++++++
16 3 files changed, 38 insertions(+)
17
18 diff --git a/dev-python/pygaljs/Manifest b/dev-python/pygaljs/Manifest
19 new file mode 100644
20 index 0000000..0b99fb2
21 --- /dev/null
22 +++ b/dev-python/pygaljs/Manifest
23 @@ -0,0 +1 @@
24 +DIST pygaljs-1.0.0.tar.gz 3322 BLAKE2B 247c911b98cfdefd987745f606ad691be4c3d99a66ce6c03789aa298777d6623f56e47f8211b702b4d2b3fdf39dbdcfdac547b9623186f793898b0b3906b5aa9 SHA512 bcb3e9b741901d491926024bbb89c224db4fbeddf1868119691442754c7089e7a8464f9d91e8c2f25c01718e827518efd4614056cdbe4fedd63341feee1d9ecc
25
26 diff --git a/dev-python/pygaljs/metadata.xml b/dev-python/pygaljs/metadata.xml
27 new file mode 100644
28 index 0000000..112a28d
29 --- /dev/null
30 +++ b/dev-python/pygaljs/metadata.xml
31 @@ -0,0 +1,13 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +
35 +<pkgmetadata>
36 + <maintainer type="person">
37 + <email>lssndrbarbieri@×××××.com</email>
38 + <name>Alessandro Barbieri</name>
39 + </maintainer>
40 + <upstream>
41 + <remote-id type="github">ionelmc/python-pygaljs</remote-id>
42 + <remote-id type="pypi">pygaljs</remote-id>
43 + </upstream>
44 +</pkgmetadata>
45
46 diff --git a/dev-python/pygaljs/pygaljs-1.0.0.ebuild b/dev-python/pygaljs/pygaljs-1.0.0.ebuild
47 new file mode 100644
48 index 0000000..20c5ad1
49 --- /dev/null
50 +++ b/dev-python/pygaljs/pygaljs-1.0.0.ebuild
51 @@ -0,0 +1,24 @@
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 +
59 +inherit distutils-r1
60 +
61 +DESCRIPTION="Python package providing assets from https://github.com/Kozea/pygal.js"
62 +HOMEPAGE="
63 + https://github.com/ionelmc/python-pygaljs
64 + https://pypi.org/project/pygaljs
65 +"
66 +SRC_URI="https://github.com/ionelmc/python-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
67 +
68 +LICENSE="LGPL-3+"
69 +SLOT="0"
70 +KEYWORDS="~amd64 ~x86"
71 +
72 +RDEPEND=""
73 +DEPEND=""
74 +
75 +distutils_enable_tests pytest