commit:     912993b8a2dc3aa75d075344c4b534e528b6f602
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr  1 21:29:34 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Apr  1 21:29:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=912993b8

dev-python/pygaljs: new version, please test

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/pygaljs/Manifest             |  1 +
 dev-python/pygaljs/pygaljs-1.0.1.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pygaljs/Manifest b/dev-python/pygaljs/Manifest
index 0b99fb2..1906991 100644
--- a/dev-python/pygaljs/Manifest
+++ b/dev-python/pygaljs/Manifest
@@ -1 +1,2 @@
 DIST pygaljs-1.0.0.tar.gz 3322 BLAKE2B 
247c911b98cfdefd987745f606ad691be4c3d99a66ce6c03789aa298777d6623f56e47f8211b702b4d2b3fdf39dbdcfdac547b9623186f793898b0b3906b5aa9
 SHA512 
bcb3e9b741901d491926024bbb89c224db4fbeddf1868119691442754c7089e7a8464f9d91e8c2f25c01718e827518efd4614056cdbe4fedd63341feee1d9ecc
+DIST pygaljs-1.0.1.tar.gz 84094 BLAKE2B 
a8812145bcef5809b8a65c33b04925449e00578ebb6d09e965d93e7f5f2df0f1896691e054da729f4ff991dda04f826a0e5451a915c763414908ad8c35c97957
 SHA512 
9677c0adee1232f1f987e4f2326b5b4ca0d880fcba0d1232905a9234ad540ff0402d7101e53fd7b30f2a17b28b4ac39abf3a965d19b4e108c9bea91708dba5bc

diff --git a/dev-python/pygaljs/pygaljs-1.0.1.ebuild 
b/dev-python/pygaljs/pygaljs-1.0.1.ebuild
new file mode 100644
index 0000000..bbabb3b
--- /dev/null
+++ b/dev-python/pygaljs/pygaljs-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python package providing assets from 
https://github.com/Kozea/pygal.js";
+HOMEPAGE="
+       https://github.com/ionelmc/python-pygaljs
+       https://pypi.org/project/pygaljs
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+DEPEND="
+       test? ( <dev-python/pytest-4[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest

Reply via email to