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: Wed, 01 Apr 2020 21:30:25
Message-Id: 1585776574.912993b8a2dc3aa75d075344c4b534e528b6f602.Alessandro-Barbieri@gentoo
1 commit: 912993b8a2dc3aa75d075344c4b534e528b6f602
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 1 21:29:34 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 1 21:29:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=912993b8
7
8 dev-python/pygaljs: new version, please test
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/pygaljs-1.0.1.ebuild | 26 ++++++++++++++++++++++++++
15 2 files changed, 27 insertions(+)
16
17 diff --git a/dev-python/pygaljs/Manifest b/dev-python/pygaljs/Manifest
18 index 0b99fb2..1906991 100644
19 --- a/dev-python/pygaljs/Manifest
20 +++ b/dev-python/pygaljs/Manifest
21 @@ -1 +1,2 @@
22 DIST pygaljs-1.0.0.tar.gz 3322 BLAKE2B 247c911b98cfdefd987745f606ad691be4c3d99a66ce6c03789aa298777d6623f56e47f8211b702b4d2b3fdf39dbdcfdac547b9623186f793898b0b3906b5aa9 SHA512 bcb3e9b741901d491926024bbb89c224db4fbeddf1868119691442754c7089e7a8464f9d91e8c2f25c01718e827518efd4614056cdbe4fedd63341feee1d9ecc
23 +DIST pygaljs-1.0.1.tar.gz 84094 BLAKE2B a8812145bcef5809b8a65c33b04925449e00578ebb6d09e965d93e7f5f2df0f1896691e054da729f4ff991dda04f826a0e5451a915c763414908ad8c35c97957 SHA512 9677c0adee1232f1f987e4f2326b5b4ca0d880fcba0d1232905a9234ad540ff0402d7101e53fd7b30f2a17b28b4ac39abf3a965d19b4e108c9bea91708dba5bc
24
25 diff --git a/dev-python/pygaljs/pygaljs-1.0.1.ebuild b/dev-python/pygaljs/pygaljs-1.0.1.ebuild
26 new file mode 100644
27 index 0000000..bbabb3b
28 --- /dev/null
29 +++ b/dev-python/pygaljs/pygaljs-1.0.1.ebuild
30 @@ -0,0 +1,26 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=( python3_{6,7} )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Python package providing assets from https://github.com/Kozea/pygal.js"
41 +HOMEPAGE="
42 + https://github.com/ionelmc/python-pygaljs
43 + https://pypi.org/project/pygaljs
44 +"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 +
47 +LICENSE="LGPL-3+"
48 +SLOT="0"
49 +KEYWORDS="~amd64 ~x86"
50 +
51 +RDEPEND=""
52 +DEPEND="
53 + test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] )
54 +"
55 +
56 +distutils_enable_tests pytest